/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
img {
    height: auto;
}

.bandeau-info {
    background-color: #2b96d3;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
}
.bandeau-info a {
    color: #fff;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-wrap {
    padding: 10px 30px;
    height: 100px;
}
.header-wrap .logo {
    width: 300px;
}

/***************************
KLARO
***************************/

.btn-klaro-consent {
    z-index: 99;
    position: fixed;
    bottom: 85px;
    right: 30px;
}
.btn-klaro-consent a{
    width: 50px;
    height: 50px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: no-repeat center url(../../img/engrenage.svg) #2b96d3;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
    background: #FFF;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 25px;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body > p {
    padding-right: 15px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 912px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 912px;
    flex: 0 0 912px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 912px;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
    -moz-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    margin-right: 30px;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn.cm-btn-danger {
    margin-right: 30px;
}

.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a.cm-link.cn-learn-more{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: .8125rem;
    font-weight: 500;
    min-height: 44px;
    text-shadow: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #eaeaea;
    text-decoration: none;
    color: #333;
    padding: 14px 25px;
    background-image: none;
    white-space: normal;
    -webkit-box-shadow: 0 9px 20px 0 rgb(34 122 172 / 30%);
    -moz-box-shadow: 0 9px 20px 0 rgb(34 122 172 / 30%);
    box-shadow: 0 9px 20px 0 rgb(34 122 172 / 30%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a.cm-link.cn-learn-more{
    color: #2b96d3;
    background-color: #fff;
    border: 1px solid #2b96d3;
}
.klaro .cookie-modal .cm-btn.cm-btn-info:hover ,
.klaro .context-notice .cm-btn.cm-btn-info:hover ,
.klaro .cookie-notice .cm-btn.cm-btn-info:hover,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a.cm-link.cn-learn-more:hover{
    color: #fff;
    background-color: #2b96d3;
    border: 1px solid #2b96d3;
}
.klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all,
.klaro .context-notice .cm-btn.cm-btn-success.cm-btn-accept-all,
.klaro .cookie-notice .cm-btn.cm-btn-success{
    color: #fff;
    background-color: #2b96d3;
    border: 1px solid #2b96d3;
}
.klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all:hover,
.klaro .context-notice .cm-btn.cm-btn-success.cm-btn-accept-all:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:hover{
    color: #2b96d3;
    background-color: #FFF;
    border: 1px solid #2b96d3;
}
.klaro .cookie-modal .cm-btn.cm-btn-decline,
.klaro .context-notice .cm-btn.cm-btn-decline,
.klaro .cookie-notice .cm-btn.cm-btn-danger{
    color: #000;
    background-color: #fab400;
    border: 1px solid #fab400;
}
.klaro .cookie-modal .cm-btn.cm-btn-decline:hover,
.klaro .context-notice .cm-btn.cm-btn-decline:hover,
.klaro .cookie-notice .cm-btn.cm-btn-danger:hover{
    color: #000;
    background-color: #fff;
    border: 1px solid #fab400;
}

.klaro .cookie-modal .cm-modal .cm-header {
    border-bottom: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all, .klaro .cookie-modal .cm-modal .cm-footer {
    border-top: 0;
}
.klaro .cookie-modal .cm-modal.cm-klaro {
    padding: 25px;
    max-width: 890px;
    width: 95%;
}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a{
    color: #2b96d3;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
    color: #2b96d3;
    margin-bottom: 20px;
}
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
    background: #2b96d3;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
    display: none;
}

#politique-de-confidentialite:target{
    margin-top: -55px;
    padding-top: 55px;
    display: inline-block;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body > p.cn-changes {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
}

@media screen and (max-width:1399px){
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body > p {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        text-align: center;
    }
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body > p.cn-changes {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px){
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a, .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a > button, .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div > button, .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a.cm-link.cn-learn-more {
        margin: 0 0 10px 0 !important;
        width: 100% !important;
    }
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a.cm-link.cn-learn-more {
        margin-bottom: 0 !important;
    }
    .klaro .cookie-modal .cm-modal .cm-footer-buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .klaro .cookie-modal .cm-modal .cm-footer-buttons button {
        width: 100%;
        margin-top: 10px;
    }
}

/***************************
Inscription aux formations
***************************/
@media (min-width: 1445px) {
    .page-template-fullwidth .contact-wrap .form-contact {
        max-width: 1040px;
    }
}
@media (min-width: 1280px) {
    .page-template-fullwidth .contact-wrap .form-contact {
        max-width: 1040px;
    }
}
@media (min-width: 1024px) {
    .page-template-fullwidth .contact-wrap .form-contact {
        max-width: 1024px;
    }
}
.page-template-fullwidth .contact-wrap .form-contact {
    width: 100%;
}
@media (min-width: 768px) {
    .page-template-fullwidth .contact-wrap .form-contact {
        max-width: 760px;
    }
}

/***************************
Accueil Espace Professionnel
***************************/
.espace-professionnel .cms-wrap .titre-colonne {
    font-size: 30px;
    padding-left: 0;
    padding-bottom: 20px;
}
.page-template-espace_pro_de_la_vue .espace-professionnel .cms-wrap .titre-colonne {
    font-size: 23px;
    padding-bottom: 0;
}
.espace-professionnel .cms-wrap .titre-colonne a {
    text-decoration: none;
}
.espace-professionnel .cms-wrap .titre-colonne:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #fab400;
    position: absolute;
    bottom: 0;
    left: 0;
}
.espace-professionnel .vous-etes {
    font-size: 16px;
    text-align: center;
}
.espace-professionnel ul .list-item {
    margin-bottom: 5px;
    text-align: left;
}
.espace-professionnel ul a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
}
/** Responsive espace professionnel **/
@media screen and (max-width: 1023px) {
    .espace-professionnel .cms-wrap.folder-wrap .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
}

/***************************
Taxonomy cible_formation
***************************/
.cible-formation h1 {
    font-size: 20px !important;
}
.cible-formation .sous-titre {
    font-size: 30px;
}
.cible-formation .sous-titre {
    text-align: center;
    color: #FFF;
    z-index: 2;
    position: relative;
}
.cible-formation .btn.btn-primary.btn-back {
    margin-bottom: 110px;
}
.cible-formation .post-block {
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    padding: 20px;
}
.cible-formation .post-block:focus, .cible-formation .post-block:hover {
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0 0 50 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
}
.cible-formation .post-block h2.post-title {
    min-height: 55px;
    padding-top: 10px;
}
.cible-formation a.post-block {
    text-decoration: none;
}
.cible-formation .modal-footer a.readmore {
    text-decoration: none;
}
.tax-cible_formation .modal.fade.in {
    margin-top: 150px;
}

/** Responsive cible_formation **/
@media screen and (max-width: 1023px) {
    .cible-formation .cms-wrap.folder-wrap .row {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .cible-formation .formation h2 {
        margin: 10px auto;
    }
}

/***************************
Archive Formation
***************************/
.archive-formation .post-block {
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    padding: 20px;
}
.archive-formation .post-block:focus, .archive-formation .post-block:hover {
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0 0 50 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
}
.archive-formation .listing-title {
    font-size: 20px;
}
.archive-formation .sous-titre {
    text-align: center;
    color: #FFF;
    z-index: 2;
    position: relative;
    font-size: 30px;
}

/***************************
Template matériel
***************************/
.materiel .listing-title {
    font-size: 20px;
}
.materiel h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}
.materiel .sous-titre {
    text-align: center;
    color: #FFF;
    z-index: 2;
    position: relative;
    font-size: 30px;
}
.materiel section.container {
    font-size: 16px;
}
.materiel .phrase-explicative {
    margin: 20px 0;
}
.materiel .en-savoir-plus {
    margin-bottom: 20px;
}
.materiel .container-image img {
    width: 100%;
}
.materiel .zone-cliquable {
    position: absolute;
    opacity: 0.25;
}
.materiel .phrase-tarif {
    margin-bottom: 20px;
    font-size: 0.9rem;
}
/** Tableau page matériel **/
.materiel table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.materiel table thead tr {
    background-color: #2b96d3;
    color: #ffffff;
    text-align: center;
}
.materiel table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.materiel table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.materiel table tbody tr:last-of-type {
    border-bottom: 2px solid #2b96d3;
}
.materiel table th, 
.materiel table td {
    padding: 12px 15px;
}
.materiel table th,
.materiel table td {
    border: 1px solid black;
}
.materiel table .no-border {
    border: none;
    background: none;
}
.materiel table thead td {
    background-color: #2b96d3;
}
.materiel table .prix-unitaire, 
.materiel table .quantite, 
.materiel table .prix-total {
    text-align: center;
}
.materiel .quantite input {
    width: 50%;
}
/** Fin du style tableau */
.materiel .produit-description {
    width: 100%;
    padding: 0 20px;
    min-width: 670px;
    position: absolute;
    left: 400px;
    top: 0px;
}
.materiel .container-bouton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
}
/** Responsive page materiel **/
@media screen and (max-width: 1279px) {
    .materiel .en-savoir-plus {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 1023px) {
    .materiel .en-savoir-plus {
        font-size: 0.8rem;
    }
}
.materiel section > .row {
    overflow: visible;
    margin-bottom: 170px;
}

/** Page de commande **/
.woocommerce-checkout form .form-row .input-checkbox {
    margin: 7px 0px 0px -20px;
}
.woocommerce-checkout form .col-2 .woocommerce-optionnal-fields label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/** Panier **/
.woocommerce-cart a.remove {
    font-size: initial;
    text-decoration: underline;
}
.woocommerce-cart a.remove:hover {
    color: red !important;
    background: #FFF;
}

.texte-centre {
    text-align: center;
    margin: 30px 0px;
}

/** Page mon compte **/
.woocommerce-account article {
    margin: 50px 0px;
}
.woocommerce-account .show-password-input {
    right: 10px !important;
    top: 3px !important;
}
.woocommerce-account .entry-content > .woocommerce {
    margin: 40px 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    margin-bottom: 20px;
    text-decoration: none;
    min-height: 40px;
    padding: 11px 20px;
    font-size: .75rem;
    color: #fff;
    background-color: #2b96d3;
    border: 1px solid #2b96d3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: none;
    white-space: normal;
    -webkit-box-shadow: 0 9px 20px 0 rgba(34,122,172,.3);
    -moz-box-shadow: 0 9px 20px 0 rgba(34,122,172,.3);
    box-shadow: 0 9px 20px 0 rgba(34,122,172,.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    line-height: 1.42857143;
}

/***************************
CPT single-formation
***************************/
.au-centre {
    text-align: center;
}

.single-formation h1, .single-formation h2, .single-formation h3 {
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 0;
}
.folder-wrap.single-formation > h2:first-of-type {
    text-transform: uppercase;
}
.single-formation .listing-title {
    font-size: 20px;
}
.single-formation .sous-titre {
    text-align: center;
    color: #FFF;
    z-index: 2;
    position: relative;
    font-size: 30px;
}
.single-formation .btn.btn-primary.btn-back {
    margin-bottom: 75px;
}
.single-formation .bloc {
    -webkit-animation: fade-in 1s;
    -moz-animation: fade-in 1s;
    -o-animation: fade-in 1s;
    animation: fade-in 1s;
}
.single-formation .cadre {
    margin-bottom: 10px;
    padding: 5px;
}
.single-formation .align-right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.single-formation .sinscrire {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border: 1px solid #2b96d3;
    font-size: 12px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 28px;
    height: 30px;
    padding: 0 13px 0 40px;
    background: #fff;
    color: #2b96d3;
    text-decoration: none;
}
.single-formation .sinscrire:hover {
    background: #2b96d3;
    color: #fff;
}
.single-formation .sinscrire:before {
    font-family: asnav;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.single-formation .sinscrire:before {
    content: "\E002";
}
.single-formation .sinscrire:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #2b96d3;
    font-size: 8px;
    font-size: 8px;
    font-size: .5rem;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: -webkit-calc(50% - 14px);
    top: -moz-calc(50% - 14px);
    top: calc(50% - 14px);
}
.single-formation .sinscrire:hover:before {
    color: #fff;
}

/**** MODIFS ****/

.single-formation .folder-nav.affix{
    position: relative !important;
    top: 0 !important;
}
.single-formation .folder-nav.affix.real_fixed{
    top:100px !important;
    position: fixed !important;
}
.logged-in .single-formation .folder-nav.affix.real_fixed { /* LAISSER LE LOGGED IN APRES VALIDATION */
    top: 132px !important;
}

.logged-in .actus-a-la-une .glasses{
    z-index: 2 !important;
}

.new_home .home_title {
    background: #fff;
    text-align: center;
    position: relative;
}
.new_home .home_title h2 {
    position: relative;
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    padding: 30px 0 20px 0;
    max-width: 600px;
    margin: auto;
    color: #fab400;
    font-weight: 700;
}
.new_home .new_fullwidth_section{
    background: #fff;
    padding-top: 50px;
}

.new_home .baton-down{
    background-color: #000;
    width: 1px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.new_home .actus_slider .slick-dots {
    margin: 0 auto 0 auto;
    list-style: none;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -30px;
    width: 100%;
    text-align: center;
}
.new_home .actus_slider .slick-dots li {
    display: inline-block;
}
.new_home .actus_slider .slick-dots button {
    border: 2px solid #2b96d3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    color: transparent;
    padding: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    transition: background ease 300ms;
}
.new_home .actus_slider .slick-dots .slick-active button,
.new_home .actus_slider .slick-dots button:hover {
    background-color: #2b96d3;
}
.new_home .actus_slider .slick-dots button:focus {
    outline: 0;
}

.new_home .secondary-links .sep {
    height: 2px;
    background-color: #2b96d3;
    margin-bottom: 20px;
}
.new_home .twice .top-post-block {
    width: 50%;
    float: left;
}
.new_home .twice .top-post-block:first-child .img {
    border-right: 3px solid #fff;
}
.new_home .twice .top-post-block .top-post-title {
    left: 15px;
    right: auto;
    max-width: -webkit-calc(100% - 15px);
    max-width: -moz-calc(100% - 15px);
    max-width: calc(100% - 15px);
    font-size: 18px;

}
.new_home .partenaires {
    margin-top: 25px;
}
.new_home .partenaires .home_partenaires_opticiens {
    padding: 25px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.new_home .partenaires .home_partenaires_opticiens:before,
.new_home .partenaires .home_partenaires_opticiens:after {
    content: none;
    display: none;
}
.new_home .partenaires .home_partenaires_opticiens h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.new_home .partenaires .home_partenaires_opticiens .content-bloc {
    max-width: 80%;
}
.new_home .partenaires .home_partenaires_opticiens .all {
    margin-top: 15px;
    padding: 10px;
    border: 0 none;
    line-height: 15px;
    min-height: 0;
}
.new_home .listing-post-wrap {
    overflow: visible;
}

.new_home_slider_navigation {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
}
.new_home_slider_navigation:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, .2);
}
.new_home_slider_navigation li {
    width: auto;
    height: auto;
    text-align: left;
    color: #000;
    margin: 5px 0 !important;
    position: relative;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    vertical-align: middle;
    padding-bottom: 7px;
    cursor: pointer;
}
.new_home_slider_navigation li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -26.5px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #000;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.new_home_slider_navigation li.active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.new_fullwidth_section .new_pages_excerpts .actus_slider + a {
    margin-top: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 210px;
}

.new_slide_img .img-block-content {
    max-width: 100%;
    height: 195px;
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
    position: relative;
}
.new_slide_img img {
    height: 100%;
    display: inline;
}

.new_home_slider_content .new_slide:focus {
    outline: 0;
}

.new_home_slider_content .new_slide .timeline-year {
    font-size: 24px;
}

.home_partenaires_opticiens {
    position: relative;
    padding: 130px 0 140px;
    text-align: center;
    background-position: top left;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-color:  #fab400;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
    background-image: url(../img/bg/vague3.svg);
}
.home_partenaires_opticiens:before {
    content: '';
    width: 1px;
    height: 70px;
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
}
.home_partenaires_opticiens:after {
    content: '';
    width: 1px;
    height: 70px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 50%;
}
.home_partenaires_opticiens h2:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
}
.home_partenaires_opticiens .content-bloc {
    margin: auto;
    max-width: 650px;
}
.home_partenaires_opticiens p{
    font-weight: 400;
}
.home_partenaires_opticiens .all {
    margin-top: 50px;
}
.home_partenaires_opticiens h2 .subtitle {
    color: #FFF;
}
.home_partenaires_opticiens .all {
    background: #FFF;
    color: #000;
    border-color: #fff;
}
.home_partenaires_opticiens .all:hover {
    color: #000;
}

.home_partenaires_opticiens .glasses {
    position: absolute;
    z-index: 2;
    top: -225px;
    right: -90px;
    background: url(../../img/oeil02.png) right bottom;
    background-repeat: no-repeat;
    width: 30vw;
    height: 380px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

.home_partenaires_opticiens h2 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 42px;
    font-size: 42px;
    font-size: 2.625rem;
    color: #000;
}
.home_partenaires_opticiens h2 .subtitle {
    font-size: 26px;
    font-size: 26px;
    font-size: 1.625rem;
    color: #FFF;
    display: block;
    font-weight: 200;
    margin-top: 5px;
}

.new_home_slider_content .new_slide .timeline-text > * {
    margin-bottom: 5px;
}
.new_home_slider_content .new_slide .timeline-title {
    font-size: 16px;
    margin-top: 8px;
    color: #0070c0;
    font-weight: 700;
}
.new_home_slider_content .new_slide .timeline-text .btn {
    margin-bottom: 35px;
    margin-top: 10px;
}

.dossiers_container .post-block .post-title{
    min-height: 0;
}

.newsection_title {
    color: #2b96d3;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.newsection_title:after {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    bottom: 5px;
    border-bottom: 2px solid #2b96d3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
}

@media screen and (max-width:1449px){
    .dossiers_container .top-post-block .top-post-title {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:1279px){
    .new_home_slider {
        margin-top: 25px;
    }
}
@media screen and (max-width:991px){
    .new_home_slider{
        display:none;
    }
}

/** Style responsive **/
@media screen and (min-width: 0px) and (max-width: 1552px) {
    body {
        margin-top: 0px !important;
    }
    body .main-wrap .home_title,
    body .main-wrap .listing-head {
        margin-top: 100px;
    }
    .header-wrap .main-nav ul li {
        padding: 0 4px;
    }
}
.main-mobile-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    font-size: 20px;
}
.main-mobile-nav ul a {
    color: white;
}

/** Header **/
.logged-in .header-wrap {
    top:0;
}
/** Page espace pros de la vue **/
.page-template-espace_pro_de_la_vue .cms-wrap h2 {
    max-width: none;
}
.page-template-espace_pro_de_la_vue .syndicats .blocs {
    width: 100%;
    border-bottom: 1px solid #fab400;
    margin-bottom: 40px !important;
    margin-right: 0px;
    margin-left: 0px;
}
@media screen and (min-width: 1024px){
    .page-template-espace_pro_de_la_vue .syndicats .bloc_1 {
        padding-left:0px;
    }
    .page-template-espace_pro_de_la_vue .syndicats .bloc_2 {
        padding-right:0px;
    }
}
@media screen and (max-width: 1023px){
    .page-template-espace_pro_de_la_vue .syndicats .phrase-partenaire {
        margin-bottom: 40px;
    }
    .page-template-espace_pro_de_la_vue .espace-adherent .titre-colonne .raal {
        display: none;
    }
}
.page-template-espace_pro_de_la_vue .syndicats .blocs .titre-colonne:before {
    content: none;
}
.page-template-espace_pro_de_la_vue .syndicats .blocs .post-block {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-template-espace_pro_de_la_vue .phrase-partenaire {
    text-align:center;
}
.page-template-espace_pro_de_la_vue .phrase-partenaire strong {
    font-weight: 900;
    color: #000;
    font-size: 16px;
}
/** Page espace opticiens **/
.page-template-espace_opticiens .blocs ul li {
    text-align: left;
}

/** Page mon compte **/
@media screen and (max-width: 768px){
    .woocommerce-account article {
        margin: 0;
    }
    .woocommerce-account .entry-content > .woocommerce {
        margin: 0;
    }
    .woocommerce-account .entry-content > .woocommerce nav ul {
        padding-left: 0;
    }
    .woocommerce-account .entry-content > .woocommerce nav ul li a {
        width: 100%;
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    width: 85%;
}
.woocommerce-account article h1 {
    display:none;
}
.woocommerce-account #customer_login h2 {
    color: #2b96d3;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    max-width: 450px;
    line-height: 1.3;
    width: 100%;
    font-size: 30px;
    padding-left: 0;
    padding-bottom: 20px;
}
.woocommerce-account #customer_login h2:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #fab400;
    position: absolute;
    bottom: 0;
    left: 0;
}
.woocommerce-checkout h3{
    color: #2b96d3;
    font-weight: 600;
    position: relative;
    max-width: 450px;
    line-height: 1.3;
    width: 100%;
    font-size: 30px;
    padding-left: 0;
    padding-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    color: #2b96d3;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    max-width: 450px;
    line-height: 1.3;
    width: 100%;
    font-size: 30px;
    padding-left: 0;
    padding-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content h2:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #fab400;
    position: absolute;
    bottom: 0;
    left: 0;
}
.woocommerce-account .woocommerce-MyAccount-content #formulaire_cotisation ul {
    padding-left: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-content #formulaire_cotisation ul li {
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content #formulaire_cotisation ul li.adhesion_2 {
    margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content #formulaire_cotisation ul div {
    margin-bottom: 10px;
    margin-top: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content #formulaire_cotisation ul li input {
    margin-right: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content #formulaire_cotisation > div {
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content #formulaire_cotisation #send_form {
    background-color: #2b96d3;
    border: 1px solid #2b96d3;
    color: white;
    text-transform: uppercase;
    padding: 11px 20px;
    font-size: .75rem;
    border-radius: 3px;
    font-weight: 500;
}
.woocommerce-account .woocommerce-EditAccountForm p label[for="account_display_name"],
.woocommerce-account .woocommerce-EditAccountForm p #account_display_name,
.woocommerce-account .woocommerce-EditAccountForm p span em {
    display:none;
}