/*
#@squelettes/css/style.less
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
/* Framework ORION */
/* Site Web */
/* Imports */
/* Framework Orion */
/* By WEB & Cie */
/* Nécessite jQuery et Less */
/* Imports */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger:hover {
  opacity: .7;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
/* Barre de chargement de la page WEB & Cie */
/* Développement : Arthur Verneret */
/* Nécessite LESS et jQuery */
body.chargement {
  overflow: hidden;
}
body.chargement .page {
  opacity: 0;
}
.page {
  transition: opacity 1s ease;
}
#chargement {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
/* Divers */
.ombre {
  box-shadow: 0 25px 72px 0 rgba(0, 0, 0, 0.05);
}
.ombrelegere {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.pointer {
  cursor: pointer;
}
.radius {
  border-radius: 6px;
}
.arrondis {
  border-radius: 10px;
}
.animer {
  transition: all 0.2s ease;
}
/* Général */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  color: #dbdbdb;
}
html {
  scroll-behavior: smooth;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.spip-admin-float {
  display: none !important;
}
a {
  text-decoration: none;
  color: #dbdbdb;
}
a:hover {
  color: #e94e1d;
}
section {
  padding: 15px;
  clear: both;
}
/* Citations */
blockquote p {
  font-style: italic;
}
/* Newlsetter */
.formulaire_newsletter label {
  display: none;
}
.formulaire_newsletter p.boutons {
  display: inline-block;
  vertical-align: top;
}
.formulaire_newsletter .editer-groupe {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
/* En-tête */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 60px;
  padding: 0 15px;
  background-color: white;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
header + section {
  margin-top: 70px;
}
header .wrapper {
  display: flex;
  padding: 5px 0;
  /* Logo du site */
  /* Slogan */
  /* Menu de navigation */
  /* Menu hamburger */
}
header .wrapper .spip_logo_site {
  margin: auto 0;
  position: relative;
  z-index: 15;
}
header .wrapper .spip_logo_site img.responsive {
  display: none;
}
header .wrapper .spip_logo_site span {
  display: none;
}
header .wrapper .spip_logo_site img {
  display: block;
}
header .wrapper p#slogan {
  margin: auto 20px;
}
header .wrapper p#slogan a {
  display: block;
}
header .wrapper nav {
  margin: auto;
}
header .wrapper nav ul li {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  list-style: none;
  margin: 20px;
  border-bottom: 2px solid white;
  padding: 3px 0;
}
header .wrapper nav ul li a {
  display: block;
}
header .wrapper nav.ouvert {
  right: 0;
}
header .wrapper nav.ouvert ul {
  display: block;
  text-align: center;
  margin-top: 80px;
}
header .wrapper nav.ouvert ul li {
  margin: 0.5em 0 1.5em;
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-size: 30px;
  line-height: 35px;
}
header .wrapper .hamburger {
  display: block;
  right: 2%;
  top: 20px;
  position: absolute;
  z-index: 10;
}
/* Cas de figure où le logo est centré : */
.logo-centre .wrapper .spip_logo_site {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* Version ordinateur */
@media screen and (min-width: 880px) {
  header {
    transition: all 0.2s ease;
  }
  header .wrapper {
    padding: 10px 0;
    /* On cache le menu hamburger */
  }
  header .wrapper .hamburger {
    display: none;
  }
}
/* Version tablette */
@media screen and (max-width: calc(880px - 1px)) {
  header .wrapper {
    /* Logo du site */
    /* on passe le menu en écran qui défile au clic */
  }
  header .wrapper .spip_logo_site {
    /* si on a une version responsive du logo */
  }
  header .wrapper .spip_logo_site.avecsurvol img:first-child {
    display: none;
  }
  header .wrapper .spip_logo_site.avecsurvol img.responsive {
    display: block;
  }
  header .wrapper nav {
    position: fixed;
    top: 0;
    z-index: 5;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0;
    transition: all 0.2s ease;
  }
}
/* Inscription à la newsletter */
.formulaire_newsletter ul li {
  list-style: none;
}
/* Préfooter */
#prefooter {
  position: relative;
  z-index: 9;
}
#prefooter .wrapper {
  text-align: center;
  /* Formulaire de contact */
}
#prefooter .wrapper .formulaire_formidable {
  text-align: left;
}
#prefooter .wrapper .formulaire_formidable div.editer,
#prefooter .wrapper .formulaire_formidable li.editer {
  text-align: left;
}
#prefooter .wrapper .formulaire_formidable div.editer label,
#prefooter .wrapper .formulaire_formidable li.editer label {
  font-size: 13px;
  line-height: 18px;
  font-size: 10px;
  line-height: 12px;
}
#prefooter .wrapper .formulaire_formidable div.editer input,
#prefooter .wrapper .formulaire_formidable li.editer input,
#prefooter .wrapper .formulaire_formidable div.editer textarea,
#prefooter .wrapper .formulaire_formidable li.editer textarea {
  transition: all 0.2s ease;
}
#prefooter .wrapper .formulaire_formidable p input {
  padding: 11px 20px 10px;
}
#prefooter .wrapper .formulaire_formidable p .remplir {
  font-size: 13px;
  line-height: 18px;
  font-size: 10px;
  line-height: 12px;
  float: left;
  /* Version smartphone */
}
@media screen and (max-width: calc(600px - 1px)) {
  #prefooter .wrapper .formulaire_formidable p .remplir {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}
/* Pied de page */
footer {
  padding: 15px;
  position: relative;
  z-index: 11;
}
footer .wrapper {
  font-size: 16px;
  line-height: 23px;
  /* Titres */
  /* Arborescence */
  /* Liens */
}
footer .wrapper strong.titre {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
}
footer .wrapper ul li {
  list-style: none;
  margin-bottom: 6px;
}
footer .wrapper ul li a:hover {
  text-decoration: underline;
}
footer .wrapper .telephone {
  display: block;
  margin: 10px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
/* Réseaux sociaux */
ul.reseaux li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
ul.reseaux li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: black;
  transition: all 0.2s ease;
}
ul.reseaux li a span {
  display: none;
}
ul.reseaux li.twitter a {
  background: url('//www.crformation.fr/plugins/auto/orion/v4.2.2/css/global/svg/twitter.svg') no-repeat #000000 center;
  background-size: 25px;
}
ul.reseaux li.facebook a {
  background: url('//www.crformation.fr/plugins/auto/orion/v4.2.2/css/global/svg/facebook.svg') no-repeat #000000 center;
  background-size: 25px;
}
ul.reseaux li.instagram a {
  background: url('//www.crformation.fr/plugins/auto/orion/v4.2.2/css/global/svg/instagram.svg') no-repeat #000000 center;
  background-size: 25px;
}
ul.reseaux li.nb a {
  background-color: white;
}
ul.reseaux li.nb.twitter a {
  background: url('//www.crformation.fr/plugins/auto/orion/v4.2.2/css/global/svg/twitter_nb.svg') #ffffff no-repeat center;
  background-size: 25px;
}
ul.reseaux li.nb.facebook a {
  background: url('//www.crformation.fr/plugins/auto/orion/v4.2.2/css/global/svg/facebook_nb.svg') #ffffff no-repeat center;
  background-size: 25px;
}
ul.reseaux li.nb.instagram a {
  background: url('//www.crformation.fr/plugins/auto/orion/v4.2.2/css/global/svg/instagram_nb.svg') #ffffff no-repeat center;
  background-size: 25px;
}
/* Points de ruptures */
/* Taille des blocs */
.wrapper {
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
}
/* Couleurs par défaut */
.couleur {
  color: #e94e1d;
}
/* Typos */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Tailles */
.enorme {
  font-size: 50px;
  line-height: 60px;
}
.tresgrand {
  font-size: 50px;
  line-height: 50px;
}
.grand {
  font-size: 32px;
  line-height: 42px;
}
.normal {
  font-size: 16px;
  line-height: 23px;
}
.moyen {
  font-size: 20px;
  line-height: 24px;
}
.petit {
  font-size: 13px;
  line-height: 18px;
}
.pasDePuces {
  list-style: none;
}
.enavant {
  color: #e94e1d;
  font-weight: bold;
}
.info {
  color: #aaa;
}
.gras {
  font-weight: bold;
}
.majuscules {
  text-transform: uppercase;
}
.ucfirst {
  text-transform: capitalize;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.centrer {
  text-align: center;
}
.alignerGauche {
  text-align: left;
}
/* Espacements */
p {
  margin: 10px 0;
}
/* Positionnement */
.block {
  display: block;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
.cacher {
  display: none;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
/* Alignements */
.alignerCentre {
  text-align: center;
}
.alignerDroite {
  text-align: right;
}
.alignerGauche {
  text-align: left;
}
.adroite {
  float: right;
}
.justifie {
  text-align: justify;
}
/* Colonage */
/* Colonage nouvelle version */
@media (min-width: 600px) {
  .quart {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .colonne {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
  }
}
@media (min-width: 880px) {
  .quart {
    width: 25%;
  }
}
@media (min-width: 880px) {
  .tiers {
    width: 33%;
  }
}
@media (min-width: 880px) {
  .w40 {
    width: 40%;
  }
}
@media (min-width: 880px) {
  .moitie {
    width: 50%;
  }
}
@media (min-width: 880px) {
  .w60 {
    width: 60%;
  }
}
@media (min-width: 880px) {
  .deuxtiers {
    width: 66%;
  }
}
@media (min-width: 880px) {
  .troisquart {
    width: 75%;
  }
}
/* Masquer certains éléments sur smartphone */
br {
  display: none;
}
@media (min-width: 600px) {
  br {
    display: initial;
  }
}
/* Composants */
/* RGPD */
#banniere-cookie {
  box-shadow: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /* Version tablette */
  /* Version smartphone */
}
#banniere-cookie .cicb_texte {
  float: none;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  color: gray;
  max-width: 450px;
  margin: 0;
}
#banniere-cookie .cicb_boutons {
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin: 0 30px;
}
#banniere-cookie .cicb_boutons a {
  text-transform: uppercase;
  background-color: white;
  font-size: 13px;
  line-height: 18px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 0;
  padding: 7px 20px;
  border: 2px solid red;
  color: black;
}
#banniere-cookie .cicb_boutons a:hover,
#banniere-cookie .cicb_boutons a.accepte {
  border-color: red;
  background-color: red;
  color: white;
}
@media screen and (max-width: calc(1130px -1px)) {
  #banniere-cookie .cicb_texte,
  #banniere-cookie .cicb_boutons {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: calc(600px - 1px)) {
  #banniere-cookie .cicb_boutons a {
    display: block;
    margin: 0 auto 10px;
  }
}
/* Formulaires WEB & Cie */
/* Développement : Arthur Verneret */
/* Nécessite LESS et jQuery */
.deroulant {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f8f8f8;
  margin: 0 20px 20px 0;
}
.deroulant label {
  display: none;
}
.deroulant select {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #191919;
  padding: 15px 15px 15px 10px;
  width: 350px;
  height: 55px;
}
.formulaire_spip h1 {
  font-size: 32px;
  line-height: 42px;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 40px;
}
.formulaire_spip p {
  text-align: center;
}
.formulaire_spip form {
  width: 100%;
  border-radius: 6px;
  max-width: 600px;
  margin: 40px auto;
  text-align: left;
  /* Champs files */
}
.formulaire_spip form legend {
  font-size: 13px;
  line-height: 18px;
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 20px;
}
.formulaire_spip form em {
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  margin: 0 auto 15px;
  display: block;
}
.formulaire_spip form em a {
  color: #e94e1d;
}
.formulaire_spip form div.editer,
.formulaire_spip form li.editer {
  margin: 0 auto 15px;
  /* Cas particulier des dates */
  /* Cas particulier des checkboxes */
  /* Erreurs */
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire_spip form div.editer textarea,
.formulaire_spip form li.editer textarea {
  border-radius: 6px;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #dcdee0;
  margin: 0;
  -webkit-appearance: none;
  color: #dbdbdb;
  transition: all 0.1s ease-in-out 0s;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 23px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire_spip form div.editer textarea:focus,
.formulaire_spip form li.editer textarea:focus {
  border: 1px solid #e94e1d;
  color: #e94e1d;
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_jour,
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_jour,
.formulaire_spip form div.editer textarea.date_jour,
.formulaire_spip form li.editer textarea.date_jour,
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_mois,
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_mois,
.formulaire_spip form div.editer textarea.date_mois,
.formulaire_spip form li.editer textarea.date_mois {
  width: 50px;
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_annee,
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_annee,
.formulaire_spip form div.editer textarea.date_annee,
.formulaire_spip form li.editer textarea.date_annee {
  width: 100px;
}
.formulaire_spip form div.editer .palette,
.formulaire_spip form li.editer .palette {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 0;
}
.formulaire_spip form div.editer input.radio + label,
.formulaire_spip form li.editer input.radio + label {
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 5px;
}
.formulaire_spip form div.editer select,
.formulaire_spip form li.editer select {
  padding: 10px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  border: 1px solid #dcdee0;
  border-radius: 6px;
}
.formulaire_spip form div.editer textarea,
.formulaire_spip form li.editer textarea {
  height: 120px;
  padding: 16px;
}
.formulaire_spip form div.editer input:-webkit-autofill,
.formulaire_spip form li.editer input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.formulaire_spip form div.editer input:focus,
.formulaire_spip form li.editer input:focus,
.formulaire_spip form div.editer textarea:focus,
.formulaire_spip form li.editer textarea:focus,
.formulaire_spip form div.editer select:focus,
.formulaire_spip form li.editer select:focus {
  outline: 0 !important;
}
.formulaire_spip form div.editer.saisie_date_jour_mois_annee label,
.formulaire_spip form li.editer.saisie_date_jour_mois_annee label {
  display: block;
}
.formulaire_spip form div.editer.saisie_date_jour_mois_annee .choix,
.formulaire_spip form li.editer.saisie_date_jour_mois_annee .choix {
  display: inline-block;
  vertical-align: middle;
}
.formulaire_spip form div.editer.saisie_date_jour_mois_annee .choix label,
.formulaire_spip form li.editer.saisie_date_jour_mois_annee .choix label {
  display: none;
}
.formulaire_spip form div.editer.saisie_checkbox label,
.formulaire_spip form li.editer.saisie_checkbox label {
  display: block;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix,
.formulaire_spip form li.editer.saisie_checkbox div.choix {
  position: relative;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix input[type=checkbox],
.formulaire_spip form li.editer.saisie_checkbox div.choix input[type=checkbox] {
  display: none;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix input[type=checkbox]:checked + label:after,
.formulaire_spip form li.editer.saisie_checkbox div.choix input[type=checkbox]:checked + label:after {
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  opacity: 1;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix span,
.formulaire_spip form li.editer.saisie_checkbox div.choix span {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 5px;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix label,
.formulaire_spip form li.editer.saisie_checkbox div.choix label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  background: #cfcfcf;
  margin: 0 0 10px;
  border-radius: 4px;
  padding-left: 20px;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix label:after,
.formulaire_spip form li.editer.saisie_checkbox div.choix label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  background: transparent;
  top: 4px;
  left: 4px;
  transform: rotate(-45deg);
}
.formulaire_spip form div.editer.saisie_checkbox div.choix label:hover::after,
.formulaire_spip form li.editer.saisie_checkbox div.choix label:hover::after {
  opacity: 1;
}
.formulaire_spip form div.editer label.erreur,
.formulaire_spip form li.editer label.erreur {
  color: red;
}
.formulaire_spip form div.editer label.erreur + input:not(.radio):not(.checkbox),
.formulaire_spip form li.editer label.erreur + input:not(.radio):not(.checkbox),
.formulaire_spip form div.editer label.erreur + textarea,
.formulaire_spip form li.editer label.erreur + textarea {
  border-color: red;
}
.formulaire_spip form div.file {
  margin-bottom: 40px;
}
.formulaire_spip form div.file label {
  cursor: pointer;
}
.formulaire_spip form div.file label:hover {
  color: #e94e1d;
}
.formulaire_spip form div.file input[type="file"] {
  display: none;
}
.formulaire_spip form img.ui-datepicker-trigger {
  margin: 17px 0 0 -25px;
}
.formulaire_spip form #pass_securise {
  display: none !important;
}
.formulaire_spip form p.details {
  text-align: right;
  font-size: 13px;
  line-height: 18px;
  font-size: 10px;
  line-height: 12px;
  margin: 0 auto 15px;
}
.formulaire_spip form div.erreur p {
  color: black;
  margin: 0;
}
.formulaire_spip form div.erreur span:not(.obligatoire) {
  display: block;
  color: #e94e1d;
}
.formulaire_spip form div.erreur span:not(.obligatoire) em {
  display: inline;
}
.formulaire_spip form div.erreur + input {
  border-color: #e94e1d;
}
.formulaire_spip form span {
  font-size: 16px;
  line-height: 23px;
}
.formulaire_spip form p.explication {
  font-size: 13px;
  line-height: 18px;
  font-size: 10px;
  line-height: 12px;
}
.formulaire_spip form p.boutons {
  text-align: left;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  padding: 0;
}
.formulaire_spip form button[type="submit"],
.formulaire_spip form input[type="submit"],
.formulaire_spip form input[type="button"],
.formulaire_spip form .button,
.formulaire_spip form a.button {
  width: auto;
  cursor: pointer;
  margin: 0 auto 15px;
  line-height: 23px;
  -webkit-appearance: none;
  display: block;
  padding: 10px 24px;
  font-size: 16px;
  background-color: #e94e1d;
  border-radius: 6px;
  border: none;
  color: #fff;
  transition: all 0.2s ease;
}
.formulaire_spip form button[type="submit"]:hover,
.formulaire_spip form input[type="submit"]:hover,
.formulaire_spip form input[type="button"]:hover,
.formulaire_spip form .button:hover,
.formulaire_spip form a.button:hover,
.formulaire_spip form button[type="submit"]:focus,
.formulaire_spip form input[type="submit"]:focus,
.formulaire_spip form input[type="button"]:focus,
.formulaire_spip form .button:focus,
.formulaire_spip form a.button:focus {
  background-color: #e94e1d;
}
.formulaire_spip .reponse_formulaire {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
}
.formulaire_spip .reponse_formulaire.reponse_formulaire_erreur {
  color: #e94e1d;
}
.formulaire_spip span.erreur {
  color: #e94e1d;
}
/* Styles du projet */
.conteneur_image_responsive_h {
  display: block;
}
header {
  display: none;
  overflow: hidden;
  z-index: 2;
  height: 90px;
  background-color: #002d59;
  box-shadow: none;
}
header + section {
  margin-top: 0;
}
header .wrapper {
  position: relative;
  max-height: 100%;
  justify-content: flex-end;
  /* Logo */
  /* Formulaire de recherche */
}
header .wrapper .spip_logo_site {
  margin: 0 auto 0 0;
  max-width: 75px;
}
header .wrapper #formulaire_recherche {
  display: none;
  margin-right: 30px;
}
header .wrapper #formulaire_recherche form {
  width: max-content;
  margin: 10px auto;
}
header .wrapper #formulaire_recherche form div.editer-groupe label {
  display: none;
}
header .wrapper #formulaire_recherche form div.editer-groupe input#recherche {
  color: #dbdbdb;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans';
  padding: 10px 20px;
  margin: 0;
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  -webkit-appearance: none;
  transition: all 0.1s ease-in-out 0s;
  width: 270px;
  display: inline-block;
  vertical-align: top;
}
header .wrapper #formulaire_recherche form div.editer-groupe input#recherche:focus {
  color: #002d59;
}
header .wrapper #formulaire_recherche form div.editer-groupe input#recherche::placeholder {
  color: black !important;
}
header .wrapper #formulaire_recherche form div.editer-groupe input[type="submit"] {
  background: url('//www.crformation.fr/squelettes/svg/rechercher.svg') no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
}
header .wrapper .hamburger {
  display: block;
  position: relative;
  right: 0;
  top: 0;
}
header .wrapper .hamburger .hamburger-box {
  width: 50px;
}
header .wrapper .hamburger .hamburger-inner {
  width: 50px;
  background: #ffffff;
}
header .wrapper .hamburger .hamburger-inner::before,
header .wrapper .hamburger .hamburger-inner::after {
  width: inherit;
  background: #ffffff;
  transform: initial;
}
header .wrapper .hamburger .hamburger-inner::before {
  top: -15px;
}
header .wrapper .hamburger .hamburger-inner::after {
  top: -30px;
}
header .wrapper .hamburger.is-active .hamburger-inner {
  transform: initial;
  background: #002d59;
}
header .wrapper .hamburger.is-active .hamburger-inner::before,
header .wrapper .hamburger.is-active .hamburger-inner::after {
  background: inherit;
}
header .wrapper .hamburger.is-active .hamburger-inner::after {
  opacity: 1;
}
header .wrapper .hamburger.is-active::after {
  color: #002d59;
}
header .wrapper nav {
  position: fixed;
  top: 0;
  left: 0;
  left: 100%;
  background: #ffffff;
}
header .wrapper nav.ouvert {
  right: 0;
  left: auto;
  background-color: #002d59;
}
header .wrapper nav.ouvert ul {
  margin-top: 80px;
}
header .wrapper nav.ouvert ul li {
  width: max-content;
  margin: 0 auto 25px;
  padding: 9px 20px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: 0;
  background-color: white;
  color: #002d59;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  transition: all .2s ease;
  cursor: pointer;
  /* Gestion des backgrounds des différents filtres */
}
header .wrapper nav.ouvert ul li a {
  display: flex;
  color: #002d59;
}
header .wrapper nav.ouvert ul li a span,
header .wrapper nav.ouvert ul li a img {
  margin: auto;
}
header .wrapper nav.ouvert ul li a img {
  margin-right: 5px;
  max-height: 22px;
  width: auto;
}
header .wrapper nav.ouvert ul li:first-child {
  background: linear-gradient(to right, #fd8e3c, #ff471d);
}
header .wrapper nav.ouvert ul li:nth-child(2) {
  background: linear-gradient(to right, #02ebc4, #00c7c0);
}
header .wrapper nav.ouvert ul li:nth-child(3) {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
}
header .wrapper nav.ouvert ul li:nth-child(4) {
  background: linear-gradient(to right, #fce434, #fce334, #fac334);
}
header .wrapper nav.ouvert ul li:nth-child(5) {
  background: linear-gradient(to right, #01ffa9, #00e094);
}
header .wrapper nav.ouvert ul li:hover {
  transform: scale(1.05);
}
@media (min-width: 880px) {
  header .wrapper {
    /* Formulaire de recherche */
  }
  header .wrapper #formulaire_recherche {
    display: block;
  }
  header .wrapper nav {
    width: 355px;
    height: 100%;
  }
}
@media (min-width: 1130px) {
  header .wrapper nav {
    width: 40%;
  }
}
/* CTA téléphone */
#cta_telephone {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
#cta_telephone .wrapper {
  position: relative;
}
#cta_telephone .wrapper a {
  position: absolute;
  right: 0;
  left: auto;
  transition: all .2s ease;
  height: 40px;
  /* Contactez-nous */
}
#cta_telephone .wrapper a:hover {
  transform: scale(1.05);
}
#cta_telephone .wrapper a:first-child {
  top: 8px;
  padding: 5px 10px;
  background: #002d59;
  border-radius: 20px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
