/* 
Theme Name: Impact santé 
Author: the WordPress team 
Author URI: www.elefen.com 
Version: 2.3 
Text Domain: impactsante 
Tags: Star 
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:300,400,500,700');

.villeCours {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.wrapper-sidebar-cours .courscol:first-child {
    padding-bottom: 15px;
}

.wrapper-sidebar-cours .courscol:last-child {
    padding: 0;
}

.complete-course {
    width: 100%;
    background-color: #cdcdcd;
    padding: 13px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none !important;
    color: #fff;
    display: inline-block;
    text-align: center !important;
}

#cityChoices label {
    text-transform: uppercase;
}

#cityChoices input {
    margin-right: 10px;
}

/* NEW FORM ELEFEN INSCRIPTION */

#popupinscription .gform_wrapper ul.gform_fields ul.gfield_checkbox input {
    display: inline-block !important;
    width: 26px !important;
    margin: 12px 23px 10px 4px !important;
    height: 25px !important;
    box-shadow: none !important;
    accent-color: #A7211D;
}

#popupinscription .gform_wrapper ul.gform_fields ul.gfield_checkbox label {
    padding-left: 0px !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0px !important;
}

#popupinscription .gform_wrapper li.gfield--input-type-total {
    width: 50%;
    display: inline-block;
    margin-top: 0px;
    font-size: 28px;
    font-weight: 500;
}

#popupinscription .gform_wrapper ul.gform_fields li.product-price input,
#popupinscription .gform_wrapper ul.gform_fields li.course_coupon_amount input{
    padding:0px!important;
    border:none!important;
    color:#000000!important;
    font-size:24px!important;
}

.page-template-template-inscription-cours-elefen #popupinscription {
    position:relative;
    display: block;
    top: 30px;
    background: #fff;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding: 1em;
    border: solid 3px #2D3F4F;
    border-radius: 5px;
    margin-bottom: 30px;
}

.page-template-template-inscription-cours-elefen #popupinscription li.gfield--type-html{
    padding:0px!important;
}



/* Hide menu element header */
.navbar-collapse .hide-element-header-menu{
    display:none;
}
.bottom-bg-footer .hide-element-header-menu{
    display:block;
}

.navbar .blog {
    display: none;
}

/*Formulaire inscription*/
#gform_14 #field_14_32 {
    width: 65%;
    float: left;
    clear: unset;
    padding-right: 0;
}

#gform_14 #field_14_31 {
    width: 35%;
    float: right;
    clear: unset;
    padding-top: 50px;
}

/*Menu*/
.navbar > .container > .navbar-collapse {
    display: flex;
}

.navbar > .container > .navbar-collapse > div {
    flex: 1;
}

.navbar > .container > .navbar-collapse > ul {
    width: auto;
}

    /*Single centre de formation*/
.btn_fonce {
    background: #2d3f4f;
    color: #fff !important;
    padding: 13px 22px !important;
    text-decoration: none !important;
}

/*Page nous joindre*/
.page-template-template-nous-joindre .contact-content > div:first-child {
    padding: 0 0 0 20px;
}

.page-template-template-nous-joindre .contact-content > div:last-child {
    padding: 0 20px 0 0;
}

.page-template-template-nous-joindre .info-contact {
    display: flex;
    flex-wrap: wrap;
}

.page-template-template-nous-joindre .info-contact * {
    text-align: left;
    color: white;
    padding: 14px 25px;
}

.info-contact p {
    margin-bottom: 0;
}

.page-template-template-nous-joindre .info-contact a {
    background-color: #A7211D;
    text-decoration: none;
}

.page-template-template-nous-joindre .info-contact a:nth-child(2) {
    background-color: #303E4D;
}

.page-template-template-nous-joindre .info-contact a:nth-child(3) {
    background-color: #141414;
}

.page-template-template-nous-joindre .qc-contact-nous {
    padding-top: 210px;
    padding-left: 30px;
}

@media screen and (max-width: 992px) {
    .headerRightImage:after {
        content: none !important;
    }

    .bgHeader {
        overflow: visible !important;
    }

    .qc-location-parent > .sub-menu:last-child {
        display: none !important;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 1px;
        transition: all 0.5s ease-in-out;
    }

    .navbar-toggle .icon-bar::before,
    .navbar-toggle .icon-bar::after {
        content: "";
        width: 100%;
        background-color: white;
        display: block;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        height: 2px;
    }

    .navbar-toggle .icon-bar::before {
        transform: translateY(-10px);

    }

    .navbar-toggle .icon-bar::after {
        transform: translateY(10px);
        margin-top: -2px;
    }

    .navbar-toggle:not(.collapsed) .icon-bar {
        background-color: transparent !important;
    }

    .navbar-toggle:not(.collapsed) .icon-bar::before {
        transform: rotateZ(45deg) translateY(0);
    }

    .navbar-toggle:not(.collapsed) .icon-bar::after {
        transform: rotateZ(-45deg) translateY(0);
    }

    .navbar-nav>li {
        width: 100%;
    }

    .navbar-nav>li:not(.lang-item) {
        border-bottom: 1px solid #D1D1D1 !important;
    }

    .navbar-nav>li.lang-item {
        display: flex;
        justify-content: flex-end;
        border-bottom: 0px solid transparent !important;
    }

    .navbar-nav>li.lang-item a {
        padding-top: 24px !important;
    }

    .navbar-default .navbar-nav>li>a:hover {
        background-color: transparent !important;
        color: #040404 !important;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        background-color: transparent;
        border-bottom: 0px solid #a70005 !important;
        color: #040404 !important;
    }

    .mobileSubMenu > div > .navbar-nav {
        padding: 20px 20px 50px;
        box-shadow: 0px 23px 66px #00000029;
    }

    .navbar > .container {
        margin-bottom: 0px;
        background: #232f3a !important;
        border: 0px;
        height: 100%;
    }

    .mobileSubMenu .nav li a {
        margin-top: 0.5%;
        color: black;
        font-family: Roboto;
        font-size: 16px!important;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 30px;
        padding: 6px;
    }

    .bgHeader > div > div > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container .navbar-header .navbar-toggle {
        display: block !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

    .bgHeader > div > div > div > div {
        display: flex;
    }

    .bgHeader > .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar > .container {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .navbar > .container .navbar-header {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-collapse.collapse {
        display: block;
        height: 0!important;
        padding-bottom: 0;
        overflow: hidden!important;
    }

    .navbar-collapse.collapse.in {
        max-height: 100vh !important;
        height: auto !important;
    }

    .navbar-nav>li.qc-location-parent > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-template-template-programmes h1.withCat {
        margin-bottom: 55px;
        margin-top: 70px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .page-template-template-programmes h1.withCat a {
        position: relative !important;
        left: unset;
        font-size: 16px !important;
        color: black;
        display: flex;
        align-self: baseline;
        margin-bottom: 10px;
    }

    .middleTextHeader small a {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Open Sans";
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 1px;
        margin-top: 10px;
        display: block;
    }

    .sante-col {
        padding-right: 0px;
    }

    .headerRightImage {
        position: absolute;
        background-color: #FFFFFF;
        right: 0px;
        width: 225px;
        height: 120px;
        bottom: unset;
    }
}

@media screen and (max-width: 768px) {
    .page-template-template-nous-joindre .contact-content > div:first-child {
        padding: 0;
    }
    
    .homePg .contentSec h1 {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: clamp(26px, 2vw, 30px);
        font-weight: bold;
        line-height: 32px;
        width: 100% !important;
    }

    .page-template-template-nous-joindre .contact-content > div:last-child {
        padding: 0;
    }

    .qc-locations-section {
        padding: 0 20px !important;
    }

    .qc-centers-location, .qc-centers-submenu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        justify-items: center;
        gap: 20px;
    }

    .qc-centers-location {
        margin-right: 0 !important;
    }

    .page-template-template-nous-joindre .qc-left-conatct {
        padding-top: 34px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-template-template-nous-joindre .info-contact {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .page-template-template-nous-joindre .info-contact * {
        text-align: center !important;
    }

    .page-template-template-nous-joindre .qc-address-content {
        align-items: center !important;
        justify-content: flex-end;
    }

    .page-template-template-nous-joindre .qc-contact-nous {
        padding-top: 190px;
        padding-left: 0;
        padding-bottom: 30px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .first-post {
        padding-left: 0;
        padding-right: 0;
    }

    #nos_secteurs__activité .nos_secteurs-border {
        margin-right: 0 !important;
    }

    #municipalités_déservies {
        padding: 0 20px;
    }

    #notre_équipe {
        padding: 0 20px;
    }

    .qc-return-button {
        font-size: 18px !important;
        color: #303E4D !important;
        position: relative !important;
    }

    #gform_fields_14 .gchoice #label_14_45_0:after {
        content: '';
        position: absolute;
        background: url(/wp-content/uploads/2023/01/e-transfer.jpg);
        width: 75px;
        height: 26px;
        margin-left: 9px;
        margin-top: -10px;
        background-size: contain;
        background-repeat: no-repeat;
        /*bottom: 0;*/
    }

    .homePg .colList a {
        text-decoration: none;
        display: flex;
    }

    .slideshow .colList-box > a {
        pointer-events: none;
    }

    .home .qc-blog-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .bottom-bg-footer {
        padding: 36px 15px 25px 15px !important;
        overflow: hidden;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pay-img:not(.bottom) {
        display: none !important;
    }

    .pay-img.bottom {
        display: flex !important;
        justify-content: center;
    }

    .footer-logo-section {
        margin-bottom: 20px;
    }

    #gform_14 #field_14_32 {
        width: 100%;
    }

    #gform_14 #field_14_31 {
        width: unset;
        float: initial;
        clear: both;
        padding-top: 20px;
        display: flex;
        justify-content: center;
    }

    li.btn-appliquer-rabais-content span.btn-appliquer-code-promo {
        /* max-width: 300px; */
        text-align: center;
        cursor: pointer;
        background-color: #a7211d;
        color: #fff;
        font-size: 22px;
        width: 100%;
        padding: 12px 30px;
        margin-bottom: 30px;
        display: block;
        width: fit-content !important;
    }

    .leftHeaderLogo img {
        width: clamp(90px, 10vw, 175px) !important;
    }
}

@media screen and (max-width: 320px) {
    .leftHeaderLogo {
        margin-top: 31px;
        margin-bottom: 31px;
        padding-left: 10px !important;
    }

    .headerRightImage {
        position: absolute;
        background-color: #FFFFFF;
        left: 100%;
        width: 100%;
        height: 100px;
        top: 0;
        display: flex;
        align-items: center;
    }
}
/*Page inscription*/
.page-template-template-inscription-cours .formDetail,
.page-template-template-inscription-cours-elefen .formDetail{
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-template-inscription-cours .formDetail > div > p,
.page-template-template-inscription-cours-elefen .formDetail > div > p{
    text-align: center;
}

.fieldPaiementTelephone {
    text-align: center;
    padding: 35px 0 !important;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
}

.separateur {
    margin-top: 42px !important;
}

.gform_fields li.separateur div ul li {
    border-top: 1px solid #707070;
    padding-top: 11px !important;
    padding-bottom: 9px !important;
    margin-bottom: 0;
}

.gform_fields li.separateur div ul li:last-child {
    border-bottom:1px solid #707070;
}

.gform_fields li.separateur div ul li label {
    text-transform: uppercase;
}

    /*Page à propos*/
.page-template-template-apropos .feature_bg .container {
    background: transparent;
}

.page-template-template-apropos .customWidth p {
     text-align: left;
}

.page-template-template-apropos .how-to-get h2 {
    margin-bottom: 15px !important;
}

#notre_équipe h2 {
    margin-bottom: 40px;
}

.gform_card_icon_container {
    display: none !important;
}

@media screen and (max-width: 599px) {
    #notre_vision {
        display: flex ;
    }
}

/*page programmes*/
.page-template-template-programmes > .container {
    padding: 0 20px;
}

.page-template-template-programmes .qc-block .qc-block-info hr {
    border: 1px solid #fff !important;
    display: block;
    width: 130%;
    margin: 11px 0px 29px 0px;
}

.page-template-template-programmes h1 {
    margin-bottom: 55px;
    margin-top: 70px;
    position: relative;
    width: 100%;
}

.page-template-template-programmes h1.withCat {
    margin-bottom: 55px;
    margin-top: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-template-programmes h1.withCat a {
    position: absolute;
    left: 0;
    font-size: 16px !important;
    color: black;
    display: flex;
}

.page-template-template-programmes h1.withCat a:before {
    content: '';
    background-image: url("/wp-content/uploads/2023/07/8666557_chevron_left_icon.png");
    display: block;
    margin-right: 7px;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    transition: 0.5s all ease-in-out;
}

.page-template-template-programmes h1.withCat a:hover:before {
    transform: translateX(-10px);
}

.page-template-template-programmes .colList {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}

:is(.page-template-template-programmes, .single-centre-de-formation) .colList > div {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

:is(.page-template-template-programmes, .single-centre-de-formation) .colList > div > a {
    display: flex;
    width: 100%;
    text-decoration: none;
}

:is(.page-template-template-programmes, .single-centre-de-formation) .colList .thumbnail {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.category_programmes {
    display: flex;
    flex-wrap: wrap;
    /*gap: 33px;*/
}

.category_programmes .category_programme_box {
    margin-bottom: 0;
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
    box-sizing: border-box;
    margin-bottom: 30px;

}

.category_programmes .category_programme_box a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.category_programmes .category_programme_box a img {
    width: 55px;
}

.category_programmes .category_programme_box a span {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .category_programmes .category_programme_box {
        width: calc(25% - 32px);
    }

}

@media screen and (max-width: 992px) {
    .mp-right {
        padding-right: 0px !important;
    }

    .map-section .map-right-content {
        padding: 0 20px !important;
    }

    .map-section, .single-centre-de-formation .container, .single-centre-de-formation #content > div, .mp-left {
        padding: 0;
    }

    .left-section .map-section #map {
        padding-right: 0 !important;
        padding-left: 0;
    }

    .course-section {
        background: #F5F5F5;
        padding: 80px 20px !important;
    }

    /*.how-to-get {*/
    /*    padding: 0 20px;*/
    /*}*/

    :is(.page-template-template-centre-de-formation, .single-centre-de-formation) .contact-form.form-margin {
        margin-top: 0px!important;
        padding-top: 20px;
        padding-bottom: 30px !important;
        font-size: 24px;
    }

    .left-section {
        display: flex;
        flex-direction: column;
    }

    .map-section {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    .map-right-content p{
        text-align: left !important;
    }
    .map-right-content{
        order: 1;
    }
    .map-section .col-md-5{
        order: 2;
    }
}

    /*Catégorie accueil*/
.leftHeader .leftHeaderLogo {
    padding-left: 25px !important;
}

.leftHeaderLogo img {
    width: clamp(130px, 10vw, 175px);
}

.headerRightImage img {
    width: clamp(160px, 10vw, 191px);
}
.category_home {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.category_home .category_programme_box:nth-child(1) {
    order: 6;
}

.category_home .category_programme_box:nth-child(2) {
    order: 5;
}

.category_home .category_programme_box:nth-child(3) {
    order: 4;
}

.category_home .category_programme_box:nth-child(4) {
    order: 1;
}

.category_home .category_programme_box:nth-child(5) {
    order: 3;
}

.category_home .category_programme_box:nth-child(6) {
    order: 7;
}

.category_home .category_programme_box:nth-child(7) {
    order: 2;
}

.category_home .category_programme_box:nth-child(8) {
    order: 5;
}

.category_home .category_programme_box:nth-child(9) {
    order: 3;
}

.category_home .category_programme_box:nth-child(10) {
    order: 10;
}

.category_programmes .category_programme_box:nth-child(2) {
    order: 9;
}

.category_programmes .category_programme_box:nth-child(3) {
    order: 6;
}

.category_programmes .category_programme_box:nth-child(4) {
    order: 7;
}

.category_programmes .category_programme_box:nth-child(5) {
    order: 4;
}

.category_programmes .category_programme_box:nth-child(6) {
    order: 8;
}

.category_programmes .category_programme_box:nth-child(7) {
    order: 2;
}

.category_programmes .category_programme_box:nth-child(8) {
    order: 1;
}

.category_programmes .category_programme_box:nth-child(9) {
    order: 5;
}

.category_programmes .category_programme_box:nth-child(10) {
    order: 3;
}

.category_programmes .category_programme_box:nth-child(11) {
    order: 10;
}

.category_programme_box {
    padding: 24px 8px 24px 20px;
    color: black;
    box-shadow: 0px 8px 11px 0px #d3d3d3;
    margin-bottom: 15px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}

.category_programme_box:hover {
    background-color: #f5f5f5;
}

.category_programme_box a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    /*flex-wrap: wrap;*/
}

.category_programme_box img {
    width: 34px;
}

.category_programme_box span {
    color: black;
    text-transform: uppercase;
    font-weight: 800;
}

/* TEST QC-BLOCK */
.right-section .qc-block{
    padding: 0px;
    margin-top: 32px;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.right-section .qc-block:first-of-type{
    margin-top: 0px;
}
.right-section .qc-block img{
    display:none;
}
.right-section .qc-block .qc-block-info{
    position:relative;
    margin-top:30px;
    width:90%;
    padding:18px;
}
.right-section .qc-block .qc-block-info h3{
    margin-top:10px;
}
.right-section .qc-block .qc-block-info p{
    color:#ffffff!important;
}
/*--------------*/
div.password-form-content p{
    display:none;
}
div.password-form-content #searchsubmit{
    width:auto!important;
    margin-left:20px!important;
    padding:12px!important;
}
div.password-form-content .input-group-btn{
    vertical-align:top!important;
}
.btn-secondary, .btn-primary, .btn_inscription_home {
    height: auto;
    width: 100%;
    border-radius: 0px;
    background-color: #B60010;
    padding: 11px 30px 11px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 0px;
    display: block;
    width: max-content;
    margin-top: 20px;
    border: inherit;
    color: #fff;
}
.btn-secondary{
    background-color: #2D3F4F;
}
.vignette .btn_inscription_home{
    color:#fff;
    margin-left: 0px;
    margin-top: auto;
    text-decoration: none;
}
/* FebriDx */
body.page-id-17243 h1.entry-title, body.page-id-17271 h1.entry-title{
    display:none!important;
}
body.page-id-17243 #lightbox, body.page-id-17271 #lightbox{
    display:none!important;
}
body.page-id-17243 .container.customWidth form select, body.page-id-17271 .container.customWidth form select{
    width: 100%!important;
}
body.page-id-17243 .container.customWidth form textarea, body.page-id-17271 .container.customWidth form textarea{
    width: 100%!important;
}
body.page-id-17243 header.page-header, body.page-id-17271 header.page-header{
    margin:0px;
}
body.page-id-17243 .banner, body.page-id-17271 .banner{
    height: 330px;
    width: 1185px;
    max-width: 100%;
}
main#febridx-rapid-test{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px rgba(212, 206, 206, 0.58);
    font-family: 'Roboto', sans-serif !important;
}
main#febridx-rapid-test .container{
    background-color: #fff;
    max-width:100%;
    padding:0px;
    font-family: 'Roboto', sans-serif !important;
}
body.postid-16827 #field_14_4{
    display:none!important;
}
body.postid-16827 #field_14_19{
    display:none!important;
}
/* MSG ACCUEIL */
.msg-accueil-content{
    background: #fff;
    padding: 12px 18px;
    border: solid 2px #ff0000;
    font-size: 18px;
}
.msg-accueil-corps img{
    display:inline-block;
    max-width:50%;
    height:auto !important;
}
/* SONDAGE */
.container.customWidth #gform_wrapper_20 form li label.gfield_label{
    font-weight:bold!important;
}
#gform_wrapper_20 li#field_20_7, #gform_wrapper_20 li#field_20_6{
    width: 50%;
    display: inline-block;
}
#gform_wrapper_20 div.question-sondage{
    height: auto!important;
    width: 100%!important;
    color: #444444!important;
    font-family: "Open Sans"!important;
    font-size: 12px!important;
    font-weight: bold!important;
    line-height: 17px!important;
    margin-top: 40px;
}
#gform_wrapper_20 div.sondate-moniteur-title{
    margin-top: 14px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 14px;
}
#gform_wrapper_20 li#field_20_10{
    margin-top:0px;
}
#gform_wrapper_20 input#input_20_19{
    max-width: 300px;
}
.container.customWidth #gform_wrapper_20 form input[type='radio'] {
    border-radius: inherit!important;
    background-color: inherit!important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
    outline: none!important;
    background-image: inherit!important;
    border:inherit!important;
    font-size: inherit!important;
    line-height: inherit!important;
    color: inherit!important;
    display: inline-block!important;
    height: inherit!important;
    width: inherit!important;
    margin: 0px!important;
    padding: 0px!important;
}
li#field_14_33{
    visibility:hidden!important;
    height:1px!important;
    margin-top: 0px;
}
li#field_14_34{
    visibility:hidden!important;
    height:1px!important;
    margin-top: 0px;
}
body.postid-5226 li#field_14_32, body.postid-142 li#field_14_32{
    display:inline-block!important;
    width:50%!important;
}
body.postid-5226 li#field_14_31, body.postid-142 li#field_14_31{
    display:inline-block!important;
    width:50%!important;
    text-align:left;
}
li.montant_rabais{
    display:none;
}
li.btn-appliquer-rabais-content{
    text-align:center;
    margin:0 auto;
}
li.btn-appliquer-rabais-content span.btn-appliquer-code-promo,
li.btn-appliquer-rabais-content span.btn-appliquer-code-promo-elefen{
    max-width: 300px;
    text-align: center;
    cursor: pointer;
    background-color: #a7211d;
    color: #fff;
    font-size: 22px;
    width: 100%;
    padding: 10px 30px;
    margin-bottom: 30px;
    display: inline-block;
}
li.btn-appliquer-rabais-content span.btn-appliquer-code-promo:hover,
li.btn-appliquer-rabais-content span.btn-appliquer-code-promo-elefen:hover{
    background-color: #a7211d!important;
}
li.btn-appliquer-rabais-content span.btn-appliquer-rabais:hover{
    color:#aaa;
}
.msg-code-promo{
    font-size:18px;
    margin-top:20px;
    display:inline-block!important;
}
#tableUserSrepe tr td, #tableUserSrepe tr th{
    padding:4px;
    border:solid 1px;
}
.pointer-events-none a{
    cursor:default;
}
/* programme */
fieldset#cityChoices label{
    width:49%;
    color: black;
    margin-bottom:6px;
    font-size:14px;
}
/* CENTRE DE FORMATION */
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) .left-section{
    padding-bottom:20px;
    background-color:#fff;
}
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) .left-section .adresse-succursale-inner-content{
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    padding: 35px 20px 35px 50px;
    width: 100%;
    bottom: 0;
    padding: 30px 30px 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(to bottom,#2d3f4f24,#2d3f4fb0);
    margin: 0px;
}
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) .left-section h1 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    width: 52%;
    line-height: 26px;
}
.adresse-succursale-image{
    overflow: hidden;
    position: relative;
}
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) .left-section h2 {
    font-size: 34px!important;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
}
.adresse-succursale-content .adresse-succursale-image img {
    max-width: 100%;
    width: 100%;
    height: 337px;
    object-fit: cover;
}
.adresse-succursale-content .adresse-succursale-info{
    width:50%;
    padding-left:20px;
}

