:root {
  --bleu_main: #007BFF;  
  --bleu_fond: #071A2D;  
  --bleu_effet: #00D1FF;
  --bleu_logo: #004CB3;
  --bleu_logo2: #0072B7;
}

body{
    font-family: "Poppins";
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

h1{
    font-weight: 700;
}

p{
    font-family: inherit;
}


/* general */

.overflow_hidden{
    overflow: hidden !important;
}

.notDisplay{
    display: none;
}

.hidden{
    display: none !important;
}

body:not(.elementor-editor-active) .hide_elem{
    display: none !important;
}

body.elementor-editor-active .hide_elem{
    opacity: 0.2;
}

body #gdlr-core-page-builder-meta .hide_elem{
    opacity: 0.2;
    display: inherit !important;
}

.img_cover img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.all_full *{
    width: 100%;
    height: 100%;
}

.fond_sombre, .fond_bleu{
    position: relative;
}

.fond_sombre:after, .fond_bleu:after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content:'';
    background-color: #000;
    opacity: 0.65;
}

.fond_bleu:after{
    background-color: var(--bleu_logo2);
}

.fond_sombre > *, .fond_bleu > *{
    position: relative;
    z-index: 1;
}

.elementor-widget-text-editor.no_mb_p p:last-child, .no_mb_p .elementor-widget-text-editor p:last-child{
    margin-bottom: 0 !important;
}

.wrap_title .title .elementor-heading-title{
    font-size: 44px;
}


/* reset */

.title{
    font-size: 44px;
    font-weight: 600;
}

.h4{
    font-size: 24px;
    margin-bottom: 15px;
}

.h5{
    font-size: 18px;
    margin-bottom: 15px;
}

.bg-dark .h1, .bg-dark .h2, .bg-dark .h3, .bg-dark .h4, .bg-dark .h5, .bg-dark .h6, .bg-dark .h6 {
    color: var(--white);
}

ul.list-style-four li p{
    margin-bottom: 15px;
}


/* header */

.navbar-brand>img{
    height: 50px;
}

.navbar-brand>img.logo-display{
    height: 90px;
    background: rgba(255,255,255,0.95);
    padding: 10px;
    border-radius: 10px 0px 0 0;
}

.btn{
    background: var(--bleu_logo2);
}

.bg-dark .btn-style-one:hover{
    color: var(--bleu_logo2);
}


/* hp */

.banner-six-top-info > .row{
    /*align-items: center;*/
}

.wrap_title .sub_title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 25px;
}

.wrap_title .sub_title strong{
    font-weight: 500;
}

.banner-six-top-info .sub_title{
    text-align: right;
}

.banner-six-top-info .banner_title {
    text-align: right;
    font-size: /*75px*/44px;
    margin-top: -15px;
    line-height: 1.1;
}

.banner-six-top-info .banner_title em{
    color: var(--bleu_logo2);
    font-style: normal;
}

.banner-six-top-info .boutons_cta .btn{
    color: var(--bleu_fond);
}

.banner-six-top-info .boutons_cta .btn:last-child{
    margin-left: 5px;
    background-color: var(--bleu_logo2);
    color: #fff;
}

.text-light .btn-style-one.light:after{
    background-image: linear-gradient(315deg, var(--bleu_main) 0%, var(--bleu_effet) 95%);
}

.community-card-two{
    padding: 50px;
}

.multi-users{
    margin-top: 10px;
}

.community_description ul.list-style-two li{
    font-weight: 600;
}

.title_about_hp{}

.section_about_hp{}

.title_h2 .elementor-heading-title{
    font-size: 44px;
    font-weight: 600;
}

.gallery{
    margin-bottom: 0;
}

.section_fond_degrade_left_bt::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 200px;
    width: 22%;
    background: linear-gradient(90deg, #20b6ff 0%, #783cff 100%);
    z-index: 0;
    filter: blur(180px);
}

