/* 
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.4.4
Text Domain: hello-elementor-child
*/


/*HEADER*/
.about-menu>a{
	
}
.menu-top .btn-menu a {
    padding: 4px 12px !important;
    background: var(--e-global-color-accent);
    border-radius: 24px;
    color: #fff !important;
    display: block;
    transition: all ease-in-out .4s;
}

.menu-top .sub-arrow {
    display: none;
}

.menu-top .btn-menu:hover a {
    background: var(--e-global-color-primary);
}

.menu-top .sub-menu {
    padding: 15px 27px !important;
}

.blc-top.elementor-sticky--effects .top-header {
    display: none !important;
}

.blc-top.elementor-sticky--effects .blc-menu-top {
    box-shadow: 0px 9px 15px -3px rgba(0, 0, 0, 0.1);
}

.blc-top.elementor-sticky--effects .blc-menu-top .e-con-inner {
    padding: 5px 0 !important;
}

.elementor-nav-menu a:hover{
    color: #CC202B!important;
}


/*BLOC ACTIVITE*/
.list-activite {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.list-activite .item {
    width: 33.33%;
    padding: 24px;
}

.list-activite .inner {
    position: relative;
}

.list-activite .inner .title-item {
    position: absolute;
    width: calc(100% - 44px);
    left: 22px;
    bottom: 16px;
    margin: 0;
}

.list-activite .inner .title-item a {
    display: block;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    border-radius: 10px;
    padding: 9px 10px;
    text-align: center;
}

.list-activite .img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.list-activite .img img {
    display: block;
    transform: scale(1.0);
    transition: all ease-in-out .4s;
    width: 100%;
}


.list-activite .item:hover .img img {
    transform: scale(1.1);
}


/*BLOC ACTUALITE*/
.list-actu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.list-page-actu .item{
    margin-bottom: 48px;
}


.list-actu .item {
    width: 33.33%;
    padding: 0 24px;
}

.list-actu .item .inner {
    padding: 21px 23px;
    background: #F0F0F0;
    border-radius: 10px;
}

.list-actu .item .img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.list-actu .item .img img {
    width: 100%;
    display: block;
    border-radius: 10px;
    transform: scale(1.0);
    transition: all ease-in-out .4s;
}

.list-actu .item .title-actu {
    margin: 0;
}

.list-actu .item .title-actu a {
    font-size: 15px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    display: block;
}

.list-actu .item .content {
    padding: 16px 0 0;
}

.list-actu .item .content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}


.list-actu .item .link-actu {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #CC202B;
}

.list-actu .item .link-actu:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #CC202B;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .4s;
}

.list-actu .item:hover .link-actu:before {
    width: 0;
}

.list-actu .item:hover .img img {
    transform: scale(1.1);
}


.blc-date>.e-con-inner {
    position: relative;
}

.blc-date>.e-con-inner:before {
    content: '';
    width: 70%;
    height: 4px;
    background: #CC202B;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 47px;
}

.blc-date .cercle {
    position: relative;
}

.blc-date .cercle:after {
    content: '';
    width: 4px;
    height: 36px;
    background: #CC202B;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.content-step {
    height: 100% !important;
}



.text-2-column {
    column-count: 2
}


.blc-form-contact{
    max-width: 440px;
    margin:auto;
}

.blc-form-contact .blc-chp{
    display: flex;
    flex-wrap: wrap;
}

.blc-form-contact .chp{
    padding:5px;
}

.blc-form-contact .chp p{
    margin-bottom: 0;
}

.blc-form-contact .chp.w-50{
    width: 50%;
}


.blc-form-contact .chp.w-100{
    width: 100%;
}


.blc-form-contact .wpcf7-form-control{
    height: 37px;
    padding: 10px 19px;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
    border-radius: 10px;
    outline: none;
    border:none;
    box-shadow: none;
}

.blc-form-contact textarea.wpcf7-form-control{
    height: 65px;
}


.blc-chp .chp ::-webkit-input-placeholder,{
    opacity: 1;
    color: #0F0F0F;
}