.adresse-succursale-info p {
    text-align: left !important;
}
.adresse-description-content{
    margin-top:30px;
}
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) #right-section{
    margin-left:0px;
    margin-right:0px;
}
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) #right-section form textarea{
    height:200px!important;
    width: 100%!important;
    border: 1px solid #707070!important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
    margin: 0px;
}
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) #right-section form select {
    height: 2.96%!important;
    width: 100%!important;
    margin: 0px!important;
    padding: 2.5% 3% 2.5% 3%!important;
    border: solid 1px #707070;
    font-weight: 500;
}
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) .contact-form.form-margin{
    margin-top:0px!important;
    padding-top:20px;
    padding-bottom:120px;
    font-size:24px;
}
:is(.page-template-template-centre-de-formation, .single-centre-de-formation) #map{
    margin-bottom:0px!important;
}
/* OPTIONS */
#popupinscription .gform_wrapper ul.gform_fields li.choix_multiples_option_cours_produit input, #popupinscription .gform_wrapper ul.gform_fields li.choix_multiples_option_cours_produit_tel input{
    display: inline-block!important;
    height: auto!important;
    width:auto!important;
    margin:0px!important;
    padding:0px!important;
}
#popupinscription .gform_wrapper ul.gform_fields li.choix_multiples_option_cours_produit label, #popupinscription .gform_wrapper ul.gform_fields li.choix_multiples_option_cours_produit_tel label{
    margin-top:0px;
}
/* CONFERENCE */
div.conferencier-content img{
    max-width: 300px;
    width: 100%;
}
div.conferencier-content .conferencier-name{
    font-size: 18px;
}
.next-conference-box-home{
    position:relative;
    max-width:100%;
    border:solid 1px #aaa;
    margin-bottom:6px;
    background:#fff;
    transition: all .2s ease-in-out;
}
.next-conference-box-home:hover{
    box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}
a.conference-title-home-box-link:hover{
    text-decoration:none!important;
    font-style:none!important;
}
.next-conference-box-home .next-conference-home-box-title{
    text-align:center;
    background:#435772;
    color:#fff;
    padding-top:4px;
    padding-bottom:4px;
}
.next-conference-box-home .next-conference-home-box-image{
    max-width:100%;
}
.next-conference-box-home .conference-title-home-box{
    display:block;
    text-align:center;
    color:#435772;
    padding-top:4px;
    padding-bottom:4px;
    font-weight: 600;
}
/* VIDEO SIDEBAR */
.sidebar-video-section{
    padding-left:15px;
    clear: both;
}
.sidebar-video-section .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.sidebar-video-section .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Conférences */
body.single-conferences #right-section #sub-section{
    top:0px;
}
body.single-conferences #right-section .sidebar-video-section{
    padding-top: 30px;
}
/* BLOGUE */
h1.screen-reader-text{
    display:none;
}
.vcard{
    margin-bottom:8px;
    font-size: 12px;
}
.vcard .author{
    font-style:italic;
}
.vcard .author .byauthor{
    font-style:normal;
    color:#2D3F4F;
    font-weight:600;
    margin-left:6px;
}
.vcard .date{
    font-style:italic;
    margin-left:12px;
}
.vcard .date .bydate{
    font-style:normal;
    color:#2D3F4F;
    font-weight:600;
    margin-left:6px;
}
div.entete-image-single{
    padding-top: 18%;
    padding-bottom: 18%;
    background-size: cover!important;
    background-position: center center!important;
}
.content-paragraph-blogue{
    background-color:#fff;
    padding:30px;
    margin-bottom:20px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px rgba(212, 206, 206, 0.58);
}
.archive-blogue-content .archive-blogue-single-content{
    display:flex;
    background: #fff;
}
.archive-blogue-content .archive-blogue-single-content:nth-child(even){
    flex-direction: row;
}
.archive-blogue-content .archive-blogue-single-content:nth-child(odd){
    flex-direction: row-reverse;
}
.archive-blogue-content .archive-blogue-single-content .archive-blogue-single-content-image{
    width:50%;
    background-size:cover;
    background-position:center center;
}
.archive-blogue-content .archive-blogue-single-content .archive-blogue-single-content-info{
    width:50%;
    padding: 40px 30px;
}
.archive-blogue-content .archive-blogue-single-content .archive-blogue-single-content-info h2{
    margin-top:0px;
}
.archive-blogue-content .archive-blogue-single-content .archive-blogue-single-content-info .en-voir-plus{
    background-color: #B60010;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 11px;
    font-weight: bolder;
    line-height: 15px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 35px;
    letter-spacing: 0.3px;
    padding:12px 20px;
    display: inline-block;
}
/* Blogue single */
.header-post-content{
    padding-left:15px;
}
body.single-post .formDetail{
    padding-bottom:25px;
    background:#fff;
}
body.single-post #content.row.contentWidth{
    padding-top:0px!important;
}
/*------------------*/
#breadcrumbs{
    display:none;
}
div#wpadminbar{
    display:none;
}
body.customize-support div#ui-datepicker-div[style] {
    z-index: 2000000000 !important;
}
body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    background-color: #ebebeb;
    /*background-color: #2D3F4F;
    */
    margin: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.page404{
    text-align: center;
    font-size: 220px;
    color: rgba(0,0,0,0.3);
}
.container {
    background:#ebebeb;
}
.container-full-width-white{
    background:#fff;
    width:100%;
}
.container-full-width-white .container{
    background:#fff;
}
.bgHeader .container{
    background:#2D3F4F;
}
.bgHeader .row{
    background:#2D3F4F;
}
.navbar-header{
    background:#232f3a;
}
.navbar.navbar-default .container{
    background:#ffffff;
}
.navbar-nav {
    margin-left: 7px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vignette {
    box-shadow: 3px 6px 20px rgb(212 206 206 / 58%);
}
.navbar-nav>li {
    padding-right: 0px;
    position: inherit;
    border-bottom: 3px solid transparent;
    transition: 0.5s all ease-in-out;
}

.navbar-nav>li:hover {
    border-bottom: 3px solid #a70005;
}
#menu-main-menu-fr.navbar-nav>li ul.sub-menu, #menu-main-menu-en.navbar-nav>li ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 999999;
    border-radius: 2px;
    background-color: #fff;
    padding: 0px;
    min-width: 163px;
    top: 99px;
    left: 16px;
    list-style-type: none;
    box-shadow: 0px 23px 66px #00000029;
}
#menu-main-menu-fr.navbar-nav>li:hover ul.sub-menu, #menu-main-menu-en.navbar-nav>li:hover ul.sub-menu{
    display:block;
    padding:0px!important;
    border-radius:4px!important;
}
#menu-main-menu-fr.navbar-nav>li.pointer-events-none, #menu-main-menu-en.navbar-nav>li.pointer-events-none{
    cursor:default!important;
}
#menu-main-menu-fr.navbar-nav>li:hover ul.sub-menu li a, #menu-main-menu-en.navbar-nav>li:hover ul.sub-menu li a{
    display:block!important;
    padding: 20px 10px!important;
    width: 100%!important;
    background: #fff!important;
    display: block!important;
    color:#000!important;
    cursor:pointer;
}
#menu-main-menu-fr .navbar-nav>li:hover ul.sub-menu li a:hover, #menu-main-menu-en .navbar-nav>li:hover ul.sub-menu li a:hover{
    text-decoration:none!important;
    background-color:#2D3F4F!important;
    color:#fff!important;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px !important;
}
.navbar-collapse {
    padding: 0 !important
}
.nav>li:first-child>a {
    margin-left: 0 !important
}
.menu-mon-compte-fr-container{
    border-top:solid 1px #aaa;
}
.navbar-default .menu-mon-compte-fr-container .navbar-nav>li>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #358ED7;
    color: #040404;
}
.navbar-default .menu-mon-compte-fr-container .navbar-nav>li>a {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-bottom: 3px solid #d9d9d9;
    padding-top: 9px;
    padding-bottom: 2px;
    font-size: 11px!important;
}
#frmsort .dropup span.active{
    color:#fff!important;
    font-size:bold!important;
}
#frmsort .dropup{
    cursor:pointer!important;
}
.show320 {
    display: none
}
.show320 {
    display: none
}
.logo {
    margin-top: 1.15%;
    margin-left: 3.57%
}
.sante-navbar {
    background-color: #d8d8d8 !important;
    color: #000000;
    font-family: 'Roboto', sans-serif!important;
    font-size: 12px;
    font-weight: bold;
    line-height: 0
}
#map {
    height: 335px;
    width: 100%;
    opacity: 0.9
}
.payment_method_img li img {
    margin-top: -12px;
    margin-bottom: -11px;
}
li.payment-icon {
    margin-right: -5px;
    margin-left: -5px;
}
.payment_method_links li {
    display: inline-block;
    background-color: #2D3F4F;
    height: 30px;
    margin-top: 15px;
    padding-left: 15px;
    border-radius: 5px;
    color: white
}
.payment_method_links li a {
    position: relative;
    top: -15px
}
.bgHeader {
    background-color: #2D3F4F;
    height: auto;
    width: auto;
    overflow: hidden;
}
.leftHeader {
    width: auto;
}
.leftHeaderRight p {
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 1px;
}
.middleHeader {
    color: #FFF
}
.middleHeader small {
    float: right;
    font-family: "Open Sans";
    font-weight: bold;
    line-height: 15px
}
.middleHeader p {
    float: right;
    color: #FFFFFF;
    font-family: "Open Sans";
    line-height: 33px
}
.parteFormationLogo {
    background: #fff;
    height: 120px;
    position: relative
}
.parteFormationLogo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 190px
}
.navbar-default {
    background-color: #ffffff;
    border-color: #d9d9d9
}
.navbar {
    border-radius: 0px;
    border-top: 1px solid #ececec;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    margin-bottom: 0;
    box-shadow: 0px 3px 26px #00000019;
}

.nav:before, .nav:after {
    content: none;
}
.nav>li>a {
    /* margin: 0px 15px 0px; */
    padding: 36px clamp(5px, 1vw, 20px);
}
.navbar-default .navbar-nav>li>a {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    /*border-bottom: 3px solid transparent;*/
    transition: 0.5s all ease-in-out;
}
/* .navbar-default .menu-main-menu-fr-container .navbar-nav>li.lang-sel>a {
     color: #fff;
     background-color:#2D3F4F;
     padding-left:15px;
     padding-right:15px;
     font-size:10px!important;
     border-color:#2D3F4F;
}
 .navbar-default .menu-main-menu-fr-container .navbar-nav>li.lang-sel>a:hover {
     background-color:#fff;
     color:#2D3F4F;
}
 */
.navbar-default .navbar-nav>li.lang-sel {
    border-color:#2D3F4F;
}
.navbar-default .navbar-nav>li>a:hover {
    background-color: #f5f5f5;
    color: #040404 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #a70005;
    color: #040404;
}
.clrBoth {
    clear: both
}
.btn-large {
    border-color: #b60010;
    padding: 13px 39px
}
.formationImage {
    background: url('../images/impactsante-sketch_09.png');
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}
.premisersImage {
    background: url('../images/impactsante-sketch_09.png');
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    background-color: #808285
}
.autreImage {
    background: url('../images/impactsante-sketch_09.png');
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    background-color: #808285
}
.row-service{
    display: flex;
    margin-bottom:30px;
}
.row-service .left-background-content{
    width: 50%;
    background-size:cover!important;
    background-position:center center!important;
}
.row-service .right-content{
    width: 50%;
    background-color:#fff;
    padding:2em;
}
.row-service a.reservez-button{
    margin-bottom:0px!important;
}
.row-service .right-background-content{
    width: 50%;
    background-size:cover!important;
    background-position!important;
    background-position:center top!important;
}
.row-service .left-content{
    width: 50%;
    background-color:#fff;
    padding:2em;
}
.row-service a.reservez-button1{
    margin-bottom:0px!important;
}
.row-service .content-paragraph-service p{
    font-size:13px;
}
.row-service .content-paragraph-service ul li{
    font-size:13px;
}
.row-service h2{
    font-size: 24px;
}
.loadingImgDisponibilite{
    display:none;
    position:absolute;
    z-index:9;
}
/* Page cours spécialisés */
.cours-specialise-content{
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.cours-specialise-content a{
    width:49%;
    margin-bottom:15px;
}
.cours-specialise-content .single-content{
    background-color: #eee;
    padding: 1em 1em 44px 1em;
    width: 100%;
    border:solid 1px #888;
    position:relative;
    margin-bottom: 2%;
    height:100%;
}
.cours-specialise-content .single-content .single-content-list{
    width:100%;
}
.cours-specialise-content .single-content h4{
    margin-bottom:20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
.cours-specialise-content .single-content .cours-price{
    text-align: center;
    margin-top: 26px;
    margin-bottom: 1em;
    bottom:0px;
    position:absolute;
    display:block;
    width:100%;
}
.cours-specialise-content .single-content .cours-price span{
    border: solid 2px #666;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    background-color: #428bca;
    color: #fff;
}
body.post-type-archive-conferences .content-paragraph-service{
    background-color:#fff;
    padding:30px;
    margin-bottom:20px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px rgba(212, 206, 206, 0.58);
}
body.page-template-template-programmes .content-paragraph-service{
    background-color:#fff;
    padding:30px;
    margin-bottom:20px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px rgba(212, 206, 206, 0.58);
}
body.single-programme h1{
    min-height:86px!important;
    height:86px!important;
    margin: 0px!important;
}
body.single-programme #right-section .select-villes-content {
    margin-bottom: 56px;
}
body.single-programme #right-section #sub-section {
    top: 0px!important;
    padding-left: 8px;
}
.servicesimage {
    background: url('../images/impactsante-sketch_09.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #808285
}
.service-jumbotron {
    height: auto;
    background-color: #FFFFFF
}
.content-font-head {
    height: auto;
    color: #2D3F4F;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase
}
.content-font-head1 {
    height: auto;
    color: #2D3F4F;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase
}
p.content-paragraph {
    height: auto;
    color: #444444;
    font-family: "Open Sans";
    line-height: 19px
}
p.content-paragraph1 {
    height: auto;
    color: #444444;
    font-family: "Open Sans";
    line-height: 19px
}
a.reservez-button {
    height: auto;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #B60010
}
a.reservez-button1 {
    height: auto;
    border-radius: 4px;
    background-color: #B60010
}
span.reservez {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 19px;
    text-align: center
}
.servicePg .well {
    border: 0px;
    border-radius: 0px
}
.servicePg .jumbotron p{
    font-size: 13px;
}
.servicePg .jumbotron ul li{
    font-size: 13px;
}
.servicePg .content-background1.service2{
    height: 700px;
}
.servicePg .formationImage.service2{
    height: 700px;
}
.servicePg .content-background.service3{
    height: 600px;
}
.servicePg .formationImage.service3{
    height: 600px;
}
.impact-sante-content {
    height: auto%;
    width: 100%;
    background-color: #FFFFFF
}
.impact-sante-title {
    color: #2D3F4F;
    font-family: Roboto;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase
}
.une-equipe-de-plus-d {
    color: #444444;
    font-family: "Open Sans";
    font-size: 13.5px
}
.address-content {
    height: auto;
    width: 100%;
    background-color: #FFFFFF
}
.contact-nous {
    height: auto;
    width: 100%;
    color: #2D3F4F;
    font-family: Roboto;
    font-weight: 900;
    line-height: 32px
}
.contact-number {
    height: auto;
    width: 100%;
    color: #444444;
    font-family: "Open Sans"
}
.contact-address h5 {
    color: #2D3F4F;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 900;
    line-height: 32px
}
.contact-form.form-margin {
    margin-top: 8%;
    background-color: #FFFFFF;
}
.contact-form label{
    height: auto;
    width: 100%;
    color: #444444;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    line-height: 17px
}
.contact-form label.gfield_label{
    height: auto!important;
    width: 100%!important;
    color: #444444!important;
    font-family: "Open Sans"!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 17px!important;
}
.contact-form div.ginput_container{
    margin-top:0px!important;
}
.contact-form ul li.gfield {
    margin-top: 0px!important;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield{
    padding-right:0px!important;
}
.contact-form .gform_wrapper input {
    height: auto!important;
    width: 100%!important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
    outline: none!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
    display:block!important;
    height: 2.96%!important;
    width: 94%!important;
    margin: 2% 2.86% 2% 2.38%!important;
    padding: 3.5% 3% 3.5% 3%!important;
}
.contact-form input {
    height: auto;
    width: 100%;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    outline: none
}
.contact-form input:hover {
    border: 1px solid #358ED7
}
.contact-form .gform_wrapper select {
    height: 2.96%!important;
    width: 94%!important;
    margin: 2% 2.86% 2% 2.38%!important;
    padding: 3.5% 3% 3.5% 3%!important;
    font-size: 14px!important;
}
.contact-form select {
    height: auto;
    width: 100%;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)
}
.contact-form select:hover {
    border: 1px solid #358ED7
}
.contact-form .gform_wrapper textarea {
    height: auto!important;
    width: 94%!important;
    border: 1px solid #DDDDDD!important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
}
.contact-form textarea {
    height: auto;
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background-color: #FFFFFF
}
.contact-form .gform_wrapper input[type="submit"] {
    height: auto!important;
    width: 94%!important;
    border-radius: 3px!important;
    background-color: #358ED7!important;
    color:#fff!important;
}
.contact-form button {
    height: auto;
    width: 100%;
    border-radius: 3px;
    background-color: #358ED7
}
.envoyer {
    height: auto;
    width: 100%;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px
}
.bgColortoutes {
    border-radius: 3px;
    background-color: #2F3D4F
}
.parToutes {
    color: #BBBBBB;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px
}
.toutes-les {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px
}
.secondNav {
    margin-top: 4%
}
.toutesProf {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px
}
.dropdown {
    position: relative;
    display: inline-block
}
.dropdown a {
}
.dropdown a:hover {
    background-color: #D8D8D8;
    text-decoration: none
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #D8D8D8;
    min-width: 160px;
    overflow-y: hidden;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 1
}
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: #313C50;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px
}
.dropdown-content a:hover {
    color: #FFFFFF;
    background-color: #2F3D4F
}
.dropdown:hover .dropdown-content {
    display: block
}
.dropdown:hover .dropbtn {
    background-color: #3e8e41
}
.vignette {
    border-radius: 3px;
    background-color: #FFFFFF
}
.vignette img {
    /*background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53.11%, rgba(0, 0, 0, 0.4) 100%)*/
}
.caption h5 {
    color: #AE000F;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left !important;
}
.caption p>a {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px
}
.searchIcon {
    margin: 32px 0px 31px 28px
}
.parProgramme p {
    color: #BBBBBB;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px
}
.resultatFiltre{
    font-size:13px;
    margin-bottom:20px;
}
.container.customWidth form#frmsort label{
    margin-top:0px!important;
    color: #ccc!important;
}
.thumbnail {
    padding: 0
}
/* Home Page*/
.left-section {
    margin-left: -1%;
}
.homePg .left-section h4 {
    color: #2C3E4E;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase
}
:is(.homePg, .page-template-template-programmes) .right-section {
    padding: 0% 1.59% 14% 18.5%;
    margin-top: 30px;
}
:is(.homePg, .page-template-template-programmes) .right-section h4 {
    color: #2C3E4E;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top:0px;
}
:is(.homePg, .page-template-template-programmes) .right-section p {
    color: #2C3E4E;
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    text-align: left;
}
:is(.homePg, .page-template-template-programmes) .right-section p a {
    color: #2C3E4E;
    font-family: Roboto;
    font-size: 11px;
    text-decoration: underline
}
:is(.homePg, .page-template-template-programmes) .right-section button {
    height: 26px;
    width: 86px;
    border-radius: 3px;
    background-color: #B60010;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
:is(.homePg, .page-template-template-programmes) .right-section a.btn-danger {
    height: 43px;
    width: 100%;
    border-radius: 0px;
    background-color: #ffffff00;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 2px #B60010;
    color: #B60010;
}
:is(.homePg, .page-template-template-programmes) .right-section button:hover {
    color: rgba(255, 255, 255, 0.8);
}
:is(.homePg, .page-template-template-programmes) .right-section .m-t-80 {
    margin-top: 33px;
    border-top: solid 1px #ddd;
    padding-top: 20px;
}
.homePg .colList {
    margin-top: 30px;
}
.homePg .colList a {
    text-decoration: none;
    display: flex;
}
.homePg .colList .thumbnail {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
/*.homePg .voirForm {
     background-color: #435772;
}
*/
.homePg .voirForm a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8)!important;
}
.homePg .voirForm a h3:hover {
    color: rgba(255, 255, 255, 0.8)!important;
}
.homePg .voirForm h3 {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0px;
}
.homePg .emplyeeSec {
    background: #fff;
    margin-top: 0px;
    clear: both;
}
.homePg .emplyeeSec .employee h5 {
    color: #2C3E4E;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}
.homePg .emplyeeSec .employee p {
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    line-height: 21px;
}
.homePg .emplyeeSec .employee button {
    height: 50px;
    border-radius: 3px;
    background-color: #4A89DB;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
.homePg .emplyeeSec .row.employee .row{
    display:flex;
}
.homePg .emplyeeSec .row.employee .left-about-section{
    width: 54%;
    padding:5%;
}
.homePg .emplyeeSec .row.employee .right-about-section{
    width: 46%;
    background-size:cover;
    background-position:center center;
}
.homePg .mainImage {
    position: relative
}
.homePg .mainImage img{
    width:100%;
}
.homePg .contentSec {
    position: absolute;
    bottom: 40px;
    padding-left: 30px
}
.homePg .contentSec h1 {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: clamp(26px, 2vw, 30px);
    font-weight: bold;
    line-height: 32px;
    width: 56%;
}
.homePg .contentSec p {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}
#client {
    padding: 60px 0px;
    border-bottom: solid 1px #acacac;
}
#client .col-md-2{
    width:25%;
}
#client #client-logo {
    padding: 30px 0px 82px 0px;
}
#client #client-logo img {
    height: auto;
    width: 100%;
}
#client h3 {
    color: #2C3E4E;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase
}
#partner {
    background: #fff;
    padding: 60px 0px 30px;
}
#partner h3 {
    color: #2C3E4E;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase
}
#partner #partner-logo {
    padding: 40px 0px;
    max-width: 750px;
    margin: auto;
}
#partner #partner-logo img {
    height: auto;
    width: 194.9px;
}
.thumbnail .caption {
    padding: 10px 10px 20px 10px;
    min-height: 112px!important;
}
/*end */
.popularList a {
    text-decoration: none
}