.section_services .site-heading{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.section_services .site-heading h2{
    font-size: 44px;
    text-align: left;
}

.section_services .site-heading .offset-lg-3{
    margin-left: 10%;
}

.section_services .wrap_title .sub_title{
    margin-bottom: 10px;
}

.section_services .project-style-two-area{
    padding-bottom: 50px;
}

.project-style-two-item .desc ul{
    list-style: none;
    display: flex;
    gap: 10px; 
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
}

.project-style-two-item .desc ul li{
    font-size: 11px;
    display: inline-block;
    background: var(--bleu_logo2);
    border: 1px solid var(--dark);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    padding: 3px 12px;
    padding-bottom: 2px;
    color: #fff;
}

@media (min-width:1200px) 
{
    .project-style-two-item img{
        height: 515px;
        width: 100%;
    }

}

.financement_OPCO{
    width: 1376px;
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 50px 25px;
    background: #1f2032;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.financement_OPCO.w_100{
    width: 100% !important;
    max-width: 100% !important;
}

.financement_OPCO.light{
    background: rgba(255,255,255, 0.1);
}

.financement_OPCO .elementor-widget-text-editor{
    width: 70%;
}

.elementor-button{
    background: var(--bleu_logo2);
    display: inline-block;
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding-top: 16px;
    color: var(--white);
    box-shadow: none !important;
    border: none;
    overflow: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.elementor-button:hover{
    color: var(--bleu_logo2);
    background: transparent;
}

.elementor-button:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: var(--color-primary);
    background-image: linear-gradient(315deg, var(--white) 0%, var(--white) 74%);
    transition: all 0.3s ease;
}

.elementor-button:hover:after{
    top: auto;
    bottom: 0;
    height: 100%;
}

.section_why .process-style-two-item .title_item{
    font-weight: 600;
    font-size: 23px;
}

.section_why .process-style-two-item p{
    font-size: 15px;
}

.site-heading p.sub-title{
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 500;
}

ul.list-style-four li .desc_item .btn{
    margin-top: 25px;
}

ul.list-style-four li .desc_item .btn i{
    height: auto;
    width: auto;
    line-height: normal;
    font-size: inherit;
    border-radius: 0;
    background: none;
}

.wrap_section_cta .site-heading{
    margin-bottom: 25px;
}

.wrap_section_cta .site-heading .title{
    
}

.wrap_section_cta .desc{
    margin: 0 auto;
    max-width: 685px;
}

.wrap_section_cta .boutons_cta .btn1{
    margin-right: 10px;
}


/* single post */

.blog-area.single .item .info .meta{
    margin-bottom: 20px;
}

.blog-area .meta li{
    margin-right: 0;
}

.blog-area .info .meta ul li a.cat_post{
    color: #fff;
}

.widget_recent_entries .post-date{
    font-size: 85%;
    display: block;
}


/* page Agence */

.title_page .elementor-heading-title{
    font-size: 44px;
    line-height: 1.1;
}

.elementor-heading-title em{
    color: var(--bleu_logo2);
    font-style: normal;
}

.desc_title_page{
    font-size: 18px;
}

.wrap_cta{
    display: flex;
    gap: 10px;
}

.wrap_metas ul{
    display: flex;
    gap: 20px;
    row-gap: 10px;
    font-size: 13px;
    flex-wrap: wrap; 
}

.e-con-boxed.e-con-parent.bg-dark{
    
}

.special_block{
    padding: 1.75rem;
    border-left: 3px solid var(--bleu_logo2);
}

.award-style-one-item .title{
    margin-bottom: 0;
}

.award-style-one-item .title h3{
    /*color: var(--bleu_fond);*/
}

.award-style-one-item .year .h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    text-align: right;
    color: var(--bleu_logo2);
    opacity: 0.7;
}

.wrap_missions .feature-style-one-left-info{
    justify-content : start; 
}

.wrap_missions .feature-style-one.phare{
    border: 2px solid var(--bleu_logo2);
}

.wrap_missions .feature-style-one.active h3{
    color: #fff;
}

.wrap_missions .feature-style-one .desc em{
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 999px;
    background: var(--bleu_logo2);
    border: 0.5px solid var(--bleu_logo2);
    color: #fff;
}

.wrap_missions .feature-style-one .icon img{
    margin-bottom: 40px;
}