.blc-chp .chp ::-moz-placeholder {
    opacity: 1;
    color: #0F0F0F;
}

.blc-chp .chp ::-ms-input-placeholder {
    opacity: 1;
    color: #0F0F0F;
}

.blc-form-contact .btn,
.blc-form .btn{
    background: #CC202B;
    border:none;
    transition: all ease-in-out .4s;
}

.blc-form .btn{
    padding: 6px 30px 5px!important;
}

.blc-form .blc-send{
    text-align: center;
    margin-top: 20px;
}

.blc-form-contact .btn:hover{
    background: #fff!important;
    color: #203974!important;
}



.blc-form-contact .blc-send{
    text-align: center;
    margin-top: 12px;
}

.wpcf7-spinner{
    position: absolute;
}


.blc-form-connex{
    max-width: 325px;
    width: 100%;
    margin:auto;
}


.blc-form .form-control,
.blc-form .chp .wpcf7-form-control{
    height: 37px;
    border:none;
    background: #F6F6F6;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    width: 100%;
    padding: 6px 20px;
}

.blc-form .chp{
    margin-bottom: 10px;
}

.blc-form p{
    margin: 0;
}

.f-password{
    text-align: center;
    margin-top: 5px;
}
.f-password a{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    font-family: "Montserrat";
    color: #0F0F0F;
}

.blc-form.blc-form-create-account{
    max-width: 456px;
    margin:auto;
}

#breadcrumbs .breadcrumb_last{
    font-weight: 700;
}


#breadcrumbs a{
    color: #203974;
}


#breadcrumbs a:hover{
    color: #CC202B;
}

.col-box strong{
    font-size: 15px!important;
}

.list-bloc{
    position: relative;
}

.list-bloc:before{
    content: '';
    width: 13px;
    height: 13px;
    background:#CC202B;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -7px;
}

.pagination{
    display: flex!important;
    justify-content: center;
}

.pagination .page-numbers{
    width: 40px!important;
    height: 40px!important;
    background: #203974!important;
    color: #fff!important;
    display: block;
    margin:0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .4s;
}

.pagination .page-numbers.current{
     background:#CC202B!important;
}

.pagination .page-numbers:hover{
    background:#CC202B!important;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers{
    width: 100px!important;
}

.foot2 a{
	cursor:pointer
}

@media (max-width:1200px) {
    .menu-top .elementor-nav-menu {
        padding: 20px 40px !important;
    }

    .menu-top .btn-menu a {
        padding: 0 !important;
        background: none;
        color: var(--e-global-color-primary) !important;
        border-radius: 0;
    }

    .menu-top .sub-arrow {
        display: block;
    }

    .menu-top .sub-menu {
        padding: 0 5px !important;
    }
}

@media (max-width:991px) {
    .list-activite .item {
        width: 50%;
        padding: 12px;
    }

    .list-actu .item {
        width: 50%;
        margin-bottom: 25px;
        padding: 0 12px;
    }

    .list-actu,
    .list-activite {
        margin: 0 -12px;
    }

}

@media (max-width:767px) {
    .list-activite .item {
        width: 100%;
    }

    .list-actu .item {
        width: 100%;
    }

    .list-actu .item:last-child {
        margin-bottom: 0;
    }

    .list-actu .item .inner {
        padding: 15px;
    }

    .menu-top .elementor-nav-menu {
        padding: 20px !important
    }

    .content-step {
        height: auto !important;
        position: relative;
    }


    .content-step:before {
        content: '';
        width: 4px;
        height: 36px;
        background: #CC202B;
        position: absolute;
        bottom: -36px;
        left: 0;
        right: 0;
        margin: auto;
        top: inherit;
    }


    .content-step-last:before {
        display: none !important;
    }

    .blc-date>.e-con-inner:before {
        display: none;
    }

    .text-2-column {
        column-count: 1
    }

    .text-2-column ul{
        padding-left: 25px!important;
    }

    .blc-form-contact .chp.w-50{
        width: 100%!important;
    }

    .list-bloc:before{
        display: none;
    }

}