.single-programme .formDetail {
    padding-top: 30px;
}
.formDetail .left-section h4 {
    color: #2C3D4D;
    font-family: Roboto;
    font-size: 34px;
    font-weight: 900;
    line-height: 45px;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 18px;
}
.formDetail .colThreeIcon {
    padding: 25px 40px;
    background: #fff;
    border-bottom: 1px solid #CCCCCC;
}
.formDetail .colThreeIcon ul {
    margin-bottom: 0px
}
.formDetail .colThreeIcon .imageIcon {
    vertical-align: bottom
}
.formDetail .colThreeIcon p {
    color: #2C3D4D;
    font-family: Roboto;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 0px
}
p.info-hrs-cout span {
    color: #2C3D4D;
    font-family: Roboto;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 0px
}
.formDetail .colThreeIcon p.info-hrs-cout {
    color: #2C3D4D;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0px
}
.formDetail .colThreeIcon h3 span {
    color: #2C3D4D;
    font-family: Roboto;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 0px
}
.formDetail .colThreeIcon h3 {
    color: #2C3D4D;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0px
}
.formDetail .disText {
    padding: 35px 40px;
}
.formDetail .disText p {
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
}
#right-section .toutesDown {
    color: #B60010;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding-top: 20px;
}
.top-footer-bg {
    height: 8.54%;
}
.restez-informe-de-no p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 19px;
    margin: 9.11% 0% 10.06% 0%
}
.top-footer-bg .follow-us-top-footer{
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    font-family:"Open Sans";
    font-size:16px;
    color:#fff;
    line-height:40px;
    letter-spacing:1px;
    font-weight:100;
}
.top-footer-bg .follow-us-top-footer a img{
    text-align:center;
    max-width:250px;
}
.top-footer-right {
    padding: 45px 15px
}
.top-footer-right input {
    height: 3.29%;
    padding: 5% 4% 4% 4%
}
::-webkit-input-placeholder {
    height: 1.25%;
    /*width: 17.7%;*/
    font-size: 14px;
    line-height: 19px;
    color: #989898;
}
.top-footer-right .footerButton {
    padding: 14px 12px;
    margin: 0%
}
.soumettre {
    height: 1.58%;
    width: 15.14%;
    font-size: 12px;
    line-height: 24px
}
.bottom-bg-footer img {
    margin-bottom: 5%;
}
.info {
    /* text-align: right;
     */
    /* height: 0.97%;
     */
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
    padding: 0px;
    text-transform: uppercase;
}
.number {
    /* text-align: right;
     */
    height: 2.13%;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 33px;
    margin-top: -3%;
    padding: 0px;
    margin-bottom: 0px;
}
.fichiers {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.bottom-bg-footer .img-fichier img{
    margin:0px 4px 0px 0px!important;
}
.bottom-bg-footer .img-fichier{
    display: flex;
}
.bottom-bg-footer .img-fichier a{
    margin-right: 22px;
    display:flex;
    align-items: end;
}
.bottom-bg-footer .img-fichier span {
    font-size: 16px;
    margin-bottom: 4px;
    padding-left: 10px;
}
.politique {
    text-align: right !important;
    margin-top: 0px;
    margin-bottom:10px;
    text-transform:uppercase;
}
.politique a {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #BBBBBB;
    font-family: Roboto;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0.5px;
    top: 70px;
    padding: 0px
}
.connexion {
    text-align: right;
    margin-top: 0px;
    text-transform:uppercase;
}
.connexion a {
    width: 100%;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #BBBBBB;
    font-family: Roboto;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0.5px;
    top: 70px;
    padding: 0px
}
.incription {
    text-align: right
}
.incription a {
    height: 11px;
    width: 100%;
    color: #BBBBBB;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0.5px;
    top: 80px;
    padding: 0px
}
.social-icons {
    text-align: center;
    font-weight: 300;
    font-size: 1.5em
}
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.social-icons ul li a {
    display: block;
    font-size: 1.4em;
    margin: 7px 0px 17px 8px;
    text-decoration: none;
    float: right
}
.social-icons ul li a img {
    float: right;
    width: 23px;
    filter: brightness(0) invert(1);
}
.social-icons ul li p {
    height: 11px;
    width: auto;
    color: #BBBBBB;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 11px;
    margin: 30px 0px;
    float: left;
    letter-spacing: 0.5px
}
.color {
    background-color: #2D3F4F
}
#hide {
    display: none
}
/*#content {*/
/*    padding-top: 23px*/
/*}*/
.left-section .col-md-10 {
    background-color: white;
    margin-right: 10px
}
.white-color {
    background-color: #FFFFFF
}
.left-section div:nth-child(4) p {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
    color: #000
}
.forBorder {
    border-bottom: 2px solid #ebebeb;
    padding: 20px 20px 10px 20px
}
.left-section #exampleAccordion a {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    color: #2C3E4D;
    line-height: 20px;
}
.left-section #exampleAccordion p {
    margin-top: 1%;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
}
.pad {
    padding-top: 20px
}
dd {
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px
}
#exampleAccordion {
    padding-bottom: 50px
}
.forSize {
    width: 436px ! important;
    height: 240px ! important;
    background: radial-gradient(circle, #FFFFFF 0%, #FFFFFF 53.1%, #FFFFFF 100%) !important
}
.left-section #pic h4 {
    color: #2C3D4D;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bolder;
    line-height: 21px;
    text-transform: uppercase
}
#pic {
    padding-top: 40px
}
#pic .col-md-6 {
    padding: 0 0 10px 0px
}
#pic .col-md-4 img {
    background: none;
    width: 270px;
    height: 180px;
    border: none;
    padding: 0;
    border-radius: 0
}
.left-section #pic div:nth-child(2) {
    padding: 0px;
    width: 270px
}
#description {
    padding: 0 15px 15px 15px !important;
    background-color: #FFFFFF
}
.left-section #pic div:nth-child(2) h5 {
    color: #AE000F;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 0;
    padding-top: 20px
}
.left-section #pic div:nth-child(2) h6 {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px
}
#pic div.col-md-4.col-sm-4.col-xs-12 {
    padding: 0px 0px 0px 0px;
    width: 270px;
    margin-right: 20px
}
#desc {
    padding-top: 0;
    background-color: #FFFFFF
}
.right-section .dropdown {
    color: #B60010;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px
}
ul.dropdown-menu.pull-right.forMargin {
    height: 321px;
    width: 195px;
    padding: 10px 0px 0 0px
}
.right-section ul li.active {
    background-color: #313C50
}
.right-section ul li:nth-child(1) a {
    color: red;
    font-weight: bolder
}
.right-section ul li:nth-child(1) a span {
    margin-left: 2px
}
.right-section div.col-md-12.first-col {
    min-height: 65px
}
.middleTextHeader a {
    color: #fff;
}
.middleTextHeader small a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
}
.middleTextHeader a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.right-section.row .first-col {
    padding-top: 25px;
    padding-bottom: 10px
}
.right-section .col-md-6:nth-child(odd) {
    padding-right: 0
}
#sub-section {
    background: #fff;
    position: relative;
    top: -3pc;
    max-height: 870px;
    overflow-x: hidden;
    overflow-y: auto;
}
#sub-section div h4 {
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px
}
#sub-section div h5 {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 13px;
}
#sub-section div h5.aligntext.text-right {
    font-size: 13px;
}
.right-section .aligntext {
    text-align: right
}
#sub-section div.col-md-6 {
    padding-top: 10px;
    height: auto;
    min-height:120px;
    left: 5px;
}
#sub-section div p {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    letter-spacing: 0.5px;
}
#sub-section div button:hover {
    color:#ccc;
}
#sub-section div button {
    height: 26px;
    width: 100%;
    border-radius: 3px;
    background-color: #B60010;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border:none!important;
    color:#fff;
}
#sub-section .btn_inscription:hover {
    color:#ccc;
}
#sub-section .btn_inscription {
    width: 100%;
    background-color: #B60010;
    padding: 13px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none!important;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.wrapper-sidebar-cours {
    padding: 22px 0 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
    box-shadow: 0px 10px 9px #0000001C;
}
.complete-course{
    text-align:right;
    font-size: 12px;
    font-weight: 700;
}
div.clear{
    clear:both;
}
.forMargin {
    margin-top: 25px;
}
.bottom-bg-footer {
    margin-bottom: 0;
}
.bottom-bg-footer a {
    color: #fff;
}
.bottom-bg-footer a:hover {
    color: rgba(255, 255, 255, 0.8)!important;
    text-decoration: none;
}
.top-footer-bg {
    height: auto;
    background-color: #4A4A4A;
}
.top-footer-bg .container{
    background-color: #4A4A4A;
}
.bottom-bg-footer {
    background-color: #303E4D;
    padding: 70px 0px 70px 0px;
    height: auto;
}
/*.bottom-bg-footer .container{
     background-color: ##303E4D;
}
*/
.restez-informe-de-no p {
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
}
.top-footer-right input {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background-color: #FFFFFF;
}
.top-footer-right input[type="submit"] {
    background-color: #4A89DB;
    color: #FFFFFF;
}
.top-footer-right input[type="submit"]:hover {
    color: rgba(255, 255, 255, 0.8);
}
::-webkit-input-placeholder {
    color: #989898;
    font-family: "Open Sans"
}
.top-footer-right a {
    border-radius: 3px;
    background-color: #358ED7
}
.soumettre {
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 600;
    text-align: center
}
.social-icons p {
    color: #BBBBBB;
    font-size: 13px;
    line-height: 11px;
    padding: 25px 0px;
    text-align: left
}
.bottom-bg-footer-right ul li a {
    position: absolute;
    height: 0.97%;
    color: #BBBBBB;
    font-family: Roboto;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    right: 5%;
    margin-top: 22%
}
.bottom-credits-footer {
    background-color: #1B242C;
    height: auto
}
/*.bottom-credits-footer .container{
     background-color: #222222;
}
*/
.bottom-credits-footer {
    height: auto
}
.bottom-bg-footer-right a:hover {
    color: #FFFFFF;
    text-decoration: none
}
.social-icons .socialAlign {
    text-align: left;
}
.social-icons {
    text-align: center;
    font-weight: 300;
    font-size: 1.5em
}
.social-icons ul li a {
    display: block;
    font-size: 1.4em;
    text-decoration: none
}
.social-icons ul li p {
    width: auto;
    color: #BBBBBB;
    font-family: Roboto;
    font-weight: bold;
    line-height: 11px
}
#popupinscription .close_form{
    text-align: right;
    display: block;
}
#popupinscription .close_form i{
    cursor:pointer;
}
/*
#popupinscription{
    position: absolute;
    display:none;
    top: 30px;
    background: #fff;
    z-index: 9999;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    padding: 1em;
    border: solid 3px #2D3F4F;
    border-radius: 5px;
    margin-bottom:30px;
}
*/
#popupinscription .gform_wrapper{
    display:block!important;
}
#popupinscription .gform_wrapper ul.gform_fields{
    list-style-type: none;
}
#popupinscription .gform_wrapper ul.gform_fields ul.gfield_radio{
    list-style-type: none;
}
#popupinscription .gform_wrapper ul.gform_fields ul.gfield_radio label{
    padding-left: 0px!important;
    display:inline-block!important;
    width:auto!important;
    margin: 0px!important;
}
#popupinscription .gform_wrapper ul.gform_fields ul.gfield_radio input{
    display: inline-block!important;
    width: 26px!important;
    margin: 12px 23px 10px 4px!important;
    height:25px!important;
    box-shadow:none!important;
    accent-color: #A7211D;
}
#popupinscription .gform_wrapper ul.gform_fields label{
    height: auto!important;
    width: 100%!important;
    color: #1F1F1F!important;
    font-family: "Open Sans"!important;
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 21px!important;
    margin-top: 10px;
    clear: both;
}
#popupinscription .gform_wrapper ul.gform_fields input {
    border-radius: 0px!important;
    background-color: #FFFFFF!important;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
     */
    outline: none!important;
    background-image: none!important;
    border: 1px solid #707070;