#cta_telephone .wrapper a:first-child:hover {
  font-weight: bold;
  text-decoration: underline;
  transform: none;
}
#cta_telephone .wrapper a.telephone_header {
  transform: scale(1.3);
}
#cta_telephone .wrapper a.whatsapp {
  right: 0;
  top: 56px;
}
@media (min-width: 880px) {
  #cta_telephone {
    /* Contactez-nous */
  }
  #cta_telephone .wrapper a {
    right: 260px;
  }
  #cta_telephone .wrapper a:first-child {
    right: 460px;
  }
  #cta_telephone .wrapper a.whatsapp {
    right: 170px;
    top: -4px;
  }
}
.page_sommaire #cta_telephone {
  position: absolute;
}
#cta_telephone_header {
  display: none;
}
#cta_telephone_header .wrapper {
  width: max-content;
  display: block;
  padding-top: 4px;
  margin-right: 30px;
}
#cta_telephone_header .wrapper a {
  display: block;
  width: max-content;
  margin: 5px auto 0;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  #cta_telephone_header {
    display: block;
  }
}
.page_rubrique header,
.page_evenement header,
.page_recherche header {
  display: block;
}
.page_rubrique #cta_telephone,
.page_evenement #cta_telephone,
.page_recherche #cta_telephone {
  display: none;
}
#contact .wrapper,
footer .wrapper {
  max-width: 1080px;
}
#contact {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  padding: 100px 0 0;
  color: #ffffff;
}
#contact .grand_conteneur {
  background: #002d59;
  padding: 0 15px;
  padding-bottom: 25px;
}
#contact .wrapper {
  position: relative;
  /* L'encart rouge */
  /* Le bloc coordonnées + formulaire */
  /* L'esperluette */
}
#contact .wrapper .titre {
  position: relative;
  top: -40px;
  width: fit-content;
  margin: auto auto 50px;
  padding: 30px;
  background: #ff2028;
  /* Le logo */
  /* Répond à toutes vos questions */
}
#contact .wrapper .titre img {
  margin: 0 auto 30px;
}
#contact .wrapper .titre h2 {
  color: #ffffff;
  letter-spacing: 0;
}
#contact .wrapper .titre h2 span {
  display: none;
}
#contact .wrapper .formulaire_conteneur {
  /* La colonne des coordonnees */
  /* La colonne formulaire */
}
#contact .wrapper .formulaire_conteneur .coordonnees {
  font-size: 18px;
  line-height: 26px;
}
#contact .wrapper .formulaire_conteneur .coordonnees p {
  max-width: 445px;
  margin: 10px auto 40px;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul {
  list-style: none;
  text-align: center;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.adresse {
  margin-bottom: 20px;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.contact {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  /* Le numéro de téléphone */
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.contact li:first-child {
  color: #ff2028;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux li {
  width: 40px;
  height: 40px;
  transition: all .2s ease;
  /* Facebook */
  /* Linkedin */
  /* Instagram */
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux li a {
  display: block;
  height: 100%;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux li a span {
  display: none;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux li:hover {
  transform: scale(1.05);
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux li:first-child {
  background: url(//www.crformation.fr/squelettes/images/pictos/facebook_blanc.svg) no-repeat;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux li:nth-child(2) {
  background: url(//www.crformation.fr/squelettes/images/pictos/linkedin_blanc.svg) no-repeat;
}
#contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux li:last-child {
  background: url(//www.crformation.fr/squelettes/images/pictos/instagram_blanc.svg) no-repeat;
}
#contact .wrapper .formulaire_conteneur .formulaire {
  /* Le formulaire */
}
#contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe legend,
#contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe label {
  display: none;
}
#contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe .editer input,
#contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe .editer textarea {
  border-radius: 10px;
  border: none;
  color: #002D59;
}
#contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe .editer input::placeholder,
#contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe .editer textarea::placeholder {
  color: #909090;
  opacity: 1;
}
#contact .wrapper .formulaire_conteneur .formulaire form .boutons {
  margin-top: 10px;
}
#contact .wrapper .formulaire_conteneur .formulaire form .boutons .submit {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #002d59;
  border: 1px solid #ff2028;
}
#contact .wrapper .formulaire_conteneur .formulaire form .boutons .submit:hover {
  background: #ff2028;
}
#contact .wrapper::before {
  position: absolute;
  bottom: -25px;
  top: auto;
  right: -200px;
  left: auto;
  width: 300px;
  height: 300px;
  content: '';
  display: block;
  background: url(//www.crformation.fr/squelettes/images/pictos/esperluette_bas_de_page.svg) no-repeat;
  background-position: bottom right;
}
@media (min-width: 600px) {
  #contact .wrapper {
    /* Le bloc coordonnées + formulaire */
  }
  #contact .wrapper .formulaire_conteneur {
    /* La colonne formulaire */
  }
  #contact .wrapper .formulaire_conteneur .contact li {
    font-weight: 100;
  }
  #contact .wrapper .formulaire_conteneur .formulaire {
    /* Le formulaire */
  }
  #contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe .editer {
    width: 100%;
    /* Sur les deux premiers champs */
  }
  #contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe .editer.editer_input_1,
  #contact .wrapper .formulaire_conteneur .formulaire form .editer-groupe .editer.editer_input_2 {
    width: 48%;
    margin: 0 0 15px;
  }
}
@media (min-width: 880px) {
  #contact {
    margin-top: 130px;
  }
  #contact .wrapper {
    /* L'encart rouge */
    /* Le bloc coordonnées + formulaire */
  }
  #contact .wrapper .titre {
    display: flex;
    margin: -45px 0 10px 0;
    margin-left: 0;
    padding-right: 130px;
    padding-left: 0;
    /* Le logo */
    /* Vos questions, nos réponses */
    /* La bande rouge pour compléter l'encart */
  }
  #contact .wrapper .titre img {
    margin: 0 40px 0 0;
  }
  #contact .wrapper .titre h2 {
    position: relative;
    padding-left: 40px;
  }
  #contact .wrapper .titre h2::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    display: block;
    width: 3px;
    height: 50px;
    background: #ffffff;
  }
  #contact .wrapper .titre::before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    left: auto;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #ff2028;
  }
  #contact .wrapper .formulaire_conteneur {
    display: flex;
    /* La colonne des coordonnees */
    /* La colonne formulaire */
  }
  #contact .wrapper .formulaire_conteneur > * {
    width: 50%;
  }
  #contact .wrapper .formulaire_conteneur .coordonnees p {
    margin-left: 0;
  }
  #contact .wrapper .formulaire_conteneur .coordonnees ul {
    text-align: left;
  }
  #contact .wrapper .formulaire_conteneur .coordonnees ul.reseaux_sociaux {
    justify-content: flex-start;
  }
  #contact .wrapper .formulaire_conteneur .formulaire {
    /* Le formulaire */
  }
  #contact .wrapper .formulaire_conteneur .formulaire form {
    margin: 10px auto 40px;
  }
  #contact .wrapper .formulaire_conteneur .formulaire form .boutons .submit {
    margin-left: 0;
  }
}
footer {
  padding: 0 15px;
}
footer .wrapper .colonne {
  text-align: center;
}
footer .wrapper .colonne:first-child {
  /* Le logo */
}
footer .wrapper .colonne:first-child .titre {
  margin-bottom: 0;
}
footer .wrapper .colonne:first-child .titre img {
  margin: auto;
  padding: 0 10px 20px 10px;
  background: #002d59;
}
footer .wrapper .colonne ul {
  margin-top: 10px;
}
footer .wrapper .colonne ul li a {
  color: #002d59;
  font-weight: initial;
  font-size: 12px;
  line-height: 16px;
}
footer .wrapper .colonne ul li a:hover {
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 600px) {
  footer .wrapper .colonne.quart {
    width: 100%;
  }
}
@media (min-width: 880px) {
  footer .wrapper .colonne {
    text-align: left;
  }
  footer .wrapper .colonne.quart {
    width: 25%;
  }
  footer .wrapper .colonne:first-child {
    /* Le logo */
  }
  footer .wrapper .colonne:first-child .titre img {
    margin-left: 0;
  }
}
/* Typo OPEN SANS */
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #002d59;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
/* Titraille */
h1,
h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}
h1 strong,
h2 strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0;
}
@media screen and (min-width: 880px) {
  h1,
  h2 {
    text-align: left;
  }
}
p {
  text-align: center;
}
@media screen and (min-width: 880px) {
  p {
    text-align: left;
  }
}
/* Tailles */
.enorme {
  font-size: 50px;
  line-height: 50px;
}
.grand {
  font-size: 30px;
  line-height: 35px;
}
.intermediaire {
  font-size: 25px;
  line-height: 30px;
}
.petit {
  font-size: 10px;
  line-height: 12px;
}
/* Dégradé */
/* SVG Filter */
.svg_blanc {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(106%) contrast(101%);
}
.svg_bleu {
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.svg_orange {
  filter: invert(47%) sepia(63%) saturate(3816%) hue-rotate(347deg) brightness(103%) contrast(102%);
}
.arbo {
  font-size: 12px;
  /* La flèche */
}
.arbo a {
  color: #ffffff;
}
.arbo a:hover {
  color: #002d59;
}
.arbo img {
  display: inline;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(106%) contrast(101%);
}
.arbo strong {
  color: #ffffff;
}
.arbo a,
.arbo strong {
  padding-left: 15px;
  text-transform: uppercase;
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_blanc.svg') no-repeat 0 center;
  background-size: 10px;
}
.arbo a:first-of-type {
  background: none;
  padding: 0;
}
.arbo_ecriture_bleu a,
.arbo_ecriture_bleu strong {
  color: #002d59;
  /* padding-left:0px; */
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue_arbo.svg') no-repeat 0 center;
  background-size: 10px;
  background-position: left;
}
.arbo_ecriture_bleu a:hover {
  color: #ff5c20;
}
.arbo_ecriture_bleu a:first-of-type {
  padding-left: 0;
  background: none;
}
/* Composants */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.cartes article {
  position: relative;
  transition: all .2s ease;
  color: #002d59;
  border-radius: 6px;
  padding: 70px 20px 20px;
  margin: 70px auto 20px;
  width: 240px;
  min-height: 320px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  /* Version côtes à côtes */
}
.cartes article a {
  color: #002d59;
}
.cartes article h3 {
  font-size: 14px;
  line-height: 20px;
  color: #ff5c20;
  font-weight: 700;
}
.cartes article p {
  margin: 0;
  text-align: left;
}
.cartes article p.tarif {
  position: absolute;
  top: -40px;
  left: 18px;
  width: 100px;
  height: 100px;
  padding-top: 27px;
  background: linear-gradient(to right, #fd8e3c, #ff471d);
  border-radius: 80px;
  color: white;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}
.cartes article p.tarif i {
  display: block;
  font-style: normal;
}
.cartes article p.tarif big {
  font-size: 19px;
  font-weight: bold;
}
.cartes article p.tarif big br {
  display: block;
}
.cartes article li {
  list-style: none;
  margin-top: 15px;
}
.cartes article li strong {
  font-weight: 700;
}
.cartes article li i {
  font-style: normal;
  color: #ff5c20;
  font-weight: 700;
}
.cartes article:hover {
  transform: scale(1.05);
}
.cartes article .bouton {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 20px;
  padding: 8px 20px;
}
.cartes article .bouton:hover {
  background-color: #002d59;
  color: white !important;
}
@media screen and (min-width: 880px) {
  .cartes article {
    display: inline-block;
    vertical-align: top;
    margin: 70px 20px 20px 0;
  }
}
.calendrier {
  list-style: none;
  text-align: center;
}
.calendrier li {
  position: relative;
  background-color: white;
  margin: 0 5px 20px 0;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #002d59;
  font-size: 12px;
  /* Mois */
  /* Jour */
  /* Lieu */
}
.calendrier li big,
.calendrier li small,
.calendrier li p {
  display: block;
  margin: auto;
}
.calendrier li a {
  color: #002d59;
}
.calendrier li small {
  font-size: 14px;
  line-height: 20px;
}
.calendrier li big {
  line-height: 60px;
  font-size: 50px;
  line-height: 50px;
}
.calendrier li p {
  background: linear-gradient(to right, #fd8e3c, #ff471d);
  color: white;
  position: absolute;
  top: auto;
  top: 90px;
  left: 51%;
  transform: translateX(-50%);
  padding: 0 5px;
  text-align: center;
  line-height: 15px;
}
.bouton {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
}
.bouton_filaire {
  border: 1px solid #002d59;
}
.bouton_bleu,
.bouton_blanc,
.bouton_orange {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
}
.bouton_bleu {
  background: #002d59;
  border: 1px solid #ff2028;
}
.bouton_bleu:hover {
  background: #ff2028;
}
.bouton_blanc {
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
}
.bouton_blanc:hover {
  background: #002d59;
  color: #ffffff;
}
.bouton_orange {
  background: #ff5c20;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.bouton_orange:hover {
  background: #ffffff;
  color: #ff5c20;
}
.lien_bordure_orange {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
.lien_bordure_orange::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.lien_bordure_orange:hover {
  color: #ff5c20;
}
.lien_bordure_bleu {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #00a2e7;
}
.lien_bordure_bleu::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.lien_bordure_bleu:hover {
  color: #ff5c20;
}
.lien_bordure_bleu:hover {
  color: #00a2e7;
}
.lien_bordure_bleu:hover::after {
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.lien_bordure_bleuclair {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #00d1b2;
}
.lien_bordure_bleuclair::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.lien_bordure_bleuclair:hover {
  color: #ff5c20;
}
.lien_bordure_bleuclair:hover {
  color: #00d1b2;
}
.lien_bordure_bleuclair:hover::after {
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.lien_bordure_jaune {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #ffbe14;
}
.lien_bordure_jaune::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.lien_bordure_jaune:hover {
  color: #ff5c20;
}
.lien_bordure_jaune:hover {
  color: #ffbe14;
}
.lien_bordure_jaune:hover::after {
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
/* La popup d'inscription */
.popup_inscription {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
}
.popup_inscription .rectangle_bleu {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 70px 70px 50px 70px;
  transform: translate(-50%, -50%);
  background: rgba(0, 45, 89, 0.99);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  /* Inscription */
  /* Sélectionnez le lieu de votre choix : */
  /* La liste des villes disponibles */
  /* La liste des dates disponibles */
}
.popup_inscription .rectangle_bleu .croix_fermante {
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  width: 40px;
  height: 40px;
  background: url('//www.crformation.fr/squelettes/images/pictos/close.svg');
  background-size: contain;
  transition: all .2s ease;
  cursor: pointer;
}
.popup_inscription .rectangle_bleu .croix_fermante:hover {
  transform: scale(1.05);
}
.popup_inscription .rectangle_bleu strong {
  display: block;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
}
.popup_inscription .rectangle_bleu p {
  margin-bottom: 30px;
}
.popup_inscription .rectangle_bleu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  justify-content: center;
  margin: auto;
}
.popup_inscription .rectangle_bleu ul li {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #002d59;
  border: 1px solid #ff2028;
  padding: 0;
  border: 1px solid #ffffff;
}
.popup_inscription .rectangle_bleu ul li:hover {
  background: #ff2028;
}
.popup_inscription .rectangle_bleu ul li a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
}
.popup_inscription .rectangle_bleu ul li:not(.visio) {
  border-radius: 6px;
  order: 2;
}
.popup_inscription .rectangle_bleu ul li:hover {
  background: #ffffff;
}
.popup_inscription .rectangle_bleu ul li:hover a {
  color: #002d59;
}
.popup_inscription .rectangle_bleu .dates_conteneur {
  display: none;
}
.popup_inscription .rectangle_bleu .dates_conteneur .prochaines_dates {
  margin-bottom: 20px;
}
.popup_inscription .rectangle_bleu .dates_conteneur .autre_ville {
  display: block;
  width: max-content;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  /* La flèche */
}
.popup_inscription .rectangle_bleu .dates_conteneur .autre_ville::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 20px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  transform: rotate(180deg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(106%) contrast(101%);
}
.popup_inscription .rectangle_bleu .dates_conteneur .autre_ville:hover {
  color: #ff5c20;
  /* La flèche */
}
.popup_inscription .rectangle_bleu .dates_conteneur .autre_ville:hover::before {
  filter: invert(47%) sepia(63%) saturate(3816%) hue-rotate(347deg) brightness(103%) contrast(102%);
}
.popup_inscription.on {
  display: block;
}
@media (min-width: 880px) {
  .popup_inscription .rectangle_bleu {
    width: 624px;
    /* Sélectionnez le lieu de votre choix : */
  }
  .popup_inscription .rectangle_bleu p {
    text-align: center;
  }
}
/* Pages */
/* Sommaire */
.page_sommaire .page {
  overflow: hidden;
  /* Accueil moteur de recherche + slider */
  /* Section visuels */
  /* Les deux logos datadock et qualiopi */
  /* Formations */
}
.page_sommaire .page #accueil {
  position: relative;
  z-index: 2;
  background-color: #002d59;
  color: white;
  padding-top: 20px;
  padding-bottom: 150px;
  /* Logo */
  /* Titre */
  /* Formulaire de recherche */
  /* Filtres secteurs de formations */
}
.page_sommaire .page #accueil .logo {
  max-width: 130px;
  display: block;
  margin-bottom: 80px;
}
.page_sommaire .page #accueil h2 {
  max-width: 500px;
  margin: auto;
}
.page_sommaire .page #accueil h2 strong {
  color: #ff2028;
}
.page_sommaire .page #accueil #formulaire_recherche form {
  width: max-content;
  margin: 40px auto;
}
.page_sommaire .page #accueil #formulaire_recherche form div.editer-groupe label {
  display: none;
}
.page_sommaire .page #accueil #formulaire_recherche form div.editer-groupe input#recherche {
  color: #dbdbdb;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans';
  padding: 10px 20px;
  margin: 0;
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  -webkit-appearance: none;
  transition: all 0.1s ease-in-out 0s;
  width: 270px;
  display: inline-block;
  vertical-align: top;
}
.page_sommaire .page #accueil #formulaire_recherche form div.editer-groupe input#recherche:focus {
  color: #002d59;
}
.page_sommaire .page #accueil #formulaire_recherche form div.editer-groupe input#recherche::placeholder {
  color: black !important;
}
.page_sommaire .page #accueil #formulaire_recherche form div.editer-groupe input[type="submit"] {
  background: url('//www.crformation.fr/squelettes/svg/rechercher.svg') no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
}
.page_sommaire .page #accueil ul.filtres {
  list-style: none;
  max-width: 50%;
  margin: auto;
  text-align: center;
}
.page_sommaire .page #accueil ul.filtres li {
  display: inline-flex;
  margin: 0 5px 10px 0;
  border-radius: 20px;
  padding: 9px 20px;
  background-color: white;
  font-weight: 500;
  transition: all .2s ease;
  cursor: pointer;
  /* Gestion des backgrounds des différents filtres */
}
.page_sommaire .page #accueil ul.filtres li a {
  color: #002d59;
  font-weight: bold;
}
.page_sommaire .page #accueil ul.filtres li span,
.page_sommaire .page #accueil ul.filtres li img {
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}
.page_sommaire .page #accueil ul.filtres li img {
  margin-right: 5px;
  max-height: 22px;
  width: auto;
}
.page_sommaire .page #accueil ul.filtres li:first-child {
  background: #ff5c20;
}
.page_sommaire .page #accueil ul.filtres li:first-child a {
  color: white;
}
.page_sommaire .page #accueil ul.filtres li:nth-child(2) {
  background: #00a2e7;
}
.page_sommaire .page #accueil ul.filtres li:nth-child(2) a {
  color: white;
}
.page_sommaire .page #accueil ul.filtres li:nth-child(3) {
  background: #00d1b2;
}
.page_sommaire .page #accueil ul.filtres li:nth-child(4) {
  background: #d81159;
}
.page_sommaire .page #accueil ul.filtres li:nth-child(4) a {
  color: white;
}
.page_sommaire .page #accueil ul.filtres li:nth-child(5) {
  background: #d499b9;
}
.page_sommaire .page #accueil ul.filtres li:nth-child(7) {
  background: #ffbe14;
}
.page_sommaire .page #accueil ul.filtres li:nth-child(6) {
  background: #00e094;
}
.page_sommaire .page #accueil ul.filtres li:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: calc(600px - 1px)) {
  .page_sommaire .page #accueil .wrapper {
    /* Filtres secteurs de formations */
    /* Formulaire de recherche */
  }
  .page_sommaire .page #accueil .wrapper ul.filtres {
    max-width: initial;
  }
  .page_sommaire .page #accueil .wrapper #formulaire_recherche form div.editer-groupe input[type="submit"] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 119px;
  }
}
@media (min-width: 880px) {
  .page_sommaire .page #accueil {
    /* Titre */
    /* Formulaire de recherche */
    /* Filtres secteurs de formations */
  }
  .page_sommaire .page #accueil h2 {
    margin-left: 0;
  }
  .page_sommaire .page #accueil #formulaire_recherche form {
    margin: 40px 0;
  }
  .page_sommaire .page #accueil ul.filtres {
    margin-left: 0;
    text-align: left;
  }
}
.page_sommaire .page #hero {
  padding: 0;
  /* Visuels par secteurs */
  /* Encart texte de présentation */
}
.page_sommaire .page #hero ul.visuels {
  display: none;
  position: absolute;
  width: 1200px;
}
.page_sommaire .page #hero ul.visuels li {
  list-style: none;
  position: relative;
  max-height: 0;
  height: 600px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 1s;
  transition-property: opacity;
}
.page_sommaire .page #hero ul.visuels li.on {
  max-height: 600px;
  opacity: 1;
}
.page_sommaire .page #hero ul.visuels li picture {
  display: block;
}
.page_sommaire .page #hero ul.visuels li .jpg {
  position: absolute;
  width: auto;
  height: 600px;
  z-index: 0;
  left: 230px;
}
.page_sommaire .page #hero ul.visuels li .png {
  z-index: 1;
  position: relative;
  top: 90px;
}
.page_sommaire .page #hero #presentation {
  padding: 50px;
  /* déclinaisons */
  /* L'esperluette */
}
.page_sommaire .page #hero #presentation h2,
.page_sommaire .page #hero #presentation p {
  color: white;
}
.page_sommaire .page #hero #presentation h2 {
  font-size: 15px;
  line-height: 17px;
}
.page_sommaire .page #hero #presentation h2 strong {
  font-size: 25px;
}
.page_sommaire .page #hero #presentation.formation_3 {
  background: linear-gradient(to right, #fd8e3c, #ff471d);
}
.page_sommaire .page #hero #presentation.formation_4 {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
}
.page_sommaire .page #hero #presentation.formation_4 h2,
.page_sommaire .page #hero #presentation.formation_4 p {
  color: #002d59;
}
.page_sommaire .page #hero #presentation.formation_5 {
  background: linear-gradient(to right, #02ebc4, #00c7c0);
}
.page_sommaire .page #hero #presentation.formation_5 h2,
.page_sommaire .page #hero #presentation.formation_5 p {
  color: #002d59;
}
.page_sommaire .page #hero #presentation.formation_6 {
  background: linear-gradient(to right, #fce434, #fce334, #fac334);
}
.page_sommaire .page #hero #presentation.formation_6 h2,
.page_sommaire .page #hero #presentation.formation_6 p {
  color: #002d59;
}
.page_sommaire .page #hero #presentation.formation_7 {
  background: linear-gradient(to right, #01ffa9, #00e094);
}
.page_sommaire .page #hero #presentation.formation_7 h2,
.page_sommaire .page #hero #presentation.formation_7 p {
  color: #002d59;
}
.page_sommaire .page #hero #presentation.formation_8 {
  background: white;
}
.page_sommaire .page #hero #presentation.formation_8 h2,
.page_sommaire .page #hero #presentation.formation_8 p {
  color: #002d59;
}
.page_sommaire .page #hero #presentation.formation_41 {
  background: linear-gradient(to right, #d81159, #d81159, #a23160);
}
.page_sommaire .page #hero #presentation.formation_41 h2,
.page_sommaire .page #hero #presentation.formation_41 p {
  color: white;
}
.page_sommaire .page #hero #presentation.formation_42 {
  background: linear-gradient(to right, #d499b9, #d499b9, #9055a2);
}
.page_sommaire .page #hero #presentation.formation_42 h2,
.page_sommaire .page #hero #presentation.formation_42 p {
  color: #002d59;
}
.page_sommaire .page #hero #presentation::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  width: 240px;
  height: 100%;
  background: url(//www.crformation.fr/squelettes/images/pictos/esperluette_slide.svg) no-repeat;
  background-size: contain;
  background-position: bottom right;
}
@media (min-width: 880px) {
  .page_sommaire .page #hero {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 800px;
    z-index: 2;
    overflow: hidden;
    /* Visuels par secteurs */
    /* Encart texte de présentation */
  }
  .page_sommaire .page #hero ul.visuels {
    display: block;
  }
  .page_sommaire .page #hero #presentation {
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .page_sommaire .page #hero #presentation p {
    width: 335px;
  }
}
.page_sommaire .page .logos {
  padding-top: 30px;
}
.page_sommaire .page .logos .wrapper img {
  margin: 0 auto 0;
  display: block;
  /* Sur le premier */
}
.page_sommaire .page .logos .wrapper img:first-child {
  margin: 0 auto 20px;
}
@media (min-width: 880px) {
  .page_sommaire .page .logos .wrapper {
    display: flex;
  }
  .page_sommaire .page .logos .wrapper img {
    margin: 0;
    /* Sur le premier */
  }
  .page_sommaire .page .logos .wrapper img:first-child {
    margin: 0 60px 0 0;
  }
}
.page_sommaire .page .cartes {
  overflow: hidden;
}
.page_sommaire .page .cartes .formation {
  padding-top: 100px;
  /* Formation sur-mesure */
}
.page_sommaire .page .cartes .formation .wrapper {
  /* Partie visuel + dates */
  /* Partie texte */
}
.page_sommaire .page .cartes .formation .wrapper .dates,
.page_sommaire .page .cartes .formation .wrapper .contenu {
  margin-top: 50px;
}
.page_sommaire .page .cartes .formation .wrapper .dates .visuel,
.page_sommaire .page .cartes .formation .wrapper .dates .calendrier {
  margin: auto;
  width: 90%;
}
.page_sommaire .page .cartes .formation .wrapper .dates .visuel {
  position: relative;
  min-height: 100px;
}
.page_sommaire .page .cartes .formation .wrapper .dates .visuel .spip_logo {
  position: absolute;
  top: auto;
  left: auto;
  right: -10px;
  bottom: -2px;
  height: 150px;
  width: auto;
  max-height: 50%;
  transform: translateX(50%);
}
.page_sommaire .page .cartes .formation .wrapper .dates .calendrier {
  position: relative;
  max-width: 240px;
  margin: -30px auto 0 auto;
  /* Les flèches de carousel */
}
.page_sommaire .page .cartes .formation .wrapper .dates .calendrier .slick-arrow {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_bleu.svg) no-repeat left 0 top 0, url(//www.crformation.fr/squelettes/images/pictos/fleche_orange.svg) no-repeat left 40px;
  background-size: 40px;
  color: transparent;
  cursor: pointer;
}
.page_sommaire .page .cartes .formation .wrapper .dates .calendrier .slick-arrow.slick-prev {
  margin-left: -25px;
  transform: translateX(-50%) rotate(180deg);
}
.page_sommaire .page .cartes .formation .wrapper .dates .calendrier .slick-arrow:hover {
  background-position: 40px, 0;
}
.page_sommaire .page .cartes .formation .wrapper .dates .cta_dates {
  margin-top: 30px;
}
.page_sommaire .page .cartes .formation .wrapper .dates .cta_dates a,
.page_sommaire .page .cartes .formation .wrapper .dates .cta_dates button {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  cursor: pointer;
  margin: 0 auto 10px;
}
.page_sommaire .page .cartes .formation .wrapper .dates .cta_dates a:hover,
.page_sommaire .page .cartes .formation .wrapper .dates .cta_dates button:hover {
  background: #002d59;
  color: #ffffff;
}
.page_sommaire .page .cartes .formation .wrapper .contenu {
  /* À partir de  */
}
.page_sommaire .page .cartes .formation .wrapper .contenu h2 {
  color: #ff5c20;
  margin-bottom: 30px;
  margin-top: -5px;
}
.page_sommaire .page .cartes .formation .wrapper .contenu h2 strong {
  color: #002d59;
}
.page_sommaire .page .cartes .formation .wrapper .contenu p {
  max-width: 530px;
  margin: 0 auto;
  max-height: 140px;
  overflow: hidden;
}
@media screen and (min-width: 880px) {
  .page_sommaire .page .cartes .formation .wrapper .contenu p {
    margin: 0;
  }
}
.page_sommaire .page .cartes .formation .wrapper .contenu p.legal {
  font-weight: bold;
  text-transform: uppercase;
}
.page_sommaire .page .cartes .formation .wrapper .contenu p i {
  color: #ff5c20;
}
.page_sommaire .page .cartes .formation .wrapper .contenu p.tarif i {
  color: white;
}
.page_sommaire .page .cartes .formation .wrapper .contenu p strong {
  color: #ff5c20;
}
.page_sommaire .page .cartes .formation .wrapper .contenu article {
  min-height: 340px;
}
.page_sommaire .page .cartes .formation .wrapper .contenu article a {
  color: #002d59;
}
.page_sommaire .page .cartes .formation:nth-child(3) .wrapper .dates .calendrier .slick-arrow {
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_bleu.svg) no-repeat, url(//www.crformation.fr/squelettes/images/pictos/fleche_turquoise.svg) no-repeat 40px;
  background-size: 40px;
}
.page_sommaire .page .cartes .formation:nth-child(3) .wrapper .dates .calendrier .slick-arrow:hover {
  background-position: 40px, 0;
}
.page_sommaire .page .cartes .formation:nth-child(3) .wrapper .dates .calendrier li p {
  background: linear-gradient(to right, #02ebc4, #00c7c0);
  bottom: -21px;
  padding: 0 10px;
  text-align: center;
}
.page_sommaire .page .cartes .formation:nth-child(3) .wrapper .contenu h2 {
  color: #00d1b2;
}
.page_sommaire .page .cartes .formation:nth-child(2) .wrapper .dates .calendrier .slick-arrow {
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_bleu.svg) no-repeat, url(//www.crformation.fr/squelettes/images/pictos/fleche_bleu_clair.svg) no-repeat 40px;
  background-size: 40px;
}
.page_sommaire .page .cartes .formation:nth-child(2) .wrapper .dates .calendrier .slick-arrow:hover {
  background-position: 40px, 0;
}
.page_sommaire .page .cartes .formation:nth-child(2) .wrapper .dates .calendrier li p {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
}
.page_sommaire .page .cartes .formation:nth-child(2) .wrapper .dates .cta_dates {
  justify-content: right;
}
.page_sommaire .page .cartes .formation:nth-child(2) .wrapper .contenu h2 {
  color: #00a2e7;
}
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .dates .cta_dates a:last-child,
.page_sommaire .page .cartes .formation:nth-child(7) .wrapper .dates .cta_dates a:last-child,
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .dates .cta_dates a:last-child {
  display: none;
}
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .contenu > a,
.page_sommaire .page .cartes .formation:nth-child(7) .wrapper .contenu > a,
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu > a {
  margin: 20px auto 0;
}
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .contenu h2 {
  color: #ffbe14;
}
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .contenu article h3,
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .contenu article li i {
  color: #ffbe14;
}
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .contenu article p.tarif {
  background: linear-gradient(to right, #fce434, #fce334, #fac334);
}
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .contenu article p.tarif i {
  color: white;
}
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .bouton {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  margin-top: 20px;
}
.page_sommaire .page .cartes .formation:nth-child(6) .wrapper .bouton:hover {
  background: #002d59;
  color: #ffffff;
}
.page_sommaire .page .cartes .formation:nth-child(7) .wrapper .contenu h2 {
  color: #00e094;
}
.page_sommaire .page .cartes .formation:nth-child(7) .wrapper .bouton {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  margin-top: 20px;
}
.page_sommaire .page .cartes .formation:nth-child(7) .wrapper .bouton:hover {
  background: #002d59;
  color: #ffffff;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .dates .cta_dates {
  display: none;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu {
  padding: 20px;
  padding-left: 50px;
  background: #002d59 url(//www.crformation.fr/squelettes/images/pictos/esperluette_bas_de_page.svg) no-repeat;
  background-size: contain;
  background-position: right top;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu h2,
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu h2 strong,
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu p,
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu ul li,
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu h3 {
  color: #ffffff !important;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu p.legal {
  display: none;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu ul {
  max-width: max-content;
  margin: auto;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu article {
  display: none;
  box-shadow: none;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu > a {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #002d59;
  border: 1px solid #ff2028;
  border: 1px solid #ffffff;
  margin: auto;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu > a:hover {
  background: #ff2028;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper a.bouton {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  margin: 20px auto;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper a.bouton:hover {
  background: #002d59;
  color: #ffffff;
}
.page_sommaire .page .cartes .formation:nth-child(8) .wrapper a.bouton:hover {
  border-color: white;
}
@media screen and (min-width: 880px) {
  .page_sommaire .page .cartes .formation:nth-child(4) .wrapper .dates .calendrier {
    position: relative;
  }
}
.page_sommaire .page .cartes .formation:nth-child(4) .wrapper .dates .calendrier .slick-arrow {
  background-size: 40px;
}
@media screen and (min-width: 880px) {
  .page_sommaire .page .cartes .formation:nth-child(4) .wrapper .dates .calendrier .slick-arrow {
    bottom: 30px;
    left: -100px;
  }
}
.page_sommaire .page .cartes .formation:nth-child(4) .wrapper .dates .calendrier .slick-arrow:hover {
  background-position: 40px, 0;
}
.page_sommaire .page .cartes .formation:nth-child(4) .wrapper .dates .calendrier li p {
  background: linear-gradient(to right, #d81159, #d81159, #a23160);
}
.page_sommaire .page .cartes .formation:nth-child(4) .wrapper .dates .cta_dates {
  justify-content: right;
}
.page_sommaire .page .cartes .formation:nth-child(4) .wrapper .contenu h2,
.page_sommaire .page .cartes .formation:nth-child(4) .wrapper .contenu h3 {
  color: #d81159;
}
.page_sommaire .page .cartes .formation:nth-child(4) .wrapper .bouton {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  margin-top: 20px;
}
.page_sommaire .page .cartes .formation:nth-child(4) .wrapper .bouton:hover {
  background: #002d59;
  color: #ffffff;
}
.page_sommaire .page .cartes .formation:nth-child(5) .wrapper .dates .calendrier .slick-arrow {
  background-size: 40px;
}
.page_sommaire .page .cartes .formation:nth-child(5) .wrapper .dates .calendrier .slick-arrow:hover {
  background-position: 40px, 0;
}
.page_sommaire .page .cartes .formation:nth-child(5) .wrapper .dates .calendrier li p {
  background: linear-gradient(to right, #d499b9, #d499b9, #9055a2);
}
.page_sommaire .page .cartes .formation:nth-child(5) .wrapper .dates .cta_dates {
  justify-content: right;
}
.page_sommaire .page .cartes .formation:nth-child(5) .wrapper .contenu h2,
.page_sommaire .page .cartes .formation:nth-child(5) .wrapper .contenu h3 {
  color: #d499b9;
}
.page_sommaire .page .cartes .formation:nth-child(5) .wrapper .bouton {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  margin-top: 20px;
}
.page_sommaire .page .cartes .formation:nth-child(5) .wrapper .bouton:hover {
  background: #002d59;
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  .page_sommaire .page .cartes .formation .wrapper .dates .calendrier {
    max-width: 430px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 880px) {
  .page_sommaire .page .cartes .formation {
    /* Présentation en 2 colonnes quand l'écran est assez grand */
    /* Pour les pairs, on inverse l'ordre date / contenu */
    /* Pour les 6 et 7, on les mets à côté */
  }
  .page_sommaire .page .cartes .formation .wrapper {
    display: flex;
    align-items: flex-start;
  }
  .page_sommaire .page .cartes .formation .wrapper .contenu {
    padding-left: 50px;
  }
  .page_sommaire .page .cartes .formation .wrapper .dates,
  .page_sommaire .page .cartes .formation .wrapper .contenu {
    width: 50%;
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .visuel {
    margin-left: 0;
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .calendrier {
    margin: -30px 0 0 -30px;
    padding-bottom: 0;
    /* Les flèches de slider */
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .calendrier .slick-arrow {
    bottom: 20px;
    left: 105%;
    transform: initial;
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .calendrier .slick-arrow.slick-prev {
    margin-left: 0;
    transform: rotate(180deg);
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .calendrier .slick-arrow.slick-next {
    margin-left: 45px;
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .cta_dates {
    display: flex;
    gap: 10px;
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .cta_dates a,
  .page_sommaire .page .cartes .formation .wrapper .dates .cta_dates button {
    margin: 0;
  }
  .page_sommaire .page .cartes .formation:nth-child(even) .wrapper .contenu {
    order: 1;
    padding-left: 0;
    padding-right: 50px;
  }
  .page_sommaire .page .cartes .formation:nth-child(even) .wrapper .dates {
    order: 2;
    position: relative;
  }
  .page_sommaire .page .cartes .formation:nth-child(even) .wrapper .dates .visuel {
    margin-left: auto;
  }
  .page_sommaire .page .cartes .formation:nth-child(even) .wrapper .dates .visuel .spip_logo {
    left: -156px;
    right: auto;
  }
  .page_sommaire .page .cartes .formation:nth-child(even) .wrapper .dates .calendrier {
    margin: -30px -15px 0 auto;
  }
  .page_sommaire .page .cartes .formation:nth-child(even) .wrapper .dates .calendrier .slick-arrow {
    bottom: 40px;
    left: -110px;
  }
  .page_sommaire .page .cartes .formation:nth-child(6),
  .page_sommaire .page .cartes .formation:nth-child(7) {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper,
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper {
    display: block;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper .dates,
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper .dates {
    width: 100%;
    max-width: 530px;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper .dates .visuel picture,
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper .dates .visuel picture {
    height: 133px !important;
    padding-bottom: 0 !important;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper .dates .visuel picture img,
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper .dates .visuel picture img {
    height: 100%;
    object-fit: cover;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper .dates .visuel::after,
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper .dates .visuel::after {
    content: '';
    display: block;
    height: 10px;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper .contenu,
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper .contenu {
    width: 100%;
    margin-top: 25px;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper .contenu > a,
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper .contenu > a {
    margin-left: 0;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper .dates .visuel .spip_logo {
    left: -80px;
  }
  .page_sommaire .page .cartes .formation:nth-child(6) .wrapper .dates .visuel::after {
    background: linear-gradient(to right, #fce434, #fce334, #fac334);
  }
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper .dates .visuel .spip_logo {
    left: -58px;
  }
  .page_sommaire .page .cartes .formation:nth-child(7) .wrapper .dates .visuel::after {
    background: linear-gradient(to right, #01ffa9, #00e094);
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper {
    position: relative;
    flex-wrap: wrap;
    max-width: 1030px;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .dates,
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .dates {
    width: 80%;
    max-width: 810px;
    height: 330px;
    margin: -210px 0 0 auto;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .dates .visuel {
    max-width: initial;
    width: 100%;
    height: 100%;
    display: none;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .dates .visuel picture {
    height: 100% !important;
    padding-bottom: 0 !important;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .dates .visuel picture img {
    height: 100%;
    object-fit: cover;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .dates .visuel .spip_logo {
    display: none;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu {
    min-height: 267px;
    padding: 40px 20px 20px 125px;
    z-index: 2;
    /* La poignée de main blanche */
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu ul {
    color: white;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu ul,
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu p {
    max-width: 100%;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu h2 {
    position: relative;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu h2::before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: -20px;
    transform: translateX(-100%);
    width: 80px;
    height: 80px;
    background: url(//www.crformation.fr/squelettes/images/pictos/sur_mesure_blanc.svg) no-repeat;
    background-size: contain;
  }
  .page_sommaire .page .cartes .formation:nth-child(8) .wrapper .contenu article {
    display: none;
  }
  .page_sommaire .page .cartes .formation:nth-child(4) .wrapper .dates .visuel .spip_logo {
    left: -58px;
  }
  .page_sommaire .page .cartes .formation:nth-child(4) .wrapper .dates .visuel:after {
    background: linear-gradient(to right, #d81159, #d81159, #a23160);
    content: '';
    display: block;
    height: 10px;
  }
  .page_sommaire .page .cartes .formation:nth-child(5) .wrapper .dates .visuel .spip_logo {
    left: -58px;
  }
  .page_sommaire .page .cartes .formation:nth-child(5) .wrapper .dates .visuel:after {
    background: linear-gradient(to right, #d499b9, #d499b9, #9055a2);
    content: '';
    display: block;
    height: 10px;
  }
}
@media screen and (min-width: 1130px) {
  .page_sommaire .page .cartes .formation {
    /* Pour les pairs */
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .calendrier {
    /* Les flèches de slider */
  }
  .page_sommaire .page .cartes .formation .wrapper .dates .calendrier .slick-arrow {
    left: 107%;
  }
  .page_sommaire .page .cartes .formation:nth-child(even) .wrapper .dates .calendrier {
    margin: -30px 90px 0 auto;
  }
}
@media screen and (min-width: 1300px) {
  .page_sommaire .page .cartes .formation {
    /* Pour les pairs, on inverse l'ordre date / contenu */
  }
  .page_sommaire .page .cartes .formation:nth-child(even) .wrapper .dates .calendrier {
    margin: -30px 0 0 auto;
  }
}
/* FAQ (également dispo sur la page résultat de recherches */
#faq {
  padding: 100px 15px 50px;
}
#faq .wrapper .titre {
  width: fit-content;
  margin: auto auto 50px;
  /* Le logo */
  /* Vos questions, nos réponses */
}
#faq .wrapper .titre img {
  margin: 0 auto 30px;
}
#faq .wrapper .titre h2 strong {
  color: #ff2028;
}
#faq .wrapper article {
  max-width: 880px;
  margin: auto;
  position: relative;
  transition: all .2s ease;
  cursor: pointer;
  overflow: hidden;
  padding: 15px 10px 15px 50px;
}
#faq .wrapper article:before {
  content: '';
  transition: all .2s ease;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background: url('//www.crformation.fr/squelettes/svg/fleche.svg') no-repeat;
  background-size: 40px;
}
#faq .wrapper article h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
#faq .wrapper article h3 strong {
  display: inline-block;
  vertical-align: top;
}
#faq .wrapper article h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 1px;
  left: 50px;
  background: #dbdbdb;
}
#faq .wrapper article div {
  display: none;
}
#faq .wrapper article:hover {
  background-color: #002d59;
  color: white;
}
#faq .wrapper article.on:before {
  transform: rotate(90deg);
}
#faq .wrapper article.on div {
  display: block;
  padding: 20px 0;
}
#faq .wrapper article.on div li {
  margin-bottom: 5px;
}
#faq .wrapper article.on div li li {
  margin: 0 20px 5px;
}
#faq .wrapper article.on div a {
  color: #ff2028;
}
#faq .wrapper article.on div h3 {
  font-weight: bold;
}
#faq .wrapper article.on:hover {
  background: #ffffff;
  color: #002d59;
}
@media (min-width: 880px) {
  #faq .wrapper .titre {
    display: flex;
    /* Le logo */
    /* Vos questions, nos réponses */
  }
  #faq .wrapper .titre img {
    margin: 0 40px 0 0;
  }
  #faq .wrapper .titre h2 {
    position: relative;
    padding-left: 40px;
  }
  #faq .wrapper .titre h2::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    display: block;
    width: 3px;
    height: 50px;
    background: #002d59;
  }
}
article.formation_4 h3,
article.formation_4 li i {
  color: #00a2e7;
}
article.formation_4 p.tarif {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
}
article.formation_4 p.tarif i {
  color: white;
}
article.formation_5 h3,
article.formation_5 li i {
  color: #00d1b2;
}
article.formation_5 p.tarif {
  background: linear-gradient(to right, #02ebc4, #00c7c0);
  color: #002d59;
}
article.formation_5 p.tarif i {
  color: #002d59 !important;
}
article.formation_5 p strong {
  color: #002d59 !important;
}
@media (min-width: 880px) {
  article.formation_5:nth-of-type(3) {
    width: 500px;
    min-height: 220px !important;
  }
}
article.formation_6 h3,
article.formation_6 li i {
  color: #ffbe14;
}
article.formation_6 p.tarif {
  background: linear-gradient(to right, #fce434, #fce334, #fac334);
}
article.formation_6 p.tarif i {
  color: #002d59;
}
article.formation_7 h3,
article.formation_7 li i {
  color: #00e094;
}
article.formation_7 p.tarif {
  background: linear-gradient(to right, #01ffa9, #00e094);
}
article.formation_7 p.tarif i {
  color: white;
}
article.formation_41 h3,
article.formation_41 li i {
  color: #d81159;
}
article.formation_41 p.tarif {
  background: linear-gradient(to right, #d81159, #d81159, #a23160);
}
article.formation_41 p.tarif i {
  color: #d81159;
}
@media (min-width: 880px) {
  article.formation_41:nth-of-type(3) {
    width: 500px;
    min-height: 220px !important;
  }
}
article.formation_42 h3,
article.formation_42 li i {
  color: #d499b9;
}
article.formation_42 p.tarif {
  background: linear-gradient(to right, #d499b9, #d499b9, #9055a2);
}
article.formation_42 p.tarif i {
  color: #d499b9;
}
.rubriqueIdSecteur2,
.page_evenement,
.page_recherche {
  /* Sur le côté gauche, il y a un encart bleu en mode point d'information */
  /* La section hero sous le header */
}
.rubriqueIdSecteur2 .wrapper,
.page_evenement .wrapper,
.page_recherche .wrapper {
  max-width: 1140px;
}
.rubriqueIdSecteur2 .encart_infos,
.page_evenement .encart_infos,
.page_recherche .encart_infos {
  display: none;
  color: #ffffff;
  position: fixed;
  top: 616px;
  left: -52px;
  font-size: 16px;
  cursor: pointer;
  transition: all .2s ease;
}
.rubriqueIdSecteur2 .encart_infos > *,
.page_evenement .encart_infos > *,
.page_recherche .encart_infos > * {
  display: none;
}
.rubriqueIdSecteur2 .encart_infos .picto_info,
.page_evenement .encart_infos .picto_info,
.page_recherche .encart_infos .picto_info {
  display: block;
}
.rubriqueIdSecteur2 .encart_infos .titre_besoin,
.page_evenement .encart_infos .titre_besoin,
.page_recherche .encart_infos .titre_besoin {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.rubriqueIdSecteur2 .encart_infos .titre_besoin .picto_i,
.page_evenement .encart_infos .titre_besoin .picto_i,
.page_recherche .encart_infos .titre_besoin .picto_i {
  width: 30px;
  height: 40px;
  margin-left: 30px;
  margin-right: 10px;
  background: #ff5c20;
  display: inline-block;
}
.rubriqueIdSecteur2 .encart_infos .titre_besoin .titre_besoin2,
.page_evenement .encart_infos .titre_besoin .titre_besoin2,
.page_recherche .encart_infos .titre_besoin .titre_besoin2 {
  display: inline-block;
}
.rubriqueIdSecteur2 .encart_infos .titre_besoin .titre_besoin2 strong,
.page_evenement .encart_infos .titre_besoin .titre_besoin2 strong,
.page_recherche .encart_infos .titre_besoin .titre_besoin2 strong {
  display: block;
  font-style: normal;
  font-style: uppercase;
}
.rubriqueIdSecteur2 .encart_infos ul,
.page_evenement .encart_infos ul,
.page_recherche .encart_infos ul {
  list-style-type: none;
}
.rubriqueIdSecteur2 .encart_infos ul li,
.page_evenement .encart_infos ul li,
.page_recherche .encart_infos ul li {
  margin-bottom: 3px;
  margin-left: 30px;
}
.rubriqueIdSecteur2 .encart_infos ul li strong,
.page_evenement .encart_infos ul li strong,
.page_recherche .encart_infos ul li strong {
  color: #ff5c20;
  font-style: normal;
  font-style: uppercase;
}
.rubriqueIdSecteur2 .encart_infos:hover,
.page_evenement .encart_infos:hover,
.page_recherche .encart_infos:hover {
  left: 0;
  width: 331px;
  height: 145px;
  padding-top: 20px;
  background: #002d59;
  cursor: initial;
}
.rubriqueIdSecteur2 .encart_infos:hover > *,
.page_evenement .encart_infos:hover > *,
.page_recherche .encart_infos:hover > * {
  display: block;
}
.rubriqueIdSecteur2 .encart_infos:hover .picto_info,
.page_evenement .encart_infos:hover .picto_info,
.page_recherche .encart_infos:hover .picto_info {
  display: none;
}
.rubriqueIdSecteur2 .formation_hero,
.page_evenement .formation_hero,
.page_recherche .formation_hero {
  position: relative;
  padding: 15px 15px 50px;
  margin-top: 90px;
  background: linear-gradient(121deg, #ff974a 0%, #ff471d 100%);
}
.rubriqueIdSecteur2 .formation_hero .arbo,
.page_evenement .formation_hero .arbo,
.page_recherche .formation_hero .arbo {
  margin-bottom: 50px;
}
.rubriqueIdSecteur2 .formation_hero .texte_conteneur h1,
.page_evenement .formation_hero .texte_conteneur h1,
.page_recherche .formation_hero .texte_conteneur h1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.rubriqueIdSecteur2 .formation_hero .texte_conteneur h1 strong,
.page_evenement .formation_hero .texte_conteneur h1 strong,
.page_recherche .formation_hero .texte_conteneur h1 strong {
  color: #ffffff;
  font-size: 40px;
}
.rubriqueIdSecteur2 .formation_hero .texte_conteneur .texte,
.page_evenement .formation_hero .texte_conteneur .texte,
.page_recherche .formation_hero .texte_conteneur .texte {
  max-width: 370px;
  margin: 10px auto;
  font-size: 15px;
  line-height: 18px;
  /* Inscription */
}
.rubriqueIdSecteur2 .formation_hero .texte_conteneur .texte p,
.page_evenement .formation_hero .texte_conteneur .texte p,
.page_recherche .formation_hero .texte_conteneur .texte p {
  margin-bottom: 30px;
  color: #ffffff;
}
.rubriqueIdSecteur2 .formation_hero .texte_conteneur .texte p a,
.page_evenement .formation_hero .texte_conteneur .texte p a,
.page_recherche .formation_hero .texte_conteneur .texte p a {
  color: #002d59;
}
.rubriqueIdSecteur2 .formation_hero .texte_conteneur .texte > button,
.page_evenement .formation_hero .texte_conteneur .texte > button,
.page_recherche .formation_hero .texte_conteneur .texte > button {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ff5c20;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: auto;
  background: transparent;
  cursor: pointer;
}
.rubriqueIdSecteur2 .formation_hero .texte_conteneur .texte > button:hover,
.page_evenement .formation_hero .texte_conteneur .texte > button:hover,
.page_recherche .formation_hero .texte_conteneur .texte > button:hover {
  background: #ffffff;
  color: #ff5c20;
}
.rubriqueIdSecteur2 .formation_hero .logo_rubrique,
.page_evenement .formation_hero .logo_rubrique,
.page_recherche .formation_hero .logo_rubrique {
  position: absolute;
  top: 65px;
  left: 30%;
  display: none;
  z-index: 0;
}
@media (min-width: 880px) {
  .rubriqueIdSecteur2 .formation_hero .texte_conteneur .texte,
  .page_evenement .formation_hero .texte_conteneur .texte,
  .page_recherche .formation_hero .texte_conteneur .texte {
    margin-left: 0;
    /* Inscription */
  }
  .rubriqueIdSecteur2 .formation_hero .texte_conteneur .texte > button,
  .page_evenement .formation_hero .texte_conteneur .texte > button,
  .page_recherche .formation_hero .texte_conteneur .texte > button {
    margin-left: 0;
  }
  .rubriqueIdSecteur2 .formation_hero .logo_rubrique,
  .page_evenement .formation_hero .logo_rubrique,
  .page_recherche .formation_hero .logo_rubrique {
    display: block;
  }
}
.rubriqueIdSecteur2 .infos_formation,
.page_evenement .infos_formation,
.page_recherche .infos_formation {
  position: relative;
  z-index: 1;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques,
.page_evenement .infos_formation .wrapper .infos_pratiques,
.page_recherche .infos_formation .wrapper .infos_pratiques {
  padding-top: 50px;
  padding-right: 25px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info {
  margin-bottom: 60px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 30px;
  color: #ff5c20;
  font-weight: 400;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 strong,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 strong,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 strong {
  line-height: 22px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation ul li,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .presentation ul li,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .presentation ul li,
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li {
  list-style: none;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong {
  color: #ff5c20;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation i,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .presentation i,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .presentation i,
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article i,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article i,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article i {
  font-size: 13px;
  line-height: 18px;
  font-size: 10px;
  line-height: 12px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .presentation,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .presentation {
  display: block;
  margin-bottom: 15px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .filtres,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .filtres,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .filtres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li {
  order: 2;
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  padding: 0;
  width: 210px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li:hover,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li:hover,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li:hover {
  background: #002d59;
  color: #ffffff;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li a,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li a,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li a {
  display: block;
  padding: 10px;
  color: #002d59;
  font-size: 12px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li a:hover,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li a:hover,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li a:hover {
  color: #ffffff;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li.visio,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li.visio,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .filtres li.visio {
  order: 1;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info a.bouton,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info a.bouton,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info a.bouton {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  margin: 0 0 10px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info a.bouton:hover,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info a.bouton:hover,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info a.bouton:hover {
  background: #002d59;
  color: #ffffff;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li > i,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li > i,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li > i {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li ul li,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li ul li,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article ul li ul li {
  margin-bottom: 10px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a::after,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a::after,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a:hover,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a:hover,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a:hover {
  color: #ff5c20;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li {
  list-style: initial;
  margin-left: 23px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul {
  padding: 0 10px 0 9px;
  margin: 10px 0 0 1px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li {
  position: relative;
  color: #002d59;
  text-transform: none;
  font-weight: 400;
  list-style: initial;
  margin: 0 0 5px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:first-child:before,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:first-child:before,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:first-child:before,
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:last-child:after,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:last-child:after,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:last-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:first-child:before,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:first-child:before,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:first-child:before {
  left: -10px;
  height: 9px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:last-child:after,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:last-child:after,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article > ul > li ul li:last-child:after {
  left: -10px;
  top: 13px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article h3,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article h3,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article h3 {
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: bold;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a::after,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a::after,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover {
  color: #ff5c20;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:last-child,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:last-child {
  margin-bottom: 0;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover {
  color: #ff5c20;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates,
.page_evenement .infos_formation .wrapper .dates,
.page_recherche .infos_formation .wrapper .dates {
  margin-top: 50px;
  padding: 0 15px;
  background: #002d59;
  color: white;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu,
.page_evenement .infos_formation .wrapper .dates .dates_contenu,
.page_recherche .infos_formation .wrapper .dates .dates_contenu {
  display: flex;
  flex-direction: column;
  max-width: 442px;
  margin: auto;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur {
  order: 1;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini {
  font-size: 17px;
  background: #ffffff;
  color: #002d59;
  /* Le titre "Calendrier" */
  /* Le conteneur du calendrier */
  /* Le calendrier */
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .menu-titre,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .menu-titre,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .menu-titre {
  display: none;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .calendar-container,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .calendar-container,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .calendar-container {
  padding: 10px 15px;
  height: initial;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker {
  width: 100%;
  border: 0;
  padding: 0;
  /* Le mois de l'année */
  /* Le jour de la semaine */
  /* Le jour de la semaine ayant une date de formation */
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .datepicker-switch,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .datepicker-switch,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .datepicker-switch {
  text-transform: capitalize;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .dow,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .dow,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .dow {
  text-transform: uppercase;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day {
  /* Les jours du mois prochains */
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active {
  position: relative;
  background: none;
  color: #002d59;
  font-weight: bold;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 11px;
  left: auto;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ff5c20;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.new,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.new,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.new {
  display: none;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville {
  order: 3;
  padding-top: 100px;
  margin-top: -30px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville.visio,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville.visio,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville.visio {
  order: 2;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 7px;
  padding-top: 5px;
  border-bottom: 1px solid #ff5c20;
  background-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  /* Si c'est la tuile visio */
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i {
  font-style: normal;
  color: #ff5c20;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio {
  padding-left: 33px;
  padding-top: 0;
  background: url(//www.crformation.fr/squelettes/images/pictos/visio.svg) no-repeat;
  background-size: 24px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio i,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio i,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio i {
  display: none;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier {
  padding: 0 50px;
  /* Les flèches de carousel */
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track {
  padding: 10px 0;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  top: 10px;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_blanche.svg) no-repeat left 0 top 0, url(//www.crformation.fr/squelettes/images/pictos/fleche_orange.svg) no-repeat left 40px;
  background-size: 40px;
  color: transparent;
  cursor: pointer;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow.slick-prev,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow.slick-prev,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow.slick-prev {
  left: 0;
  margin-left: 0;
  transform: rotate(180deg);
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow.slick-next,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow.slick-next,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow.slick-next {
  right: 0;
  left: auto;
  transform: initial;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow:hover,
.page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow:hover,
.page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-arrow:hover {
  background-position: 40px, 0;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article,
.page_evenement .infos_formation .wrapper .dates article,
.page_recherche .infos_formation .wrapper .dates article {
  margin: 40px 0;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .titre h2,
.page_evenement .infos_formation .wrapper .dates article .titre h2,
.page_recherche .infos_formation .wrapper .dates article .titre h2 {
  width: max-content;
  max-width: 100%;
  margin: 0 0 30px;
  font-weight: 400;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .titre h2 strong,
.page_evenement .infos_formation .wrapper .dates article .titre h2 strong,
.page_recherche .infos_formation .wrapper .dates article .titre h2 strong {
  line-height: 22px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article ul li > i,
.page_evenement .infos_formation .wrapper .dates article ul li > i,
.page_recherche .infos_formation .wrapper .dates article ul li > i {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article ul li ul li,
.page_evenement .infos_formation .wrapper .dates article ul li ul li,
.page_recherche .infos_formation .wrapper .dates article ul li ul li {
  margin-bottom: 10px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article p a,
.page_evenement .infos_formation .wrapper .dates article p a,
.page_recherche .infos_formation .wrapper .dates article p a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  color: white;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article p a::after,
.page_evenement .infos_formation .wrapper .dates article p a::after,
.page_recherche .infos_formation .wrapper .dates article p a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article p a:hover,
.page_evenement .infos_formation .wrapper .dates article p a:hover,
.page_recherche .infos_formation .wrapper .dates article p a:hover {
  color: #ff5c20;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .texte_article > ul > li,
.page_evenement .infos_formation .wrapper .dates article .texte_article > ul > li,
.page_recherche .infos_formation .wrapper .dates article .texte_article > ul > li {
  font-weight: 700;
  margin-left: 23px;
  list-style: initial;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .texte_article > ul > li ul,
.page_evenement .infos_formation .wrapper .dates article .texte_article > ul > li ul,
.page_recherche .infos_formation .wrapper .dates article .texte_article > ul > li ul {
  padding: 0 10px 0 9px;
  margin: 10px 0 0 1px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .texte_article > ul > li ul li,
.page_evenement .infos_formation .wrapper .dates article .texte_article > ul > li ul li,
.page_recherche .infos_formation .wrapper .dates article .texte_article > ul > li ul li {
  position: relative;
  color: white;
  text-transform: none;
  font-weight: 400;
  list-style: initial;
  margin: 0 0 5px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .texte_article > ul > li ul li:first-child:before,
.page_evenement .infos_formation .wrapper .dates article .texte_article > ul > li ul li:first-child:before,
.page_recherche .infos_formation .wrapper .dates article .texte_article > ul > li ul li:first-child:before,
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .texte_article > ul > li ul li:last-child:after,
.page_evenement .infos_formation .wrapper .dates article .texte_article > ul > li ul li:last-child:after,
.page_recherche .infos_formation .wrapper .dates article .texte_article > ul > li ul li:last-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .texte_article > ul > li ul li:first-child:before,
.page_evenement .infos_formation .wrapper .dates article .texte_article > ul > li ul li:first-child:before,
.page_recherche .infos_formation .wrapper .dates article .texte_article > ul > li ul li:first-child:before {
  left: -10px;
  height: 9px;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .dates article .texte_article > ul > li ul li:last-child:after,
.page_evenement .infos_formation .wrapper .dates article .texte_article > ul > li ul li:last-child:after,
.page_recherche .infos_formation .wrapper .dates article .texte_article > ul > li ul li:last-child:after {
  left: -10px;
  top: 13px;
}
@media (min-width: 600px) {
  .rubriqueIdSecteur2 .infos_formation .wrapper .dates,
  .page_evenement .infos_formation .wrapper .dates,
  .page_recherche .infos_formation .wrapper .dates {
    padding: 0 50px;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio i,
  .page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio i,
  .page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio i {
    display: inline;
  }
}
@media (min-width: 880px) {
  .rubriqueIdSecteur2 .infos_formation .wrapper,
  .page_evenement .infos_formation .wrapper,
  .page_recherche .infos_formation .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper > *,
  .page_evenement .infos_formation .wrapper > *,
  .page_recherche .infos_formation .wrapper > * {
    width: 50%;
    max-width: 500px;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques,
  .page_evenement .infos_formation .wrapper .infos_pratiques,
  .page_recherche .infos_formation .wrapper .infos_pratiques {
    max-width: 500px;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
  .page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
  .page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 {
    margin-left: 0;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info .filtres,
  .page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info .filtres,
  .page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info .filtres {
    justify-content: flex-start;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper .dates,
  .page_evenement .infos_formation .wrapper .dates,
  .page_recherche .infos_formation .wrapper .dates {
    position: relative;
    margin-top: -45px;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu,
  .page_evenement .infos_formation .wrapper .dates .dates_contenu,
  .page_recherche .infos_formation .wrapper .dates .dates_contenu {
    margin-top: -150px;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track li,
  .page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track li,
  .page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track li {
    opacity: 0.9;
    transition: all .2s ease;
  }
  .rubriqueIdSecteur2 .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track li:hover,
  .page_evenement .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track li:hover,
  .page_recherche .infos_formation .wrapper .dates .dates_contenu .tuile_ville .calendrier .slick-track li:hover {
    opacity: 1;
  }
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.rubriqueIdSecteur2 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.page_evenement .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.page_recherche .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover {
  color: #ff5c20;
}
/* Pour les formations Hygiène alimentaires */
.pageRubrique20,
.pageRubrique21,
.pageRubrique22,
.pageRubrique5 {
  /* Bannière */
  /* Contenu de la page */
  /* Calendrier */
}
.pageRubrique20 .formation_hero,
.pageRubrique21 .formation_hero,
.pageRubrique22 .formation_hero,
.pageRubrique5 .formation_hero {
  background: linear-gradient(to right, #02ebc4, #00c7c0);
}
.pageRubrique20 .formation_hero .arbo a,
.pageRubrique21 .formation_hero .arbo a,
.pageRubrique22 .formation_hero .arbo a,
.pageRubrique5 .formation_hero .arbo a,
.pageRubrique20 .formation_hero .arbo .on,
.pageRubrique21 .formation_hero .arbo .on,
.pageRubrique22 .formation_hero .arbo .on,
.pageRubrique5 .formation_hero .arbo .on {
  color: #002d59;
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue.svg') no-repeat 0 6px;
  background-size: 10px;
}
.pageRubrique20 .formation_hero .arbo a:first-of-type,
.pageRubrique21 .formation_hero .arbo a:first-of-type,
.pageRubrique22 .formation_hero .arbo a:first-of-type,
.pageRubrique5 .formation_hero .arbo a:first-of-type {
  background: none;
}
.pageRubrique20 .formation_hero .texte_conteneur h1 strong,
.pageRubrique21 .formation_hero .texte_conteneur h1 strong,
.pageRubrique22 .formation_hero .texte_conteneur h1 strong,
.pageRubrique5 .formation_hero .texte_conteneur h1 strong {
  color: #002d59;
}
.pageRubrique20 .formation_hero .texte_conteneur .texte p,
.pageRubrique21 .formation_hero .texte_conteneur .texte p,
.pageRubrique22 .formation_hero .texte_conteneur .texte p,
.pageRubrique5 .formation_hero .texte_conteneur .texte p {
  color: #002d59;
}
.pageRubrique20 .formation_hero .texte_conteneur .texte > button,
.pageRubrique21 .formation_hero .texte_conteneur .texte > button,
.pageRubrique22 .formation_hero .texte_conteneur .texte > button,
.pageRubrique5 .formation_hero .texte_conteneur .texte > button {
  color: #002d59;
  border-color: #002d59;
}
.pageRubrique20 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique21 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique22 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique5 .formation_hero .texte_conteneur .texte > button:hover {
  background-color: #002d59;
  color: white;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques {
  /* Icones */
  /* Tuiles */
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a {
  border-color: #00e094;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover {
  color: #00e094;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 {
  color: #00d1b2;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong {
  color: #002d59;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong {
  color: #002d59;
}
.pageRubrique20 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique21 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique22 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique5 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p {
  color: #002d59;
}
.pageRubrique20 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique21 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique22 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique5 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before {
  background: #00e094;
}
.pageRubrique20 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique21 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique22 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique5 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span {
  border-color: #00d1b2;
}
.pageRubrique20 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique21 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique22 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique5 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i {
  color: #00d1b2;
}
.pageRubrique20 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique21 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique22 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique5 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio {
  background: url(//www.crformation.fr/squelettes/images/pictos/visio_hygiene.svg) no-repeat;
  background-size: 24px;
}
.pageRubrique20 .calendrier li p,
.pageRubrique21 .calendrier li p,
.pageRubrique22 .calendrier li p,
.pageRubrique5 .calendrier li p {
  background: linear-gradient(to right, #02ebc4, #00c7c0);
  color: #002d59;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #00d1b2;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover {
  color: #ff5c20;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover {
  color: #00d1b2;
}
.pageRubrique20 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after,
.pageRubrique21 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after,
.pageRubrique22 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after,
.pageRubrique5 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after {
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
/* Pour les formations Permis d'exploitation */
.pageRubrique18,
.pageRubrique19,
.pageRubrique4 {
  /* Contenu de la page */
  /* Calendrier */
}
.pageRubrique18 .formation_hero,
.pageRubrique19 .formation_hero,
.pageRubrique4 .formation_hero {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
}
.pageRubrique18 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique19 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique4 .formation_hero .texte_conteneur .texte > button:hover {
  color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques {
  /* Icones */
  /* Tuiles */
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a {
  border-color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info:nth-child(2) .presentation p a:hover {
  color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 {
  color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong {
  color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong {
  color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a {
  border-color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a:hover,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a:hover,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article p a:hover {
  color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique19 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique4 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p {
  color: #002d59;
}
.pageRubrique18 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique19 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique4 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before {
  background: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique19 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique4 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span {
  border-color: #002d59;
  background: url(//www.crformation.fr/squelettes/images/pictos/map_permis.svg) no-repeat;
  background-size: 20px;
}
.pageRubrique18 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique19 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique4 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i {
  color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique19 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique4 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio {
  background: url(//www.crformation.fr/squelettes/images/pictos/visio_permis.svg) no-repeat;
  background-size: 24px;
}
.pageRubrique18 .calendrier li p,
.pageRubrique19 .calendrier li p,
.pageRubrique4 .calendrier li p {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
  color: #002d59;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover {
  color: #ff5c20;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover {
  color: #00a2e7;
}
.pageRubrique18 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after,
.pageRubrique19 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after,
.pageRubrique4 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after {
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
/* Pour les formations Presse */
.pageRubrique23,
.pageRubrique6 {
  /* Contenu de la page */
}
.pageRubrique23 .formation_hero,
.pageRubrique6 .formation_hero {
  background: linear-gradient(to right, #fce434, #fce334, #fac334);
}
.pageRubrique23 .formation_hero .texte_conteneur h1,
.pageRubrique6 .formation_hero .texte_conteneur h1,
.pageRubrique23 .formation_hero .texte_conteneur h1 strong,
.pageRubrique6 .formation_hero .texte_conteneur h1 strong,
.pageRubrique23 .formation_hero .texte_conteneur .texte p,
.pageRubrique6 .formation_hero .texte_conteneur .texte p {
  color: #002d59;
}
.pageRubrique23 .arbo a,
.pageRubrique6 .arbo a,
.pageRubrique23 .arbo .on,
.pageRubrique6 .arbo .on {
  color: #002d59;
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue.svg') no-repeat 0 6px;
  background-size: 10px;
}
.pageRubrique23 .arbo a:first-of-type,
.pageRubrique6 .arbo a:first-of-type {
  background: none;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques {
  /* Icones */
  /* Tuiles */
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2 {
  background: url('//www.crformation.fr/squelettes/images/pictos/lieu_presse.svg') no-repeat;
  background-size: 45px;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2 {
  background: url('//www.crformation.fr/squelettes/images/pictos/tarif_presse.svg') no-repeat;
  background-size: 45px;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 {
  color: #ffbe14;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong {
  color: #ffbe14;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong {
  color: #ffbe14;
}
.pageRubrique23 .infos_formation .wrapper .dates article .texte_article > ul > li,
.pageRubrique6 .infos_formation .wrapper .dates article .texte_article > ul > li {
  color: #ffbe14;
  background: url('//www.crformation.fr/squelettes/images/pictos/etoile_presse.svg') no-repeat 0 3px;
  background-size: 15px;
}
.pageRubrique23 .infos_formation .wrapper .dates article p a,
.pageRubrique6 .infos_formation .wrapper .dates article p a {
  border-color: #ffbe14;
}
.pageRubrique23 .infos_formation .wrapper .dates article p a:after,
.pageRubrique6 .infos_formation .wrapper .dates article p a:after {
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_telecharger_blanc.svg) no-repeat right;
  background-size: 20px;
  filter: none;
}
.pageRubrique23 .infos_formation .wrapper .dates article p a:hover,
.pageRubrique6 .infos_formation .wrapper .dates article p a:hover {
  color: #ffbe14;
}
.pageRubrique23 .infos_formation .wrapper .dates article p a:hover:after,
.pageRubrique6 .infos_formation .wrapper .dates article p a:hover:after {
  filter: none;
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_telecharger_jaune.svg') no-repeat right;
  background-size: 20px;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5c20;
  color: #002d59;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #ffbe14;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 25px;
  height: 10px;
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_sans_contour.svg) no-repeat right;
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover {
  color: #ff5c20;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover {
  color: #ffbe14;
}
.pageRubrique23 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after,
.pageRubrique6 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a:hover::after {
  filter: invert(13%) sepia(36%) saturate(4199%) hue-rotate(194deg) brightness(92%) contrast(101%);
}
/* Pour les formations Micro */
.pageRubrique33,
.pageRubrique7 {
  /* Contenu de la page */
}
.pageRubrique33 .formation_hero,
.pageRubrique7 .formation_hero {
  background: linear-gradient(to right, #01ffa9, #00e094);
}
.pageRubrique33 .formation_hero .texte_conteneur h1,
.pageRubrique7 .formation_hero .texte_conteneur h1,
.pageRubrique33 .formation_hero .texte_conteneur h1 strong,
.pageRubrique7 .formation_hero .texte_conteneur h1 strong,
.pageRubrique33 .formation_hero .texte_conteneur .texte p,
.pageRubrique7 .formation_hero .texte_conteneur .texte p {
  color: #002d59;
}
.pageRubrique33 .arbo a,
.pageRubrique7 .arbo a,
.pageRubrique33 .arbo .on,
.pageRubrique7 .arbo .on {
  color: #002d59;
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue.svg') no-repeat 0 6px;
  background-size: 10px;
}
.pageRubrique33 .arbo a:first-of-type,
.pageRubrique7 .arbo a:first-of-type {
  background: none;
}
.pageRubrique33 .infos_formation .wrapper .infos_pratiques,
.pageRubrique7 .infos_formation .wrapper .infos_pratiques {
  /* Icones */
  /* Tuiles */
}
.pageRubrique33 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2,
.pageRubrique7 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2 {
  padding-left: 0;
  background: none;
}
.pageRubrique33 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2,
.pageRubrique7 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2 {
  padding-left: 0;
  background: none;
}
.pageRubrique33 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique7 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 {
  color: #00e094;
}
.pageRubrique33 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique7 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong {
  color: #00e094;
}
.pageRubrique33 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique7 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong {
  color: #00e094;
}
.pageRubrique33 .infos_formation .wrapper .dates article h2,
.pageRubrique7 .infos_formation .wrapper .dates article h2 {
  color: #00e094;
}
/* Pour les formations Fiscalité */
.pageRubrique45 {
  /* Contenu de la page */
}
.pageRubrique45 .formation_hero {
  background: linear-gradient(to right, #d499b9, #d499b9, #9055a2);
}
.pageRubrique45 .formation_hero .texte_conteneur h1,
.pageRubrique45 .formation_hero .texte_conteneur h1 strong,
.pageRubrique45 .formation_hero .texte_conteneur .texte p {
  color: #002d59;
}
.pageRubrique45 .arbo a,
.pageRubrique45 .arbo .on {
  color: #002d59;
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue.svg') no-repeat 0 6px;
  background-size: 10px;
}
.pageRubrique45 .arbo a:first-of-type {
  background: none;
}
.pageRubrique45 .infos_formation .wrapper .infos_pratiques {
  /* Icones */
  /* Tuiles */
}
.pageRubrique45 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2 {
  padding-left: 0;
  background: none;
}
.pageRubrique45 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2 {
  padding-left: 0;
  background: none;
}
.pageRubrique45 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a {
  color: #d499b9;
  border-color: #d499b9;
}
.pageRubrique45 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 {
  color: #002d59;
}
.pageRubrique45 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong {
  color: #d499b9;
}
.pageRubrique45 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong {
  color: #d499b9;
}
.pageRubrique45 .infos_formation .wrapper .dates article h2 {
  color: #d499b9;
}
.pageRubrique45 .infos_formation .wrapper .dates article .texte_article strong {
  color: #d499b9;
}
/* Pour les formations Droits sociétés */
.pageRubrique41,
.pageRubrique48,
.pageRubrique70,
.pageRubrique46,
.pageRubrique47 {
  /* Contenu de la page */
  /* Calendrier */
}
.pageRubrique41 .formation_hero,
.pageRubrique48 .formation_hero,
.pageRubrique70 .formation_hero,
.pageRubrique46 .formation_hero,
.pageRubrique47 .formation_hero {
  background: linear-gradient(to right, #d81159, #d81159, #a23160);
}
.pageRubrique41 .formation_hero .texte_conteneur h1,
.pageRubrique48 .formation_hero .texte_conteneur h1,
.pageRubrique70 .formation_hero .texte_conteneur h1,
.pageRubrique46 .formation_hero .texte_conteneur h1,
.pageRubrique47 .formation_hero .texte_conteneur h1,
.pageRubrique41 .formation_hero .texte_conteneur h1 strong,
.pageRubrique48 .formation_hero .texte_conteneur h1 strong,
.pageRubrique70 .formation_hero .texte_conteneur h1 strong,
.pageRubrique46 .formation_hero .texte_conteneur h1 strong,
.pageRubrique47 .formation_hero .texte_conteneur h1 strong,
.pageRubrique41 .formation_hero .texte_conteneur .texte p,
.pageRubrique48 .formation_hero .texte_conteneur .texte p,
.pageRubrique70 .formation_hero .texte_conteneur .texte p,
.pageRubrique46 .formation_hero .texte_conteneur .texte p,
.pageRubrique47 .formation_hero .texte_conteneur .texte p {
  color: white;
}
.pageRubrique41 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique48 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique70 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique46 .formation_hero .texte_conteneur .texte > button:hover,
.pageRubrique47 .formation_hero .texte_conteneur .texte > button:hover {
  color: #d81159;
}
.pageRubrique41 .arbo a,
.pageRubrique48 .arbo a,
.pageRubrique70 .arbo a,
.pageRubrique46 .arbo a,
.pageRubrique47 .arbo a,
.pageRubrique41 .arbo .on,
.pageRubrique48 .arbo .on,
.pageRubrique70 .arbo .on,
.pageRubrique46 .arbo .on,
.pageRubrique47 .arbo .on {
  color: #002d59;
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue.svg') no-repeat 0 6px;
  background-size: 10px;
}
.pageRubrique41 .arbo a:first-of-type,
.pageRubrique48 .arbo a:first-of-type,
.pageRubrique70 .arbo a:first-of-type,
.pageRubrique46 .arbo a:first-of-type,
.pageRubrique47 .arbo a:first-of-type {
  background: none;
}
.pageRubrique41 .infos_formation .wrapper .infos_pratiques,
.pageRubrique48 .infos_formation .wrapper .infos_pratiques,
.pageRubrique70 .infos_formation .wrapper .infos_pratiques,
.pageRubrique46 .infos_formation .wrapper .infos_pratiques,
.pageRubrique47 .infos_formation .wrapper .infos_pratiques {
  /* Icones */
  /* Tuiles */
}
.pageRubrique41 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2,
.pageRubrique48 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2,
.pageRubrique70 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2,
.pageRubrique46 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2,
.pageRubrique47 .infos_formation .wrapper .infos_pratiques .tuile_info:first-child .titre h2 {
  padding-left: 0;
  background: none;
}
.pageRubrique41 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2,
.pageRubrique48 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2,
.pageRubrique70 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2,
.pageRubrique46 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2,
.pageRubrique47 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .titre h2 {
  padding-left: 0;
  background: none;
}
.pageRubrique41 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique48 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique70 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique46 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a,
.pageRubrique47 .infos_formation .wrapper .infos_pratiques .tuile_info:last-child .texte_article p a {
  color: #d81159;
  border-color: #d81159;
}
.pageRubrique41 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique48 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique70 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique46 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2,
.pageRubrique47 .infos_formation .wrapper .infos_pratiques .tuile_info .titre h2 {
  color: #002d59;
}
.pageRubrique41 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique48 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique70 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique46 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong,
.pageRubrique47 .infos_formation .wrapper .infos_pratiques .tuile_info .presentation strong {
  color: #d81159;
}
.pageRubrique41 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique48 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique70 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique46 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong,
.pageRubrique47 .infos_formation .wrapper .infos_pratiques .tuile_info .texte_article strong {
  color: #d81159;
}
.pageRubrique41 .infos_formation .wrapper .dates article h2,
.pageRubrique48 .infos_formation .wrapper .dates article h2,
.pageRubrique70 .infos_formation .wrapper .dates article h2,
.pageRubrique46 .infos_formation .wrapper .dates article h2,
.pageRubrique47 .infos_formation .wrapper .dates article h2 {
  color: #d81159;
}
.pageRubrique41 .infos_formation .wrapper .dates article .texte_article strong,
.pageRubrique48 .infos_formation .wrapper .dates article .texte_article strong,
.pageRubrique70 .infos_formation .wrapper .dates article .texte_article strong,
.pageRubrique46 .infos_formation .wrapper .dates article .texte_article strong,
.pageRubrique47 .infos_formation .wrapper .dates article .texte_article strong {
  color: #d81159;
}
.pageRubrique41 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique48 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique70 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique46 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p,
.pageRubrique47 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur p {
  color: #d81159;
}
.pageRubrique41 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique48 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique70 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique46 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before,
.pageRubrique47 .infos_formation .wrapper .dates .dates_contenu .calendrier_general_conteneur .calendriermini .datepicker .day.active::before {
  background: #00a2e7;
}
.pageRubrique41 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique48 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique70 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique46 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span,
.pageRubrique47 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span {
  border-color: #d81159;
  background: url(//www.crformation.fr/squelettes/images/pictos/map_permis.svg) no-repeat;
  background-size: 20px;
}
.pageRubrique41 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique48 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique70 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique46 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i,
.pageRubrique47 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span i {
  color: #d81159;
}
.pageRubrique41 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique48 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique70 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique46 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio,
.pageRubrique47 .infos_formation .wrapper .dates .dates_contenu .tuile_ville > span.visio {
  background: url(//www.crformation.fr/squelettes/images/pictos/visio_permis.svg) no-repeat;
  background-size: 24px;
}
.pageRubrique41 .calendrier li p,
.pageRubrique48 .calendrier li p,
.pageRubrique70 .calendrier li p,
.pageRubrique46 .calendrier li p,
.pageRubrique47 .calendrier li p {
  background: #d81159;
  color: white;
}
.page_evenement {
  /* Bande orange sous le header*/
}
.page_evenement header {
  position: absolute;
}
.page_evenement .formation_hero {
  position: relative;
  margin-top: 90px;
  /* Texte dans la bande orange */
}
.page_evenement .formation_hero .texte_conteneur {
  /* Texte à gauche dans la bande orange */
  /* Texte à droite dans la bande orange*/
}
.page_evenement .formation_hero .texte_conteneur h1 {
  margin: 0 auto 20px;
}
.page_evenement .formation_hero .texte_conteneur h1 strong {
  font-size: 40px;
}
.page_evenement .formation_hero .texte_conteneur .texte {
  background: url("//www.crformation.fr/squelettes/images/pictos/picto_info_header.svg") no-repeat;
  margin: auto;
  max-width: 367px;
  padding-left: 61px;
}
.page_evenement .formation_hero .texte_conteneur .texte .texte_contact ul {
  margin-top: 15px;
  margin-bottom: 30px;
  list-style-type: none;
}
.page_evenement .formation_hero .logo_rubrique {
  position: absolute;
}
@media (min-width: 880px) {
  .page_evenement .formation_hero .texte_conteneur {
    display: flex;
  }
  .page_evenement .formation_hero .texte_conteneur h1 {
    width: 50%;
    margin-left: 0;
  }
  .page_evenement .formation_hero .texte_conteneur .texte {
    width: 50%;
    margin-left: 200px;
  }
}
.page_evenement section.formulaire_reservation {
  /* Indications orange concernant la dates et le lieu de la formation*/
  /*  Petit texte indicatif avant formulaire */
  /* On masque le tarif */
  /* lignes et points représentants les étapes de progression */
  /* Paiement */
  /* Formulaire*/
  /* Pour les lignes de formulaire */
}
@media (min-width: 600px) {
  .page_evenement section.formulaire_reservation .etape_progression {
    display: block;
  }
}
@media (min-width: 880px) {
  .page_evenement section.formulaire_reservation .etape_progression .lignes_intermediaires {
    width: 296px;
  }
}
.page_evenement section.formulaire_reservation .infos_evenement {
  text-align: center;
  margin-top: 50px;
}
.page_evenement section.formulaire_reservation .infos_evenement strong {
  text-transform: uppercase;
  color: #ff5c20;
  font-size: 15px;
  margin-right: 30px;
  padding-left: 31px;
  padding-bottom: 10px;
}
.page_evenement section.formulaire_reservation .infos_evenement strong:last-child {
  background: url("//www.crformation.fr/squelettes/images/pictos/calendrier.svg") no-repeat;
  background-size: 20px;
}
.page_evenement section.formulaire_reservation .ligne_indicative {
  text-align: center;
}
.page_evenement section.formulaire_reservation .ligne_indicative p {
  font-size: 13px;
  text-align: center;
  margin-top: 40px;
}
.page_evenement section.formulaire_reservation .montant {
  display: none;
}
.page_evenement section.formulaire_reservation nav {
  width: 100%;
  max-width: 850px;
  margin: 25px auto;
  text-align: center;
  color: white;
  position: relative;
}
.page_evenement section.formulaire_reservation nav ol {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: center;
}
.page_evenement section.formulaire_reservation nav ol li {
  position: relative;
  background: #002d59;
  height: 9px;
  width: 9px;
  border-radius: 20px;
}
.page_evenement section.formulaire_reservation nav ol li button.submit,
.page_evenement section.formulaire_reservation nav ol li span {
  display: none;
}
.page_evenement section.formulaire_reservation nav ol li:before,
.page_evenement section.formulaire_reservation nav ol li:after {
  display: block;
  position: absolute;
  content: '' !important;
  width: 3px;
  height: 20px;
  background: white;
}
.page_evenement section.formulaire_reservation nav ol li:before {
  left: -3px;
}
.page_evenement section.formulaire_reservation nav ol li:after {
  right: -3px;
  left: auto;
}
.page_evenement section.formulaire_reservation nav ol li.on {
  background: linear-gradient(to right, #fd8e3c, #ff471d);
  height: 17px;
  width: 17px;
}
.page_evenement section.formulaire_reservation nav:before {
  background: #dbdbdb;
  height: 1px;
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  z-index: 0;
}
.page_evenement section.formulaire_reservation .formulaire_paiement {
  text-align: center;
}
.page_evenement section.formulaire_reservation .formulaire_paiement h2 {
  text-align: center;
}
.page_evenement section.formulaire_reservation .formulaire_paiement .payer_mode .boutons {
  text-align: center;
}
.page_evenement section.formulaire_reservation .formulaire_paiement .payer_mode .boutons form {
  width: auto;
}
.page_evenement section.formulaire_reservation .formulaire_paiement .payer_mode .boutons form div {
  display: block;
}
.page_evenement section.formulaire_reservation .formulaire_spip {
  max-width: 600px;
  margin: auto;
}
.page_evenement section.formulaire_reservation .formulaire_spip .reponse_formulaire {
  text-align: center;
  margin-top: 50px;
}
.page_evenement section.formulaire_reservation .formulaire_spip .reponse_formulaire .message_retour_traitement {
  color: #ff5c20;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 50px;
  margin-top: -20px;
}
.page_evenement section.formulaire_reservation .formulaire_spip .reponse_formulaire.reponse_formulaire_ok {
  display: none;
}
.page_evenement section.formulaire_reservation .formulaire_spip form {
  /* on ne souhaite pas voir la légende du formulaire */
  /* On masque les étapes par défaut */
  /* Bouton valider du formulaire d'inscription */
}
.page_evenement section.formulaire_reservation .formulaire_spip form fieldset {
  display: none;
  position: relative;
}
.page_evenement section.formulaire_reservation .formulaire_spip form fieldset.on {
  display: block;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe legend {
  display: none;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .editer_explication p {
  font-size: 13px;
  line-height: 18px;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 50px;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p {
  color: #ff5c20;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe label {
  margin: 20px 0 7px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .erreur label {
  color: #ff2028;
}
.page_evenement section.formulaire_reservation .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.page_evenement section.formulaire_reservation .formulaire_spip form div.editer textarea {
  border-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #002d59;
}
.page_evenement section.formulaire_reservation .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette)::placeholder,
.page_evenement section.formulaire_reservation .formulaire_spip form div.editer textarea::placeholder {
  color: #909090;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .submit {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .submit:hover {
  background: #002d59;
  color: #ffffff;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .boutons {
  text-align: center;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .boutons button,
.page_evenement section.formulaire_reservation .formulaire_spip form .boutons a.suivant,
.page_evenement section.formulaire_reservation .formulaire_spip form .boutons a.retour {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  cursor: pointer;
}
.page_evenement section.formulaire_reservation .formulaire_spip form .boutons button:hover,
.page_evenement section.formulaire_reservation .formulaire_spip form .boutons a.suivant:hover,
.page_evenement section.formulaire_reservation .formulaire_spip form .boutons a.retour:hover {
  background: #002d59;
  color: #ffffff;
}
.page_evenement section.formulaire_reservation .boutons button.submit_suivant {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
}
.page_evenement section.formulaire_reservation .boutons button.submit_suivant:hover {
  background: #002d59;
  color: #ffffff;
}
@media (min-width: 600px) {
  .page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .zip,
  .page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe .ville {
    width: 287px;
    margin-right: 20px;
    display: inline-block;
  }
  .page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe textarea {
    height: 60px;
  }
  .page_evenement section.formulaire_reservation .formulaire_spip form .editer-groupe textarea:focus {
    height: 110px;
  }
}
.page_evenement .page_finale_inscription {
  display: none;
}
.page_evenement .page_finale_inscription .ligne_de_confirmation p {
  color: #002d59;
  font-size: 13px;
  text-align: center;
}
.page_evenement .page_finale_inscription .ligne_de_confirmation strong {
  text-transform: uppercase;
  color: #ff5c20;
}
.page_evenement .page_finale_inscription .confirmation_nom_formation {
  text-align: center;
  margin-top: 80px;
}
.page_evenement .page_finale_inscription .confirmation_nom_formation strong {
  text-transform: uppercase;
  color: #ff5c20;
  font-size: 20px;
}
.page_evenement .page_finale_inscription .confirmation_nom_formation strong::after {
  content: "";
  display: block;
  margin: 20px auto;
  text-align: center;
  background: #ff5c20;
  height: 1px;
  width: 244px;
  opacity: 0.3;
}
.page_evenement .page_finale_inscription .confirmation_lieu_date {
  text-align: center;
  margin-left: 37px;
}
.page_evenement .page_finale_inscription .confirmation_lieu_date strong {
  text-transform: uppercase;
  color: #ff5c20;
  font-size: 15px;
  margin-right: 30px;
  padding-left: 31px;
  padding-bottom: 10px;
  text-shadow: 0.3px 3px rgba(0, 0, 0, 0.1);
}
.page_evenement .page_finale_inscription .confirmation_lieu_date strong:last-child {
  background: url("//www.crformation.fr/squelettes/images/pictos/calendrier.svg") no-repeat;
  background-size: 20px;
}
.page_evenement.pageRubrique20 section.formulaire_reservation .infos_evenement strong,
.page_evenement.pageRubrique21 section.formulaire_reservation .infos_evenement strong,
.page_evenement.pageRubrique22 section.formulaire_reservation .infos_evenement strong,
.page_evenement.pageRubrique20 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement.pageRubrique21 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement.pageRubrique22 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement.pageRubrique20 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement.pageRubrique21 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement.pageRubrique22 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement.pageRubrique20 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement.pageRubrique21 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement.pageRubrique22 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement.pageRubrique20 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement.pageRubrique21 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement.pageRubrique22 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement.pageRubrique20 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p,
.page_evenement.pageRubrique21 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p,
.page_evenement.pageRubrique22 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p {
  color: #00e094;
}
.page_evenement.pageRubrique20 section.formulaire_reservation nav ol li.on,
.page_evenement.pageRubrique21 section.formulaire_reservation nav ol li.on,
.page_evenement.pageRubrique22 section.formulaire_reservation nav ol li.on {
  background: linear-gradient(to right, #01ffa9, #00e094);
}
.page_evenement.pageRubrique18 section.formulaire_reservation .infos_evenement strong,
.page_evenement.pageRubrique19 section.formulaire_reservation .infos_evenement strong,
.page_evenement.pageRubrique18 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement.pageRubrique19 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement.pageRubrique18 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement.pageRubrique19 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement.pageRubrique18 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement.pageRubrique19 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement.pageRubrique18 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement.pageRubrique19 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement.pageRubrique18 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p,
.page_evenement.pageRubrique19 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p {
  color: #00a2e7;
}
.page_evenement.pageRubrique18 section.formulaire_reservation nav ol li.on,
.page_evenement.pageRubrique19 section.formulaire_reservation nav ol li.on {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
}
.page_evenement.pageRubrique18 section.formulaire_reservation .infos_evenement strong:first-child,
.page_evenement.pageRubrique19 section.formulaire_reservation .infos_evenement strong:first-child {
  background: url("//www.crformation.fr/squelettes/images/pictos/lieu_permis.svg") no-repeat;
  background-size: 20px;
}
.page_evenement.pageRubrique18 section.formulaire_reservation .infos_evenement strong:last-child,
.page_evenement.pageRubrique19 section.formulaire_reservation .infos_evenement strong:last-child {
  background: url("//www.crformation.fr/squelettes/images/pictos/calendrier_permis.svg") no-repeat;
  background-size: 20px;
}
.page_evenement.pageRubrique46 section.formulaire_reservation .infos_evenement strong,
.page_evenement.pageRubrique47 section.formulaire_reservation .infos_evenement strong,
.page_evenement.pageRubrique48 section.formulaire_reservation .infos_evenement strong,
.page_evenement.pageRubrique46 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement.pageRubrique47 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement.pageRubrique48 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_1 p,
.page_evenement.pageRubrique46 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement.pageRubrique47 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement.pageRubrique48 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_2 p,
.page_evenement.pageRubrique46 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement.pageRubrique47 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement.pageRubrique48 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_3 p,
.page_evenement.pageRubrique46 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement.pageRubrique47 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement.pageRubrique48 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_4 p,
.page_evenement.pageRubrique46 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p,
.page_evenement.pageRubrique47 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p,
.page_evenement.pageRubrique48 section.formulaire_reservation .formulaire_spip form .editer-groupe .explication_explication_5 p {
  color: #d81159;
}
.page_evenement.pageRubrique46 section.formulaire_reservation nav ol li.on,
.page_evenement.pageRubrique47 section.formulaire_reservation nav ol li.on,
.page_evenement.pageRubrique48 section.formulaire_reservation nav ol li.on {
  background: #d81159;
}
.page_evenement.pageRubrique46 section.formulaire_reservation .infos_evenement strong:first-child,
.page_evenement.pageRubrique47 section.formulaire_reservation .infos_evenement strong:first-child,
.page_evenement.pageRubrique48 section.formulaire_reservation .infos_evenement strong:first-child {
  background: none;
}
.page_evenement.pageRubrique46 section.formulaire_reservation .infos_evenement strong:last-child,
.page_evenement.pageRubrique47 section.formulaire_reservation .infos_evenement strong:last-child,
.page_evenement.pageRubrique48 section.formulaire_reservation .infos_evenement strong:last-child {
  background: none;
}
.page_mentions_legales .wrapper {
  max-width: 988px;
}
.page_mentions_legales .wrapper h2 {
  text-align: center;
  max-width: 988px;
}
.page_mentions_legales a {
  color: #ff2028;
}
.page_mentions_legales h3 {
  font-weight: bold;
  margin-top: 30px;
}
.page_mentions_legales ul {
  padding-left: 12px;
}
.page_mentions_legales section .wrapper {
  max-width: 988px;
}
.page_mentions_legales section .wrapper h2 {
  text-align: center;
}
.page_mentions_legales section .wrapper h1 {
  color: #ff2028;
}
.page_mentions_legales .arbo {
  margin: 126px 0px 30px;
}
.page_mentions_legales .arbo a,
.page_mentions_legales .arbo strong {
  color: #002d59;
  /* padding-left:0px; */
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue_arbo.svg') no-repeat 0 center;
  background-size: 10px;
  background-position: left;
}
.page_mentions_legales .arbo a:hover {
  color: #ff5c20;
}
.page_mentions_legales .arbo a:first-of-type {
  padding-left: 0;
  background: none;
}
@media (min-width: 600px) {
  .page_mentions_legales section .wrapper p {
    text-align: justify;
  }
  .page_mentions_legales section .wrapper h2,
  .page_mentions_legales section .wrapper h3 {
    text-align: left;
  }
}
.page_plan_site .arbo .wrapper,
.page_plan_site #titre .wrapper,
.page_plan_site .section_plan .wrapper {
  max-width: 988px;
}
.page_plan_site .arbo {
  margin-top: 126px;
}
.page_plan_site .arbo a,
.page_plan_site .arbo strong {
  color: #002d59;
  /* padding-left:0px; */
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue_arbo.svg') no-repeat 0 center;
  background-size: 10px;
  background-position: left;
}
.page_plan_site .arbo a:hover {
  color: #ff5c20;
}
.page_plan_site .arbo a:first-of-type {
  padding-left: 0;
  background: none;
}
.page_plan_site #titre .wrapper h1 {
  font-size: 45px;
  color: #ff2028;
}
.page_plan_site .section_plan .wrapper #text {
  margin-bottom: 30px;
}
.page_plan_site .section_plan .wrapper > ul > li {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  list-style: none;
  /* Titre formations */
}
.page_plan_site .section_plan .wrapper > ul > li i {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
}
.page_plan_site .section_plan .wrapper > ul > li a {
  color: #002d59;
}
.page_plan_site .section_plan .wrapper > ul > li a:hover {
  color: #ff5c20;
}
.page_plan_site .section_plan .wrapper > ul > li .rubriques_plan li {
  padding-left: 25px;
  list-style: none;
  font-size: 15px;
}
.page_plan_site .section_plan .wrapper > ul > li .rubriques_plan.rubrique_3 > a {
  color: #ff5c20;
}
.page_plan_site .section_plan .wrapper > ul > li .rubriques_plan.rubrique_4 > a {
  color: #00a2e7;
}
.page_plan_site .section_plan .wrapper > ul > li .rubriques_plan.rubrique_5 > a {
  color: #00d1b2;
}
.page_plan_site .section_plan .wrapper > ul > li .rubriques_plan.rubrique_6 > a {
  color: #ffbe14;
}
.page_plan_site .section_plan .wrapper > ul > li .rubriques_plan.rubrique_7 > a {
  color: #00e094;
}
.toutes_dates_formations .cartes,
.page_lieu .cartes {
  /* conteneur des tuiles formation */
  /* texte informatif à l'intérieur des tuiles */
  /* les dates de chaque formation*/
}
.toutes_dates_formations .cartes .wrapper,
.page_lieu .cartes .wrapper {
  text-align: center;
}
.toutes_dates_formations .cartes .wrapper .conteneur_article,
.page_lieu .cartes .wrapper .conteneur_article {
  width: 33%;
  display: inline-block;
  text-align: left;
}
@media (min-width: 880px) {
  .toutes_dates_formations .cartes .wrapper .conteneur_article,
  .page_lieu .cartes .wrapper .conteneur_article {
    width: 33%;
  }
}
@media (min-width: 880px) {
  .toutes_dates_formations .cartes .wrapper,
  .page_lieu .cartes .wrapper {
    text-align: left;
  }
}
.toutes_dates_formations .cartes a.contact,
.page_lieu .cartes a.contact {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.toutes_dates_formations .cartes a.contact:hover,
.page_lieu .cartes a.contact:hover {
  background: #002d59;
  color: #ffffff;
}
.toutes_dates_formations .cartes article a,
.page_lieu .cartes article a {
  color: #002d59;
}
@media (min-width: 880px) {
  .toutes_dates_formations .cartes article,
  .page_lieu .cartes article,
  .toutes_dates_formations .cartes .dates,
  .page_lieu .cartes .dates {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
  }
}
.toutes_dates_formations .cartes .dates,
.page_lieu .cartes .dates {
  margin-top: 70px;
}
@media (min-width: 880px) {
  .toutes_dates_formations .cartes .dates,
  .page_lieu .cartes .dates {
    width: 66%;
  }
}
.toutes_dates_formations .cartes .dates .calendrier,
.page_lieu .cartes .dates .calendrier {
  margin-top: 30px;
  text-align: center;
}
.toutes_dates_formations .cartes .dates .calendrier li,
.page_lieu .cartes .dates .calendrier li {
  margin: 0 15px 40px 0;
}
@media (min-width: 880px) {
  .toutes_dates_formations .cartes .dates .calendrier,
  .page_lieu .cartes .dates .calendrier {
    text-align: left;
  }
}
.toutes_dates_formations.pageRubrique3 .cartes h2 strong,
.page_lieu.pageRubrique3 .cartes h2 strong {
  color: #ff5c20;
}
.toutes_dates_formations.pageRubrique5 .cartes h2 strong,
.page_lieu.pageRubrique5 .cartes h2 strong {
  color: #00d1b2;
}
.toutes_dates_formations.pageRubrique5 .cartes article h3,
.page_lieu.pageRubrique5 .cartes article h3,
.toutes_dates_formations.pageRubrique5 .cartes article li i,
.page_lieu.pageRubrique5 .cartes article li i {
  color: #00d1b2;
}
.toutes_dates_formations.pageRubrique5 .cartes article p.tarif,
.page_lieu.pageRubrique5 .cartes article p.tarif {
  background: url(//www.crformation.fr/squelettes/images/pictos/bulle_turquoise.svg) no-repeat;
  background-size: contain;
  color: #002d59;
}
.toutes_dates_formations.pageRubrique5 .cartes article p.tarif i,
.page_lieu.pageRubrique5 .cartes article p.tarif i {
  color: #002d59;
}
.toutes_dates_formations.pageRubrique5 .cartes article p strong,
.page_lieu.pageRubrique5 .cartes article p strong {
  color: #002d59;
}
.toutes_dates_formations.pageRubrique4 .cartes h2 strong,
.page_lieu.pageRubrique4 .cartes h2 strong {
  color: #00a2e7;
}
.toutes_dates_formations.pageRubrique4 .cartes article h3,
.page_lieu.pageRubrique4 .cartes article h3,
.toutes_dates_formations.pageRubrique4 .cartes article li i,
.page_lieu.pageRubrique4 .cartes article li i {
  color: #00a2e7;
}
.toutes_dates_formations.pageRubrique4 .cartes article p.tarif,
.page_lieu.pageRubrique4 .cartes article p.tarif {
  background: url(//www.crformation.fr/squelettes/images/pictos/bulle_bleu.svg) no-repeat;
  background-size: contain;
}
.toutes_dates_formations.pageRubrique4 .cartes article p.tarif i,
.page_lieu.pageRubrique4 .cartes article p.tarif i {
  color: white;
}
.toutes_dates_formations.pageRubrique4 .cartes .calendrier .slick-arrow,
.page_lieu.pageRubrique4 .cartes .calendrier .slick-arrow {
  background: url(//www.crformation.fr/squelettes/images/pictos/fleche_bleu.svg) no-repeat, url(//www.crformation.fr/squelettes/images/pictos/fleche_bleu_clair.svg) no-repeat 40px;
  background-size: 40px;
}
.toutes_dates_formations.pageRubrique4 .cartes .calendrier .slick-arrow:hover,
.page_lieu.pageRubrique4 .cartes .calendrier .slick-arrow:hover {
  background-position: 40px, 0;
}
.toutes_dates_formations.pageRubrique4 .cartes .calendrier li p,
.page_lieu.pageRubrique4 .cartes .calendrier li p {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
}
.toutes_dates_formations.pageRubrique7 .cartes h2 strong,
.page_lieu.pageRubrique7 .cartes h2 strong {
  color: #00e094;
}
.toutes_dates_formations.pageRubrique7 .cartes article h3,
.page_lieu.pageRubrique7 .cartes article h3,
.toutes_dates_formations.pageRubrique7 .cartes article li i,
.page_lieu.pageRubrique7 .cartes article li i {
  color: #00e094;
}
.toutes_dates_formations.pageRubrique7 .cartes article p.tarif,
.page_lieu.pageRubrique7 .cartes article p.tarif {
  background: linear-gradient(to right, #01ffa9, #00e094);
}
.toutes_dates_formations.pageRubrique7 .cartes article p.tarif i,
.page_lieu.pageRubrique7 .cartes article p.tarif i {
  color: white;
}
.toutes_dates_formations.pageRubrique41 .cartes h2 strong,
.page_lieu.pageRubrique41 .cartes h2 strong {
  color: #d81159;
}
.toutes_dates_formations.pageRubrique41 .cartes article h3,
.page_lieu.pageRubrique41 .cartes article h3,
.toutes_dates_formations.pageRubrique41 .cartes article li i,
.page_lieu.pageRubrique41 .cartes article li i {
  color: #d81159;
}
.toutes_dates_formations.pageRubrique41 .cartes article p.tarif,
.page_lieu.pageRubrique41 .cartes article p.tarif {
  background: #d81159;
}
.toutes_dates_formations.pageRubrique41 .cartes article p.tarif i,
.page_lieu.pageRubrique41 .cartes article p.tarif i {
  color: white;
}
.page_recherche h2 {
  margin-top: 40px;
}
.page_recherche .lieux h2 {
  margin-bottom: 20px;
}
.page_recherche .lieux li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 30px 0;
}
.page_recherche .lieux a {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002d59;
  color: #002d59;
}
.page_recherche .lieux a:hover {
  background: #002d59;
  color: #ffffff;
}
.page_lieu .cartes {
  padding-top: 50px;
}
.page_lieu .cartes .formation {
  margin-bottom: 50px;
}
.page_lieu .cartes .formation#formation_4 .calendrier li p {
  background: linear-gradient(to right, #1dbcff, #00a2e7);
}
.page_lieu .cartes .formation#formation_5 .calendrier li p {
  background: linear-gradient(to right, #02ebc4, #00c7c0);
}
#article_93 strong i {
  font-style: normal;
  text-transform: uppercase;
}
.paiement .chapo {
  display: none;
}
.paiement h2 {
  text-align: center;
}
.paiement .formulaire_formidable {
  margin-top: 130px;
}
.paiement .formulaire_formidable .reponse_formulaire_ok {
  display: none;
}
.paiement .formulaire_formidable .editer_input_6 {
  display: none;
}
.paiement #formulaire_mode_paiement {
  margin: 50px auto;
  max-width: 400px;
}
.paiement #formulaire_mode_paiement form {
  width: auto;
}
.page_404 #cta_telephone + section {
  margin-top: 100px;
}
.page_404 #cta_telephone + section a {
  display: block;
  width: max-content;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .2s ease;
  text-align: center;
  background: #002d59;
  border: 1px solid #ff2028;
}
.page_404 #cta_telephone + section a:hover {
  background: #ff2028;
}
.page_classique .wrapper {
  max-width: 988px;
}
.page_classique .wrapper h2 {
  text-align: center;
  max-width: 988px;
}
.page_classique a {
  color: #ff2028;
}
.page_classique h3 {
  font-weight: bold;
  margin-top: 30px;
}
.page_classique ul {
  padding-left: 12px;
}
.page_classique section .wrapper {
  max-width: 988px;
}
.page_classique section .wrapper h2 {
  text-align: center;
}
.page_classique section .wrapper h1 {
  color: #ff2028;
}
.page_classique .arbo {
  margin: 126px 0px 30px;
}
.page_classique .arbo a,
.page_classique .arbo strong {
  color: #002d59;
  /* padding-left:0px; */
  background: url('//www.crformation.fr/squelettes/images/pictos/fleche_bleue_arbo.svg') no-repeat 0 center;
  background-size: 10px;
  background-position: left;
}
.page_classique .arbo a:hover {
  color: #ff5c20;
}
.page_classique .arbo a:first-of-type {
  padding-left: 0;
  background: none;
}
@media (min-width: 600px) {
  .page_classique section .wrapper p {
    text-align: justify;
  }
  .page_classique section .wrapper h2,
  .page_classique section .wrapper h3 {
    text-align: left;
  }
}
