/*
Theme Name: Ecd Formation
Theme URI: https://ecd-formation.fr
Description: OceanWP WordPress theme example child theme.
Author: ECD Formation
Author URI: https://ecd-formation.fr
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@media only screen and (max-width: 959px){
.content-area, .content-left-sidebar .content-area {
    margin-bottom: 0!important;
}}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    word-break: initial;	
}

.resa .button {
    -webkit-animation-delay: calc(0.4s + 3 * 0.1s);
    animation-delay: calc(0.4s + 3 * 0.1s);
}
.resa .button {
    overflow: hidden;
    position: relative;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 10px;
    color: #fff;
    border: none;
    height: auto;
    font-size: 12px;
    margin: 5px 0 0;
    transition: 0.3s;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
}
.resa .button:visited {
    color: #202125;
}
.resa .button:active .resa .button:focus {
    opacity: 0.8;
}
.resa .button[disabled],
.resa .button[disabled]:active,
.resa .button[disabled]:focus,
.resa .button[disabled]:hover {
    opacity: 0.5;
    outline: 0;
    cursor: default;
}
.resa .button,
.resa .button:active,
.resa .button:focus,
.resa .button:hover,
.resa .button:visited {
    border-color: inherit;
}
.resa .button:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #202125;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    content: "";
}
.resa .button:focus:before,
.resa .button:hover:before {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.resa .button > span {
    -webkit-animation: c 0.3s forwards cubic-bezier(0.75, 0, 0.125, 1);
    animation: c 0.3s forwards cubic-bezier(0.75, 0, 0.125, 1);
}
.resa .button:focus > span,
.resa .button:hover > span {
    -webkit-animation: b 0.3s both cubic-bezier(0.75, 0, 0.125, 1);
    animation: b 0.3s both cubic-bezier(0.75, 0, 0.125, 1);
    color: #fff;
}
.resa .button:after {
    position: absolute;
    left: -71%;
    top: -50%;
    z-index: 2;
    width: 200%;
    height: 200%;
    background-color: #202125;
    -webkit-transform: translate3d(0, -100%, 0) rotate(-10deg);
    transform: translate3d(0, -100%, 0) rotate(-10deg);
    content: "";
}
.resa .button:focus:after,
.resa .button:hover:after {
    -webkit-animation: a 0.3s forwards ease-in;
    animation: a 0.3s forwards ease-in;
}
@-webkit-keyframes a {
    50% {
        -webkit-transform: translate3d(0, -50%, 0) rotate(-10deg);
        transform: translate3d(0, -50%, 0) rotate(-10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes a {
    50% {
        -webkit-transform: translate3d(0, -50%, 0) rotate(-10deg);
        transform: translate3d(0, -50%, 0) rotate(-10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes b {
    0% {
        -webkit-transform: translateY(-3rem);
        transform: translateY(-3rem);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes b {
    0% {
        -webkit-transform: translateY(-3rem);
        transform: translateY(-3rem);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes c {
    0% {
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes c {
    0% {
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.scale-up {
    -webkit-animation: h 1s 0.4s ease-out both;
    animation: h 1s 0.4s ease-out both;
}
.move-up-down {
    -webkit-animation: i2 4s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i2 4s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.move-up {
    -webkit-animation: i 6s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i 6s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.delay3 {
    -webkit-animation: i 10s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i 10s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.delay4 {
    -webkit-animation: i3 12s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i3 12s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.delay5 {
    -webkit-animation: mymove 13s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: mymove 13s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.delay7 {
    -webkit-animation: i4 15s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i4 15s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.delay8 {
    -webkit-animation: i4 15.5s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i4 15.5s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.delay9 {
    -webkit-animation: i4 16s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i4 16s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.delay10 {
    -webkit-animation: i4 16.5s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i4 16.5s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.delay11 {
    -webkit-animation: i4 17s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i4 17s 0.8s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
@-webkit-keyframes mymove {
    90% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem) translateX(3.125rem);
        transform: translateY(3.125rem) translateX(3.125rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes mymove {
    90% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem) translateX(3.125rem);
        transform: translateY(3.125rem) translateX(3.125rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.anim_home {
    visibility: hidden;
    -webkit-animation: i5 20s 0.8s both;
    animation: i5 20s 0.8s both;
}
@-webkit-keyframes i {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes i {
    50% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes i4 {
    90% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes i4 {
    90% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes i5 {
    0% {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    90% {
        opacity: 1;
        z-index: 1;
    }
    99% {
        opacity: 0;
        z-index: 1;
    }
    to {
        opacity: 0;
        z-index: -1;
        display: "none";
    }
}
@keyframes i5 {
    0% {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    90% {
        opacity: 1;
        z-index: 1;
    }
    99% {
        opacity: 0;
        z-index: 1;
    }
    to {
        opacity: 0;
        z-index: -1;
        display: "none";
    }
}
@-webkit-keyframes i2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem);
    }
    30% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    80% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem);
    }
}
@keyframes i2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem);
    }
    30% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    80% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem);
    }
}
@-webkit-keyframes i3 {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    70% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(360deg) translateY(3.125rem) translateX(3.125rem);
        transform: rotate(360deg) translateY(3.125rem) translateX(3.125rem);
    }
}
@keyframes i3 {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    70% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(360deg) translateY(3.125rem) translateX(3.125rem);
        transform: rotate(360deg) translateY(3.125rem) translateX(3.125rem);
    }
}
.indicator {
    position: relative;
    width: 14px;
    height: 23px;
    border-radius: 8px;
    border: 2px solid;
}
.indicator:after {
    display: block;
    width: 2px;
    height: 7px;
    background: currentColor;
    position: absolute;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: d 4s calc(0.4s * 4) ease-in-out infinite both;
    animation: d 4s calc(0.4s * 4) ease-in-out infinite both;
    will-change: transform;
    content: "";
    top: 6px;
    left: 49%;
}
.indicator p {
    display: block;
    -webkit-animation: e 4s calc(0.4s * 4) ease-in-out infinite both;
    animation: e 4s calc(0.4s * 4) ease-in-out infinite both;
    will-change: transform;
}
@-webkit-keyframes d {
    0%,
    2% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0) translate3d(0, -20px, 0);
        transform: scaleY(0) translate3d(0, -20px, 0);
    }
    2.5% {
        -webkit-transform: scaleY(0.5) translateZ(0);
        transform: scaleY(0.5) translateZ(0);
    }
    5% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    5.1% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    75% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    78%,
    80% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    99.9% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}
@keyframes d {
    0%,
    2% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0) translate3d(0, -20px, 0);
        transform: scaleY(0) translate3d(0, -20px, 0);
    }
    2.5% {
        -webkit-transform: scaleY(0.5) translateZ(0);
        transform: scaleY(0.5) translateZ(0);
    }
    5% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    5.1% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    75% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    78%,
    80% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    99.9% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}
@-webkit-keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    5% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    9%,
    78% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    81%,
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}
@keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    5% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    9%,
    78% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    81%,
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

@font-face {
    font-family: "BrushUp";
    src: url("/wp-content/themes/ecd-formation/fonts/BrushUp.eot");
    src: url("/wp-content/themes/ecd-formation/fonts/BrushUp.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ecd-formation/fonts/BrushUp.woff") format("woff"), url("./fonts/BrushUp1.woff2") format("woff2"),
        url("/wp-content/themes/ecd-formation/fonts/BrushUp.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    background: #f7cd36;
    font-weight: 400;
}

body h1,
body h2,
body h3 {
    font-family: "BrushUp", "Verdana";
}
.bgwhite {
    background: #fff;
    overflow: auto;
}
#header {
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 9999;
}
#header .fright.desktop {
    margin: 20px 0 0;
}
#header li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
}
#header .menu {
    margin: 0;
    padding: 12px 0;
}
body #sidebar {
    background: #f7cd36;
}
#header .menu li a,
#sidebar li a,
#footer .menu li a {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 10px;
    display: block;
}
#header .menu li.current-menu-item a {
    color: #dda818;
    font-weight: 800;
}
#header .menu li a:hover {
    color: #dda818;
}
#menu-button {
    border: 1px solid #cccc;
    height: 40px;
    width: 40px;
    margin: 3px -14px 0 0;
    background: #fff;
    position: relative;
    z-index: 999;
}
#sidebar {
    width: 200px;
    min-height: 1500px;
    background: #f9b13a;
}
#sidebar li#menu-item-688 {
    margin: 0;
}
#sidebar li {
    list-style-type: none;
    margin: 20px 10px 20px;
    text-align: center;
}
#menu-item-688 amp-img {
    min-width: 100px;
    min-height: 105px;
    margin: -17px auto 0;
    display: block;
}
#sidebar ul,
#footer ul {
    margin: 0;
    padding: 0;
}
#sidebar .share li,
#footer .share li {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin: 15px 0 0;
}
#sidebar .share li a,
#footer .share li a {
    font-size: 20px;
    color: #000;
}
#logo.twhite .logo a .jaune {
    color: #fff;
}
#logo.twhite {
    margin: auto;
    display: block;
    text-align: center;
}
#logo.twhite #custom_html-5,
#logo.twhite #custom_html-8 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    display: inline-block;
}
.logo-ofa.logo-orga-top {
    width: 100px;
    height: 130px;
}
#share {
    border: 1px solid;
    position: relative;
    border-radius: 2px;
    color: #dcdcdc;
    width: 58px;
    padding: 12px 0;
    font-size: 9px;
    height: 34px;
    text-align: center;
    margin: 3px 0 0 0;
    transition: 1s;
}
#share span.part {
    display: block;
    position: absolute;
    top: 40px;
    left: 12px;
    color: #7d7d7d;
}
#share:hover .shareblock {
    opacity: 1;
    display: block;
}
.shareblock {
    display: none;
    opacity: 0;
    padding: 0 0 0;
    position: absolute;
    width: 100%;
    top: 58px;
}
#share .share {
    top: 0;
    padding: 0 0;
    width: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    position: relative;
    height: 208px;
    z-index: 2;
    border: 1px solid;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(199, 199, 199, 0.7);
}
#share .share li {
    display: block;
}
#share .share a {
    width: 100%;
    height: auto;
    float: inherit;
    color: #5a5a5a;
    text-align: left;
    line-height: 28px;
    padding: 21px 0;
    font-size: 28px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
h1 {
    font-size: 38pt;
    line-height: 38pt;
}
.pages h2 {
    color: #f38c3d;
    margin: 10px 0;
    font-size: 21pt;
    line-height: 21pt;
}
.pages p {
    margin: 0.85em 0;
    font-weight: 400;
}
.wfacebook {
    position: relative;
    width: 100%;
    height: 202px;
    margin: 0 auto 10px;
    text-align: center;
}
body .logo a .jaune{
	color:#fff
}
.logo {
    position: relative;
    width: 85px;
    height: 98px;
    margin: -7px auto 0;
}
.textwidget .logo div {
    position: absolute;
}
.logo .logo-img {
    background: url('/wp-content/uploads/2018/02/logo-ffb-1-300x300.png') center center no-repeat;
    background-size: 100%;
    width: 68px;
    height: 68px;
    right: -3px;
}
.logo h3 .petit {
    font-size: 12px;
}
.logo h3 {
    font-size: 15px;
    font-weight: 300;
}
.logo .des {
    bottom: 37px;
    left: 8px;
}
.logo .fleurs {
    bottom: 20px;
    left: 0;
}
.logo .pour {
    bottom: 21px;
    left: 46px;
}
.logo .les {
    bottom: 6px;
    left: 3px;
}
.logo .abeilles {
    left: 21px;
    bottom: 5px;
}
.logo a {
    color: #000;
}
.logo a .jaune {
    color: #f5b45e;
}
#footer #logo.twhite {
    margin: -25px auto 0;
}
#footer .share {
    margin: 18px auto 0;
    max-width: 300px;
}
#footer .share li {
    margin: 0 0 0;
    transition: 0.3s;
}
#footer .share li:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
#footer .menu {
    display: inline-block;
}
#footer .menu li {
    list-style-type: none;
    text-align: left;
    margin: 0 0 7px 0;
}
#footer .menu li a {
    font-size: 14px;
}
body #footer h4 {
    font-family: "BrushUp", "Verdana";
    margin: 0 0 10px;
}
#footer input[type="email"] {
    border-color: #f2d546;
    background-color: #f2d546;
    color: #000;
    -webkit-appearance: none;
    border: none;
    padding: 8px 6px;
    outline: none;
    font-size: 13px;
    width: 100%;
}
#custom_html-4 .textwidget,
#custom_html-7 .textwidget {
    max-width: 120px;
    margin: auto;
}
#footer .menu li a {
    margin: 0 0 0 -15px;
    transition: 1s;
}
#footer .menu li a .fa {
    opacity: 0;
    transition: 1s;
}
#footer .menu li a:hover {
    margin: 0 0 0 0;
}
#footer .menu li a:hover .fa {
    opacity: 1;
}
#custom_html-4,
#custom_html-7 {
    margin: -14px 0 0;
}
.pages {
    margin: 0 auto 30px;
}
#sachet .center {
    max-width: 1200px;
}
#sachet h2 {
    font-size: 35px;
}
#sachet {
    text-align: center;
    padding: 30px 0;
}
#ecd-formation h2 {
    font-size: 60px;
    margin: 0;
}
#ecd-formation {
    padding: 30px 0;
}
#ecd-formation ul li {
    list-style-type: none;
    width: 20%;
}
#ecd-formation ul.dataecd-formation {
    margin: 0;
    padding: 0;
}
#ecd-formation ul.dataecd-formation li {
    display: inline-block;
    width: 19.5%;
}
.imgCover img {
    object-fit: cover;
}
.imgCover {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    height: auto;
    margin: 5px;
    font-size: 10px;
    overflow: hidden;
    background: url(/wp-content/uploads/2018/02/logo-ecd-formation-1-300x300.png) center center no-repeat #f8cd37;
    background-size: cover;
}
.imgCover:hover .cntCoverTable {
    opacity: 1;
}
.cntCoverTable {
    width: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    opacity: 0;
    z-index: 1;
    height: 100vh;
    background: rgba(0, 0, 0, 0.49);
}
.cntCover {
    margin: 50px 0 0;
}
.imgCover .share {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: 1s;
    opacity: 0;
}
.imgCover:hover .share {
    opacity: 1;
    bottom: 21px;
    z-index: 3;
}
.imgCover .share li {
    width: 33%;
    display: inline-block;
}
.imgCover .share a {
    font-size: 20px;
    color: #fff;
}
.cntCover h4 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    color: #fff;
}
#footer .initiative {
    display: none;
}
.initiative {
    width: 227px;
    left: 151%;
    font-family: verdana;
    font-size: 10px;
    top: 8px;
}
.initiative a {
    display: block;
}
.initiative .b1 {
    line-height: 13px;
    display: inline-block;
    text-align: center;
    color: #656565;
}
.initiative .ofa {
    background: url(https://www.ofapidologie.org/wp-content/uploads/2017/06/logo-e1498730658365.png);
    background-size: cover;
    width: 49px;
    height: 56px;
    display: inline-block;
    margin: 0 0 -19px 5px;
}
.ofaCentral {
    width: 100px;
    height: 130px;
    margin: 0 auto -41px auto;
    display: block;
}
@keyframes fadeinout {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
#videohome h2 .tcampagne {
    font-size: 40px;
}
#videohome h2 sup {
    font-size: 20px;
}
#videohome h2 {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 30px;
}
.videohome {
 
    background:url(/wp-content/themes/ecd-formation/img/fleurs.png) repeat-x bottom center #f7cd36;
}

.videohome .container.row {
    background: url(/wp-content/themes/ecd-formation/img/graines.png) no-repeat center -110px;
}
.videohome .success {
    margin: 45px auto 60px 4%;
}
.videohome .success .col-12 {
    margin: 45px auto;
    max-width: 600px;
}
.video_ {
    max-width: 600px;
    margin: 10px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.logo-orga-top {
    width: 16%;
    margin: 0 1%;
    display: inline-block;
    text-align: center;
    max-width: 14%;
}
.logo-orga-top.orga-left {
    margin: 0 0 0 1%;
}
body .success p {
    font-family: "BrushUp", "Verdana";
    font-size: 21px;
    line-height: 34px;
}
.success p:nth-child(2) {
    animation: fadeinout 1s infinite;
    color: #9c0000;
}
.videohome .logo-img {
    background: url(/wp-content/uploads/2018/02/logo-ecd-formation-transparent.png) center no-repeat;
    width: 100%;
    height: 332px;
    background-size: 100%;
}
.videohome h1 {
    text-align: center;
    color: #fff;
    margin: 40px 0 23px;
    text-shadow: 1px 1px 1px #000;
    font-size: 2em;
}
#youtubeFrame {
    box-shadow: 0 0 11px rgb(0, 0, 0), 0 0 100px #ffe69e;
    position: relative;
    margin: 0 auto;
    background: #000;
    display: block;
    max-width: 540px;
}
#videohome .col-3 {
    visibility: hidden;
}
#orga {
    padding: 0 0 30px 0;
}
#edito .button {
    color: #fff;
    margin: 0 10px;
    border-radius: 5px;
    padding: 5px 15px;
    overflow: hidden;
    background: #f9b13a;
}
#edito,
.edito {
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2018/02/ciel-2018.jpg);
    background-attachment: scroll;
    background-position: center bottom;
    background-size: 100%;
    background-size: cover;
    padding: 50px 0 150px;
    overflow: hidden;
}
#edito h2 {
    font-size: 65px;
    font-size: 50pt;
    color: #000;
}
#edito p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 0;
    color: #000;
    text-shadow: 0 0 1px #fff;
}
.hidden {
    display: none;
}
#edito a {
    padding: 0 30px;
}
#edito .col-3 amp-img {
    border-radius: 100%;
    display: block;
    max-width: 350px;
    margin: 0 auto 10px;
}
#edito .col-3 img {
    width: 100%;
}
#edito h2.graines {
    text-align: left;
    padding: 0 30px;
    margin: 25px 0;
}
#edito .col-9 p {
    padding: 0 10px;
}
#lesgraines h2 {
    color: #fff;
    font-size: 60px;
    padding: 0;
}
body #lesgraines .etape span {
    font-family: "BrushUp", "Verdana";
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -15px;
    font-size: 20px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    display: inline-block;
    line-height: 30px;
}
#lesgraines {
    overflow: hidden;
    position: relative;
    padding: 0 0 50px;
    width: 100%;
}
h2.graines {
    color: #fff;
    font-size: 60px;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
#lesgraines::after {
    content: " ";
    position: absolute;
    bottom: -195px;
    left: 0;
    width: 100%;
    height: 300px;
    opacity: 0.75;
    z-index: 1;
    background-repeat-y: inherit;
}
#lesgraines {
    overflow: hidden;
}
#lesgraines .etape {
    text-align: center;
    font-size: 10px;
    position: relative;
    height: 271px;
    transition: 1s;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34), -1px -1px 1px rgba(0, 0, 0, 0.34);
    overflow: hidden;
    margin: 2%;
}
#lesgraines .etape:hover {
    box-shadow: 1px 1px 1px #000, -1px -1px 1px #000, 0 0 10px rgba(0, 0, 0, 0.639);
    background: #2b73ab;
    color: #fff;
}
#lesgraines .etape:hover img {
    opacity: 1;
}
#lesgraines .etape amp-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: auto;
    z-index: 1;
}
#lesgraines .etapePara {
}
#lesgraines .etapePara div {
    display: table-cell;
    vertical-align: middle;
}
#lesgraines .flex_column {
    margin-top: 0;
}
#lesgraines .etapenb {
    font-family: "BrushUp", "Verdana";
    margin: 15px 0;
    font-size: 20px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    display: inline-block;
    line-height: 30px;
}
#lesgraines .etape img {
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
}
.etaptext {
    padding: 5px;
    font-size: 13px;
}
#partenaires {
    background-color: #83a846;
    background-image: url(/wp-content/uploads/2017/06/herbe-1500x430.jpg);
    background-attachment: fixed;
    background-position: top left;
    background-size: 100%;
    background-size: cover;
    padding: 10px 0 70px 0;
    overflow: hidden;
}
.partflex {
    padding: 0;
    margin: 0 0 30px;
}
.partflex li {
    display: inline-block;
    list-style-type: none;
    width: 14%;
    margin: 1%;
}
.partflex li img {
    margin: 0;
}
.partflex li amp-img {
    margin: 0;
}
#partenaires .button {
    color: #fff;
}
#map iframe {
    width: 100%;
}
#map {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
#map amp-iframe {
    width: 100%;
}
.soutien p,
.soutien a {
    display: block;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0;
    line-height: 2rem;
}
.soutien h3 {
    font-size: 3em;
    color: #ffffff;
    text-shadow: 0 0 1px #000;
}
.ville h3 {
    margin: 0;
    font-size: 2em;
    padding: 30px 0;
    text-align: center;
}
.villes {
    text-align: center;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #000;
}
.villes amp-img {
    height: 100px;
    display: inline-block;
}
.contact {
    min-height: 100vh;
}
.contact,
.soutien {
    background-image: url(/wp-content/uploads/2019/06/temps.jpeg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: 100%;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.tmInputmsg {
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    display: block;
    text-align: left;
    text-shadow: 1px 1px 0 #000;
}
.tmInputmsg input,
.tmInputmsg textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: none;
    height: 30px;
    border-radius: 5px;
    padding: 10px;
    max-width: 480px;
}
.tmInputmsg textarea {
    height: 130px;
}
.contact form {
    max-width: 500px;
    margin: auto;
}
.contact .button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
}
.h700 {
    min-height: 700px;
}
.abs {
    position: absolute;
}
.opanone {
    opacity: 0;
    transition: 1s;
}
.sk {
    background: url(/wp-content/uploads/2018/02/skin-logo.png) center center no-repeat;
}
.d_ecd-formation {
    top: 261px;
    left: -85px;
}
.d_f {
    top: 310px;
    left: -177px;
    font-size: 70px;
}
.d_p {
    top: 320px;
    left: 23px;
}
.d_l {
    top: 382px;
    left: -176px;
    color: #fff;
}
.d_a {
    top: 373px;
    left: -109px;
    color: #fff;
    font-size: 70px;
}
.sfleurs {
    position: absolute;
    top: 93px;
    left: 138px;
    height: 215px;
    width: 192px;
    background-position: 0 -45px;
}
.petale {
    position: absolute;
    top: 49px;
    left: 128px;
    height: 80px;
    width: 89px;
    z-index: 1;
    background-position: -73px -285px;
}
.abeilles_ecd-formation {
    position: absolute;
    top: 127px;
    left: 259px;
    height: 336px;
    width: 173px;
    background-position: -242px -43px;
    font-family: "BrushUp", "Verdana";
    z-index: 2;
    font-size: 50px;
}
.aile_ecd-formation {
    position: absolute;
    top: -17px;
    left: 116px;
    height: 330px;
    width: 222px;
    background-position: -434px 0;
}
.anim_home {
    background: #f9b13a;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.cont_anim {
    max-width: 550px;
    margin: 5px auto;
    position: relative;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
#slogan1 h1 {
    line-height: 1em;
}
#slogan2 h4 {
    font-size: 40px;
}
#slogan1,
#slogan2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.w75 img {
    max-width: 100%;
    height: auto;
}
.engagement h1 {
    line-height: 33px;
    color: #fff;
    font-size: 33px;
    text-shadow: 1px 1px 1px #000;
}
.engagement p {
    line-height: 21px;
    color: #fadf87;
    text-shadow: 1px 1px 1px #000, 0 0 1px #000, 2px 1px 1px #000;
    font-weight: 800;
    font-size: 18px;
}
.engagement2 .container,
#edito .container {
    max-width: 840px;
    text-align: justify;
    margin: auto;
}
.engagement2 p {
    text-shadow: inherit;
    line-height: 21px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.engagement.engagement2 {
    background: url(/wp-content/uploads/2019/06/IMG_3686-1030x476.png) center center;
    background-size: cover;
}
.engagement.engagement2::before {
    background: rgba(22, 38, 89, 0.75);
}
.contact::before {
    content: " ";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contact .container {
    z-index: 1;
    position: relative;
    color: #fff;
}
.engagement.presse {
    background: url(/wp-content/uploads/2019/06/15e0219a-f925-4e4b-888a-e003f06ce650.jpg) top center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}
.check input {
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.check,
.engagement input[type="text"],
.engagement input[type="E-mail"],
.engagement input[type="tel"],
.engagement textarea {
    background: rgba(121, 78, 7, 0.52);
    padding: 10px;
    margin: 20px 0;
    color: #fff4c2;
    font-size: 15px;
    width: 93%;
    border-radius: 10px;
    border: 2px solid;
    box-shadow: 0 0 10px rgba(12, 7, 7, 0.85);
}
.check label span {
    width: 25%;
    display: inline-block;
    min-width: 115px;
}
.engagement input.autre {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid;
    min-width: 59%;
    font-size: 11px;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    margin: 15px 0 15px;
    display: inline-block;
    width: auto;
}
.engagement::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.engagement .container {
    z-index: 1;
    position: relative;
}
.engagement {
    overflow: hidden;
    position: relative;
}
.titrespec {
    font-size: 30px;
}
#edito .titrespec {
}
.abeilles.jaune span {
    color: #000;
    font-family: verdana;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -12px;
}
.m30 {
    margin: 0 15px 15px 0;
}
.logomiel {
    background: url(/wp-content/uploads/2019/06/logo-miel-2.png) no-repeat;
    background-size: 100%;
    max-width: 750px;
    height: 68px;
}
.upper {
    text-transform: uppercase;
}
.edition {
    width: 212px;
    font-size: 12px;
    bottom: 17px;
    background: #f7cd36;
    padding: 6px 10px;
    left: 95px;
    text-align: center;
}
#footer .edition {
    display: none;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.etude h2 {
    text-align: center;
    color: #dab200;
    font-size: 25px;
    font-weight: 300;
    margin: 37px auto;
}
.etude p {
    text-align: justify;
    font-weight: inherit;
}
.etude .source {
    font-style: italic;
    font-size: 12px;
    color: #c29d05;
    text-align: center;
}
.etude .stats {
    margin: auto;
    max-width: 900px;
}
.mauto {
    margin: auto;
}

#edito p i {
    color: #fff;
}
.kantara {
    display: block;
    margin: auto;
    text-align: center;
}
html,
body {
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
}
h1 {
    font-size: 1.4rem;
}
h2 {
    font-size: 1.3rem;
}
h3 {
    font-size: 1.2rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.875rem;
}
p {
    font-size: 0.925rem;
    font-weight: 300;
    line-height: 1.8;
}
.font-light {
    font-weight: 300;
}
.font-regular {
    font-weight: 400;
}
.font-heavy {
    font-weight: 700;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.justify {
    text-align: justify;
}
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1310px;
}
body {
    min-width: 1002px;
}
@media only screen and (max-width: 1002px) {
    body {
        min-width: 100%;
    }
}
.row {
    position: relative;
    width: 100%;
}
.row [class^="col"] {
    float: left;
    margin: 20px 2%;
    min-height: 0.125rem;
}
.col-1-sm {
    width: 4.33%;
}
.col-2-sm {
    width: 12.66%;
}
.col-3-sm {
    width: 21%;
}
.col-4-sm {
    width: 29.33%;
}
.col-5-sm {
    width: 37.66%;
}
.col-6-sm {
    width: 46%;
}
.col-7-sm {
    width: 54.33%;
}
.col-8-sm {
    width: 62.66%;
}
.col-9-sm {
    width: 71%;
}
.col-10-sm {
    width: 79.33%;
}
.col-11-sm {
    width: 87.66%;
}
.col-12-sm {
    width: 96%;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}
.hidden-sm {
    display: none;
}
.mobile {
    visibility: hidden;
}
.mobile,
.mobile.iblock {
    visibility: hidden;
    display: none;
}
.z3 {
    z-index: 3;
    position: relative;
}
::-webkit-input-placeholder,
::placeholder {
    color: inherit;
}
.upper {
    text-transform: uppercase;
}
.col-1 {
    width: 4.33%;
}
.col-2 {
    width: 12.66%;
}
.col-3 {
    width: 21%;
}
.col-4 {
    width: 29.33%;
}
.col-5 {
    width: 37.66%;
}
.col-6 {
    width: 46%;
}
.col-7 {
    width: 54.33%;
}
.col-8 {
    width: 62.66%;
}
.col-9 {
    width: 71%;
}
.col-10 {
    width: 79.33%;
}
.col-11 {
    width: 87.66%;
}
.col-12 {
    width: 96%;
}
.hidden-sm {
    display: block;
}
@media only screen and (max-width: 920px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 96%;
    }
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 3.4em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
input,
textarea,
select,
a,
:focus {
    outline: none;
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#carousel-with-carousel-preview amp-img img,
.carousel-preview amp-img img {
    object-fit: cover;
}
.carousel-preview amp-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-preview button {
    height: 73px;
    width: 100px;
    min-width: 60px;
    margin: 4px;
    padding: 0;
    position: relative;
    border: 1px solid #ccc;
}
.carousel-preview .amp-carousel-button {
    background: #0f6645;
    width: 76px;
    height: 73px;
    top: 40px;
    margin: 0;
}
.carousel-preview .amp-carousel-button::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 14px;
    width: 43px;
    height: 41px;
    background: url(/wp-content/uploads/2018/02/skin-2.png) no-repeat;
    background-position: 0 -51px;
}
.carousel-preview .amp-carousel-button-prev::after {
    transform: rotate(180deg);
}
.carousel-preview .amp-carousel-button-prev {
    left: 0;
}
.carousel-preview .amp-carousel-button-next {
    right: 0;
}
amp-selector [option][selected] {
    outline: none;
}
.ampTabContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
}
.tabButton[selected] {
    outline: none;
    font-weight: bold;
}
.tabButton {
    list-style: none;
    flex-grow: 1;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 2px;
}
.tabContent {
    display: none;
    width: 100%;
    margin: 15px 0;
    order: 1;
}
.tabButton[selected] + .tabContent {
    display: block;
    -webkit-animation: i 0.8s 0.4s cubic-bezier(0.41, 0.01, 0.27, 1) both;
    animation: i 0.8s 0.4s cubic-bezier(0.41, 0.01, 0.27, 1) both;
}
.itemCustom {
    border: 1px solid #000;
    height: 280px;
    width: 380px;
    margin: 10px;
    text-align: center;
    padding-top: 140px;
}
amp-selector {
    padding: 1rem;
    margin: 1rem;
}
.clear {
    clear: both;
}
.m400 {
    max-width: 400px;
    min-height: 400px;
    position: relative;
}
a {
    text-decoration: none;
}
.left {
    text-align: left;
}
.block {
    display: block;
}
.iblock {
    display: inline-block;
}
.fright {
    float: right;
}
.bwhite {
    background: #fff;
}
.pad30 {
    padding: 30px;
}
.pad3010 {
    margin: 0 0 0 20px;
}
.w75 {
    width: 75%;
    float: left;
}
.w25 {
    width: 25%;
    float: left;
    position: sticky;
    top: 20px;
}
.pages .w25 p {
    margin: 0;
}
.mobile {
    display: none;
}
.align-left {
    float: left;
    margin: 0 10px 0 0;
}
.a-left {
    float: left;
    margin: -19px 10px 0 0;
}
.a-right {
    float: right;
    margin: 0 0 0 10px;
}
@media only screen and (max-width: 1370px) {
    #header .menu li a,
    #sidebar li a,
    #footer .menu li a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1065px) {
    #header .menu li a,
    #sidebar li a,
    #footer .menu li a {
        font-size: 11px;
        margin: 0 5px;
    }
}
@media only screen and (max-width: 960px) {
    .floatright,
    .floatleft {
        float: none;
        display: block;
        min-width: 300px;
        height: auto;
        margin: auto;
    }
    #videohome h2 .tcampagne {
        font-size: 34px;
        display: block;
    }
    #videohome h2 {
        font-size: 22px;
        text-align: center;
        padding: 25px 0 0;
        margin: 0;
    }
    .logomiel {
        background: url(/wp-content/uploads/2019/06/logo-miel-mobile-2.png) no-repeat;
        height: 126px;
        margin: 0 0 83px 0;
    }
    .tmInputmsg input,
    .tmInputmsg textarea {
        width: 94%;
    }
    .align-left {
        display: block;
        text-align: center;
        float: none;
    }
    .engagement {
        padding: 0;
    }
    .initiative {
        left: 110%;
        font-size: 9px;
    }
    #videohome .success .col-12 {
        margin: 45px auto 131px;
    }
    #videohome .success {
        margin: auto;
        text-align: justify;
        float: none;
    }
    .success p {
        padding: 0 14px;
    }
    #orga .logo-orga-top {
        width: 100%;
        margin: auto;
        display: inline-block;
        text-align: center;
        max-width: 225px;
    }
    #edito {
        padding: 0 14px 150px;
        text-align: justify;
    }
    .partflex li {
        list-style-type: none;
        width: 20%;
    }
    h2.graines {
        font-size: 50px;
    }
    #videohome .col-3 {
        display: none;
    }
    #videhome .col-6 {
        float: none;
        width: 100%;
    }
    .desktop {
        visibility: hidden;
        display: none;
    }
    header .desktop {
        display: none;
    }
    .mobile,
    .mobile.iblock {
        visibility: visible;
        display: block;
    }
    #footer {
        text-align: center;
    }
    #footer .col-2-sm {
        float: none;
        margin: auto;
        display: inline-block;
        min-width: 100px;
    }
    #footer .fright.col-8-sm {
        display: inline-block;
        width: auto;
        float: none;
    }
    #custom_html-4 .textwidget {
        min-width: 120px;
    }
    #footer .resa.left {
        text-align: center;
    }
    #footer #custom_html-4 input[type="email"] {
        width: 77%;
        font-size: 10px;
        text-align: center;
        margin: auto;
    }
    #footer {
        padding: 35px 0 0;
    }
    .w75,
    .w25 {
        float: none;
        width: 100%;
    }
    .pad3010 {
        padding: 0;
        margin: 0;
    }
    #custom_html-6 {
        text-align: center;
    }
    .wfacebook {
        margin: 20px auto 10px;
        max-width: 320px;
        display: inline-block;
        height: 202px;
    }
    .wyoutube {
        display: inline-block;
        width: 201px;
        margin: 21px 0 0;
        vertical-align: top;
    }
    .soutien {
        padding: 10px 0;
    }
    .soutien p,
    .soutien a {
        font-size: 1rem;
    }
    .anim_abeille {
        max-width: 312px;
        margin: 0 0 0 27px;
        display: block;
        position: relative;
        height: 500px;
        padding: 0;
    }
    .cont_anim {
        margin: -34px auto;
    }
}
@media only screen and (max-width: 725px) {
    .cont_anim {
        margin: 6px auto;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .anim_abeille {
        margin: 0 0 0 -50px;
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
    .partflex li {
        width: 20%;
    }
    #ecd-formation ul.dataecd-formation li {
        width: 48%;
        margin: 0.5%;
    }
    #videohome .col-6 {
        width: 96%;
    }
    #paged-amp-list .share {
        display: none;
    }
}
@media only screen and (max-width: 585px) {
    #edito h2.graines {
        margin: 10px 0;
        text-align: center;
    }
    .partflex li {
        width: 33%;
    }
    #edito .col-3 {
        text-align: center;
    }
    #edito .col-9 p {
        text-align: justify;
    }
    #edito .col-3 amp-img {
        margin: 0 auto 20px;
    }
    h1 {
        font-size: 1.4em;
    }
    .wyoutube {
        max-width: 320px;
        margin: 0 0 5px;
        width: 100%;
    }
}
@media only screen and (max-width: 393px) {
    .initiative .ofa {
        width: 39px;
        height: 43px;
        display: inline-block;
        margin: 0 0 -5px 5px;
    }
    .initiative .b1 br {
        display: none;
    }
    .initiative .b1 {
        width: 225px;
        text-align: left;
        margin: 33px 0 0 23px;
    }
    .initiative {
        left: 88%;
        font-size: 8px;
    }
}


#site-header-inner{
    height: inherit;
}

.presse button {
    padding: 10px 52px;
    margin: 10px;
    border: none;
    border-radius: 30px;
    }