!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #989898 !important;
    display: block!important;
    height: 2.96%!important;
    width: 100%!important;
    margin: 0% 2.86% 2% 0.38%!important;
    padding: 16px 8px 16px 8px!important;
}
#popupinscription .gform_wrapper ul.gform_fields textarea {
    height: auto!important;
    width: 94%!important;
    border: 1px solid #DDDDDD!important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
}
.ginput_card_expiration_container {
    display: flex;
}
#popupinscription .gform_wrapper ul.gform_fields select {
    /* height: 10.96%!important; */
     width: 100%!important;
    margin: 0% 2.86% 24px 0.38%!important;
    padding: 15px 1% 13px 8px!important;
    border: solid 1px #707070;
    color: #989898;
}
#popupinscription .gform_wrapper input[type="submit"] {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
    background-color: #A7211D!important;
    outline: none!important;
    background-image: none!important;
    /*border: 1px solid #ccc!important;*/
    font-size: 20px!important;
    line-height: 1.42857143!important;
    display: block!important;
    height: 2.96%!important;
    text-align: center;
    width: 50%!important;
    margin: 0 auto!important;
    padding: 2% 3% 2% 3%!important;
    color: #fff!important;
}
#popupinscription .gform_wrapper input[type="submit"]:hover{
    background-color: #2D3F4F!important;
}
#popupinscription .gform_wrapper #field_14_19{
    /* border:solid 1px #ccc;
     background:#fefefe;
     padding:1em;
    */
    border-bottom: solid 1px #000;
    background: #fefefe;
    padding: 0px 0px 15px 0px;
}
#popupinscription .gform_wrapper #input_14_48_3 {
    display: inline-block!important;
    max-width: 130px !important;
    clear: both;
    width: 100% !important;
    border: solid 1px #707070;
    padding: 19px 8px 18px 8px !important;
}
/* ALL GFORMS */
.inscription-form .gform_wrapper{
    display:block!important;
}
.inscription-form .gform_wrapper ul.gform_fields{
    list-style-type: none;
}
.inscription-form .gform_wrapper ul.gform_fields ul.gfield_radio{
    list-style-type: none;
}
.inscription-form .gform_wrapper ul.gform_fields ul.gfield_radio label{
    padding-left: 0px!important;
    display:inline-block!important;
    width:auto!important;
    margin: 0px!important;
}
.inscription-form .gform_wrapper ul.gform_fields ul.gfield_radio input{
    display: inline-block!important;
    width: 10px!important;
    margin: 2px 4px 0px!important;
    height:auto!important;
    box-shadow:none!important;
}
.inscription-form .gform_wrapper ul.gform_fields ul.gfield_checkbox label{
    padding-left: 0px!important;
    display:inline-block!important;
    width:auto!important;
    margin: 0px!important;
}
.inscription-form .gform_wrapper ul.gform_fields ul.gfield_checkbox input{
    display: inline-block!important;
    width: 10px!important;
    margin: 2px 4px 10px!important;
}
.inscription-form .gform_wrapper ul.gform_fields label{
    height: auto!important;
    width: 100%!important;
    color: #444444!important;
    font-family: "Open Sans"!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 17px!important;
    margin-top: 10px;
}
.inscription-form .gform_wrapper ul.gform_fields input{
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
    outline: none!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
    display: block!important;
    height: 2.96%!important;
    width: 100%!important;
    margin: 0% 2.86% 2% 0.38%!important;
    padding: 13px 8px 13px 8px!important;
}
.inscription-form .gform_wrapper ul.gform_fields .gfield_time_hour{
    max-width: 48px!important;
}
.inscription-form .gform_wrapper ul.gform_fields .gfield_time_minute{
    max-width: 48px!important;
}
.inscription-form .gform_wrapper ul.gform_fields input[type='number']{
    height:50px!important;
    margin-right:20px!important;
}
.inscription-form .gform_wrapper ul.gform_fields textarea {
    height: auto!important;
    width: 94%!important;
    border: 1px solid #DDDDDD!important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
}
.inscription-form .gform_wrapper ul.gform_fields select {
    height: 2.96%!important;
    width: 94%!important;
    margin: 0% 2.86% 2% 0.38%!important;
    padding: 1.5% 1% 1.5% 1%!important;
}
.inscription-form .gform_wrapper input[type="submit"] {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
    background-color: #358ED7!important;
    outline: none!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    display: block!important;
    height: 2.96%!important;
    text-align: center;
    width: 50%!important;
    margin: 0 auto!important;
    padding: 2.5% 3% 2.5% 3%!important;
    color: #fff!important;
    cursor:pointer;
}
.inscription-form .gform_wrapper #input_15_6_3{
    display:inline-block!important;
}
/* ALL OTHER FORMS */
.inscription-form ul{
    list-style-type: none;
}
.inscription-form label{
    height: auto!important;
    width: 100%!important;
    color: #444444!important;
    font-family: "Open Sans"!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 17px!important;
    margin-top: 10px;
}
.inscription-form input{
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
    outline: none!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
    display: block!important;
    height: 2.96%!important;
    width: 100%!important;
    margin: 0% 2.86% 2% 0.38%!important;
    padding: 13px 8px 13px 8px!important;
}
.inscription-form textarea {
    height: auto!important;
    width: 94%!important;
    border: 1px solid #DDDDDD!important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
}
.inscription-form select {
    height: 2.96%!important;
    width: 94%!important;
    margin: 0% 2.86% 2% 0.38%!important;
    padding: 1.5% 1% 1.5% 1%!important;
}
.inscription-form input[type="submit"] {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
    background-color: #358ED7!important;
    outline: none!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    display: block!important;
    height: 2.96%!important;
    text-align: center;
    width: 50%!important;
    margin: 0 auto!important;
    padding: 2.5% 3% 2.5% 3%!important;
    color: #fff!important;
    cursor:pointer;
}
/* ALL OTHER FORMS */
.container.customWidth form ul{
    list-style-type: none;
}
.container.customWidth form label {
    height: auto!important;
    width: 100%!important;
    color: #444444!important;
    font-family: "Open Sans"!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 17px!important;
    margin-top: 10px;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
}
.container.customWidth form input {
    border-radius: 0px!important;
    background-color: #FFFFFF!important;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
     */
    outline: none!important;
    background-image: none!important;
    border: 1px solid #707070 !important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
    display: block!important;
    height: 2.96%!important;
    width: 100%!important;
    margin: 0% 2.86% 2% 0.38%!important;
    padding: 13px 8px 13px 8px!important;
}
.container.customWidth form input[type='checkbox']{
    display: inline-block!important;
    width: auto!important;
    margin: 0px!important;
    height: auto!important;
}
.container.customWidth form textarea {
    height: auto!important;
    width: 94%!important;
    border: 1px solid #707070 !important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
}
.container.customWidth form select {
    height: 2.96%!important;
    width: 94%!important;
    margin: 0% 2.86% 2% 0.38%!important;
    padding: 1.5% 1% 1.5% 1%!important;
}
.container.customWidth form input[type="submit"] {
    box-shadow: inherit !important;
    background-color: #A7211D!important;
    /* outline: none!important;
     */
    background-image: none!important;
    border: 1px solid #a7211d!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    display: block!important;
    height: 2.96%!important;
    text-align: center;
    width: max-content !important;
    margin: 0 0 0 auto!important;
    padding: 11px 45px 10px 45px !important;
    color: #fff!important;
    cursor: pointer;
    text-transform: uppercase;
}
.container.customWidth form button[type="submit"] {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09)!important;
    background-color: #358ED7!important;
    outline: none!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    display: block!important;
    height: 2.96%!important;
    text-align: center;
    width: 50%!important;
    margin: 0 auto!important;
    padding: 2.5% 3% 2.5% 3%!important;
    color: #fff!important;
    cursor:pointer;
}
/*------- PAGE ÉQUIPE -------*/
.divContainerEquipe {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: center;
}
.divContainerEquipe .pTeamMember {
    width: 23%;
    background: #fff;
    margin-right: 0px;
    margin-bottom: 0px;
}
.divContainerEquipe .pTeamMember .img-profil-content img {
    width: 100%;
    aspect-ratio: 1;
    /*height: 344px;*/
    object-fit: cover;
}
.divContainerEquipe .pTeamMember .img-profil-content img{
    width:100%;
}
.divContainerEquipe .pTeamMember .nameAndInfo {
    border-top: solid 1px #ccc;
    font-weight: 600;
    padding-top: 50px;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
.divContainerEquipe .pTeamMember .directeur {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #5A5A5A;
    margin-bottom: 10px;
}
.divContainerEquipe .pTeamMember a.email {
    text-align: center;
    display: block;
    color: #A7211D;
    text-transform: uppercase;
    font-size: 16px;
}
.divContainerEquipe .pTeamMember .teamInfo{
    font-weight:700;
    padding-bottom:50px;
    padding-left:1em;
    padding-right:1em;
}
.page-template-template-apropos .feature_bg + .customWidth.container h2{
    margin: 55px 0px;
    font-size: 34px;
}
/* 320px */
/* 320px */
/* 320px */
/* 320px */
/* 320px */
/* 320px */
/* 320px */
/* 320px */
/* 320px */
@media screen and (max-width:1200px) {
    .qc-row, .employee .row{
        width:100%;
    }
    body.page-id-17243 .banner, body.page-id-17271 .banner{
        height: 27vw;
    }
}
@media only screen and (min-width: 320px) and (max-width: 543px) {
    /* Formations Detail Page Update */
    li.cityDropdown {
        padding-right: 2.4pc;
        margin-right: -3.55pc;
        padding-bottom: 15px;
    }
    li.cityDropdown:hover, li.cityDropdown:focus, li.cityDropdown:active {
        background-color: #FFFFFF;
        padding-right: 2.4pc;
        padding-bottom: 15px;
        margin-right: -3.55pc;
        text-decoration: none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border-radius: 4px;
        background-clip: padding-box;
        border-bottom: none;
    }
    li.cityDropdown a:hover {
        background-color: #FFFFFF;
    }
    li.cityDropdown a:hover, li.cityDropdown a:focus, li.cityDropdown a:active {
        text-decoration: none;
    }
    .dropdown-menu {
        width: 10.2pc;
        top: 3.8pc;
        border-top: none;
        margin-right: -1px;
    }
    .dropdown-menu li a {
        padding: 5px 30px;
        color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        width: 100%;
    }
    .dropdown-menu li a:hover {
        padding: 5px 30px;
        color: #d3d4d4;
        background-color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        width: 100%;
    }
    .formDetail .left-section h4 {
        font-size: 22px;
        line-height: 33px;
        font-weight: 900;
        margin-top: 65px;
        margin-bottom: 5px;
    }
    .left-section img {
        margin-bottom: 2pc;
    }
    .formDetail .colThreeIcon {
        padding: 25px 6px 5px 6px;
    }
    .list-inline .fa {
        font-size: 12px;
    }
    .disText p {
        margin-top: -15px;
    }
    .forBorder {
        padding: 25px 10px 10px 5px;
        margin-bottom: 25px;
    }
    .xsPad {
        margin-top: 7pc;
        margin-left: 1.7pc;
    }
    .pad {
        margin-bottom: -15px;
    }
    #exampleAccordion {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    #sub-section {
        padding-bottom: 2.2pc;
    }
    #sub-section div button {
        width: 117.5px;
        margin-top: 5px;
    }
    /* Formations Detail Page */
    .bgHeader {
        height: 100px;
    }
    .navHeader {
        height: 100px;
    }
    .headerRightImage {
        position: absolute;
        background-color: #FFFFFF;
        left: 100%;
        width: 100%;
        height: 100px;
        top: 0;
    }
    .leftHeaderLogo {
        margin-top: 31px;
        margin-bottom: 31px;
        padding-left: 10px !important;
    }
    .headerRightImage img {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .popularList .col-xs-6 {
        width: 100%
    }
    .show320 {
        display: block
    }
    .show320 {
        display: block
    }
    .hidden320 {
        display: none
    }
    .mobileSubMenu {
        max-height:1000px!important;
    }
    .mobileSubMenu .close {
        position: absolute;
        left: 6%;
        top: 11%;
        opacity: 1;
        text-shadow: none
    }
    /*.nav>li:first-child>a {*/
    /*    margin-left: 15px!important;*/
    /*    color: #FFFFFF;*/
    /*    font-family: Roboto;*/
    /*    font-size: 18px!important;*/
    /*    font-weight: bold;*/
    /*    letter-spacing: 2px;*/
    /*    line-height: 24px;*/
    /*    margin-top: 0.5%;*/
    /*}*/
    /*.navbar-nav {*/
    /*    padding: 10% 0px 10.9% 12%;*/
    /*}*/
    /*.mobileSubMenu .nav li a {*/
    /*    margin-top: 0.5%;*/
    /*    color: #FFFFFF;*/
    /*    font-family: Roboto;*/
    /*    font-size: 18px!important;*/
    /*    font-weight: bold;*/
    /*    letter-spacing: 2px;*/
    /*    line-height: 24px;*/
    /*    padding: 6px;*/
    /*}*/
    .navbar-default .navbar-toggle {
        margin-top: 35px!important;
    }
    .parteFormationLogo {
        height: 73px;
    }
    .bgWight {
        background: url(../images/bg-white.png);
        position: absolute;
        top: 0px;
        right: 0px;
        height: 73px;
        width: 14%;
        overflow: hidden;
    }
    .xsRightPad {
        padding-left: 0px;
    }
    .navbar {
        height: 100px;
    }
    .Col-7md ul {
        text-align: left;
        display: flex;
    }
    .hideSec320 {
        display: none;
    }
    .hideSec {
        display: block
    }
    .navbar-default .navbar-toggle {
        padding: 9px 6px!important
    }
    .impact-sante-content {
        height: 52.05%;
        margin: 15.63% 0% 3.54% 0%
    }
    .impact-sante-title {
        height: 2.26%;
        font-size: 24px;
        width: 80.88%;
        margin: 20.96% 9.38% 2.12% 5.38%
    }
    .une-equipe-de-plus-d {
        height: 36.63%;
        width: 86.88%;
        font-size: 12px;
        line-height: 17px;
        margin: 8.35% 9.38% 30.07% 5.38%
    }
    span.test {
        display: none
    }
    span.slash {
        display: none
    }
    .address-content {
        margin: 13.45% 0% 5.45% 0%;
        padding: 5%
    }
    .contact-nous {
        font-size: 24px;
        font-weight: 900;
        line-height: 32px;
        letter-spacing: 0.5px;
        padding-top: 15%
    }
    .contact-number {
        height: 2.66%;
        width: 91%;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 1px;
        margin: -3.15% 3.44% 3.15% 3.13%
    }
    .contact-address h5 {
        height: 1.29%;
        width: 100%;
        margin-bottom: 3%;
        margin-top: 10%
    }
    .contact-address {
        margin-bottom: 10%
    }
    #map {
        margin: 10.45% 0% 5.45% 0%;
        padding-left: 5%
    }
    .contact-form {
        margin: 0% 2.69% 5.45% 0%;
        padding: 0% 5%;
    }
    .contact-form label {
        margin-top: 7%
    }
    .contact-form input {
        height: 2.02%;
        width: 100%;
    ;
        padding: 6% 5% 6% 5%
    }
    .contact-form select {
        height: 2.02%;
        width: 100%;
    ;
        padding: 7% 5% 7% 5%
    }
    .contact-form textarea {
        height: 8.07%;
        width: 100%;
        padding: 6% 5% 6% 5%
    }
    .contact-form button {
        height: 2.02%;
        width: 50.63%;
        margin-bottom: 10.21%
    }
    .envoyer {
        height: 0.97%;
        width: 28.13%
    }
    .inside-form-margin {
        padding-top: 8%
    }
    .form-margin {
        margin-top: 11%
    }
    .contact-content {
        margin-bottom: 10%
    }
    .servicePg {
        position: relative;
        margin-left: -4%;
        margin-right: 2.5%
    }
    .service-margin {
        margin-top: 15%
    }
    .formationImage {
        height: 250px;
        width: 100%
    }
    .premisersImage {
        height: 250px;
        width: 100%
    }
    .autreImage {
        height: 250px;
        width: 100%
    }
    .service4 {
        height: 250px;
        width: 100%
    }
    .service-jumbotron {
        height: 20.96%;
        width: 105%
    }
    .content-font-head {
        height: 1.41%;
        width: 80.31%;
        color: #2D3F4F;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 900;
        line-height: 32px;
        text-transform: uppercase
    }
    .content-font-head1 {
        height: 1.41%;
        width: 80.31%;
        color: #2D3F4F;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 900;
        line-height: 32px;
        text-transform: uppercase
    }
    p.content-paragraph {
        height: 89.21%;
        width: 95%;
        color: #444444;
        font-family: "Open Sans";
        font-size: 13px;
        line-height: 19px
    }
    p.content-paragraph1 {
        height: 89.21%;
        width: 95%;
        color: #444444;
        font-family: "Open Sans";
        font-size: 13px;
        line-height: 19px
    }
    a.reservez-button {
        height: 1.1%;
        width: 50%;
        border-radius: 3px;
        background-color: #B60010;
        padding: 3% 3% 3% 3%;
        margin-top: 5%;
        margin-bottom: 5%
    }
    a.reservez-button1 {
        height: 1.1%;
        width: 50%;
        border-radius: 3px;
        background-color: #B60010;
        padding: 3% 3% 3% 3%;
        margin-top: 5%;
        margin-bottom: 5%
    }
    span.reservez {
        height: 0.42%;
        width: 100.5%;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 19px;
        text-align: center
    }
    .content-background {
        background-color: #FFFFFF
    }
    .content-background1 {
        background-color: #FFFFFF
    }
    .content-margin {
        margin-top: 5%
    }
    .bgColortoutes {
        border-radius: 3px;
        background-color: #2F3D4F;
        height: auto;
        width: auto;
        margin-top: 40px;
        margin-bottom: 3%
    }
    .secondNav {
        position: relative
    }
    .parToutes {
        height: 15px;
        width: 150px;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 11px;
        font-weight: bold;
        line-height: 15px;
        position: relative
    }
    .parToutes label {
        height: 15px;
        width: 100px;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 11px;
        font-weight: bold;
        line-height: 15px;
        position: relative;
        top: -5px
    }
    .toutes-les {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        margin-top: 56px
    }
    .line {
        box-sizing: border-box;
        height: 2px;
        width: 95%;
        border: 1px solid #979797;
        margin-left: 2.5%;
        position: relative;
        top: 1px
    }
    .caret {
        margin-left: 1pc;
    }
    .toutesProf {
        height: 16px;
        width: 117px;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        width: 100%;
        position: relative;
        top: -0.57pc;
        left: 5pc;
    }
    .toutesProf2 {
        padding-left: 4px;
        position: relative
    }
    .dropdown {
        position: relative;
        display: inline-block;
        float: right;
        right: 3.5pc;
    }
    .dropdown a {
        width: 100%;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px
    }
    .dropdown a:hover {
        background-color: #D8D8D8;
        text-decoration: none
    }
    .dropdown-content {
        margin-top: -2.7pc;
        display: none;
        position: absolute;
        background-color: #D8D8D8;
        min-width: 160px;
        overflow-y: hidden;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
        z-index: 1;
        height: auto;
        width: 200px;
        margin-left: 4.25pc;
    }
    .dropdown-content a {
        text-decoration: none;
        display: block;
        font-weight: bold;
        color: #313C50;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        position: relative
    }
    .dropdown-content a:hover {
        color: #FFFFFF;
        background-color: #2F3D4F
    }
    .dropdown:hover .dropdown-content {
        display: block
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }
    .toutesPop {
        float: right;
        height: 16px;
        width: 100%;
        color: #2D3F4F;
        font-family: Roboto;
        font-size: 11px;
        font-weight: bold;
        line-height: 16px
    }
    .drpdownCaret {
        float: right;
        position: absolute;
        right: 12px;
        margin-top: 8px
    }
    .dropup .caret {
        float: right;
        position: relative;
        margin-top: 1px;
        right: 15px
    }
    .searchAndPop {
        margin-top: 15%;
        margin-bottom: 8%
    }
    .vignette {
        height: auto;
        width: 100%
    }
    .vignette img {
        height: auto;
        width: 100%
    }
    .formation-clock img {
        position: absolute;
        left: 15%;
        top: 40%;
        width: 25.48px
    }
    .formation-clock p {
        position: relative;
        left: 22%
    }
    .formation-clock h3 {
        position: relative;
        left: 22%
    }
    .formation-dollars img {
        position: absolute;
        left: 15%;
        top: 38%;
        width: 18.48px
    }
    .formation-dollars p {
        position: relative;
        left: 22%
    }
    .formation-dollars h3 {
        position: relative;
        left: 22%
    }
    .formation-dollars h6 {
        position: absolute;
        left: 47%;
        top: 46%;
        font-weight: bold;
        color: #2C3D4D
    }
    .top-footer-bg {
        height: 18.25%;
        margin-top:0px;
    }
    ::-webkit-input-placeholder {
        height: 1.34%;
        width: 69.69%;
        font-size: 14px;
        line-height: 19px;
    }
    .soumettre {
        height: 1.7%;
        width: 68.13%;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .bottom-bg-footer {
        height: auto;
    }
    .bottom-bg-footer img {
        margin-left: 26.5%;
        margin-top: 10.83%;
        margin-bottom: 10%;
    }
    .logo {
        height: 4.1%;
    }
    .info {
        text-align: center;
        height: 1.06%;
        width: 100%;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 11px;
        letter-spacing: 0.5px;
        font-weight: bold;
        line-height: 15px;
    }
    .number {
        text-align: center;
        height: 4.67%;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        width: 68%;
        margin-left: 15%;
    }
    .social-icons {
        text-align: center;
        font-weight: 300;
        font-size: 1.5em;
    }
    .social-icons ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .social-icons ul li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
    }
    .social-icons ul li a {
        display: block;
        font-size: 1.4em;
        margin: 10px 10px;
        text-decoration: none;
    }
    .social-icons ul li p {
        height: 11px;
        width: auto;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 9px;
        font-weight: bold;
        line-height: 11px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 544px) and (max-width: 767px) {
    .contentWidth {
        margin-top: 1.8pc;
    }
    #right-section {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 26%;
    }
    /* Formations Detail Page Update*/
    li.cityDropdown {
        padding-bottom: 15px;
        margin-top: 15px;
        z-index: 1;
    }
    li.cityDropdown:hover, li.cityDropdown:focus, li.cityDropdown:active {
        background-color: #FFFFFF;
        padding-bottom: 15px;
        margin-top: 15px;
        text-decoration: none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border-radius: 4px;
        background-clip: padding-box;
        border-bottom: none;
    }
    li.cityDropdown a:hover {
        background-color: #FFFFFF;
    }
    li.cityDropdown a:hover, li.cityDropdown a:focus, li.cityDropdown a:active {
        text-decoration: none;
    }
    .mobileSubMenu {
        max-height:1000px!important;
    }
    .dropdown-menu {
        width: 10.75pc;
        top: 3.8pc;
        border-top: none;
        margin-right: -1px;
    }
    .dropdown-menu li a {
        padding: 5px 30px;
        color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        width: 100%;
    }
    .dropdown-menu li a:hover {
        padding: 5px 30px;
        color: #d3d4d4;
        background-color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        width: 100%;
    }
    #sub-section {
        background: #fff;
        position: relative;
        top: 5pc;
        margin-right: 6px;
        width: 100%;
        margin-left: -7px;
    }
    .left-section img {
        margin-bottom: 28px;
    }
    .formDetail .colThreeIcon {
        /*padding: 0;*/
    }
    .formDetail .colThreeIcon ul {
        margin-top: 25px;
    }
    .formDetail .left-section h4 {
        line-height: 44px;
        width: 25pc;
    }
    #right-section .toutesDown {
        margin: 0;
    }
    .cityDropdown {
        margin-top: 2.5pc;
        right: 0;
    }
    #sub-section div.col-md-6 {
        padding-right: 1.5pc;
    }
    .forBorder {
        padding: 55px 25px 10px 5px;
    }
    /* Formations Detail Page Update*/
    .leftHeaderLogo {
        margin-top: 30px;
        margin-left: 6px;
        margin-bottom: 30px;
    }
    .headerRightImage {
        position: absolute;
        background-color: #FFFFFF;
        left: 124%;
        width: 95%;
        height: 108px;
    }
    .headerRightImage img {
        position: absolute;
        right: 15px;
        bottom: 0.5pc;
    }
    .searchAndPop {
        margin-top: 5%;
        margin-bottom: 8%;
        line-height: 46px;
    }
    .show320 {
        display: none
    }
    .show320 {
        display: none
    }
    .right-section div:first-of-type{
        border-top: solid 1px #ddd;
        padding-top: 20px;
    }
    #partner #partner-logo {
        padding: 10px 0px;
    }
    #partner #partner-logo div{
        padding: 20px 0px;
    }
    #partner #partner-logo img {
        width: 190px;
    }
    #partner {
        padding: 30px 0px 30px;
        text-align:center;
    }
    #client {
        padding: 20px 0px;
        text-align: center;
    }
    #client #client-logo{
        padding: 20px 0px;
    }
    #client #client-logo div{
        padding: 20px 0px;
    }
    .mobileSubMenu .close {
        position: absolute;
        left: 6%;
        top: 14%;
        opacity: 1;
        text-shadow: none
    }
    .leftHeader img {
        margin-top: 30px;
    }
    /*.navbar-default .navbar-toggle {*/
    /*    margin-top: 42px!important;*/
    /*}*/
    .homePg .mainImage {
        margin-bottom: 30px;
    }
    .navbar {
        height: 120px;
    }
    .hideSec544 {
        display: none!important
    }
    .container {
        width: 100%;
        /*background:#ebebeb!important;
        */
    }
    main#febridx-rapid-test .container{
        background-color: #fff!important;
        max-width:100%;
        padding:0px;
        font-family: 'Roboto', sans-serif !important;
    }
    .bgWight {
        background: url(../images/bg-white.png);
        position: absolute;
        top: 0px;
        right: 0px;
        height: 120px;
        width: 14%;
        overflow: hidden;
    }
    .leftHeader ul {
        text-align: left;
        display: flex;
    }
    .parteFormationLogo img {
        margin-left: 12px;
    }
    .navHeader {
        width: 14%;
        /*margin-left: -2.5%*/
    }

    .leftHeader .leftHeaderLogo  img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .leftHeader .headerRightImage  img {
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .impact-sante-content {
        height: 52.05%;
        margin: 12.63% 2.76% 3.54% 0%
    }
    .impact-sante-title {
        height: 2.17%;
        width: 83.46%;
        font-size: 28px;
        margin: 10.96% 5.51% 2.51% 3%
    }
    .une-equipe-de-plus-d {
        height: 35.07%;
        width: 88%;
        line-height: 19px;
        margin: 8.35% 5.51% 22.07% 3%
    }
    .address-content {
        margin: 8.45% 0% 5.45% 0%;
        padding-left: 5%
    }
    .contact-nous {
        height: 1.3%;
        width: 85.11%;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.5px;
        padding-top: 8%
    }
    .contact-number {
        height: 1.34%;
        width: 100%;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 1px;
        margin: -1.75% 3.44% 1.15% 1.13%
    }
    .contact-address h5 {
        height: 1.29%;
        width: 100%;
        margin-bottom: 3%;
        margin-top: 7.21%
    }
    .contact-address {
        margin-bottom: 10%
    }
    #map {
        margin: 1.45% 0% 1.45% 0%;
    }
    .contact-form {
        height: 37.87%;
        width: 100%;
        margin: 0% 2.69% 5.45% 0%
    }
    .contact-form label {
        height: 0.69%;
        width: 90%;
        margin-top: 1%;
        margin-left: 2.51%
    }
    .contact-form input {
        height: 2.02%;
        width: 95%;
        padding: 3% 3% 3% 3%;
        margin-left: 2.51%;
        margin-right: 4.51%
    }
    .contact-form select {
        height: 2.02%;
        width: 95%;
        padding: 3% 3% 3% 3%;
        margin-left: 2.51%;
        margin-right: 4.51%
    }
    .contact-form textarea {
        height: 8.14%;
        width: 95%;
        padding: 3% 3% 3% 3%;
        margin-left: 2.51%;
        margin-right: 4.51%
    }
    .contact-form button {
        height: 2.04%;
        width: 29.78%;
        margin-bottom: 6.21%;
        margin-left: 2.51%
    }
    .envoyer {
        height: 0.98%;
        width: 16.54%;
        font-size: 10.5px;
        letter-spacing: 0.5px
    }
    .inside-form-margin {
        padding-top: 7%
    }
    .form-margin {
        margin-top: 11%
    }
    .contact-content {
        margin-bottom: 3%
    }
    .service-margin {
        margin-top: 5%
    }
    .service-jumbotron {
        height: auto;
        width: auto;
        margin-top: 7%
    }
    .content-background {
        width: 100%;
        height: 720px;
        background-color: #FFFFFF
    }
    .content-background1 {
        width: 100%;
        height: 700px;
        background-color: #FFFFFF
    }
    .formationImage {
        height: 210px;
        width: 210px;
        float: left;
        position: absolute;
        z-index: 1
    }
    .premisersImage {
        height: 210px;
        width: 210px;
        float: right;
        position: absolute;
        z-index: 1;
        right: 3%
    }
    .autreImage {
        height: 210px;
        width: 210px;
        float: left;
        position: absolute;
        z-index: 1
    }
    .service4 {
        height: 210px;
        width: 210px;
        float: right;
        position: absolute;
        z-index: 1;
        right: 3%
    }
    h2.content-font-head {
        height: auto;
        width: 52%;
        font-size: 24px;
        margin-top: 2%;
        left: 1%;
        float: right;
        position: relative
    }
    .content-font-head1 {
        height: auto;
        width: 55%;
        font-size: 24px;
        margin-top: 2%;
        float: left
    }
    p.content-paragraph {
        height: auto;
        width: 50%;
        font-size: 14px;
        margin-top: 2%;
        letter-spacing: 0.1px;
        margin-left: 50%
    }
    p.content-paragraph1 {
        height: auto;
        width: 50%;
        font-size: 14px;
        margin-top: 2%;
        letter-spacing: 0.1px;
        float: left;
        position: relative
    }
    a.reservez-button {
        width: 27%;
        margin-left: 25%;
        margin-right: 23%;
        margin-top: 2%;
        padding: 2% 2% 2% 2%;
        float: right
    }
    a.reservez-button1 {
        width: 27%;
        margin-right: 30%;
        margin-top: 2%;
        padding: 2% 2% 2% 2%
    }
    span.reservez {
        height: 0.69%;
        width: 6.98%
    }
    .bgColortoutes {
        border-radius: 3px;
        background-color: #2F3D4F;
        height: 121px;
        width: auto;
        margin-top: 40px;
        margin-bottom: 3%
    }
    .parToutes {
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        margin-top: 1px;
        margin-right: 5%;
        margin-top: 6px;
    }
    .toutes-les {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        margin-top: 56px
    }
    .line {
        box-sizing: border-box;
        height: 2px;
        width: 95%;
        border: 1px solid #979797;
        margin-top: 20px;
        margin-left: 15px
    }
    .secondNav {
        margin-top: 3%
    }
    .toutesProf {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px
    }
    .dropdown {
        position: absolute;
    ;
        display: inline-block;
        margin-top: 3px;
    }
    .dropdown a:hover {
        background-color: #D8D8D8;
        text-decoration: none
    }
    .dropdown-content {
        margin-top: -24px;
        display: none;
        position: absolute;
        background-color: #D8D8D8;
        min-width: 160px;
        overflow-y: hidden;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
        z-index: 1;
        height: auto;
        width: 200px;
        margin-left: -10px;
    }
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: bold;
        color: #313C50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        width: 100%
    }
    .dropdown-content a:hover {
        color: #FFFFFF;
        background-color: #2F3D4F
    }
    .dropdown:hover .dropdown-content {
        display: block
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }
    .drpdownCaret {
        float: right;
        position: absolute;
        right: 15px;
        margin-top: 1%
    }
    .dropup .caret {
        float: right;
        position: relative;
        margin-top: 3%
    }
    .vignette {
        height: auto;
        width: 100%
    }
    .vignette img {
        width: 100%
    }
    .caption h5 {
        /*height: 32px*/
    }
    .caret544 {
        margin-left: 1pc;
    }
    .formation-clock img {
        position: absolute;
        left: 17%;
        top: 40%;
        width: 25.48px
    }
    .formation-clock p {
        position: relative;
        left: 22%
    }
    .formation-clock h3 {
        position: relative;
        left: 22%
    }
    .formation-dollars img {
        position: absolute;
        left: 15%;
        top: 38%;
        width: 18.48px
    }
    .formation-dollars p {
        position: relative;
        left: 20%
    }
    .formation-dollars h3 {
        position: relative;
        left: 20%
    }
    .formation-dollars h6 {
        position: absolute;
        margin-left: 42%;
        top: 46%;
        font-weight: bold;
        color: #2C3D4D
    }
    .top-footer-bg {
        height: 13.74%;
        margin-top:0px;
    }
    .top-footer-bg .container {
        background:transparent!important;
    }
    .bottom-bg-footer .container {
        background:transparent!important;
    }
    .bottom-credits-footer .container {
        background:transparent!important;
    }
    ::-webkit-input-placeholder {
        height: 1.29%;
        width: 40.99%;
        font-size: 14px;
        line-height: 19px
    }
    .soumettre {
        height: 1.62%;
        width: 16.54%;
        font-size: 12px;
        line-height: 24px
    }
    .bottom-bg-footer img {
        margin-left: 36.21%;
        margin-top: 4.83%;
        margin-bottom: 5%;
        margin-right: 36.03%
    }
    .logo {
        height: 3.93%;
        width: 27.76%
    }
    .info {
        text-align: center;
        height: 1.02%;
        width: 100%;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 1px
    }
    .number {
        text-align: center;
        height: 4.67%;
        width: 80%;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        margin-top: -1%
    }
    .social-icons {
        text-align: center;
        font-weight: 300;
        font-size: 1.5em
    }
    .social-icons ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .social-icons ul li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle
    }
    .social-icons ul li a {
        display: block;
        font-size: 1.4em;
        margin: 10px 10px;
        text-decoration: none
    }
    .social-icons ul li p {
        height: 11px;
        width: auto;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 11px;
        font-weight: bold;
        line-height: 11px;
        padding: 15px 0;
        margin-bottom: 20px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Formations-detail Page */
    .sidebar-inscription{
        float:none!important;
    }
    .customWidth {
        padding-top: 3px;
    }
    li.cityDropdown {
        padding-bottom: 15px;
        margin-top: 15px;
        z-index: 1;
    }
    li.cityDropdown:hover, li.cityDropdown:focus, li.cityDropdown:active {
        background-color: #FFFFFF;
        padding-bottom: 15px;
        margin-top: 15px;
        text-decoration: none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border-radius: 4px;
        background-clip: padding-box;
        border-bottom: none;
    }
    li.cityDropdown a:hover {
        background-color: #FFFFFF;
    }
    li.cityDropdown a:hover, li.cityDropdown a:focus, li.cityDropdown a:active {
        text-decoration: none;
    }
    .dropdown-menu {
        width: 10.75pc;
        top: 3.8pc;
        border-top: none;
        margin-right: -1px;
    }
    .dropdown-menu li a {
        padding: 5px 30px;
        color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        width: 100%;
    }
    .dropdown-menu li a:hover {
        padding: 5px 30px;
        color: #d3d4d4;
        background-color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        width: 100%;
    }
    .formDetail .left-section h4 {
        font-size: 32px;
    }
    .left-section img {
        margin-bottom: 30px;
    }
    .formDetail .colThreeIcon {
        padding: 25px 5px;
    }
    .formDetail .disText {
        padding: 35px 0px;
    }
    .forBorder {
        padding: 55px 20px 5px 0px;
    }
    #sub-section {
        top: 10px;
        margin-left: 5px;
        margin-bottom: 7.5pc;
        width:100%
    }
    #sub-section div.col-md-6 {
        padding-right: 30px;
    }
    /* Formations-detail Page */
    .leftHeader {
        padding-bottom: 10px;
    }
    .leftHeaderLogo img {
        margin-top: 5%;
        margin-left: 1%;
    }
    .headerRightImage {
        position: absolute;
        background-color: #FFFFFF;
        right: -6px;
        width: 225px;
        height: 120px;
        bottom: -0.6pc;
    }
    .headerRightImage img {
        position: absolute;
        right: 15px;
        bottom: 0.6pc;
    }
    .show320 {
        display: none
    }
    .show320 {
        display: none
    }
    #partner #partner-logo img {
        width: 138.9px;
    }
    .homePg .mainImage {
        margin-bottom: 30px;
    }
    .container {
        width: 100%;
        padding-right: 21px;
        padding-left: 21px;
    }
    .bgWight {
        background: url(../images/bg-white.png);
        position: absolute;
        top: 0px;
        right: 0px;
        height: 120px;
        width: 14%;
        overflow: hidden;
    }
    .Col-7md {
        width: 66%
    }
    .Col-5md {
        width: 34%;
        padding-right: 10px;
    }
    .xsRightPad {
        padding-left: 10px;
    }
    /*.nav>li>a {*/
    /*    margin: 0px 11px 0px;*/
    /*}*/
    .paiementType {
        display: inline-block;
        margin-top: 15px;
        padding-left: 0px;
        color: white;
        height: 26px!important;
        width: 86px!important;
        border-radius: 3px!important;
        background-color: #2D3F4F;
    }
    .paiementType a {
        padding: 4px 0px!important;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .m-t-80 {
        margin-top: 61px;
    }
    .homePg .colList .thumbnail {
        margin-bottom: 30px;
    }
    .homePg .colList {
        margin-top: 30px;
    }
    .homePg .voirForm h3 {
        margin-top: 0px;
    }
    .homePg .emplyeeSec .employee p {
        /* padding: 0px 30px 20px 50px;
         */
    }
    .homePg .emplyeeSec .employee img {
        margin-top: 60px;
    }
    .contact-form {
        margin-bottom: 20px
    }
    .noPadding {
        padding-left: 0px
    }
    .top-footer-right input {
        padding: 3% 4% 4% 4%
    }
    .leftHeader img {
        margin-top: 20%;
    }
    .middleHeader {
        width: 100%;
    }
    .middleTextHeader {
        position: absolute;
        right: 24pc;
        bottom: 6.1pc;
    }
    .middleTextHeader small {
        position: absolute;
        right: 50px;
        top: 0;
        left: 0;
    }
    .middleTextHeader p {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
    }
    .middleHeader small {
        height: 0.97%;
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 15px;
        letter-spacing: 1px;
        margin-left: -38px;
        top: 12px;
    }
    .middleHeader p {
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 20px;
        line-height: 25px;
        text-align: right;
        margin-top: 40px;
        width: 146px;
    }
    /*.navbar-default .navbar-collapse {*/
    /*    width: 100%;*/
    /*}*/
    .navbar-right~.navbar-right {
        margin-right: 10%
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        font-family: 'Roboto',
    }
    .impact-sante-content {
        height: 47.87%;
        margin: 6.63% 0% 12.46% 0%
    }
    .impact-sante-title {
        height: 2.07%;
        width: 92.32%;
        font-size: 28px;
        margin: 8.50% 0% 2.51% 3.91%
    }
    .une-equipe-de-plus-d {
        height: 33.46%;
        width: 89%;
        line-height: 19px;
        margin: 6.35% 3.91% 13.07% 3.91%
    }
    .address-content {
        margin-top: 13%
    }
    .contact-nous {
        height: 1.84%;
        width: 60%;
        font-size: 26px;
        padding-top: 7%;
        margin-left: 6%
    }
    .contact-number {
        height: 3.79%;
        width: 57%;
        font-size: 24px;
        line-height: 33px;
        margin: 1% 0% 0% 7%
    }
    .contact-address h5 {
        height: 1.84%;
        width: 150%;
        margin-top: 18%
    }
    .contact-address {
        height: 4.37%;
        width: 50%;
        color: #444444;
        font-family: "Open Sans";
        font-size: 14px;
        line-height: 19px;
        margin: 1% 0% 10% 7%
    }
    #map {
        width: 56.51%;
        opacity: 0.9;
        opacity: 0.9;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .form-margin {
        margin-top: 12%;
        margin-bottom: 12%
    }
    .contact-form {
        margin-top: 19%;
        padding: 12px;
    }
    .contact-form label {
        height: 0.98%;
        width: 50%;
        margin-top: 4%
    }
    .contact-form input {
        height: 2.87%;
        width: 100%;
        padding: 5% 5% 5% 5%
    }
    .contact-form input::placeholder {
    }
    .contact-form select {
        height: 2.87%;
        width: 100%;
        padding: 5% 5% 5% 5%
    }
    .contact-form textarea {
        height: 11.49%;
        width: 100%;
        padding: 5% 5% 5% 5%
    }
    .contact-form button {
        height: 2.87%;
        width: 50%;
        margin: 5% 5% 5% 5%
    }
    .envoyer {
        height: 1.38%;
        width: 11.72%
    }
    .service-margin {
        margin-top: 5%
    }
    .service-jumbotron {
        height: auto;
        width: 100%;
        margin-left: 1%
    }
    .formationImage {
        height: 250px;
        margin-left: -4.6pc;
        margin-top: -1.1pc;
    }
    .premisersImage {
        height: 250px;
        margin-right: -4.6pc;
        margin-top: -1.1pc;
    }
    .autreImage {
        height: 250px;
        margin-left: -4.6pc;
        margin-top: -1.1pc;
    }
    .service4 {
        height: 250px;
        margin-right: -4.6pc;
        margin-top: -1.1pc;
    }
    .content-font-head {
        height: auto;
        width: 55%;
        font-size: 23px;
        margin-left: -5%;
        margin-top: 2%;
        float: right
    }
    .content-font-head1 {
        height: auto;
        width: 55%;
        font-size: 23px;
        margin-left: -5%;
        margin-top: 2%;
        float: left
    }
    p.content-paragraph {
        height: auto;
        width: 55%;
        font-size: 13px;
        margin-left: -5%;
        margin-top: 2%;
        letter-spacing: 0.1px;
        float: right
    }
    p.content-paragraph1 {
        height: auto;
        width: 55%;
        font-size: 13px;
        margin-left: -5%;
        margin-top: 2%;
        letter-spacing: 0.1px;
        float: left
    }
    a.reservez-button {
        width: 27%;
        margin-left: 25%;
        margin-right: 28%;
        margin-top: 2%;
        padding: 2% 2% 2% 2%;
        float: right
    }
    a.reservez-button1 {
        width: 27%;
        margin-right: 30%;
        margin-left: -5%;
        margin-top: 2%;
        padding: 2% 2% 2% 2%
    }
    span.reservez {
        height: 0.69%;
        width: 6.98%
    }
    .content-background {
        width: 100%;
        height: 510px;
        background-color: #FFFFFF
    }
    .content-background1 {
        width: 100%;
        height: 510px;
        background-color: #FFFFFF
    }
    .bgColortoutes {
        border-radius: 3px;
        background-color: #2F3D4F;
        height: 121px;
        margin-top: 40px;
        margin-bottom: 3%
    }
    .parToutes {
        color: #BBBBBB;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        margin-top: 1px;
        margin-right: 3%
    }
    .toutes-les {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        margin-top: 56px
    }
    .line {
        box-sizing: border-box;
        height: 2px;
        width: 95%;
        border: 1px solid #979797;
        margin-top: 15px;
        margin-left: 15px
    }
    .secondNav {
        margin-top: 3%
    }
    .toutesProf {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px
    }
    .dropdown {
        position: relative;
        display: inline-block
    }
    .dropdown a {
    }
    .dropdown a:hover {
        background-color: #D8D8D8;
        text-decoration: none
    }
    .dropdown-content {
        margin-top: -30px;
        display: none;
        position: absolute;
        background-color: #D8D8D8;
        min-width: 160px;
        overflow-y: hidden;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
        z-index: 1;
        height: auto;
        width: 200px
    }
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: bold;
        color: #313C50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        width: 100%
    }
    .dropdown-content a:hover {
        color: #FFFFFF;
        background-color: #2F3D4F
    }
    .dropdown:hover .dropdown-content {
        display: block
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }
    .toutesPop {
        float: right;
        height: 16px;
        width: 50%;
        color: #2D3F4F;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px
    }
    .drpdownCaret {
        float: right;
        position: relative;
        left: 82%;
        top: 4%
    }
    .dropup .caret {
        float: right;
        position: relative;
        left: 1%;
        top: 2%
    }
    .searchAndPop {
        margin-top: 6%;
        margin-bottom: 2%
    }
    .vignette {
        height: auto;
        width: 100%;
        border-radius: 3px;
        background-color: #FFFFFF
    }
    .vignette img {
        height: auto;
        width: 100%;
        border-radius: 3px;
        background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53.11%, rgba(0, 0, 0, 0.4) 100%);
    }
    .caption h5 {
        /*height: 32px;
        */
        width: 100%;
        color: #AE000F;
        font-family: Roboto;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        text-transform: uppercase
    }
    .caption p>a {
        height: 18px;
        width: 100%;
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 13px;
        font-weight: bold;
        line-height: 18px
    }
    .thumbnailMargin {
        margin-bottom: 0px
    }
    .caret544 {
        margin-left: 5px
    }
    .formation-clock img {
        position: absolute;
        left: 17%;
        top: 40%;
        width: 25.48px
    }
    .formation-clock p {
        position: relative;
        left: 22%
    }
    .formation-clock h3 {
        position: relative;
        left: 22%
    }
    .formation-dollars img {
        position: absolute;
        left: 15%;
        top: 38%;
        width: 18.48px
    }
    .formation-dollars p {
        position: relative;
        left: 20%
    }
    .formation-dollars h3 {
        position: relative;
        left: 20%
    }
    .formation-dollars h6 {
        position: absolute;
        left: 48%;
        top: 46%;
        font-weight: bold;
        color: #2C3D4D
    }
    .top-footer-bg {
        height: 13.11%;
        margin-top:0px;
    }
    ::-webkit-input-placeholder {
        height: 1.23%;
        width: 29.04%;
        font-size: 14px;
        line-height: 19px
    }
    .soumettre {
        height: 1.55%;
        width: 11.72%;
        font-size: 12px;
        line-height: 24px
    }
    .bottom-bg-footer img {
        margin-left: 2.21%;
        margin-top: 4.83%;
        margin-right: 36.03%
    }
    .logo {
        height: 3.75%;
        width: 19.66%
    }
    .info {
        text-align: right;
        height: 0.97%;
        width: 100%;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 1px;
        margin-top: -12.21%
    }
    .number {
        text-align: right;
        height: 2.13%;
        width: 100%;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 24px;
        line-height: 33px;
        margin-top: -10.08%
    }
    .social-icons {
        text-align: center;
        font-weight: 300;
        font-size: 1.5em
    }
    .social-icons ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .social-icons ul li a {
        display: block;
        font-size: 1.4em;
        margin: 25px 0px 25px 8px;
        text-decoration: none;
        float: right
    }
    .social-icons ul li a img {
        float: right
    }
    .social-icons ul li p {
        height: 11px;
        width: auto;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 11px;
        margin: 30px 25px;
        float: left;
        letter-spacing: 0.5px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homePg .emplyeeSec .employee p {
        font-size: 13px;
    }

    .leftHeaderLogo {
        padding-left: 15px;
    }
    /* Formations Page */
    .dropdown-content a {
        padding-right: 0px important;
    }
    .dropdown a {
        padding-right: 0px !important;
    }
    /* Formations Page */
    /* Formations-detail Page */
    li.cityDropdown {
        padding-left: 23px;
        margin-top: 0pc;
        margin-bottom: 2.45pc;
        width:100%;
    }
    li.cityDropdown:hover, li.cityDropdown:focus, li.cityDropdown:active {
        background-color: #FFFFFF;
        padding-left: 23px;
        text-decoration: none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border-radius: 4px;
        background-clip: padding-box;
        border-bottom: none;
    }
    li.cityDropdown a:hover {
        background-color: #FFFFFF;
    }
    li.cityDropdown a:hover, li.cityDropdown a:focus, li.cityDropdown a:active {
        text-decoration: none;
    }
    .dropdown-menu {
        margin-top: 1.7pc;
        width: 10.92pc;
        top: 2.4pc;
        border-top: none;
        margin-right: -1px;
    }
    .dropdown-menu li a {
        padding: 5px 30px;
        color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        width: 100%;
    }
    .dropdown-menu li a:hover {
        padding: 5px 30px;
        color: #d3d4d4;
        background-color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        width: 100%;
    }
    .formDetail .left-section h4 {
        font-size: 28px;
    }
    .formDetail .colThreeIcon {
        padding: 25px 0px;
    }
    .list-inline>li {
        padding-right: 0px;
    }
    .formDetail .disText {
        padding: 30px 0px;
    }
    .forBorder {
        padding: 50px 20px 5px 5px;
    }
    #sub-section {
        top: -2pc;
    }
    #sub-section div h4 {
        font-size: 18px;
    }
    #sub-section div p {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.1px;
    }
    #sub-section div button {
        width: 96px;
        font-size: 10px;
    }
    #right-section .toutesDown {
        margin: 0px 0px;
    }
    /* Formations-detail Page */
    .leftHeader {
        height: 120px;
    }
    .middleHeader {
        position: absolute;
        right: 0;
    }
    .middleTextHeader {
        margin-right: 1pc;
    }
    .headerRightImage {
        position: absolute;
        background-color: #FFFFFF;
        width: 44%;
        height: 120px;
        right: -12.3pc;
    }
    .headerRightImage img {
        position: absolute;
        right: 10px;
        bottom: 0px;
        width: 80%;
    }
    .middleHeader small {
        margin-top: 15%!important;
    }
    .show320 {
        display: none
    }
    .show320 {
        display: none
    }
    .Col-7md {
        width: 53.333333%;
    }
    .Col-5md {
        width: 46.666667%;
    }
    .sante-col {
        width: 83.33333333%;
    }
    .xsRightPad {
        width: 16.66666667%;
        position: relative
    }
    .bgWight {
        background: url(../images/bg-white.png);
        position: absolute;
        top: 0px;
        right: 0px;
        height: 120px;
        width: 14%;
        overflow: hidden;
    }
    .parteFormationLogo img {
        margin-left: 7px;
    }
    .leftHeaderLogo img {
        width: 90%;
    }
    .leftHeader img {
        margin-top: 20%;
        margin-bottom: 8%;
    }
    .leftHeaderRight p {
        font-size: 10px;
        margin-left: 0px;
        top: 4.3pc;
        position: absolute;
    }
    .middleHeader small {
        margin-top: 12.6%!important;
        height: 0.99%;
        font-size: 11px;
        letter-spacing: 1px;
        position: absolute;
        right: 45px;
        top: -10px;
    }
    .middleHeader p {
        line-height: 33px;
        font-size: 19px!important;
        position: absolute;
        right: 45px;
        top: 4.2pc;
    }
    .impact-sante-content {
        height: 48.69%;
        width: 63.11%;
        margin: 3.40% 19.44% 7.46% 19.44%;
        padding-right: 2.38%
    }
    .impact-sante-title {
        height: 2.1%;
        width: 60.27%;
        font-size: 28px;
        margin: 6.55% 2.46% 2.43% 2.38%
    }
    .une-equipe-de-plus-d {
        height: 34.03%;
        width: 100%;
        font-size: 13.5px;
        line-height: 19px;
        margin: 3.35% 0% 14.07% 1.38%
    }
    .address-content {
        height: 30.73%;
        width: 100%;
        margin-top: 5%
    }
    .contact-nous {
        height: 1.89%;
        width: 100%;
        font-size: 24px;
        margin: 5.70% 2.38% 0% 3.38%;
        padding-top: 6%
    }
    .contact-number {
        height: 1.95%;
        width: 100%;
        font-size: 24px;
        line-height: 33px;
        margin: -0.41% 2.38% 0% 3.38%
    }
    .contact-address h5 {
        height: 1.89%;
        width: 48.41%;
        margin-top: 6%
    }
    .contact-address {
        height: 4.5%;
        width: 100%;
        color: #444444;
        font-family: "Open Sans";
        font-size: 14px;
        line-height: 19px;
        margin: 1% 2.38% 10% 3.38%
    }
    #map {
        margin-top: 5%;
        margin-bottom: 10%
    }
    .contact-form {
        margin-top: 8%
    }
    .contact-form label {
        height: 1.01%;
        width: 100%;
        margin: 3% 2.86% 0% 2.38%
    }
    .contact-form input {
        height: 2.96%;
        width: 94%;
        margin: 2% 2.86% 2% 2.38%;
        padding: 4% 3% 4% 3%
    }
    .contact-form input::placeholder {
        height: 1.12%;
        width: 4.05%;
        color: #999999;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 300;
        line-height: 19px
    }
    .contact-form select {
        height: 2.96%;
        width: 94%;
        margin: 2% 2.86% 2% 2.38%;
        padding: 4% 3% 4% 3%
    }
    .contact-form textarea {
        height: 11.84%;
        width: 94%;
        margin: 2% 2.86% 2% 2.38%;
        padding: 4% 3% 4% 3%
    }
    .contact-form button {
        height: 2.96%;
        width: 38.86%;
        margin: 2% 2.86% 10% 2.38%
    }
    .envoyer {
        height: 1.42%;
        width: 7.14%;
        letter-spacing: 0.5px
    }
    .form-margin {
        margin-top: 5.70%
    }
    .service-margin {
        margin-top: 4%
    }
    .service-jumbotron {
        height: auto;
        width: 100%
    }
    .formationImage {
        height: 400px
    }
    .premisersImage {
        height: 400px
    }
    .autreImage {
        height: 400px
    }
    .service4 {
        height: 400px
    }
    .content-font-head {
        height: auto;
        width: 105%;
        font-size: 23px;
        margin-left: -8%;
        margin-top: 3%
    }
    .content-font-head1 {
        height: auto;
        width: 105%;
        font-size: 23px;
        margin-left: -8%;
        margin-top: 3%
    }
    p.content-paragraph {
        height: auto;
        width: 115%;
        font-size: 12px;
        margin-left: -8%;
        margin-top: 5%
    }
    p.content-paragraph1 {
        height: auto;
        width: 115%;
        font-size: 12px;
        margin-left: -8%;
        margin-top: 5%
    }
    a.reservez-button {
        margin-top: 3%;
        margin-left: -8%;
        width: 27%;
        height: auto;
        padding: 2% 2% 2% 2%;
        margin-bottom: 12%
    }
    a.reservez-button1 {
        margin-top: 3%;
        margin-left: -8%;
        width: 27%;
        height: auto;
        padding: 2% 2% 2% 2%;
        margin-bottom: 12%
    }
    span.reservez {
        height: 0.69%;
        width: 6.98%
    }
    .content-background {
        width: 105%;
        margin-left: -5.5%;
        height: 400px;
        background-color: #FFFFFF
    }
    .content-background1 {
        width: 105.5%;
        margin-right: -5.5%;
        height: 400px;
        background-color: #FFFFFF;
        margin-bottom: -5%
    }
    .content-margin {
        margin-top: 5%
    }
    .bgColortoutes {
        height: 80px;
        border-radius: 3px;
        background-color: #2F3D4F;
        margin-bottom: 4%;
        margin-top: 4%
    }
    .container.customWidth form#frmsort label{
        margin-top:0px!important;
        color: #ccc!important;
    }
    .toutesSearch {
        margin-top: 1.5%;
        margin-left: 2%
    }
    .parToutes {
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        margin-top: 1%
    }
    .toutes-les {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px
    }
    .secondNav {
        margin-top: 10%
    }
    .toutesProf {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px
    }
    .toutesMain {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        width: 100;
        padding-bottom: 5%
    }
    .dropdown {
        position: relative;
        display: inline-block
    }
    .dropdown a {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px
    }
    .dropdown a:hover {
        background-color: #D8D8D8;
        text-decoration: none
    }
    .dropdown-content {
        margin-top: -28px;
        display: none;
        position: absolute;
        background-color: #D8D8D8;
        min-width: 160px;
        overflow-y: hidden;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
        z-index: 1;
        height: auto;
        width: 200px
    }
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: bold;
        color: #313C50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        padding-right: 27px
    }
    .dropdown-content a:hover {
        color: #FFFFFF;
        background-color: #2F3D4F
    }
    .dropdown:hover .dropdown-content {
        display: block
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }
    .toutesPop {
        float: right;
        height: 0.56%;
        width: 18%;
        color: #FFFFFF;
        font-family: "Proxima Nova";
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.5px;
        margin-top: 3.5%;
        margin-right: 2%
    }
    .drpdownCaret {
        float: right;
        position: relative;
        margin-top: -14%
    }
    .dropup .caret {
        float: right;
        position: relative;
        margin-top: -9%
    }
    .thumbnail {
        margin-right: 5%
    }
    .vignette {
        height: auto;
        width: 100%;
        border-radius: 3px;
        background-color: #FFFFFF
    }
    .vignette img {
        width: 100%;
        border-radius: 3px;
        background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53.11%, rgba(0, 0, 0, 0.4) 100%);
    }
    .caption h5 {
        /*height: 32px;
        */
        width: 100%;
        color: #AE000F;
        font-family: Roboto;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        text-transform: uppercase
    }
    .caption p>a {
        height: 18px;
        width: 100%;
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 13px;
        font-weight: bold;
        line-height: 18px
    }
    .searchIcon {
        height: 27.15px;
        width: 27.55px;
        margin: 32px 0px 31px 28px
    }
    .parProgramme p {
        height: 16px;
        width: 109px;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px
    }
    .caret544 {
        margin-left: 5px
    }
    .formation-clock img {
        position: absolute;
        left: 15%;
        top: 40%;
        width: 25.48px
    }
    .formation-clock p {
        position: relative;
        left: 22%
    }
    .formation-clock h3 {
        position: relative;
        left: 22%
    }
    .formation-dollars img {
        position: absolute;
        left: 15%;
        top: 38%;
        width: 18.48px
    }
    .formation-dollars p {
        position: relative;
        left: 20%
    }
    .formation-dollars h3 {
        position: relative;
        left: 20%
    }
    .formation-dollars h6 {
        position: absolute;
        margin-left: 37%;
        top: 46%;
        font-weight: bold;
        color: #2C3D4D
    }
    .top-footer-bg {
        height: 8.54%;
        margin-top:0px;
    }
    ::-webkit-input-placeholder {
        height: 1.25%;
        width: 17.7%;
        font-size: 14px;
        line-height: 19px
    }
    .soumettre {
        height: 1.58%;
        width: 15.14%;
        font-size: 12px;
        line-height: 24px
    }
    .bottom-bg-footer img {
        margin-left: 2.21%;
        margin-top: 4.83%;
        margin-right: 36.03%
    }
    .info {
        text-align: right;
        height: 0.97%;
        width: 100%;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 1px
    }
    .number {
        text-align: right;
        height: 2.13%;
        width: 100%;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 24px;
        line-height: 33px;
        margin-top: -2%
    }
    .social-icons {
        text-align: center;
        font-weight: 300;
        font-size: 1.5em
    }
    .social-icons ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .social-icons ul li a {
        display: block;
        font-size: 1.4em;
        margin: 25px 0px 25px 7px;
        text-decoration: none;
        float: right
    }
    .social-icons ul li a img {
        float: right
    }
    .social-icons ul li p {
        height: 11px;
        width: auto;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 11px;
        margin: 30px 25px;
        float: left;
        letter-spacing: 0.5px
    }
}

