body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-ms-transform: scaleX(0);
transform: scaleX(0);
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
} .fancybox-caption {
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes fancybox-rotate {
100% {
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, .25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//asffor.fr/wp-content/themes/asffor/library/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }* {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; 
font-smoothing: antialiased; 
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html, body {
box-sizing: border-box;
font-family: 'Raleway', helvetica, arial, lucida, sans-serif;
font-size: 1rem;
line-height: 1.4rem;
font-weight: 400;
font-style: normal;
background: #fff;
color: #333333;
text-rendering: optimizeLegibility; 
word-wrap: normal !important;
-webkit-hyphens: none !important;
hyphens: none !important;
-webkit-word-break: normal !important;
word-break: normal !important;
}
:root {
--leftright: 6vw;
--orange: #e55f49;
--bleu: #b3d1d2;
--gris: #969696;
--bleu-light: #e6f0f1;
--largeurmaxi: 1920px;
--noir: #333333;
}
@font-face {
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
src: url(//asffor.fr/wp-content/themes/asffor/fonts/font-awesome/fa-brands-400.eot);
src: url(//asffor.fr/wp-content/themes/asffor/fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),
url(//asffor.fr/wp-content/themes/asffor/fonts/font-awesome/fa-brands-400.woff2) format("woff2"),
url(//asffor.fr/wp-content/themes/asffor/fonts/font-awesome/fa-brands-400.woff) format("woff"),
url(//asffor.fr/wp-content/themes/asffor/fonts/font-awesome/fa-brands-400.ttf) format("truetype"),
url(//asffor.fr/wp-content/themes/asffor/fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg");
}
#container,
#content {
margin: 0 auto;
max-width: var(--largeurmaxi);
position: relative;
}
footer.footer,
header.header {
max-width: var(--largeurmaxi);
}
.bold {
font-weight: 800;
}
p.bold a {
color: var(--orange);
}
.bold.noir a {
color: #333;
}
.extra-bold {
font-weight: 800;
}
.bkg-blanc {
background: #fff;
}
.bkg-orange {
background: url(//asffor.fr/wp-content/themes/asffor/img/motif-bkg-orange.png) center center no-repeat var(--orange);
color: #fff;
}
.bkg-bleu {
background: url(//asffor.fr/wp-content/themes/asffor/img/motif-bkg-bleu.png) center center no-repeat var(--bleu);
}
.bkg-bleu-light {
background: url(//asffor.fr/wp-content/themes/asffor/img/motif-bkg-bleu-light.png) center center no-repeat var(--bleu-light);
}
.bkg-gris-light {
background: #f3f3f3;
}
.bkg-gris {
background: var(--gris);
}
.bkg-noir {
background: var(--noir);
}
.filet-epais.bkg-orange {
background: var(--orange);
}
.filet-epais.bkg-bleu {
background: var(--bleu-light);
}
.filet-epais.bkg-noir {
background: #333;
}
.bkg-orange h2,
.bkg-orange h3,
.bkg-orange h4,
.bkg-orange h5,
.bkg-orange p,
.bkg-orange a,
.bkg-orange a.cta-interne,
.bkg-orange i {
color: #fff;
}
.orange {
color: var(--orange);
}
.noir {
color: #333;
}
.gris {
color: var(--gris);
}
.bleu {
color: var(--bleu);
}
.bleu-light {
color: var(--bleu-light);
}
p {
word-wrap: normal !important;
-webkit-hyphens: none !important;
hyphens: none !important;
-webkit-word-break: normal !important;
word-break: normal !important;
margin-bottom: 10px;
font-family: 'Raleway', helvetica, arial, lucida, sans-serif;
margin-top: 0;
font-style: normal;
position: relative;
}
.entry-content p {
margin: 0;
margin-bottom: 10px;
}
p.small {
font-size: .8rem;
line-height: 1.1rem;
}
.big,
p.big {
font-size: 1.25rem;
line-height: 1.4rem;
margin-bottom: 15px;
font-weight: 700;
}
.superbig {
font-size: 2.5rem;
line-height: 2.6rem;
margin-bottom: 40px;
}
.chiffre {
font-size: 4rem;
line-height: 4rem;
}
.cap {
text-transform: uppercase;
}
ul, ol {
margin: 0;
}
a {
outline: none;
}
a,
a:hover,
a:visited,
a::after,
a:hover::after {
color: #333;
text-decoration: none;
outline-style: none !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a,
a:visited {
}
a img {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
img {
max-width: 100%;
}
p a {
display: inline-block;
color: var(--orange);
text-decoration: underline;
}
p a:hover {
color: var(--orange);
text-decoration: none;
}
.bkg-orange p a:hover {
color: #fff;
font-weight: bold;
}
:focus {
outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-style: normal;
font-weight: 400;
margin: 0;
}
h1 {
font-weight: 800;
font-size: 2.6rem;
line-height: 2.9rem;
margin: 0 0 30px 0;
}
h1.light {
font-weight: 400;
}
h2 {
font-size: 2.5rem;
line-height: 2.7rem;
margin: 0 0 25px 0;
}
h3 {
font-size: 1.9rem;
line-height: 2.1rem;
font-weight: 800;
margin: 0 0 20px 0;
}
h3.light {
font-weight: 400;
}
h3.small {
font-size: 1.2rem;
line-height: 1.4rem;
}
h4 {
font-size: 1.35rem;
line-height: 1.5rem;
font-weight: 800;
margin: 0 0 15px 0;
}
h4.light {
font-weight: 400;
}
h5 {
font-size: 1.1rem;
line-height: 1.3rem;
margin: 0 0 12px 0;
letter-spacing: 0;
font-weight: 800;
text-transform: none;
}
a h3:hover,
a h4:hover,
a h3.light:hover,
a h4.light:hover {
text-decoration: underline;
color: var(--orange);
}
h2.bold {
font-size: 2rem;
line-height: 2.1rem;
font-weight: 800;
margin: 0 0 20px 0;
position: relative;
}
h2.bold.before::before {
content: '';
display: inline-block;
width: 56px;
height: 56px;
border-radius: 50%;
border: 2px solid var(--orange);
vertical-align: middle;
margin-right: 20px;
}
.bkg-orange h2.bold.before::before {
border: 2px solid #fff;
}
a.underline:hover {
text-decoration: underline;
}   a.absolute {
width: 100%;
height: 100%;
position: absolute;
z-index: 14;
top: 0;
left: 0;
}
strong {
font-weight: 800;
}
#content {
margin-top: 0;
width: 100%;
-webkit-transition: all .5s;
transition: all .5s;
}
#content.padding-top {
padding-top: 140px;
-webkit-transition: all .5s;
transition: all .5s;
}
.wrap {
padding: 0 var(--leftright);
margin: 0 auto;
width: 100%;
position: relative;
}
.wrap1170 {
padding: 0;
margin: 0 auto;
width: 1170px;
max-width: 90%;
position: relative;
}
.wrapthin {
padding: 0;
margin: 0 auto;
width: 967px;
max-width: 95%;
position: relative;
}
.hentry {
background: none;
border-radius: 0;
border: 0;
margin-bottom: 0;
}
.entry-content {
padding: 0;
}
.hentry header {
border: 0;
border-bottom: 0;
padding: 0;
}
.hentry footer {
border: 0;
padding: 0;
}
.clearboth {
clear: both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.display-table {
display: table;
vertical-align: middle;
height: 100%;
width: 100%;
}
.display-table-cell {
display: table-cell;
vertical-align: middle;
height: 100%;
width: 100%;
}
.blanc p,
p.blanc,
.blanc {
color: #fff;
}
.bkg-cover {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.widget {
padding: 0;
margin: 0;
}
.widgettitle {
border: 0;
margin-bottom: 0;
}
.padding80 {
padding: 80px;
}
.padding60 {
padding: 60px;
}
.padding50 {
padding: 50px;
}
.padding40 {
padding: 40px;
}
.padding30 {
padding: 30px;
}
.padding20 {
padding: 20px;
}
.padding15 {
padding: 15px;
}
.padding10 {
padding: 10px;
}
.cartouche {
margin: 30px auto;
}
.filet {
width: 100%;
height: 1px;
margin: 15px 0;
}
.filet-epais {
width: 100%;
height: 6px;
margin: 20px 0;
}
.container-flex {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
position: relative;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.container-flex-center {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
.container-flex-nowrap {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.container-flex-start {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.container-flex-start-nowrap {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
width: auto;
max-width: 100%;
height: auto;
}
.flex-item-moitie {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 48%;
position: relative;
}
.flex-item-quart {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 23%;
position: relative;
}
.flex-item-trois-quart {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 70%;
position: relative;
}
.flex-item-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 31%;
position: relative;
}
.flex-item-deux-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 65%;
position: relative;
}
.flex-item-auto {
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
}
.flex-item-full {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
position: relative;
}
.flex-item-cinq {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 18%;
position: relative;
}
.flex-item-40 {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 40%;
position: relative;
}
.flex-item-60 {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 60%;
position: relative;
}
li.cta a,
a.cta {
background: var(--orange);
height: 40px;
border-radius: 20px;
padding: 0 30px;
font-weight: 800;
color: #fff !important;
text-decoration: none;
font-size: .9rem;
line-height: 40px;
display: inline-block;
margin: 20px 0;
position: relative;
}
li.cta a:hover,
a.cta:hover {
background: var(--noir);
}
a.cta.bkg-bleu {
background: var(--bleu);
}
a.cta.bkg-bleu:hover {
background: var(--orange);
}
a.cta.bkg-gris-light {
background: #f3f3f3;
color: #333 !important;
padding: 0 40px;
margin: 10px 10px 0 0;
}
a.cta.bkg-gris-light:hover {
background: var(--bleu);
color: #fff;
}
a.cta-download {
padding: 0 20px;
font-size: .85rem;
}
a.cta-inscription.disabled {
opacity: .2;
cursor: default;
pointer-events: none;
}
a.cta-interne {
color: #000;
font-size: 1rem;
text-decoration: none;
}
a.lien-arrow {
color: var(--noir);
text-decoration: none;
font-weight: 600;
font-size: .9rem;
}
a.lien-arrow::after {
content: '\e5c8';
display: inline-block;
vertical-align: middle;
font-family: 'Material icons';
font-size: 1.5rem;
margin-left: 8px;
}
a.lien-arrow:hover::after {
margin-left: 5px;
color: var(--orange);
}
.container-breadcrumb {
width: 100%;
padding: 8px 0;
border-bottom: 1px solid var(--bleu);
margin-bottom: 30px;
}
.container-breadcrumb li {
font-size: .8rem;
color: #333333;
font-weight: 400;
display: inline-block;
}
.container-breadcrumb li a {
color: var(--orange);
position: relative;
font-weight: 800;
text-decoration: none;
}
.container-breadcrumb li a:hover {
color: var(--orange);
text-decoration: underline;
}
.container-breadcrumb .separ {
display: inline-block;
}
.container-breadcrumb .separ::before {
content: '\e315';
display: inline-block;
font-size: .8rem;
color: var(--orange);
font-family: 'Material icons';
vertical-align: middle;
}
.marginzero,
.margin-zero {
margin: 0 !important;
}
paddingzero,
padding-zero {
padding: 0 !important;
}
.borderradius,
.border-radius {
border-radius: 6px;
}   header.header {
background: transparent;
position: fixed;
z-index: 80;
width: 100%;
top: 0;
left: 0;
padding: 20px var(--leftright);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.logo-header {
width: 200px;
height: 65px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: relative;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-nav {
height: 65px;
background: #fff;
border-radius: 36px;
text-align: center;
padding: 0 calc(var(--leftright) / 2);
box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
header.header .module-nav nav li {
float: none;
display: inline-block;
padding: 0 12px;
line-height: 65px;
}
header.header .module-nav nav li:first-child {
padding-left: 0;
}
header.header .module-nav nav li:last-child {
padding-right: 0;
}
header.header nav li a {
font-weight: 600;
color: var(--noir);
text-decoration: none;
position: relative;
}
header.header .module-nav nav li a::after {
content: '';
display: block;
height: 4px;
width: 4px;
background: var(--orange);
bottom: 14px;
left: 50%;
margin-left: -2px;
opacity: 0;
border-radius: 50%;
position: absolute;
}
header.header .module-nav nav li.current-menu-item a:after,
header.header .module-nav nav li a:hover::after {
content: '';
height: 12px;
width: 12px;
margin-left: -6px;
opacity: 1;
bottom: 10px;
}
header.header:not(.scroll) .module-nav nav li a:hover {
color: var(--orange);
}
header.header.scroll .module-nav nav li a::after {
bottom: 2px;
background: rgba(255,255,255,0.5);
}
.menu-right li {
display: inline-block;
vertical-align: middle;
}
header.header li.cta a {
margin: 0;
} li.recherche {
height: 40px;
width: 40px;
border-radius: 50%;
background: #fff;
position: relative;
cursor: pointer;
margin-left: 15px;
}
li.recherche::after {
content: '\e8b6';
display: block;
color: var(--noir);
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
font-size: 1.5rem;
font-family: 'Material icons';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#sidebar-search {
position: fixed;
opacity: 0;
width: 100%;
top: 0;
height: 100%;
padding: 0;
left: 100%;
background: #fff;
z-index: -1;
padding: 30vh var(--leftright) 0;
-webkit-transition: all .5s;
transition: all .5s;
}
#sidebar-search.actif {
opacity: 1;
left: 0;
z-index: 250;
-webkit-transition: all .5s;
transition: all .5s;
}
#sidebar-search #block-10 {
}
#sidebar-search #block-10 label {
display: none;
}
#sidebar-search #block-10 input {
background: #f1f1f1;
border-radius: 4px;
height: 80px;
width: calc(100% - var(--leftright));
font-size: 1.7rem;
color: #333333;
padding: 0 30px;
margin-bottom: 0;
}
#sidebar-search #block-10 input::placeholder {
opacity: .5;
}
#sidebar-search button {
display: none;
}
.close-search {
position: fixed;
cursor: pointer;
top: 30px;
right: 30px;
opacity: 0;
z-index: -1;
}
.close-search::after {
content: '\e5cd';
display: block;
font-size: 2.2rem;
font-family: 'Material icons';
color: #333333;
}
.close-search.actif {
opacity: 1;
z-index: 251;
-webkit-transition: all .8s;
transition: all .8s;
}
.panneau-menu {
position: fixed;
top: -100vh;
left: 0;
height: 100vh;
width: 100%;
background: #fff;
z-index: 100;
padding: var(--leftright);
text-align: center;
-webkit-transition: all .3s;
transition: all .3s;
}
.panneau-menu.actif {
top: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.panneau-menu ul li {
display: block;
margin-bottom: 15px;
float: none;
}
.panneau-menu ul li a {
font-size: 1.4rem;
padding: 12px 0;
font-weight: 800;
color: var(--noir);
display: block;
}
.panneau-menu ul li a:hover {
text-decoration: underline;
}
.panneau-menu ul li.cta a {
display: inline-block;
padding: 0 20px;
height: 40px;
line-height: 40px;
font-size: 1rem;
}
.panneau-menu ul li.cta a:hover {
text-decoration: none;
}
.panneau-menu li.recherche {
height: 40px;
width: 40px;
border-radius: 50%;
background: #f1f1f1;
position: relative;
cursor: pointer;
margin: 0 auto;
}
li.recherche::after {
content: '\e8b6';
display: block;
color: var(--noir);
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
font-size: 1.5rem;
font-family: 'Material icons';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.declenche-panneau {
position: fixed;
right: 20px;
top: 20px;
z-index: 120;
cursor: pointer;
color: #fff;
display: none;
}
.declenche-panneau::after {
content: '\e5d2';
font-family: 'Material icons';
font-size: 2rem;
color: #fff;
display: block;
}
.declenche-panneau.actif::after {
content: '\e5cd';
color: var(--noir);
}
header.header.scroll {
padding-top: 10px;
padding-bottom: 10px;
background: var(--orange);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header.header.scroll .logo-header {
height: 45px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header.header.scroll .module-nav {
background: transparent;
box-shadow: none;
height: 45px;
}
header.header.scroll .module-nav nav li {
line-height: 45px;
}
header.header.scroll .module-nav nav li a {
color: #fff;
}
header.header.scroll li.cta a {
border: 1px solid #fff;
line-height: 38px;
}   .prefooter {
padding: 40px 0 15px;
}   .es-form-field-container {
background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
height: 60px;
border-radius: 30px;
position: relative;
margin-bottom: 20px;
}
.es-form-field-container input[type=email]{
background-color: transparent;
height: 60px;
line-height: 60px;
width: 70%;
border-radius: 0;
margin: 0;
padding-left: 20px;
}
.es-form-field-container input[type=submit]{
position: absolute;
right: 0;
top: 0;
width: 25%;
height: 60px;
line-height: 60px;
background: var(--orange);
font-weight: bold;
color: #fff;
border: 0;
border-radius: 30px;
z-index: 5;
text-align: center;
}
.es-form-field-container .gjs-row {
margin-bottom: 0 !important;
}
.es_gdpr {
font-size: .8rem;
line-height: 1rem;
}
.es_gdpr label {
cursor: pointer;
}
.es_subscription_message.success {
background: var(--gris) !important;
color: #fff !important;
padding: 12px;
}
footer.footer {
background: transparent;
color: #333;
padding: 0;
margin: 0;
}
footer.footer a,
footer.footer p {
font-size: .85rem;
line-height: 1.1rem;
}
.footer-nav li {
display: inline-block;
float: none;
padding: 0 10px;
}
.footer-nav li:first-child {
padding-left: 0;
}
footer.footer a {
color: #333;
}
footer.footer a:hover {
color: var(--orange);
text-decoration: underline;
}   .top-image-home {
width: 100%;
height: 40vh;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.top-image-page.img-default,
.top-image-home.img-default {
background-image: url(//asffor.fr/wp-content/themes/asffor/img/img-default.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.top-image-home h1 {
position: absolute;
left: var(--leftright);
bottom: 80px;
font-size: 2.2rem;
line-height: 2.6rem;
font-weight: 600;
}
.top-image-home h1::before {
content: '';
display: block;
height: 10px;
width: 28px;
background: var(--orange);
margin-bottom: 15px;
}
section.section-formations {
margin-top: -50px;
z-index: 3;
padding-bottom: 60px;
}
section.section-formations .module-libre {
background-color: #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding: 20px;
border-radius: 6px;
box-shadow: 0 12px 12px rgba(0,0,0,0.15); 
}   .module-formation-carrousel {
min-height: 230px;
padding-bottom: 50px;
box-shadow: 0 0 15px rgba(0,0,0,0.15); 
border: 1px solid transparent;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-formation-carrousel.type-article {
border-bottom: 8px solid var(--noir);
}
.module-formation-carrousel:hover {
border: 1px solid var(--orange);
box-shadow: 0 0 10px rgba(0,0,0,0.3); 
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-formation-carrousel.type-article:hover {
border-bottom: 8px solid var(--orange);
}
#carousel-formations .owl-stage-outer {
height: calc(100% + 20px);
margin: -10px;
padding: 10px;
width: calc(100% + 20px);
}
#carousel-formations .cat-item {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 20px 15px;
z-index: 4;
line-height: 1rem;
}
#carousel-formations .cat-item .picto-item {
height: 30px;
width: 30px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.picto-item-article::before {
content: '\ebcc';
position: absolute;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
font-family: 'Material icons';
color: var(--noir);
font-size: 1.9rem;
font-weight: normal;
}
#carousel-formations .owl-nav {
position: absolute;
left: 0;
right: auto;
top: 40%;
width: 100%;
}
#carousel-formations .owl-nav button.owl-prev, 
#carousel-formations .owl-nav button.owl-next {
position: absolute;
}
#carousel-formations .owl-nav button.owl-prev {
left: -25px;
}
#carousel-formations .owl-nav button.owl-next {
right: -25px;
}
#carousel-formations .owl-nav button.disabled {
display: none;
}
.module-chiffre {
margin-bottom: 40px;
}
.titre-chiffres {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid var(--noir);
}
.container-themes-home {
margin-top: 40px;
}
.module-theme {
padding: 20px 30px;
border-radius: 42px;
border: 2px solid var(--orange);
margin-bottom: 40px;
height: 80px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.picto-theme {
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.module-theme .picto-theme {
width: 40px;
height: 40px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-theme .flex-item-trois-quart {
width: 80%;
}
.module-theme:hover {
background: var(--orange);
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-theme:hover .picto-theme {
background-color: #fff;
background-size: 70%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}   .top-image-page {
width: 100%;
height: 30vh;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
body.single .top-image-page {
height: 20vh;
}
section {
padding: 40px 0;
position: relative;
}
section.bkg,
section.bkg-bleu,
section.bkg-bleu-light,
section.bkg-orange {
padding: 60px 0;
}
.opacite {
background: rgba(0,0,0,0.4);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
section.bkg .wrap {
z-index: 2;
}
.module-testimonial {
}
.container-formations {
}
.liste-formations {
}
.filtres-formations {
}
.sticky-container {
position: sticky;
-webkit-position: sticky;
top: 100px;
}
.filtres-formations .module-tri {
margin-bottom: 30px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.filtres-formations .module-filtres {
box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.filtres-formations .module-theme {
padding: 6px 12px;
border-radius: 18px;
border: 1px solid #fff;
color: #fff;
margin-bottom: 12px;
font-size: .9rem;
height: auto;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.filtres-formations .module-theme .picto-theme {
width: 24px;
height: 24px;
}
.filtres-formations .module-theme.actif {
background: rgba(255,255,255,0.5);
color: var(--orange);
}
.filtres-formations .module-theme:hover {
background: rgba(255,255,255,0.8);
color: var(--orange);
}
.filtres-formations .module-theme.actif .picto-theme,
.filtres-formations .module-theme:hover .picto-theme {
background-color: var(--orange);
background-size: 70%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-formation-liste {
margin-bottom: 40px; position: relative; background: #f4f4f4;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-formation-liste h3 {
font-size: 1.6rem;
line-height: 1.9rem;
}
.module-formation-liste .intro-formation {
min-height: 70px;
margin-bottom: 30px;
}
.module-formation-liste .flex-item-trois-quart {
padding-right: 30px;
border-right: 1px solid var(--gris);
}
.module-formation-liste .flex-item-quart {
font-size: .85rem;
color: var(--gris);
line-height: 1rem;
}
.module-formation-liste .picto-theme {
width: 25px;
display: inline-block;
margin-right: 10px;
height: 25px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.module-formation-liste:hover {
box-shadow: 0 0 8px rgba(0,0,0,0.3); background: #fff;
}
.module-formation-liste:hover a.cta-single-formation {
color: var(--orange);
}
.module-formation-liste:hover a.cta-single-formation::after {
color: var(--orange);
border: 1px solid var(--orange);
margin-left: 18px;
}
a.cta-single-formation {
font-weight: bold;
color: var(--noir);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a.cta-single-formation::after {
content: '\e5c8';
display: inline-block;
vertical-align: middle;
height: 38px;
width: 38px;
border-radius: 50%;
border: 1px solid var(--noir);
margin-left: 12px;
font-family: 'Material icons';
font-size: 1.4rem;
line-height: 37px;
text-align: center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cont-info-form {
margin-bottom: 20px;
position: relative;
padding-left: 28px;
}
.cont-info-form::before {
content: '';
display: block;
font-family: 'Material icons';
font-size: 1.4rem;
position: absolute;
top: 3px;
left: 0;
}
.cont-info-form.date-session::before {
content: '\e8df';
}
.cont-info-form.duree-session::before {
content: '\e923';
}
.cont-info-form.prix-session::before {
content: '\ea15';
}
.container-cta {
text-align: right;
position: relative;
margin: 40px 0;
}
.cta-download-cata {
width: 72px;
height: 72px;
border-radius: 50%;
background: var(--orange);
position: relative;
display: inline-block;
cursor: pointer;
}
.cta-download-cata::before {
content: '\f090';
display: block;
font-family: 'Material icons';
font-size: 1.7rem;
position: absolute;
width: 72px;
height: 72px;
top: 0;
left: 0;
text-align: center;
line-height: 72px;
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cta-download-cata:hover::before {
font-size: 2.5rem;
}
.hover-cta {
padding: 2px 8px;
display: block;
position: absolute;
top: 30%;
right: 75px;
border-radius: 3px;
font-weight: 600;
background: rgba(0,0,0,0.2);
color: var(--noir);
display: none;
}
.hover-cta.actif {
right: 75px;
display: block;
}
.filtres-formations .reset {
height: 30px;
padding: 0 15px;
line-height: 30px;
text-align: center;
border-radius: 18px;
background: rgba(255,255,255,0.5);
color: #fff;
margin-top: 15px;
display: inline-block;
font-weight: 600;
cursor: pointer;
font-size: .85rem;
}
.filtres-formations .reset:hover {
background: rgba(255,255,255,0.8);
color: var(--orange);
}
ul.tri-formation {
list-style: none;
margin: 0;
padding: 0;
}
ul.tri-formation li {
display: inline-block;
padding: 4px 15px;
cursor: pointer;
border-right: 1px solid var(--noir);
font-size: .9rem;
color: var(--noir);
}
ul.tri-formation li.actif {
color: var(--orange);
font-weight: 600;
}
ul.tri-formation li:last-child {
border: 0;
}
ul.tri-formation li:first-child {
padding-left: 0;
}   .groupe-contenu {
margin-top: 20px;
}
.content-formation {
margin: 0 0 40px 0;
}
.content-formation .module-content-formation {
background: #f4f4f4;
border-radius: 8px;
margin-bottom: 40px;
padding: 30px;
}
.module-infos-single,
.module-menu-interne {
box-shadow: 0 0 12px rgba(0,0,0,0.15);
margin-bottom: 0;
}
.menu-interne-formation {
list-style: none;
margin: 0;
padding: 0 0 0 12px;
}
.menu-interne-formation li {
display: block;
padding: 13px 0;
border-bottom: 1px solid var(--gris);
cursor: pointer;
font-weight: bold;
position: relative;
padding-left: 5px;
opacity: 
}
.menu-interne-formation li:last-child {
border: 0;
}
.menu-interne-formation li::before {
content: '';
display: block;
background: var(--orange);
width: 8px;
height: 16px;
left: -14px;
top: 16px;
position: absolute;
opacity: 0;
}
.menu-interne-formation li.actif::before {
opacity: 1;
}
.menu-interne-formation li:hover,
.menu-interne-formation li.actif {
color: var(--orange);
}
.module-infos-single .cont-info-form::before {
top: 1px;
}
a.cta-prog-single {
background: #fff;
font-size: .85rem;
color: var(--noir);
height: 36px;
text-decoration: none !important;
line-height: 34px;
border-radius: 18px;
margin-top: 15px;
padding: 0 15px;
font-weight: bold;
display: inline-block;
position: relative;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a.cta-prog-single::before {
content: '\e415';
font-family: 'Material icons';
font-size: 1.4rem;
display: inline-block;
margin-right: 8px;
vertical-align: middle;
color: var(--noir);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a.cta-prog-single:hover::before {
font-size: 1.7rem;
margin-right: 6px;
color: var(--orange);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.submit-inscription,
.cta-inscription {
display: inline-block;
background: var(--noir);
height: 60px;
text-decoration: none !important;
line-height: 60px;
padding: 0 20px;
color: #fff;
font-weight: bold;
color: #fff;
border: 0;
}
.cta-inscription {
display: block;
margin-top: 20px;
}
.cta-inscription::before {
content: '\e745';
font-family: 'Material icons';
font-size: 1.7rem;
display: inline-block;
margin-right: 8px;
vertical-align: middle;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.submit-inscription:hover,
.cta-inscription:hover,
.cta-inscription:hover::before {
color: var(--orange) !important;
}
.cta-inscription:hover {
border-radius: 10px;
}
h3.header-accordion {
display: block;
width: 100%;
font-size: 1rem;
padding: 15px 30px 15px 0;
margin-bottom: 0 !important;
border-bottom: 4px solid #fff;
position: relative;
cursor: pointer;
-webkit-transition: all .3s;
transition: all .3s;
}
h3.header-accordion::after {
content: '\e5db';
display: block;
position: absolute;
top: 25%;
right: -6px;
font-size: 1.6rem;
transform: rotate(0deg);
font-family: 'Material Icons';
color: var(--gris);
-webkit-transition: all .3s;
transition: all .3s;
}
h3.header-accordion:hover::after,
h3.header-accordion.ui-state-active::after {
transform: rotate(180deg);
-webkit-transition: all .3s;
transition: all .3s;
}
h3.header-accordion.ui-state-active,
h3.header-accordion:hover {
color: var(--orange);
border-color: var(--orange);
-webkit-transition: all .3s;
transition: all .3s;
}
.body-accordion {
margin-top: 15px;
margin-bottom: 15px;
padding: 15px;
background: #fff;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
} .fancybox-container {
z-index: 99999999 !important;
}
.fancybox-content {
height: auto !important;
margin: 0 auto;
padding: 30px !important;
border-radius: 8px;
box-shadow: 8px 8px 0 var(--orange);
width: 80%;
max-width: 967px !important;
min-height: 300px;
}
.fancybox-close-small {
opacity: 1 !important;
}
.fancybox-close-small svg {
display: none;
}
.fancybox-close-small::before {
content: '\e5cd';
display: block;
position: absolute;
z-index: 403;
width: 30px;
height: 30px;
background: var(--noir);
font-family: 'Material icons';
font-size: 1.6rem;
top: 0;
right: 0;
text-align: center;
line-height: 30px;
color: #fff;
-webkit-transition: all .3s;
transition: all .3s;
}
.fancybox-close-small:hover::before { 
background: var(--orange);
-webkit-transition: all .3s;
transition: all .3s;
}
.fancybox-is-open .fancybox-bg {
opacity: .7; 
}
.section-formulaire {
border-radius: 8px;
margin-bottom: 40px;
box-shadow: 0 0 12px rgba(0,0,0,0.15);
padding: 20px;
}
.section-formulaire h4 {
margin-bottom: 20px;
}
.photo-contact {
width: 100%;
max-width: 250px;
height: 200px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 15px;
}
.photo-contact.photo-default {
background-image: url(//asffor.fr/wp-content/themes/asffor/img/avatar.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.textarea-disabled {
resize: none;
min-height: 100px;
padding: 10px;
border-radius: 6px;
background: #fff;
border: 1px solid var(--gris);
}
.contenu-fancybox textarea {
padding: 12px;
}
.contenu-fancybox {
}
body.page .photo-contact {
max-width: 100%;
height: 300px;
}
.section-contacts-formation .photo-contact.page-contact {
height: 150px;
}
.displaynone,
.display-none {
display: none !important;
}
.spinner-semaine {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-fading-circle .sk-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-fading-circle .sk-circle:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: var(--orange);
border-radius: 100%;
-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
0%, 39%, 100% { opacity: 0; }
40% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
0%, 39%, 100% { opacity: 0; }
40% { opacity: 1; } 
}   .rangee-page {
margin: 40px 0;
}
.contenu-flexible h2 {
margin: 0 0 40px 0;
}
.contenu-flexible h3 {
margin: 0 0 20px 0;
}
.contenu-flexible h4 {
margin: 0 0 15px 0;
}
.contenu-flexible ul + h3,
.contenu-flexible img + h3,
.contenu-flexible p + h3 {
margin: 30px 0 20px 0;
}
.contenu-flexible ul + h2,
.contenu-flexible img + h2,
.contenu-flexible p + h2 {
margin: 40px 0 30px 0;
}
.contenu-flexible ul + h4,
.contenu-flexible img + h4,
.contenu-flexible p + h4 {
margin: 25px 0 15px 0;
}
.contenu-flexible img {
max-width: 100%;
height: auto;
}
.contenu-flexible ul {
margin: 15px 0;
list-style: square;
}
.contenu-flexible ol {
margin: 15px 0;
list-style: upper-roman;
}
.contenu-flexible ol li,
.contenu-flexible ul li {
margin-bottom: 6px;
padding-left: 6px;
margin-left: 18px;
}
.contenu-flexible ol li {
margin-left: 30px;
}
blockquote p {
font-style: italic;
color: var(--orange);
}
blockquote {
position: relative;
}
blockquote::before {
content: '';
display: block;
position: absolute;
left: -30px;
top: 0;
width: 6px;
height: 100%;
background: var(--orange);
}
.contenu-flexible strong,
.contenu-libre strong {
color: var(--orange);
}
.contenu-flexible .module-content-formation strong,
.contenu-libre .module-content-formation strong {
color: #333;
}
.contenu-flexible .bkg-orange strong,
.contenu-libre .bkg-orange strong {
color: #fff;
}
.contenu-flexible p a:not(.cta-interne),
.contenu-libre p a:not(.cta-interne) {
color: var(--orange);
text-decoration: none;
font-weight: 800;
}
.contenu-flexible p a:not(.cta),
.contenu-libre p a:not(.cta) {
color: var(--orange);
text-decoration: none;
font-weight: 800;
}
.contenu-flexible p a:not(.cta-download),
.contenu-libre p a:not(.cta-download) {
color: var(--orange);
text-decoration: none;
font-weight: 800;
}
.contenu-flexible.bkg-orange p a:not(.cta-download),
.contenu-libre.bkg-orange p a:not(.cta-download) {
color: #fff;
}
.contenu-flexible a:not(.cta-download, .cta, .cta-interne) {
text-decoration: underline;
}
.contenu-flexible a:not(.cta-download, .cta, .cta-interne):hover {
text-decoration: underline;
}
.contenu-flexible .bkg-orange p a {
color: #fff;
text-decoration: underline;
}
.contenu-flexible p:last-child,
.contenu-libre p:last-child {
margin-bottom: 0;
}
.rangee-page.blanc h2,
.rangee-page.blanc h3,
.rangee-page.blanc h4,
.rangee-page.blanc h5,
.rangee-page.blanc p,
.rangee-page.blanc a,
.rangee-page.blanc strong {
color: #fff;
}
.rangee-image {
padding: 50px 0;
background-size: cover;
position: relative;
}
.rangee-page.bkg-bleu-light,
.rangee-page.bkg-orange {
padding: 70px 0;
margin: 0;
}
.rangee-page.rangee-image {
margin: 0;
}
.rangee-image .wrap {
position: relative;
z-index: 15;
}
.rangee-image-seule {
background-size: cover;
height: 450px;
max-height: 45vh;
margin: 0;
width: 100%;
}
.rangee-image-seule.fine {
background-size: cover;
height: 250px;
margin: 50px 0;
}
.rangee-page.bkg-bleu-light h3 { }
.module-content-formation h4:not(.orange) {
font-size: 1.1rem;
line-height: 1.4rem;
}   .module-actu-page {
margin-bottom: 40px;
position: relative;
background: #f4f4f4;
padding-bottom: 70px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-actu-page h3 {
font-size: 1.2rem;
line-height: 1.6rem;
}
.module-actu-page:hover {
box-shadow: 0 0 8px rgba(0,0,0,0.3);
background: #fff;
}
.module-actu-page a.lien-arrow {
position: absolute;
bottom: 20px;
right: 20px;
z-index: 3;
}
.module-actu-page:hover a.lien-arrow::after {
margin-left: 5px;
color: var(--orange);
}
.pagination {
text-align: center;
}
.pagination ul {
background: none;
border-radius: 0;
text-align: right;
}
.pagination li {
display: inline-block;
float: none;
}
.pagination,
.pagination a {
font-weight: 800;
font-size: .9rem;
color: var(--orange);
}
.pagination a,
.pagination span {
padding: 8px 12px;
}
.pagination .current {
color: var(--orange);
}
.pagination li a:hover {
text-decoration: underline;
}
.pagination a,
.pagination-posts a {
text-decoration: none !important;
font-family: inherit;
}
.pagination-posts .nombre-pages {
border: 2px solid transparent !important;
}
.pagination-posts a {
text-decoration: none !important;
font-family: inherit;
}
.pagination-posts .nombre-pages {
}
.pagination-posts {
position: relative;
font-size: 1rem;
text-align: center;
margin: 30px auto 20px;
}
.pagination-posts span,
.pagination-posts a {
display: inline-block;
margin: 0 6px;
text-decoration: none;
width: auto;
height: 32px;
line-height: 32px;
padding: 0 10px;
text-align: center;
font-weight: bold;
color: var(--gris);
-webkit-transition: background .15s ease-in-out;
transition: background .15s ease-in-out;
}
.pagination-posts .current {
background: var(--orange);
color: #fff;
}
.pagination-posts a:hover {
color: var(--noir);
text-decoration: none;
-webkit-transition: background .15s ease-in-out;
transition: background .15s ease-in-out;
}
.pagination li {
border: 0;
float: none;
display: inline-block;
}
.contenu-single-actu {
padding: 30px;
border: 1px solid var(--bleu);
border-radius: 10px;
margin-bottom: 50px;
}
.contenu-single-actu a:not(.lien-arrow) {
text-decoration: underline;
font-weight: bold;
color: var(--orange);
}   .wpcf7 textarea,
.wpcf7 input {
border: 2px solid #fff;
background: #f3f3f3;
border-radius: 2px;
max-width: 100%;
margin-bottom: 25px;
-webkit-transition: all .3s;
transition: all .3s;
}
.wpcf7 input {
height: 60px;
line-height: 60px;
}
.wpcf7 textarea {
padding: 15px;
}
.wpcf7 textarea:focus,
.wpcf7 input:focus {
background: #fff;
border-color: var(--bleu);
-webkit-transition: all .3s;
transition: all .3s;
}
.acceptance-73 {
width: 100%;
max-width: 100%;
display: block;
margin: 12px 0 20px;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
padding: 0;
margin: 0;
font-size: .8rem;
line-height: 1.1rem;
}
.wpcf7 input[type=submit] {
background: var(--noir);
font-weight: 800;
padding: 15px 30px;
margin: 20px 0;
height: auto;
color: #fff;
border: 0;
font-size: 1rem;
line-height: inherit;
}
.wpcf7 input[type="checkbox"]{
margin-bottom: 0;
height: auto;
line-height: inherit;
}
.wpcf7 input[type=submit]:hover {
background: var(--orange);
}
.wpcf7-response-output {
width: 100%;
max-width: 100%;
border: 0 !important;
color: #fff !important;
padding: 8px 12px !important;
background: var(--gris);
font-weight: bold;
margin-left: 0 !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
background: #ff0000 !important;
color: #fff !important;
}
span.wpcf7-not-valid-tip {
color: #ff0000 !important;
font-weight: bold;
font-size: .9rem;
margin-bottom: 20px;
margin-top: -15px;
position: relative;
}   #toTop {
display: none;
position: fixed;
bottom: 45%;
right: 20px;
z-index: 8222;
}
#toTop::before {
content: '\e5d8';
font-family: 'Material Icons';
width: 60px;
height: 60px;
border-radius: 50%;
display: block;
background: rgba(217,232,232,.4);
font-size: 1.4rem;
text-align: center;
line-height: 60px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
#toTop:hover::before {
background: rgba(217,232,232,1);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}   .loader-site {
background: #fff;
width: 100%;
height: 100%;
position: fixed;
z-index: 15000;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
text-align: center;
}
.sk-chase {
margin: 30vh auto;
width: 60px;
height: 60px;
position: relative;
animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0; 
animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:before {
content: '';
display: block;
width: 25%;
height: 25%;
background-color: var(--orange);
border-radius: 100%;
animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
50% {
transform: scale(0.4); 
} 100%, 0% {
transform: scale(1.0); 
} 
}
#holder {
opacity: 0;  
transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
#holder.visible {
opacity: 1;
transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
}   li.linkedin,
li.twitter,
li.facebook,
li.instagram {
display: inline-block;
width: auto !important;
padding: 0;
}
li.linkedin a,
li.twitter a,
li.facebook a,
li.instagram a {
padding: 0;
}
li.linkedin a::after,
li.twitter a::after,
li.facebook a::after,
li.instagram a::after {
content: '';
display: inline-block;
font-size: 1.3rem;
font-family: 'fontAwesome';
color: #333;
height: 40px;
padding: 0 10px;
}
li.linkedin a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {
color: var(--orange);
}
li.facebook a::after {
content: '\f39e' !important;
}
li.instagram a::after {
content: '\f16d' !important;
}
li.twitter a::after {
content: '\f099' !important;
}
li.linkedin a::after {
content: '\f0e1' !important;
}   .owl-carousel {
width: 100%;
}
.owl-nav {
position: absolute;
right: 0;
top: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
margin: 0 10px;
height: 40px;
width: 40px;
margin: 0 5px;
position: relative;
background: var(--orange);
}
.owl-carousel .owl-nav button.owl-prev {
margin-left: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
background: var(--bleu);
}
.owl-prev::before,
.owl-next::before {
content: '';
height: 40px;
width: 40px;
position: absolute;
font-family: 'Material icons';
font-size: 1.1rem;
line-height: 40px;
text-align: center;
color: #fff;
top: 0;
left: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.owl-prev::before {
content: '\e314';
}
.owl-next::before {
content: '\e315';
}
.owl-dots {
margin-left: 0;
margin-top: 10px;
}
.owl-carousel-actus .owl-dots {
}
.owl-dot {
width: 14px;
height: 14px;
border-radius: 50%;
background: #fff !important;
margin: 0 8px 0 0;
opacity: 1;
}
.owl-dot.active {
opacity: 1;
background: var(--orange) !important;
}   #tarteaucitronRoot #tarteaucitronAlertBig {
background: #fff !important;
color: #000 !important;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
color: #000 !important;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig {
border-radius: 0 !important;
box-shadow: none !important;
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
opacity: .7 !important;
background: #000 !important;
}
div#tarteaucitronAlertBig:before {
display: none !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {  
background: #000 !important;
padding: 10px 20px !important;
}
#tarteaucitronRoot .tarteaucitronDeny {
background: #f1f1f1 !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
background: #f1f1f1 !important;
}
#tarteaucitronRoot #tarteaucitronAllDenied2 {
position: absolute !important;
background: transparent !important;
top: 10px !important;
padding: 0 !important;
color: #333 !important;
right: 10px !important;
font-size: .8rem !important;
text-decoration: none !important;
opacity: .6 !important;
}
#tarteaucitronDisclaimerAlert {
font-size: .9rem !important;
line-height: 1.3rem !important;
text-align: justify !important;
display: block !important;
text-align: center !important;
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
z-index: 99999999 !important;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig {
width: 450px !important;
max-width: 90% !important;
border-radius: 6px !important;
}
#tarteaucitronDisclaimerAlert::before {
content: '';
display: block;
margin: 0 auto 20px;
width: 150px;
height: 60px;
background-image: url(//asffor.fr/wp-content/themes/asffor/img/logo-asffor-coul.png);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}@media only screen and (max-width: 1630px) {
.module-theme {
padding: 20px 10px;
}
}   @media only screen and (max-width: 1420px) {
.module-theme {
font-size: .9rem;
line-height: 1.3rem;
}
}   @media only screen and (max-width: 1300px) {
.module-theme {
padding: 20px 20px;
font-size: 1rem;
line-height: 1.4rem;
}
section.section-formations {
padding-top: 40px !important;
margin-top: 0;
}
.top-image-home {
height: 50vh;    
}
.module-libre .flex-item-tiers,
.module-libre .flex-item-deux-tiers {
width: 100%;
}
.container-themes-home .flex-item-quart {
width: 31%;
}
section.section-chiffres .container-flex > .flex-item-tiers,
section.section-chiffres .container-flex > .flex-item-deux-tiers {
width: 48%;    
}
.top-image-home h1 {
bottom: 40px;
font-size: 2rem;
line-height: 2.4rem;
}
h2 {
font-size: 2rem;
line-height: 2.4rem;
margin: 0 0 25px 0;
}
h3 {
font-size: 1.5rem;
line-height: 1.8rem;
margin: 0 0 20px 0;
}
h4 {
font-size: 1.3rem;
line-height: 1.5rem;
margin: 0 0 15px 0;
}
.chiffre-big {
font-size: 5.5rem;
line-height: 4.5rem;
}
#inner-header .flex-item-moitie,
#inner-header .flex-item-quart.menu-right {
display: none;
}
.declenche-panneau {
display: block;    
}
.prefooter .flex-item-tiers {
width: 100%;
padding: 0;
}
.prefooter .flex-item-tiers:nth-of-type(1),
.prefooter .flex-item-tiers:nth-of-type(2) {
width: 48%;    
}
.module-formation-liste .flex-item-trois-quart,
.module-formation-liste .flex-item-quart {
width: 100%;
padding-right: 0;
border: 0;
}
.module-formation-liste .flex-item-quart {
border-top: 1px solid var(--gris);
padding-top: 20px;
margin-top: 20px;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.module-formation-liste .flex-item-quart .cont-info-form {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 30%;
position: relative;
margin-bottom: 0;
padding-right: 15px;
}
}   @media only screen and (max-width: 1170px) {
section.section-formations .module-libre {
order: 2;
width: 70%;
margin: 30px auto;
}
section.section-formations .module-libre .lien-arrow {
display: inline-block;
}
.module-libre .flex-item-tiers {
width: 31%;
align-self: center !important;
}
.module-libre .flex-item-deux-tiers {
width: 65%;
align-self: center !important;
}
section.section-formations .flex-item-deux-tiers.flex-carrousel {
order: 1;
width: 100%;
}
.module-theme {
padding: 15px 15px;    
}
h1,
.top-image-home h1 {
font-size: 1.8rem;
line-height: 2.1rem;
}
body.single-formation_type .groupe-contenu .flex-item-trois-quart {
width: 65%;    
}
body.single-formation_type .groupe-contenu .flex-item-quart.part-right-single {
width: 31%;
}
.flex-contact {
width: 48%;    
}
}   @media only screen and (max-width: 967px) {
.flex-item-moitie {
width: 100%;
}
.flex-item-quart {
width: 48%;
}
.flex-item-cinq {
width: 31%;
}
.flex-item-tiers,
.flex-item-deux-tiers {
width: 100%;
}
.container-themes-home .flex-item-quart {
width: 48%;
}
.logo-header {
height: 50px;    
}
.logo-header img {
height: 100%;
width: auto;
}
section {
padding: 35px 0 !important;
}
#inner-header .flex-item-quart {
margin-bottom: 0;    
}
section.section-chiffres .container-flex > .flex-item-tiers,
section.section-chiffres .container-flex > .flex-item-deux-tiers {
width: 100%;    
}
section.section-chiffres .module-chiffre {
width: 31% !important;
text-align: center;
}
#inner-footer .flex-item-auto {
width: 100%;
text-align: center !important;
margin-bottom: 15px !important;
}
.prefooter .flex-item-moitie {
width: 48%;    
}
body.home .es-form-field-container input[type=submit] {
width: 40% !important;    
}
.flex-item-deux-tiers.liste-formations {
order: 1;    
}
.flex-item-tiers.filtres-formations {
order: 0;    
}
.flex-item-tiers.filtres-formations .sticky-container {
position: relative;
top: 0;
}
.filtres-formations .module-theme {
display: inline-block;
font-size: .9rem;
line-height: 1.1rem;
padding: 7px 8px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
.filtres-formations .module-theme .picto-theme {
display: none;
}
.filtres-formations .module-theme .flex-item-trois-quart {
width: 100%;    
}
.liste-formations .container-flex-start .flex-item-moitie {
width: 48%;
}
#toTop {
display: none !important;
}
.cta-download-cata {
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
z-index: 30;
}
.cta-download-cata::before {
line-height: 60px;
width: 60px;
height: 60px;
}
.module-tri,
.module-filtres {
padding: 20px;
}
.module-formation-liste {
padding: 20px;    
}
.module-formation-liste h3 {
font-size: 1.3rem;
line-height: 1.6rem;
}
.flex-item-tiers.module-actu-page {
width: 48%;
padding-bottom: 70px;
}
.flex-photo {
width: 31%;    
}
.flex-contact .section-contacts-formation {
text-align: center;
}
.flex-contact .section-contacts-formation .container-flex {
width: 31%;
display: inline-block;
padding: 0 20px;
margin: 0 !important;
}
.section-contacts-formation .photo-contact.page-contact {
height: 200px;
}
.flex-contact .section-contacts-formation .container-flex {
text-align: left;
}
.bkg-orange.flex-contact {
padding: 20px;
margin-bottom: 40px;
border-radius: 8px;
}
.wpcf7 .flex-item-moitie {
width: 48%;    
}
h4 {
font-size: 1.1rem;
line-height: 1.4rem;
margin-bottom: 10px;
}
}   @media only screen and (max-width: 768px) {
#toTop {
display: none !important;
}
.padding40 {
padding: 30px;
}
.padding30 {
padding: 20px;
}
.chiffre-big {
font-size: 4rem;
line-height: 3rem;
}
.prefooter .flex-item-moitie {
width: 100%;    
}
.prefooter .flex-item-moitie h3 {
text-align: center;    
}
#inner-footer .floatleft {
float: none;
text-align: center;
width: 100%;
margin-right: 0;
}
#inner-footer .floatleft img {
height: 50px;
width: auto;
margin: 0 auto 20px;
}
h3.titre-section {
text-align: center;
margin-bottom: 25px !important;
}
.container-themes-home {
margin-top: 20px;    
}
.cta-single-formation {
display: none;
}
.liste-formations .container-flex-start .flex-item-moitie {
width: 100%;    
}
.filtres-formations .module-tri {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
border-top: 2px solid var(--gris);
z-index: 20;
box-shadow: none;
border-radius: 0;
margin-bottom: 0;
padding: 10px;
}
.filtres-formations .module-tri h4 {
display: none;
}
.filtres-formations .module-tri .tri-formation::before {
content: 'Trier par';
display: inline-block;
vertical-align: middle;
margin-right: 12px;
color: var(--gris);
font-size: .85rem;
}
body.page-template-page-formations footer.footer,
body.single-formation_type footer.footer {
padding-bottom: 60px;    
}
.rangee-image-seule {
max-height: 25vh;    
}
.filtres-formations .module-theme {
font-weight: 400;
font-size: .8rem;
line-height: 1rem;
}
.groupe-contenu {
margin-top: 0;    
}
body.single-formation_type .groupe-contenu .flex-item-trois-quart {
width: 100%;
order: 1;
}
body.single-formation_type .groupe-contenu .flex-item-quart.part-right-single {
width: 100%;
order: 0;
margin-bottom: 30px;
}
body.single-formation_type .groupe-contenu .flex-item-quart.part-right-single .sticky-container {
position: relative;
top: 0;
}
body.single-formation_type .module-menu-interne { }
body.single-formation_type .cta-inscription {
position: fixed;
right: 0;
width: 100%;
bottom: 0;
z-index: 32;
text-align: center;
}
.module-infos-single {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
position: relative;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.module-infos-single .cont-info-form {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 31%;
position: relative;
}
.wrapthin {
padding: 0 var(--leftright);
width: 100%;
max-width: 100%;
}
.section-contacts-formation .photo-contact.page-contact {
height: 140px;
}
}   @media only screen and (max-width: 600px) {
.flex-item-cinq {
width: 48%;
}
section.section-formations .module-libre {
width: 100%;
margin-bottom: 0;
}
section.section-formations .filet-epais {
display: none;
}
section.section-chiffres .module-chiffre {
width: 48% !important;    
}
.container-themes-home .flex-item-quart {
width: 100%;
height: 60px;
border-radius: 30px;
margin-bottom: 20px;
padding: 5px 15px;
}
h1,
.top-image-home h1 {
bottom: 40px;
font-size: 1.8rem;
line-height: 2.2rem;
}
h2 {
font-size: 1.6rem;
line-height: 2rem;
}
h3 {
font-size: 1.3rem;
line-height: 1.6rem;
}
h4 {
font-size: 1rem;
line-height: 1.3rem;
}
.module-formation-liste .flex-item-quart .cont-info-form {
width: 100%;
margin-bottom: 15px;
}
.module-infos-single .cont-info-form {
width: 48%;
}
h3.header-accordion {
padding-right: 30px;    
}
h3.header-accordion::after {
font-size: 1.2rem;    
}
body.single-formation_type .groupe-contenu .flex-item-trois-quart {
order: 0;
}
body.single-formation_type .groupe-contenu .flex-item-quart.part-right-single {
order: 1;
margin-bottom: 0;
}
body.single-formation_type .module-menu-interne {
display: none;
}
.content-formation .module-content-formation {
padding: 20px;
margin-bottom: 25px;
}
.fancybox-content {
padding: 20px !important;
width: 95% !important;
}
.fancybox-content .section-contacts-formation .flex-item-quart:first-child {
width: 100%;    
}
.fancybox-content .section-contacts-formation .flex-item-quart {
width: 31%;
margin-bottom: 0;
}
.section-contacts-formation .flex-item-quart .photo-contact {
height: 120px;    
}
.flex-item-tiers.module-actu-page {
width: 100%;
padding-bottom: 20px;
}
.module-actu-page a.lien-arrow {
position: relative;
margin-top: 20px;
bottom: auto;
right: auto;
}
body.page .photo-contact {
height: 120px;    
}
.flex-photo {
width: 31%;    
}
.rangee-page.bkg-bleu-light,
.rangee-page.bkg-orange {
padding: 40px 0;
}
.flex-contact .section-contacts-formation .container-flex {
width: 100%;
display: flex;
padding: 0;
margin: 15px 0 0 0 !important;
}
.section-contacts-formation .photo-contact.page-contact {
height: 120px;
}
.flex-contact .section-contacts-formation .container-flex {
text-align: left;
}
.flex-contact .section-contacts-formation .flex-item-tiers {
width: 35%;
}
.flex-contact .section-contacts-formation .flex-item-deux-tiers {
width: 60%;
}
.wpcf7 .flex-item-moitie {
width: 100%;
}
h4 {
font-size: 1rem;
line-height: 1.3rem;
}
}   @media only screen and (max-width: 480px) {
h1,
.top-image-home h1 {
bottom: 20px;
font-size: 1.6rem;
line-height: 2rem;
}
.top-image-home {
height: 40vh;    
}
#carousel-formations .owl-nav {
position: relative;
left: auto;
top: auto;
width: 100%;
margin-top: 20px;
}
#carousel-formations .owl-nav button.owl-prev, 
#carousel-formations .owl-nav button.owl-next {
position: relative;
}
#carousel-formations .owl-nav button.owl-prev {
left: 0;
}
#carousel-formations .owl-nav button.owl-next {
right: 0;
}
section {
padding: 20px 0 !important;
}
.flex-item-trois-quart {
width: 100%;    
}
p.big,
.big p,
.big {
font-size: 1rem;
line-height: 1.3rem;
}
.flex-item-quart {
width: 100%;
}
.contenu-flexible iframe {
height: 200px;    
}
.module-infos-single .cont-info-form {
width: 100%;
}
#i2uq6 {
width: 35% !important;    
}
.cta-download-cata {
bottom: 70px;    
}
}   @media only screen and (max-width: 375px) {
}
@media only screen and (max-height: 800px) and (orientation: landscape) {
.top-image-home {
height: 60vh;
}
}