.wrap_missions .fun-fact-card-one .js-counter{
    font-size: 80px;
}

.wrap_missions .fun-fact-card-one .h5{
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4em;
}

.section_why_about .listing h3{
    font-size: 25px;
}

.section_nous_trouver .grille h3{
    color: #232323;
    font-size: 22px;
}

.section_nous_trouver .grille ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
    column-gap: 25px;
    flex-wrap: wrap;
}


/* page formateur */

.rs_dd a{
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    background: blue;
    padding: 0;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
}

.section_certifs .feature-style-one-items{
    grid-template-columns: repeat(2, 1fr);
}

.section_certifs .wrap_missions .feature-style-one-left-info{
    justify-content: center;
}

.section_certifs .wrap_missions .fun-fact-card-one .js-counter{
    font-size: 50px;
}

.section_title_experience{}

.section_experiences{}

.etiquette{}

.col_item_school .elementor-widget-image{
    height: 300px;
}

.col_item_school .elementor-widget-image *{
    width: 100%;
    height: 100%;
    display: block;
}

.col_item_school .elementor-widget-image img{
    object-fit: cover;
}

.col_item_school .elementor-icon{
    padding: 10px;
    border: 2px solid var(--bleu_logo2);
}

.col_item_school .elementor-icon-box-title{
    margin-bottom: 0;
    font-size: 22px;
}

.col_item_school .elementor-icon-box-description{
    font-size: 14px;
}

.col_item_school .elementor-widget-text-editor{
    font-size: 14px;
}

.col_item_school .elementor-widget-heading.etiquette .elementor-heading-title{
    padding: 10px 0 10px 10px;
    border-left: 4px solid var(--bleu_logo2);
    font-size: 14px;
}


/* page formation IA */

.section_competences .grille .elementor-widget-text-editor{
    padding: 50px;
    background: /*linear-gradient(90deg, var(--bleu_fond) 0%, #000 100%)*/#222;
}

.section_competences .grille .elementor-widget-text-editor i{
    color: var(--bleu_effet);
    margin-right: 5px;
}

@media (min-width:1366px) 
{
    .section_calibre .process-two-single{
        width: 20%;
    }
}

.section_calibre .process-style-two-items > .row{
    row-gap: 100px;
}

.section_calibre .process-style-two-item .desc em{
    display: block;
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
    border-left: 3px solid #cfddde;
}

.section_cible_formation .process-style-one-area .site-heading{
    padding-left: 20%;
}

.section_cible_formation .process-style-one-area .site-heading p.sub-title{
    font-size: 16px;
}

.process-style-one-area > .container{
    position: relative;
    z-index: 2;
}

.process-style-one-item .h2 {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px var(--white-common);
    font-weight: 900;
    writing-mode: vertical-rl;
    font-size: 60px;
    line-height: 0.7;
    transform: rotateZ(180deg);
    min-height: 85px;
    margin-bottom: 30px;
}


/* page contact */

.bloc_label{
    background: rgba(0,123,255, 0.1);
    padding: 40px 40px 50px;
}

@media (min-width:1200px) 
{
    .col_img_contact{
        height: 358px;
    }
}

.contact-style-one-info li i{
    background: var(--bleu_logo2) !important;
}

.contact-style-one-info h2{
    margin-bottom: 40px;
}

.contact-style-one-info li .h4{
    font-size: 18px;
    color: var(--color-heading);
}

.contact-form-card .sub-title{
    margin-bottom: 35px;
}

.contact-form-card .form-group select{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c5c6e9;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.wpcf7 .wpcf7-submit{
    width: 100%;
}

.maps-area{
    padding: 0;
}

.maps-area > .container{
    padding: 0;
    max-width: 100%;
}


/* footer */

.f-item.about .logo img{
    height: 80px;
}

footer .f-item ul li{
    margin-bottom: 20px;
}

footer .f-item.contact ul li{
    margin-bottom: 0;
}

.f-item.contact p.h4 a{
    font-size: 20px;
    color: #fff;
}


/* responsive */

@media (max-width:767px) 
{
    body{}

}