.headerRightImage:after {
    content: '';
    background-color: white;
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    #right-section {
        width: 100%;
    }
    #sub-section {
        padding-right: 4%;
        margin-right: -5%;
    }
    #right-section .toutesDown {
        padding-bottom: 20px;
        margin-top: 15px;
        margin-right: -23px;
    }
    li.cityDropdown {
        position: relative;
        top: -1pc;
        margin-bottom: 2.45pc;
    }
    li.cityDropdown a:hover, li.cityDropdown a:focus, li.cityDropdown a:active {
        background-color: #FFFFFF;
        text-decoration: none;
        padding-left: 45px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border-radius: 4px;
        background-clip: padding-box;
        border-bottom: none;
    }
    .dropdown-menu {
        padding-right: 2px;
        width: 12pc;
        top: 4.9pc;
        border-top: none;
        margin-right: -1.5pc;
    }
    .dropdown-menu li a {
        padding: 5px 32px;
        color: #313c50;
        font-weight: bold;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
    }
    .dropdown-menu li a:hover {
        padding: 5px 30px;
        background-color: #313c50;
        color: #d3d4d4;
    }
    .dropdown-header {
        padding: 0;
    }
    .customWidth {
        width: 1215px;
    }
    .headerRightImage {
        background-color: #ffffff;
        width: 34.5%;
        height: 120px;
        margin-right: -15px;
        position: relative;
    }
    .headerRightImage img {
        position: absolute;
        right: 34px;
        bottom: 11px;
    }



    /*.middleHeader {*/
    /*    overflow: hidden;*/
    /*}*/
    .leftHeader img {
        margin-top: 17.5%;
        margin-left: -8.5%;
    }
    .leftHeaderRight p {
        font-size: 10px;
        margin-left: 7px;
        font-family: "Open Sans";
        font-weight: 500;
        position: absolute;
        bottom: 0;
        line-height: 12px;
        letter-spacing: 1px;
    }
    .middleHeader small {
        height: 15px;
        width: 179px;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1.5px;
        position: absolute;
        top: 3pc;
        right: 39.5%;
        margin-right: -2px;
        line-height: 15px;
    }
    .middleHeader p {
        font-size: 22px;
        position: absolute;
        bottom: 13px;
        /*width: 3670px;*/
        line-height: 33px;
        left: 13pc;
        letter-spacing: 0.5px;
        font-weight: 300;
    }
    .impact-sante-content {
        height: 48.69%;
        width: 63.11%;
        margin: 3.40% 19.44% 7.46% 19.44%;
        padding-right: 2.38%
    }
    .impact-sante-title {
        font-size: 28px;
        margin: 6.55% 2.46% 2.43% 1.38%
    }
    .une-equipe-de-plus-d {
        font-size: 13.5px;
        line-height: 19px;
        margin: 3.35% 0% 14.07% 1.38%
    }
    .address-content {
        /* height: 30.73%;
        */
        width: 100%;
        /* margin-top: 5%;
        */
        /* padding-bottom: 5%;
        */
    }
    .contact-nous {
        /* height: 1.89%;
        */
        width: 100%;
        font-size: 28px;
        /* margin: 5.70% 2.38% 0% 3.38%;
        */
        /* padding-top: 5%*/
    }
    .contact-number {
        height: 1.95%;
        width: 100%;
        font-size: 24px;
        line-height: 33px;
    }
    .contact-address h5 {
        height: 1.89%;
        width: 48.41%;
        margin-top: 6%
    }
    .contact-address {
        height: 4.5%;
        width: 100%;
        color: #444444;
        font-family: "Open Sans";
        font-size: 14px;
        line-height: 19px;
        margin: 1% 2.38% 10% 3.38%
    }
    /* #map {
         margin-top: 5%;
         margin-bottom: 10%
    }
    */
    .contact-form {
        margin: 8% 0% 0% 0%;
        padding: 2px 15px;
    }
    .contact-form label {
        height: 1.01%;
        width: 100%;
    }
    .contact-form input {
        height: 2.96%;
        width: 94%;
        margin: 2% 2.86% 2% 2.38%;
        padding: 3.5% 3% 3.5% 3%
    }
    .contact-form input::placeholder {
        height: 1.12%;
        width: 4.05%;
        color: #999999;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 300;
        line-height: 19px
    }
    .contact-form select {
        height: 2.96%;
        width: 94%;
        margin: 2% 2.86% 2% 2.38%;
        padding: 3.5% 3% 3.5% 3%
    }
    .contact-form textarea {
        height: 11.84%;
        width: 94%;
        margin: 2% 2.86% 2% 2.38%;
        padding: 3.5% 3% 3.5% 3%
    }
    .contact-form button {
        height: 2.96%;
        width: 38.86%;
        margin: 2% 2.86% 2% 2.38%;
        margin-bottom: 10%
    }
    .envoyer {
        height: 1.42%;
        width: 7.14%;
        letter-spacing: 1px
    }
    .form-margin {
        margin-top: 5.70%
    }
    .service-margin {
        margin-top: 4%
    }
    .service-jumbotron {
        height: auto;
        width: 100%
    }
    .formationImage {
        height: 400px
    }
    .premisersImage {
        height: 400px
    }
    .autreImage {
        height: 400px
    }
    .service4 {
        height: 400px
    }
    .content-font-head {
        height: auto;
        width: 100%;
        font-size: 28px;
        margin-left: -2%;
        margin-top: 3%;
        font-weight: 900;
        line-height: 32px;
    }
    .content-font-head1 {
        height: auto;
        width: 100%;
        font-size: 23px;
        margin-left: -2%;
        margin-top: 3%
    }
    p.content-paragraph {
        height: auto;
        width: 107%;
        font-size: 14px;
        margin-top: 5%;
        margin-left: -2%;
        letter-spacing: 0.1px
    }
    p.content-paragraph1 {
        height: auto;
        width: 107%;
        font-size: 14px;
        margin-top: 5%;
        margin-left: -2%;
        letter-spacing: 0.1px
    }
    a.reservez-button {
        margin-top: 3%;
        width: 27%;
        height: auto;
        padding: 2% 2% 2% 2%;
        margin-left: -2%;
        margin-bottom: 12%
    }
    a.reservez-button1 {
        margin-top: 3%;
        width: 27%;
        height: auto;
        padding: 2% 2% 2% 2%;
        margin-left: -2%;
        margin-bottom: 12%
    }
    span.reservez {
        height: 0.69%;
        width: 6.98%
    }
    .content-background {
        width: 105%;
        margin-left: -5.5%;
        height: 400px;
        background-color: #FFFFFF
    }
    .content-background1 {
        width: 105.5%;
        margin-right: -5.5%;
        height: 400px;
        background-color: #FFFFFF;
        margin-bottom: -5%
    }
    .bgColortoutes {
        height: 80px;
        border-radius: 3px;
        background-color: #2F3D4F;
        margin-bottom: 4%;
        margin-top: 4%
    }
    .toutesSearch {
        margin-top: 1.4%;
        margin-left: 2%
    }
    .parToutes {
        height: 16px;
        width: 150px;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        margin-top: 1%
    }
    .toutes-les {
        height: 19px;
        width: 143px;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px
    }
    .secondNav {
        margin-top: 8%
    }
    .toutesProf {
        height: 0.76%;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px
    }
    .toutesMain {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 8px;
        font-weight: bold;
        line-height: 19px;
        width: 100;
        padding-bottom: 5%
    }
    .dropdown {
        position: relative;
        display: inline-block
    }
    .dropdown a {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px
    }
    .dropdown a:hover {
        background-color: #D8D8D8;
        text-decoration: none
    }
    .dropdown-content {
        margin-top: -30px;
        display: none;
        position: absolute;
        background-color: #D8D8D8;
        min-width: 160px;
        overflow-y: hidden;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
        z-index: 1;
        height: auto;
        width: 200px
    }
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: bold;
        color: #313C50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        width: 100%
    }
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: bold;
        color: #313C50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        padding-right: 32px
    }
    .drpProf a {
        padding-right: 26px
    }
    .dropdown-content a:hover {
        color: #FFFFFF;
        background-color: #2F3D4F
    }
    .dropdown:hover .dropdown-content {
        display: block
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }
    .toutesPop {
        float: right;
        height: 0.56%;
        width: 10% !important;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.5px;
        margin-top: 2.7%;
        margin-right: 2%
    }
    .drpdownCaret {
        float: right;
        position: relative;
        margin-top: -14%
    }
    .dropup .caret {
        float: right;
        position: relative;
        margin-top: -9%
    }
    .vignette {
        height: auto;
        width: 100%;
        border-radius: 0px;
        border: inherit;
        background-color: #FFFFFF
    }
    .vignette img {
        width: 100%;
        background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53.11%, rgba(0, 0, 0, 0.4) 100%);
    }
    .caption p>a {
        height: 18px;
        width: 100%;
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 13px;
        font-weight: bold;
        line-height: 18px
    }
    .searchIcon {
        height: 27.15px;
        width: 27.55px;
        margin: 32px 0px 31px 28px
    }
    .parProgramme p {
        height: auto;
        width: 100%;
        color: #BBBBBB;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        margin-top: 15%
    }
    .caret544 {
        margin-left: 5px
    }
    .formation-clock img {
        position: absolute;
        left: 15%;
        top: 40%;
        width: 25.48px
    }
    .formation-clock p {
        position: relative;
        left: 22%
    }
    .formation-clock h3 {
        position: relative;
        left: 22%
    }
    .formation-dollars img {
        position: absolute;
        left: 15%;
        top: 38%;
        width: 18.48px
    }
    .formation-dollars p {
        position: relative;
        left: 18%
    }
    .formation-dollars h3 {
        position: relative;
        left: 22%
    }
    .formation-dollars h6 {
        position: absolute;
        left: 50%;
        top: 46%;
        font-weight: bold;
        color: #2C3D4D
    }
}
@media only screen and (max-width: 991px) {
    /* BLOGUE */
    .archive-blogue-content .archive-blogue-single-content {
        flex-wrap: wrap;
        margin: 20px;
    }
    .archive-blogue-content .archive-blogue-single-content .archive-blogue-single-content-image{
        min-height:300px;
        width:100%;
    }
    .archive-blogue-content .archive-blogue-single-content .archive-blogue-single-content-info {
        width: 100%;
    }
    #nos_secteurs__activité{
        text-align: center;
    }
    .nos_secteurs-border {
        border-right: solid 1px #cfcaca;
        margin-right: 35px !important;
    }
    body.single-programme h1 {
        min-height: auto!important;
        height: auto!important;
        margin: 0px!important;
        font-size: 24px;
        margin-bottom: 20px!important;
    }
    body.single-programme #right-section .select-villes-content {
        min-height: auto!important;
        height: auto!important;
    }
    /*------- PAGE succursale -------*/
    :is(.page-template-template-centre-de-formation, .single-centre-de-formation) #right-section{
        margin-left:0px;
        margin-right:0px;
        margin-top:30px;
    }
    :is(.page-template-template-centre-de-formation, .single-centre-de-formation) #content{
        margin:0px!important;
    }
    :is(.page-template-template-centre-de-formation, .single-centre-de-formation) .left-section {
        margin: 0px!important;
    }
    .adresse-succursale-content {
        display: block;
    }
    .adresse-succursale-content .adresse-succursale-image {
        width: 100%;
    }
    .adresse-succursale-content .adresse-succursale-info {
        width: 100%;
        padding-left: 0px;
    }
    fieldset#cityChoices{
        margin-top:30px!important;
        margin-bottom:30px!important;
        padding-left:20px!important;
    }
    /*------- PAGE ÉQUIPE -------*/
    .divContainerEquipe{
        display: flex;
        flex-wrap:wrap;
    }
    .divContainerEquipe .pTeamMember{
        width: 49%;
        background: #fff;
        margin-right: 0px;
    }
    .sidebar-inscription{
        float:none!important;
    }
    .row-service{
        display: flex;
        margin-bottom:30px;
        flex-wrap: wrap;
    }
    .row-service a.reservez-button, .row-service a.reservez-button1 {
        width: 300px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        padding: 2% 2% 2% 2%;
        float: none;
    }
    .row-service .left-background-content{
        width: 100%;
        background-size:cover!important;
        background-position:center center!important;
        min-height:300px;
    }
    .row-service .right-content{
        width: 100%;
        background-color:#fff;
        padding:3em;
    }
    .row-service a.reservez-button{
        margin-bottom:0px!important;
    }
    .row-service .right-background-content{
        width: 100%;
        background-size:cover!important;
        background-position!important:center top!important;
        min-height:300px;
        order:1;
    }
    .row-service .left-content{
        width:100%;
        background-color:#fff;
        padding:3em;
        order:2;
    }
    .row-service a.reservez-button1{
        margin-bottom:0px!important;
    }
    .middleHeader small {
        margin-top: 1%!important;
    }
    #client .col-md-2{
        width:100%;
        margin-bottom: 35px;
    }
    #client #client-logo img {
        height: auto;
        width: 250.75px;
    }
    #client #client-logo {
        padding: 12px 0px;
    }
    .servicePg .content-background1.service2{
        min-height: 300px;
    }
    .servicePg .formationImage.service2{
        height: auto!important;
    }
    .servicePg .content-background.service3{
        min-height: 300px;
    }
    .servicePg .formationImage.service3{
        height: auto!important;
    }
    .how-to-get-right{
        padding: 0 15px !important;
    }
}
@media only screen and (min-width: 805px){
    #field_14_7,
    #field_29_7{
        position: relative;
        margin-top: -93px;
        left: 50%;
    }
    #field_14_7 .ginput_container_phone,
    #field_29_7 .ginput_container_phone{
        margin-top: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar {
        margin-bottom: 0px;
        background: #232f3a;
        border: 0px;
        height: 100%;
    }
    .navbar-default .navbar-toggle {
        left: 0px !important;
        margin-bottom: 0px!important;
        border: 0px
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: transparent;
        border: 0px
    }
    /*.navbar-default .navbar-nav>li>a {*/
    /*    border-bottom: 3px solid #232f3a*/
    /*}*/
    .mobileSubMenu {
        position: absolute;
        background: #FFFFFF;
        top: 100%;
        width: 100vw;
        z-index: 99;
        padding: 0px 45px;
        margin: 0px!important;
        left: -15px;
        max-height: 1000px!important;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 23px 66px;
        border: none;
    }
    .mobileSubMenu .nav li a:hover {
        color: #fff;
        font-size: 16px
    }
    .mobileSubMenu .navbar-nav>li:hover ul.sub-menu{
        /*display:inherit!important;
         padding:inherit!important;
         border-radius:0px!important;
        */
        list-style-type:none!important;
    }
    .mobileSubMenu ul.sub-menu {
        display: block!important;
        position: relative!important;
        max-height: 0vh!important;
        background-color: transparent!important;
        top: 0px!important;
        border: none!important;
        box-shadow: none!important;
        line-height: 46px;
        padding-left: 0px!important;
        list-style: none;
        overflow: hidden;
        transition: 0.5s all ease-in-out;
    }
    .mobileSubMenu ul.sub-menu li a{
        text-decoration: none;
    }

    .mobileSubMenu ul.sub-menu li:hover a{
        width: inherit!important;
        background: inherit!important;
        /*display: inherit!important;*/
        color:black!important;
        /*padding-left:0px!important;*/
    }
    .mobileSubMenu ul.sub-menu li:hover{
        padding-left:0px!important;
    }
    .mobileSubMenu li:hover > ul.sub-menu {
        max-height: 100vh !important;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        font-size: 16px
    }
    .mobileSubMenu .close i {
        color: #fff;
        font-weight: 500
    }
    .navHeader {
        background: #232f3a;
    }
    .navbar-nav {
        margin: 0px;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav>li>a {
        padding: 15px
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-sidebar-cours .courscol:first-child {
        padding: 0 15px !important;
    }
    .mobileSubMenu {
        left: 0;
    }

    #popupinscription .gform_wrapper input[type="submit"] {
        font-size:18px!important;
        width:90%!important;
    }
    #popupinscription {
        width: 90%!important;
        left: 5%!important;
    }
    body.postid-5226 li#field_14_32, body.postid-142 li#field_14_32 {
        display: block!important;
        width: 100%!important;
    }
    body.postid-5226 li#field_14_31, body.postid-142 li#field_14_31 {
        display: block!important;
        width: 100%!important;
    }
    /* .fichiers {
         text-align:center!important;
    }
    */
    .bottom-bg-footer .img-fichier {
        justify-content: center;
    }
    .politique {
        text-align: center;
    }
    .connexion, .incription {
        text-align: center
    }
    .social-icons p {
        text-align: center
    }
    .social-icons .socialAlign {
        text-align: center;
        margin-top: 15px
    }
    .noPadding {
        padding-left: 0px
    }
    .top-footer-right input {
        height: 50px
    }

    .container {
        width: 100%
    }
    .navbar-right {
        display: none
    }
    #calendar {
        padding-right: 8px
    }
    .homePg .voirForm h3 {
        margin-top: 0px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section {
        padding: 5% 0% 8% 0%;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .m-t-80 {
        margin-top: 0px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .xs-mar {
        margin-top: 40px
    }
    :is(.homePg, .page-template-template-programmes) .right-section h4 {
        font-size: 16px;
        line-height: 21px;
    }
    .homePg .emplyeeSec {
        margin-top: 50px;
    }
    .homePg .emplyeeSec .row.employee .row {
        display: block;
    }
    .homePg .emplyeeSec .row.employee.row .left-about-section {
        width: 100%;
        padding: 5%;
    }
    .homePg .emplyeeSec .row.employee.row .right-about-section {
        width: 100%;
        padding: 5%;
        min-height:300px;
    }
    .homePg .emplyeeSec .employee img {
        margin-top: 60px;
        width: 100%;
    }
    .homePg .emplyeeSec .employee {
        background: #fff
    }
    .homePg .emplyeeSec .employee .xsPad {
        padding: 0px
    }
    .toutesPop p {
        color: #2D3F4F;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
    }
    #sub-section div p {
        font-size: 11px;
    }
}
@media only screen and (max-width: 544px) {
    .divContainerEquipe .pTeamMember{
        width: 100%;
    }
    .row-service .left-content, .row-service .right-content {
        padding: 1em;
    }
    .servicePg {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
    }
    div.programmes-connexes-content .col-xs-6{
        width:100%!important;
        float:none!important;
    }
    fieldset#cityChoices {
        margin-bottom: 0px!important;
    }
    fieldset#cityChoices label{
        display:block;
        width:100%;
    }
    #right-section .xsPad {
        padding: 0px;
        margin-top:0px!important;
    }
    .formDetail .colThreeIcon ul li {
        margin-bottom: 30px;
    }
    .formDetail .disText {
        padding: 35px 6px;
    }
    .homePg .voirForm h3 {
        margin-top: 0px;
        font-size: 13px;
    }
    .homePg .colList .thumbnail {
        margin-bottom: 30px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section {
        padding: 5% 0% 8% 0%;
    }
    .homePg .emplyeeSec .employee p {
        padding: 0px 35px 20px 50px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .m-t-80 {
        margin-top: 0px;
    }
    .homePg .emplyeeSec {
        margin-top: 50px;
    }
    .homePg .emplyeeSec .employee img {
        margin-top: 60px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .xs-mar {
        margin-top: 40px
    }
    :is(.homePg, .page-template-template-programmes) .right-section h4 {
        font-size: 16px;
        line-height: 21px;
    }
    #hide {
        display: block
    }
    #content div.col-md-8 {
        padding: 0
    }
    #foter img {
        display: block;
        margin: auto;
        width: 40%;
    }
    #foter p {
        text-align: center;
        color: #FFFFFF
    }
    #secondpic {
        margin-top: 20px
    }
    .homePg .emplyeeSec .employee h5 {
        padding: 60px 0px 30px 8px;
    }
    .homePg .emplyeeSec .employee p {
        padding: 0px 35px 20px 8px;
    }
    .homePg .emplyeeSec .employee button {
        margin-left: 8px;
    }
}
@media only screen and (max-width: 480px) {
    .thumbnail .caption {
        min-height: 112px!important ;
    }
    .caption h5 {
        height: auto !important;
    }
    #sub-section div.col-md-6 {
        padding-top: 2pc;
        margin-bottom: 5px;
    }
    .xsPad {
        width: 88%;
    }
    #search-input div div.col-md-3 {
        padding-top: 10px
    }
    .left-section div:nth-child(3) .col-md-4 {
        width: 100%
    }
    #sub-section div.col-md-6 {
        width: 100%;
        height: auto!important;
    }
    #sub-section div h4 {
        color: #000000;
        font-family: Roboto;
        font-size: 19px;
        font-weight: bold;
        line-height: 22px;
        margin-bottom: 7px;
        margin-top: 6px
    }
    #sub-section div h5 {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        text-align: left;
        margin-bottom: 5px;
        margin-top: -3px;
    }
    .wrapper-sidebar-cours {
        padding: 0px!important;
        flex-direction: column;
        align-items: flex-start;
    }
    .wrapper-sidebar-cours .courscol:first-child {
        padding: 15px 15px 10px !important;
    }
    .wrapper-sidebar-cours .courscol {
        width: 100% !important;
    }
    #pic .col-md-4 img {
        width: 100%
    }
    .left-section #pic div:nth-child(2) {
        width: 100%
    }
    #pic div.col-md-4.col-sm-4.col-xs-12 {
        margin-right: 0px;
        width: 100%
    }
    .right-section .aligntext {
        text-align: left
    }
    #sub-section .col-md-6:nth-child(odd) {
        border-bottom: none;
        height: auto!important;
    }
    #sub-section div p {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 11px;
        line-height: 15px;
        text-align: left
    }
    #sub-section div button {
        height: 28px;
        width: 116.5px;
        background-color: #B60010;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 11px;
        font-weight: bolder;
        line-height: 15px;
        text-align: center;
        border-radius: 0;
        float: left;
        margin-top: 7px;
    }
    #content div.col-md-8 {
        padding: 0
    }
    #foter div:nth-child(2) p {
        text-align: center
    }
    #foter img {
        display: block;
        margin: auto;
        width: 40%
    }
    #search-input .col-md-4 {
        width: 100%
    }
    #search-input .col-md-4 {
        width: 100%
    }
    #search-input .col-md-3 {
        width: 100%
    }
    #search-input .btn {
        width: 100%
    }
    .left-section div:nth-child(3) .col-md-4 {
        border-bottom: none
    }
    #partner #partner-logo img {
        width: 100%;
    }
    /*#content {*/
    /*    padding-top: 40px;*/
    /*}*/
    .homePg .left-section h4 {
        font-size: 18px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .col-xs-6 {
        width: 100%;
        margin-bottom: 61px;
    }
    .homePg .emplyeeSec {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 375px) {
    .restez-informe-de-no p {
        text-align: center
    }
    .top-footer-right input {
        width: 100%;
        margin-bottom: 15px
    }
    .top-footer-right .footerButton {
        width: 100%
    }
    .noPadding {
        padding: 0px;
        width: 100%
    }
}
@media only screen and (min-width: 320px) and (max-width: 543px) {
    /* Home Page */
    .number {
        font-size: 20px;
        text-align: center;
        width: 51%;
        margin-left: 25%;
    }
    .restez-informe-de-no p {
        font-size: 11px;
    }
    .employee button {
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    .homePg .voirForm h3 {
        padding: 20px 0px;
        letter-spacing: 1px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section {
        padding: 20% 0% 8% 2%;
    }
    .homePg .emplyeeSec .employee h5 {
        padding: 30px 0px 10px 8px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .col-xs-6 {
        margin-bottom: 50px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .col-xs-6 h4 {
        width: 75%;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .col-xs-6 p {
        width: 75%;
        font-size: 11px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section .xs-mar {
        margin-top: 1px;
    }
    #client {
        padding: 20px 0px;
        text-align: center;
    }
    #client #client-logo{
        padding: 20px 0px;
    }
    #client #client-logo div{
        padding: 20px 0px;
    }
    #client h3 {
        text-align: center;
    }
    #client #client-logo {
        padding: 10px 0px;
        padding-bottom: 0px;
    }
    #client #client-logo img {
        width: auto;
        max-width: 170px;
        margin-left: 15px;
    }
    #partner {
        padding: 40px 0px;
    }
    #partner h3 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    #partner #partner-logo {
        padding: 10px 0px;
        padding-bottom: 0px;
    }
    #partner #partner-logo img {
        width: auto;
        max-width: 170px;
        margin-left: 15px;
    }
    .bottom-bg-footer-right {
        margin-top: 0;
    }
    .incription {
        margin-bottom: 20px;
    }
    .homePg .colList {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 543px) {
    #sub-section div.col-md-6 {
        padding-top: 1pc;
        margin-bottom: 5px;
    }
    .xsPad {
        width: 90% !important;
    }
    #sub-section {
        margin-right: 0px !important;
    }
    .hideSec544 {
        display: none!important
    }
}
.vignette:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/******* NEW STYLE *******/
.container, body{
    background: inherit;
}
.homePg .first-post .contentSec{
    bottom: 0px;
    padding: 30px 30px 50px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(to left, rgba(255,0,0,0), rgb(45 63 79 / 86%));
}
.homePg .first-post h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.p-0{
    padding:0px !important;
}
.qc-row, .employee .row {
    display: flex;
    align-items: center;
}
.qc-row{
    justify-content: space-between;
}
.qc-blog-heading h2{
    margin: 0px;
    padding:0px;
}
.qc-row .btn-secondary{
    margin-top: 0px;
}
.qc-block-section img, .employee img{
    width: 100%;
}
.employee p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
}
.about-right-content{
    padding-left: 40px;
}
.employee h2{
    margin-top: 0px;
    padding-bottom: 13px;
}
h2, .h2 {
    font-weight: 600;
    text-transform: uppercase;
}
.emplyeeSec {
    background: #f5f5f5;
    padding: 40px 0px;
    margin-top: 40px;
}
.caption h6 {
    font-size: 14px;
    color: #b60010;
    text-transform: uppercase;
    margin-top: 15px;
}
.apropos_menu ul li a{
    display: block;
}
.container {
    max-width: 1560px !important;
    width: 100% !important;
}
@media(max-width:1530px){
    .container {
        max-width: 1230px !important;
        width: 100% !important;
    }
    .middleHeader p {
        left: 5.8pc;
    }
}
@media(max-width:1230px){
    .container {
        max-width: 1170px !important;
        width: 100% !important;
    }
    .middleHeader p {
        left: 4.5pc;
    }
}
.m-auto{
    margin: auto;
}
.voirForm{
    margin-top: 80px;
}
.qc-block-section{
    margin-top: 25px;
}
.qc-block{
    position: relative;
}
.qc-block-info p{
    font-size: 12px;
}
.qc-block .qc-block-info {
    position: absolute;
    /* top: 0px;
     */
    /* height: 100%;
     */
    background: #b60010b3;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: 115px;
    width: 240px;
    color: #fff;
    padding: 60px 17px 25px 35px;
}
.qc-block .qc-block-info h3 {
    font-size: 30px;
}
.qc-block .qc-block-info hr {
    border-top: 1px solid #fff;
    display: block;
    width: 130%;
    margin: 11px 0px 29px 0px;
}
.homePg .mainImage img {
    height: clamp(345px, 26vw, 455px);
    object-fit: cover;
}
.qc-block a.qc-btn {
    font-size: 14px;
    color: #ffff;
}
.qc-blog-section {
    margin-top: 37px;
}
.qc-category-tabs a.qc-category-tab {
    font-size: 14px;
    color: #000;
    margin-top: 30px;
    display: inline-flex;
    border-right: solid 2px #d1d1d1;
    padding: 10px 30px 10px 0px;
    margin-right: 30px;
    font-weight: 500;
    cursor: pointer;
}
.qc-category-tabs a.qc-category-tab:last-child{
    border-right: inherit;
}
.qc-loading{
    opacity: 0.5;
}
.footer-logo-section .social-icons{
    float: left;
    width: 50%;
}
.footer-logo-section .pay-img{
    float: left;
}

.pay-img.bottom {
    display: none;
    justify-content: center;
}
.fichiers {
    float: left;
    font-size: 12px;
    margin: 0px 25px 0px 0px;
    padding: 10px 0px 0px 0px;
    display: inline-block;
    width: 60%;
}
.bottom-bg-footer .menu{
    /*display: grid;
    */
    /*grid-template-columns: 1fr 1fr;
    */
    line-height: 36px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    columns:2;
}
.d-md-flex{
    display: flex;
    align-items: center;
}
.bottom-bg-footer-right{
    margin-top:20px;
    margin-left:35px;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 18px!important;
}
#right-section .contact-form {
    background: #fff;
    box-shadow: 0px 10px 49px #bdbdbd5c;
    padding-left: 30px;
}
#right-section .contact-form h2{
    font-size: 20px;
}
.map-section #map {
    height: 305px;
}
.map-section #map{
    padding-right: 45px !important;
}
.adresse-description-content {
    font-size: 18px;
}
.map-section .adresse-succursale-info{
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}
.map-section .qc-right-phone{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.map-section .map-right-content{
    padding-left: 50px;
}
.map-right-btn{
    height: auto;
    width: 100%;
    border-radius: 0px;
    background-color: #B60010 !important;
    padding: 11px 40px 10px 40px !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 0px;
    display: block;
    width: max-content;
    margin-top: 20px;
    border: inherit;
    color: #fff !important;
    text-decoration: none !important;
}
.course-section{
    background: #F5F5F5;
    padding: 80px 0px;
}
.course-section h2{
    text-align: center;
    margin-bottom: 45px;
    font-size: 34px;
}
.mp-left{
    padding-right: 0px !important;
}
.mp-right{
    padding-left: 0px !important;
}
h2, .h2 {
    font-size: 34px;
}
.how-to-get{
    margin:50px 0px;
}
.how-to-get-right{
    padding: 0px 65px;
}
.how-to-get-right h2{
    margin-bottom: 25px;
}
.how-to-get-right p{
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.our-values{
    margin: 100px 0px;
}
.our-values h2{
    margin-bottom: 80px;
}
.our-values-box p {
    font-size: clamp(15px, 2vw, 20px);
    color: #000;
    font-weight: 600;
    padding: 20px 30px;
    text-align: center !important;
}
.our-values-box {
    border-right: solid 1px #d3cece;
}
.our-values-box:nth-child(4n){
    border-right: solid 1px #fff;
}
.page-template-template-inscription-cours #popupinscription,
.page-template-template-inscription-cours-elefen #popupinscription{
    border:inherit !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 26px #dedede;
    max-width: 785px;
    float: none;
    padding:0px 40px !important;
    overflow-x: hidden;
}
.impc_title h3{
    background: #303E4D !important;
    text-align: center;
    padding: 19px 13px 16px 13px;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
}
#gform_fields_14 .impc_title{
    padding-right: 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw;
    max-width: initial;
    margin-top: -20px;
}


#gform_fields_29 .impc_title{
    padding-right: 0;
    width: calc(100% + 80px);
    margin-left: -40px !important;
    max-width: initial;
    text-align: center;
}

#gform_fields_29 .impc_title:first-of-type{
    margin-top: -20px;
}

.address_line_1.ginput_address_line_1{
    float: left;
    width: 66%;
    margin-right: 20px;
}
.address_line_2.ginput_address_line_2{
    float: left;
    width: 30%;
}
.bg-grey{
    background: #F5F5F5;
}
.my-5{
    margin: 120px 0px;
}
.mt-0{
    margin-top: 0px !important;
}
.my-0{
    margin-top: 0px !important;
    margin-bottom:0px !important;
}
#nos_secteurs__activité {
    margin: 125px 0px;
    padding-left: 20px;
    padding-right: 20px;
}
#nos_secteurs__activité ul {
    margin: 0px;
    padding: 34px 0px;
}
#municipalités_déservies ul, #nos_secteurs__activité ul li ul{
    padding: 0px 0px;
}
#nos_secteurs__activité li {
    font-size: 20px;
    list-style: none;
    font-weight: 700;
    color: #A7211D;
    margin-bottom: 15px;
}
#nos_secteurs__activité li ul li {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px;
}
.nos_secteurs-border{
    border-right: solid 1px #cfcaca;
    margin-right: 35px !important;
}
#municipalités_déservies{
    margin-bottom: 80px;
}
#municipalités_déservies p{
    font-size: 18px;
    margin-bottom: 0px;
}
#municipalités_déservies li{
    list-style: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}
#municipalités_déservies ul{
    margin-top: 50px;
}
.propos-img img{
    width: 100%;
}
.apropos_menu{
    padding: 30px 20px 30px 20px;
    background: #fff;
    /*box-shadow: 0px 10px 15px #e4e4e4;*/
}
.apropos_menu ul{
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
}
.apropos_menu ul li{
    list-style: none;
    border-right: solid 1px #dedede;
    border-left: solid 1px #dedede;
}
.apropos_menu ul li a {
    /* border-right: solid 1px #dedede; */
    padding: 15px 15px 15px 15px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: clamp(11px, 1vw, 14px);
    color: #000;
    font-weight: 700;
    /* border-left: solid 1px #dedede; */
    letter-spacing: 1px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}
.apropos_menu ul li a:hover {
    color: #A7211D;
    border-bottom: 3px solid #A7211D;
}

.apropos_menu ul li:first-child{
    border-left: inherit;
}
.apropos_menu ul li:last-child{
    border-right: inherit;
}
.feature_bg_text{
    padding: 95px 20px;
    text-align: center;
    color: #fff;
}
.feature_bg_text p{
    font-size: 20px;
    font-weight: 400;
    max-width: 790px;
    margin: auto;
}
.caption h5 {
    color: #464444;
    height: auto;
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
#municipalités_déservies h2{
    margin-bottom: 22px !important;
}
@media (max-width:1324px){
    .qc-block .qc-block-info {
        padding: 23px 17px 25px 35px;
    }
}
@media (max-width:1199px){
    .middleHeader p {
        left: inherit !important;
    }
    .qc-block .qc-block-info {
        margin-top: 92px;
        width: 178px;
        padding: 5px 17px 12px 23px;
    }
    .qc-block .qc-block-info h3 {
        font-size: 23px;
    }
    .qc-block .qc-block-info hr {
        margin: 11px 0px 23px 0px;
    }
    :is(.homePg, .page-template-template-programmes) .right-section {
        padding: 0% 8.59% 14% 8.5%;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar .payment-icon{
        display: none !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1070px){
    .headerRightImage{
        right: -11.3pc;
    }
}
@media only screen and (min-width: 599px) and (max-width: 767px){
    .headerRightImage{
        width: 82%;
    }
}
@media only screen and (min-width: 544px) and (max-width: 599px){
    .headerRightImage{
        width: 82%;
    }
}
@media (max-width:991px){
    .middleHeader p {
        left: 0 !important;
    }
    .our-values-box {
        border-right: none;
    }
    .how-to-get{
        flex-direction: column;
    }
    .qc-block {
        padding: 0px !important;
    }
    .qc-block .qc-block-info {
        margin-top: 90px;
        width: 80%;
        padding: 5px 17px 12px 23px;
        bottom: 29px;
    }
    .qc-block .qc-block-info h3 {
        font-size: 20px;
    }
    .qc-block .qc-block-info hr {
        margin: 11px 0px 23px 0px;
        width: 100%;
    }
    .divContainerEquipe{
        display: grid;
        grid-template-columns: auto auto;
        text-align: center;
        gap: 20px;
        justify-content: center;
    }
    /*.divContainerEquipe .pTeamMember .img-profil-content img {*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*}*/
    .divContainerEquipe .pTeamMember {
        width: 100%;
    }
    .nos_secteurs-border {
        border-right: none;
        margin-right: 0px;
    }
    #municipalités_déservies ul{
        -webkit-columns: 4 !important;
    }
    #notre_vision .how-to-get-right{
        order: 2;
    }
    #notre_vision .propos-img{
        order: 1;
    }
    #nos_objectif .propos-img{
        order: 2;
    }
    #nos_objectif .how-to-get-right{
        order: 1;
    }
    #nos_valeurs .row::before{
        display: none;
    }
    #nos_valeurs .row{
        display: grid;
        grid-template-columns: auto auto;
    }
}
@media (max-width:810px){
    .ginput_container_creditcard .ginput_card_security_code_icon {
        top: 9.5px !important;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half, .address_line_1.ginput_address_line_1, .address_line_2.ginput_address_line_2 {
        width: 100% !important;
    }
    .gform_fields #field_14_47 {
        display: block !important;
    }
    #right-section .contact-form .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0!important;
    }
    #right-section .contact-form.form-margin .gform_footer {
        padding-right: 0 !important;
    }
    .gform_fields #field_14_47 .ginput_container_total {
        text-align: left !important;
    }
    /* #input_14_48_2_cardinfo_right {
         margin-left: 0px !important;
    }
    */
    .gform_fields li#field_14_7 {
        margin-bottom: 45px;
    }
    .gform_fields li#field_29_7 {
        margin-bottom: 45px;
    }
    .page-template-template-inscription-cours #popupinscription,
    .page-template-template-inscription-cours-elefen #popupinscription{
        width: 100% !important;
        left: 0 !important;
        padding: 0px 20px !important;
    }
    #input_14_48_2_cardinfo_right .ginput_card_security_code_icon, #input_14_48_2_cardinfo_right #input_14_48_3{
        float: left;
    }
    .customWidth .program-title {
        text-align: center;
        text-transform: capitalize;
        font-size: 26px;
    }
    #popupinscription .gform_wrapper ul.gform_fields ul.gfield_radio input {
        width: 20px!important;
        margin: 12px 12px 10px 4px!important;
    }
    #popupinscription .gform_wrapper ul.gform_fields ul.gfield_radio label {
        font-size: 14px !important;
    }
}
@media (max-width:767px){
    .bottom-bg-footer .menu{
        padding-left:0px!important;
    }
    /* MODIFICATION ELEFEN RIGHT SIDEBAR*/
    :is(.homePg, .page-template-template-programmes) .right-section {
        /*display: none;
        */
        padding-top:0px;
        padding-bottom:0px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top:40px;
    }
    .right-section div{
        border-top:none;
    }
    .right-section div:first-of-type{
        border-top:none;
    }
    /*---------------------*/
    .qc-row, .employee .row {
        display: block;
    }
    .employee .about-right-content {
        padding: 40px 15px 15px 15px !important;
    }
    .employee h2 {
        font-size: 24px;
        max-width: 220px;
    }
    #client #client-logo {
        padding: 12px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #client #client-logo div {
        padding: 0px 0px;
        width: 50%;
    }
    #client #client-logo img {
        max-width: 100%;
        margin-left: 0px;
        width: 100%;
        padding: 0px 15px;
    }
    #partner-logo:after, #partner-logo:before{
        display: none;
    }

    .apropos_menu ul li {
        border-left: solid 2px #dedede !important;
        border-right: solid 0px #dedede !important;
        width: 33.33%;
    }

    .apropos_menu ul li:nth-child(n+7){
        width: 50%;
    }

    .apropos_menu ul li:nth-child(3n+3),
    .apropos_menu ul li:nth-child(8){
        border-right: solid 2px #dedede !important;
    }

    .apropos_menu ul {
        row-gap: 15px;
        align-items: stretch;
    }

    .apropos_menu ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .apropos_menu ul li a{
        /*display: grid;*/
        /*grid-template-columns: auto auto auto;*/
        /*border-left: solid 1px #dedede !important;*/
        /*border-right: solid 1px #dedede !important;*/
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .nos_secteurs-border {
        border-right: none;
        margin-right: 0px;
    }
    #municipalités_déservies ul{
        -webkit-columns: 3 !important;
    }
}
@media (max-width:640px){
    #input_14_48_2_cardinfo_right {
        margin-left: 0px !important;
    }
}
@media (max-width:599px){
    .qc-row, .employee .row {
        display: flex;
        flex-direction: column;
    }
    .qc-blog-heading h2 {
        margin-bottom: 25px;
        text-align: center;
    }
    .qc-category-tabs a.qc-category-tab {
        font-size: 11px;
        padding: 10px 14px 10px 0px;
        margin-right: 14px;
    }
    .qc-block .qc-block-info {
        bottom: 32px;
    }
    .divContainerEquipe .pTeamMember a.email{
        word-break: break-word;
    }
    .divContainerEquipe .pTeamMember .nameAndInfo {
        font-size: 18px;
        padding-top: 25px;
        border-top: none;
    }
    .divContainerEquipe .pTeamMember .teamInfo {
        padding-bottom: 25px;
        text-align: center;
    }
    #municipalités_déservies ul{
        -webkit-columns: 2 !important;
    }
    .divContainerEquipe{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .divContainerEquipe .pTeamMember .img-profil-content img {
        width: 100%;
        height: auto;
    }
    .gfield_radio #label_14_45_0{
        padding-bottom: 25px;
    }
    .gfield_radio #label_14_45_0:after {
        display: block;
    }
    .gchoice_14_45_1 #label_14_45_1{
        padding-bottom: 45px;
    }
    .gchoice #label_14_45_1:after {
        margin-top: 0px !important;
        display: block;
    }

    .mobileSubMenu {
         left: 0px;
    }
}
/************* 27/01/2023 ************/
.customWidth .class-inscription-title{
    color: #A7211D;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
}
.customWidth .program-title{
    text-align: center;
    text-transform: capitalize;
}
.customWidth h5{
    text-align: center;
}
.customWidth p{
    /*text-align: center;*/
}
.customWidth hr{
    width: 57px;
    border: 1px solid #A7211D !important;
}
.gfield_radio #label_14_45_1:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/01/visa.png);
    background-repeat: no-repeat;
    height: 35px;
    margin-left: 8px;
    width: 114px;
    margin-top: -3px;
}
.gform_body p{
    text-align: left;
}
#field_14_26{
    display: none;
}
.gchoice #label_14_45_0:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2023/01/e-transfer.jpg);
    width: 104px;
    height: 47px;
    margin-left: 9px;
    margin-top: -10px;
}
.gform_card_icon_container div.gform_card_icon {
    display: none;
}
#input_14_48_2_cardinfo_right{
    margin-left: 25px;
}
.gform_fields #field_14_39 {
    width: 50%;
    float: left;
}
.gform_fields #field_14_39 p{
    font-size: 11px;
}
.gform_fields #field_14_47{
    width: 46%;
    display: flex;
    clear: inherit;
    float: right;
    padding-top: 8px;
    font-size: 23px;
    padding-right: 0px;
}
.gform_fields #field_14_47 .gfield_label{
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.gform_fields #field_14_47 .ginput_container_total{
    text-align: right;
}
.gform_fields #field_14_47 .ginput_total_14{
    color: #000 !important;
    font-weight: 600;
}
.gform_fields #field_14_48 {
    display: list-item;
    /* text-align: center; */
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 25px;
    border-bottom: solid 1px #000;
}
.gform_fields #field_14_48 a{
    color: #a7211d;
}
.qc-return-button{
    font-size: 18px !important;
    color: #303E4D !important;
    position: absolute;
}
.qc-return-button span {
    font-family: cursive;
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
/***************** 30/01/2023 home-page *******************/
.location-title{
    font-size: 19px;
}
.location-subtitle{
    font-size:15px;
    color:#5A5A5A;
}
.qc-location a{
    font-size: 16px;
    color:#A7211D;
}
.qc-location-image img{
    width: 100%;
    height: 163px;
    object-fit: cover;
}
.qc-centers-submenu {
    display: flex;
    width: 95%;
    background: #fff;
    padding: 36px 20px 20px 20px;
    max-width: 1365px;
    margin: auto;
    flex-wrap: wrap;
    gap: 60px 33px;
}
#menu-main-menu-en.navbar-nav>li ul.sub-menu, #menu-main-menu-fr.navbar-nav>li ul.sub-menu {
    left: 0px !important;
    right: 0px;
    width: 100%;
}

.navbar-nav>li.qc-location-parent > a:after {
    content: '';
    background-image: url(/wp-content/uploads/2023/07/8666557_chevron_left_icon.png);
    display: block;
    margin-left: 7px;
    background-size: 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    transition: 0.5s all ease-in-out;
    transform: rotate(270deg);
}

.navbar-nav>li.qc-location-parent:hover > a:after {
    transform: rotate(90deg);
}

.navbar-nav>li.qc-location-parent > a {
    display: flex;
    align-items: center;
}
.qc-location {
    /* margin: 0 16px; */
    background: #fff;
    text-align: left;
    margin-bottom: 5px;
    position: relative;
    width: 22%;
    display: flex;
    flex-direction: column;
}
#menu-main-menu-fr.navbar-nav>li ul.sub-menu{
    left: -520px;
}
.qc-locations-section p, .qc-centers-submenu p {
    text-align: left;
    font-weight: 400;
}
.qc-locations-section .location strong, .qc-centers-submenu .location strong{
    text-transform: uppercase;
    color: #5A5A5A;
    font-weight: bold;
}
/****************** Contact Page *********************/
.page-template-template-nous-joindre .qc-address-content {
    text-align: center;
    color: #fff;
    /* padding: 85px 20px; */
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: -20px; */
    /*margin-bottom: 15px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.page-template-template-nous-joindre .qc-left-conatct{
    padding-top: 34px;
}
.page-template-template-nous-joindre .qc-address-content .qc-contact-nous {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
}
.page-template-template-nous-joindre .qc-address-content .qc-contact-number{
    font-size: 16px;
    color: #fff;
}
.contact-form-heading{
    font-size: 20px;
}
.contact-nous-heading{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left !important;
    padding-bottom: 15px;
}
@media(min-width:1200px){
    .contact-mail{
        padding-right: 10px;
    }
}
a.contact-mail:hover {
    text-decoration: none;
}
.qc-centers-location .location-title {
    font-size: 19px;
}
.contact-mail{
    font-size:16px;
    text-align: right !important;
    display: block;
    color: #303E4D;
    font-weight: 500;
    padding-bottom: 15px;
}
.contact-form.form-margin .gform_footer {
    padding-right: 20px !important;
}
.contact-form.form-margin{
    background: #fff;
    box-shadow: 0px 10px 27px #bdbdbd5c;
    padding:30px 30px 30px 40px;
    margin: 0px;
}
.qc-locations-section{
    margin:0px;
    padding: 0px;
}
.qc-locations-section .qc-location{
    width: 100%;
    margin-bottom: 40px;
}
.contact-form #input_6_4{
    width: 100% !important;
    margin: 0px !important;
}
.contact-form .gfield_select#input_6_3{
    width: 100% !important;
    padding: 12px !important;
}
.qc-locations-section .qc-location-image img{
    height: 140px;
}
.qc-centers-location {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-right: 100px;
}


.vignette img {
    width: 100%;
    height: 214px;
    object-fit: cover;
}
.thumbnail .caption{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bottom-bg-footer .sub-menu{
    display: none;
}
.gform_legacy_markup_wrapper .gform_footer {
    padding: 16px 20px 10px;
}
.qc-centers-location .menu-d-none, .navbar-collapse .menu-d-none{
    display: none;
}
.navbar .contact-menu {
    border-bottom: 0px !important;
}
.navbar .contact-menu a{
    background: #2d3f4f;
    color: #fff !important;
    padding: 13px 22px !important;
    /*margin-top: 8px !important;*/

}
.qc-centers-location .qc-location .location + a:after, .navbar-collapse .sub-menu .qc-location .location + a:after {
    content: '';
    background: url("/wp-content/uploads/2023/07/8666557_chevron_left_icon.png");
    position: absolute;
    right: 0px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-family: 'Circular-Loom';
    top: -3px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    filter: invert(13%) sepia(84%) saturate(3550%) hue-rotate(352deg) brightness(94%) contrast(88%);
}
.navbar-collapse .sub-menu{
    margin-top: 1px;
    background: #fff;
}
.navbar-collapse .sub-menu{
    margin-top: 1px;
    background: #fff;
}
.qc-centers-location span.location{
    padding-bottom: 25%;
    display: block;
}
.navbar-collapse .sub-menu span.location {
    /* padding-bottom: 20%; */
    display: block;
    font-size: 13px;
}
.qc-centers-location .qc-location .location + a, .navbar-collapse .sub-menu .qc-location .location + a {
    font-size: 15px;
    color: #A7211D;
    position: relative;
    /* bottom: 10px; */
    text-decoration: underline;
    width: 100%;
    font-weight: 500;
    width: 100%;
    display: block;
    margin-top: auto;
}
@media (max-width:1108px){
    .qc-location {
        width: 29%;
    }
}
@media (max-width:991px){
    .bottom-bg-footer .menu{
        padding-left:0px!important;
    }
    .qc-centers-location, .qc-centers-submenu {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .qc-location {
        width: 92%;
    }
    .contact-nous-heading{
        padding-left: 0px !important;
    }
    .contact-mail{
        text-align: left !important;
    }
    .qc-centers-location span.location{
        padding-bottom: 30%;
    }
}
@media (max-width:414px){
    .qc-centers-location{
        display: grid;
        grid-template-columns: 1fr;
    }
    .qc-locations-section .qc-location {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .qc-centers-location span.location{
        padding-bottom: 50px;
    }
}
/***************** CSS additionnel ************************/
.our-values-box img {
    height: clamp(60px, 9vw, 110px);
}

.montreal_programme {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.montreal_programme .colList {
    display: flex;
    flex-wrap: wrap;
}
.how-to-get img{
    width:100%;
}
.number {
    font-size: 20px;
    line-height: 33px;
    margin-top: -2%;
}
.homePg .colList .thumbnail {

}
.homePg .colList {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}

.homePg .colList .colList-box {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    display: flex;
}
@media(max-width:1530px){
    .caption h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:1300px){
    .social-icons ul li a {
        margin: 7px 0px 13px 0px;
    }
}
@media(max-width:1199px){
    .bottom-bg-footer-right {
        margin-left: 8px;
    }
    .number {
        font-size: 16px;
    }
    .social-icons ul li a img {
        width: 24px;
    }
    .fichiers {
        margin-right: 0px;
    }
}
@media(max-width:991px){
    .info {
        margin-top: 0px;
        text-align: left;
    }
    .number {
        text-align: left;
    }
    .map-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    :is(.page-template-template-centre-de-formation, .single-centre-de-formation) .left-section .adresse-succursale-inner-content {
        bottom: 30px;
    }
}
@media(max-width:767px){
    .col-md-4.qc-block {
        margin: 25px 0px;
        clear: both;
    }
    #partner-logo {
        padding: 12px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        overflow:hidden;
    }
    #partner-logo div {
        padding: 0px 0px;
        width: 50%;
    }
    #partner-logo img {
        max-width: inherit !important;
        margin-left: 0px !important;
        width: 100% !important;
        padding: 0px 15px !important;
    }
    .bottom-bg-footer .img-fichier {
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media(max-width:599px){
    :is(.page-template-template-centre-de-formation, .single-centre-de-formation) .left-section h1 {
        width: 100%;
    }
    :is(.page-template-template-centre-de-formation, .single-centre-de-formation) .left-section .adresse-succursale-inner-content {
        bottom: 0px;
    }
    .map-section{
        display: grid;
        grid-template-columns: 1fr;
    }
    .fichiers {
        float: none;
        width: 100%;
    }
    .d-md-flex {
        display: block;
    }
    .bottom-bg-footer .btn-primary{
        display: block;
        width: 100%;
    }
    .bottom-bg-footer-right .info {
        text-align: center;
    }
    .bottom-bg-footer-right .number {
        text-align: center;
        margin: 0px;
        width: 100%;
    }
    .bottom-bg-footer img {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .footer-logo-section .pay-img {
        float: none;
        display: block;
        clear: both;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .footer-logo-section .logo{
        float: left;
        width: 50%;
    }
    .social-icons p {
        text-align: center !important;
        line-height: 25px;
        font-size: 12px;
        padding: 0px;
        margin-bottom: 0px;
    }
    .bottom-credits-footer {
        padding:5px 0px 5px 0px;
    }
    .politique a {
        font-size: 11px;
    }
    .colList-box{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .left-section img {
        margin-bottom: 0px;
    }
    .voirForm {
        margin-top: 40px;
    }
    .montreal-overflow{
        overflow:hidden;
    }
    .qc-category-tabs a.qc-category-tab {
        margin-top: 10px;
    }
    .qc-block .qc-block-info {
        bottom: 0px;
    }
}
@media(max-width:480px){
    .colList-box{
        padding-left:0px !important;
        padding-right: 0px !important;
        width: 100%;
    }
    /*#nos_valeurs .row {*/
    /*    display: block;*/
    /*}*/

    .apropos_menu ul li {
        /*width: 100% !important;*/
        border-right: none !important;
    }

    .apropos_menu ul li:nth-child(3n+3), .apropos_menu ul li:nth-child(8) {
        /*border-right: solid 0px #dedede !important;*/
    }
    .apropos_menu ul li a {
        padding: 11px 9px 8px 8px;
        font-size: 11px;
    }
    .apropos_menu {
        padding: 30px 20px 0px 20px;
        background: #fff;
        box-shadow: inherit;
    }
    .qc-block-section {
        clear: both;
        margin-bottom: 20px;
    }
}