@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --black: #000;
    --white: #fff;
    --primary: #405aad;

    --second: #e9e9e9;
    --gris: #b5b5b5;

}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat';
    font-weight: normal;
    overflow-x: hidden;
    color: var(--black);
    background: var(--white);
}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important
}

.header {
    width: 100%;
    top: 0;
    position: relative;
    margin-bottom: 0;
}


.page .header {
    height: 500px;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}

.banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-height: 890px;
    overflow: hidden;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.banner img {
    opacity: 0
}

.content-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
}

.content-header--top {
    margin: 0 auto;
    position: relative;
}

.vegas-timer-progress {
    display: none !important
}



.logo img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    left: -40px;
}

.top-contact {
    color: var(--black);
    text-align: right;
    position: absolute;
    top: 19px;
    z-index: 11;
    right: 0;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}


.top-contact .phone {
    padding: 6px 25px;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
    display: block;
    font-size: 19px;
    font-weight: 700;
    background: var(--primary);
    color: var(--white) !important;
}


/* end header */


/* menu */

.navbar-nav .nav-item {
    display: block;
    transition: 0.5s ease all;
}


.navbar .navbar-nav .nav-item .nav-link {
    padding: 2px 15px;
    color: var(--white);
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    background: var(--white);
    color: var(--primary);
    text-shadow: none;
}

.navbar-nav .nav-item:hover>.nav-link {
    background: var(--white);
    color: var(--primary);
}

.page .menubox {
    padding: 20px 60px;
}

.menubox {
    max-width: 300px;
}

.menubox.fixed {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    bottom: initial;
    max-width: 100%;
    display: block;
    padding: 0;
}

.inner-menubox {
    position: relative;
    transition: 0.3s ease all;
    padding: 0;
}

.navbar {
    padding: 0px
}

.navbar-nav {
    margin: 0px !important;
    padding: 0;
    z-index: 9;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column !important;
}

.fixed .navbar-nav {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
}

/****** end menu ***/





/***** logos*/

.logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    clear: both;
    padding-top: 30px;
}

.logos img {
    max-width: 100%
}

.logos a {
    padding: 0px 30px;
}

/****** bloc flex text + images ***/

.flex-block {
    position: relative;
    transition: 0.5s ease all;
    background-size: cover;
}

.flex-block-1 {
    max-width: 1200px;
    margin: 0px auto 3rem;
}

.flex-block-2 {
    max-width: 1180px;
    margin: 0 auto;
}

.flex-block-3 {
    max-width: 1100px;
    margin: 0 auto 0rem;
}

.flex-block-3 .col-12:nth-child(2) {
    position: relative;
    top: 40px;
    margin-top: 15px;
}

.bloc-fb {
    background: var(--second);
    padding: 20px 40px;
}

.frame-fb {
    margin-top: 20px;
}

.banner-slider {
    height: 540px;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    top: 7rem;
    z-index: 2;
}

.flex-block-1 .btn-contact {
    float: right;
    width: 100%;
    display: block;
    font-size: 16px;
    max-width: 60%;
    padding: 30px 15px;
}

.text_center .btn-contact {
    margin: -15px auto 40px;
    padding: 15px 40px;
    display: table;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.text_center .btn-contact:before {
    content: "";
    width: 15px;
    height: 70px;
    background: var(--primary);
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 80px;
    left: calc(50% - 7.5px);
}

.text_center .btn-contact span {
    display: block;
    text-transform: none;
    font-weight: 400;
}

.btn-contact {
    background: var(--primary);
    display: block;
    text-align: center;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
    font-size: 18px;
    transition: 0.3s ease all;
}

.btn-contact:hover {
    background: var(--second);
    color: var(--primary);
}

.flex-block--inner {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    width: 100%;
}


.bloc-text-img {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.title-banner {
    color: var(--white);
    left: 40px;
    bottom: 60px;
    position: absolute;
    text-shadow: 1px 1px 12px #000;
    font-size: 40px;
    font-weight: 700;
}

.flex-block-2 .flex-block--content {
    color: var(--black);
    font-weight: 400;
    position: relative;
    border-left: 15px solid var(--primary);
    padding: 80px 25px 50px;
    position: relative;
    top: -40px;
}


.background-shadow {
    background: var(--white);
    box-shadow: 1px 1px 26px 6px rgb(0 0 0 / 30%);
    padding: 40px 60px;
    position: relative;
    top: -80px;
}

.flex-block--content {
    max-width: 100%;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.flex-block--title {
    font-size: 23px;
    color: var(--primary);
    margin: 0 0 20px;
    font-weight: 700;
}

.flex-block--text {
    font-size: 15px;
    font-weight: 500;
}
.flex-block-1 .flex-block--text{
    background: url(../images/border.png) no-repeat;
    padding-left: 40px;
    background-size: contain;
    padding: 15px 50px;
    padding-right: 0;
}

.list-services li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 0 auto 22px;
}

.list-services .left-text {
    width: 110px;
    text-align: center;
}

.list-services {
    list-style: none;
    position: relative;
    padding-top: 2rem;
}


.list-services img {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.list-services .num {
    font-size: 80px;
    font-weight: 600;
    padding: 0;
    line-height: initial;
}

.list-services li span {
    font-size: 17px;
    font-weight: 500;
    padding-left: 1.2rem;
}

/****** bloc flex text + images ***/



.text_center {
    padding: 40px 15px 15px;
    max-width: 950px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}


/****** page interne ***/

.text {
    margin: 20px auto 2rem;
    padding: 15px;
    background-size: cover;
    background-attachment: fixed;
    max-width: 1290px;
    position: relative;
    z-index: 2;
}

.textdiv {
    padding: 15px 70px 0px;
    max-width: 1270px;
    margin: 0px AUTO 0px;
}

.textdiv--text {
    line-height: 31px;
    font-size: 15px;
    text-align: justify;
}

.page .header .banner {
    max-height: 500px;
}

.page .logo img {
    max-width: 340px;
    left: 0;
}

/****** end page interne ***/


/****** Contact ***/
.fluid-contact {
    position: relative;
    padding-top: 8rem;
    background: var(--primary);
    background-size: cover;
    background-position: center;
    color: var(--white);
}

.contact {
    color: var(--black);
    font-size: 17px;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 29px 40px;
    max-width: 1600px;
    align-items: center;
    margin: 0 auto;
}

.contact .phone {
    color: var(--white) !important;
    padding: 0px;
    display: table;
    font-weight: 600;
    font-size: 17px;
    margin: 0 auto;

}

.contact .link-contact {
    color: var(--white);
    display: table;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    text-decoration: none !important;
}

.adresse-block--text {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}


/****** end Contact ***/


/****** footer ***/

.boxfooter {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
    position: relative;
}

.footerlink {
    color: #d0d0d0;
    font-size: 10px;
    font-family: verdana;
    text-align: right;
}

.footerlink ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footerlink ul li {
    display: inline-block;
}

.footerlink ul li a {
    text-decoration: none !important;
    transition: 0.3s ease all;
    color: var(--second);
    padding: 0px 10px;
}

.footerlink ul li a:hover {
    color: var(--primary);
}

.inlineblock {
    display: inline-block;
}

.footerlink ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: none;
}

.boxfooter>div {
    width: 100%;
    margin: 0;
    align-items: center;
}

.footer-ico {
    max-width: 110px;
    filter: brightness(0) saturate(100%) invert(82%) sepia(40%) saturate(7%) hue-rotate(331deg) brightness(89%) contrast(92%);
}

/****** footer ***/


/****** responsive css  ***/
@media (min-width:991px) {

    .menubox.fixed .navbar-nav {
        flex-direction: row !important;
        justify-content: center;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    .menubox.fixed .inner-menubox:after {
        display: none
    }

    .menubox.fixed .navbar-nav .nav-item {
        border: none;
    }

    .menubox.fixed .navbar-nav .nav-item .nav-link {
        padding: 8px;
        font-size: 15px;
        text-transform: none;
    }


    .menubox.fixed {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0 !important;
        background: var(--primary);
        margin: 0;
        max-width: 100%;
        display: block;
        height: auto;
        padding: 0;
        border: none;
        z-index: 999999999;
        bottom: initial;
    }

    .fixed .navbar {
        border-radius: 0;
        padding: 10px;
    }


}


@media (max-width: 991px) {

    .inner-menubox:after {
        display: none
    }

    .header .banner {
        max-width: 100%;
        width: 100%;
        height: auto;
        position: relative;
    }

    .banner:after {
        display: none
    }

    .flex-block-1 .btn-contact {
        float: none;
        max-width: 100%;
        padding: 15px;
        margin: 0;
    }

    .background-shadow {
        padding: 0;
        top: 0;
        box-shadow: none;
    }

    .title-banner {
        font-size: 24px;
        bottom: 0;
    }

    .btn-contact {
        margin: 0 auto 15px;
    }



    .menubox:before {
        display: none;
    }

    .flex-block {
        margin-bottom: 20px;
        margin-top: 0;
        left: 0;
        text-align: center;
        border: none;
        padding: 0px 15px;
    }

    .logos {
        width: 100%;
        flex-wrap: wrap;
    }

    .logos a {
        padding: 0px 15px;
        max-width: 50%;
        width: 50%;
        margin-bottom: 20px;
    }


    .list-services {
        padding: 0;
    }

    .flex-block--inner .col-12 {
        top: 0 !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        flex-wrap: wrap;
    }

    .flex-block--text {
        max-width: 100%;
    }

    .navbar {
        padding: 0px !important;
        border-radius: 0;
        background: var(--primary);
    }

    .navbar-nav:after {
        display: none
    }

    .navbar .navbar-nav .nav-item {
        border: none;
        padding: 0px !important;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        padding: 6px 5px !important;
        border: none;
        text-shadow: none;
    }

    .inner-menubox {
        padding: 0;
        background: none;
        max-width: 100%;
        display: block;
    }

    .page .fluid-contact {
        margin-top: 30px;
    }

    .navbar-nav {
        align-items: center;
        flex-direction: column !important;
        padding-bottom: 15px;
    }

    .fixed .navbar-nav {
        flex-direction: column !important;
    }

    .menubox {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        z-index: 9999999;
        min-height: 50px;
        padding: 0px !important;
        margin: 0 !important;
        bottom: initial;
        background: var(--primary);
        display: block;
        height: auto;
        border: none;
    }

    .navbar-toggler {
        background: var(--white);
        outline: none !important;
        min-height: 50px;
        border-radius: 0;
        border: 0px;
    }

    .fluid-contact:after {
        display: none;
    }

    .contact {
        padding: 110px 20px 40px;
        flex-direction: column;
        margin-top: 0;
    }

    .contact .col-12 {
        width: 100%;
        border: none;
        flex: 0 0 100%;
        max-width: max-content;
        margin-bottom: 0;
        padding: 15px !important;
    }

    .contact .phone {
        text-align: center;
        font-size: 19px;
    }

    .adresse-block--text {
        text-align: center;
    }

    .logo img {
        text-align: center;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        left: 0;
    }

    .header {
        position: relative;
        padding-top: 50px;
        margin-bottom: 10px;
        max-height: initial;
        overflow: initial;
        background: none;
        height: auto !important;
    }

    .inner-menubox:after {
        display: none
    }

    .top-contact {
        display: block;
        padding: 0;
        padding: 0;
        position: fixed;
        top: 6px;
        z-index: 999999999;
        right: 0;
    }

    .logo {
        padding: 0;
        text-align: center;
        display: block;
        position: relative;
        top: 40px;
    }

    .header:after {
        display: none
    }
}

@media (max-width: 767px) {

    .textdiv {
        margin: 0 auto;
        background: none;
        margin: 0;
        padding: 15px;
    }

    .navbar-nav .nav-item {
        border: none;
    }

    .text_center .btn-contact:before {
        display: none
    }

    .text {
        margin-top: 30px;
        box-shadow: none;
        top: 0;
        margin: 15px 0px;
        padding-top: 1px;
        padding-bottom: 0;
    }

    .banner-slider {
        top: 0;
        height: 400px;
    }

    .footerlink {
        text-align: center;
    }

    .flex-block {
        margin: 0px auto 15px;
        padding: 0px 15px;
        left: 0px !important;
    }



    .menubox:after {
        display: none;
    }

    .fluid-contact {
        min-height: auto;
        margin: 0px 0px 0px;
        padding: 15px;
    }

    .contact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: initial;
        margin-bottom: 0px;
        padding: 0px;
    }

    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
    }
}

#content{
    margin: 20px 0 50px;
}

#content .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#content .corp{
    padding: 0 15px;
}
#content h1{
    color: var(--primary);
    font-size: 24px;
    text-align: center;
    margin: 50px 0;
    font-weight: 700;
    text-transform: uppercase;
}

#content h1 small{
    font-weight: 500;
    font-size: 20px;
}

#content h2{
    color: var(--primary);
    font-size: 18px;
    margin: 40px 0 10px;
    font-weight: 700;
}

#content h2 small{
    font-weight: 500;
    font-size: 17px;
}

#content h3{
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 18px;
    margin:10px 0 5px;
    font-weight: 600;
}
#content h3:before {
    color: var(--primary);
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c8";
}
#content p{
    font-size: 16px;
    text-align: justify;
}
#content strong{
    color: inherit;
    font-weight: 600;
}
#content ul{
    padding-left: 20px;
    margin: 15px auto;
    list-style: none;
}
#content ul li{
    font-size: 16px;
    margin:5px 0;
}
#content ul li:before {
    color: var(--primary);
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
}
#content p a,
#content li a{
    color: var(--primary);
    font-weight: 600;
}
#content hr{
    margin: 40px auto;
}
#content .slogan{
    font-size: 20px;
    font-weight: 600;
    margin: 40px auto;
    text-align: center;
    max-width: 800px;
}
#content .center{text-align: center !important;}

#content .imgD,
#content .imgG,
#content .diapoD,
#content .diapoG{
    display: flex;
    margin: 40px auto;
    justify-content: space-between;
}

#content .imgG,
#content .diapoG{
    flex-direction: row-reverse;
}

#content .imgD>div,
#content .imgG>div,
#content .diapoD>div,
#content .diapoG>div{
    width: 100%
}

#content .imgD>div:last-child,
#content .diapoD>div:last-child{
    max-width: 600px;
    margin-left: 30px;
}

#content .imgG>div:last-child,
#content .diapoG>div:last-child{
    max-width: 600px;
    margin-right: 30px;
}

#content .imgD>div:last-child img,
#content .imgG>div:last-child img,
#content .diapoD>div:last-child img,
#content .diapoG>div:last-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content .bloc-txt{
    box-shadow: 0 0 10px #0002;
    padding: 20px;
    margin: 40px auto;
}

#content .bloc-txt>*:first-child,
#content .imgD>div:first-child>*:first-child,
#content .imgG>div:first-child>*:first-child,
#content .diapoD>div:first-child>*:first-child,
#content .diapoG>div:first-child>*:first-child{
    margin-top: 0;
}

#content .bloc-txt>*:last-child,
#content .imgD>div:first-child>*:last-child,
#content .imgG>div:first-child>*:last-child,
#content .diapoD>div:first-child>*:last-child,
#content .diapoG>div:first-child>*:last-child{
    margin-bottom: 0;
}

#content .diapoD .slick-list,
#content .diapoG .slick-list,
#content .diapoD .slick-track,
#content .diapoG .slick-track{
    height: 100%;
}

#content .breadcrumb{
    background: initial;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 30px;
}
#content .breadcrumb a{
    color:var(--primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

#content #foot-page{
    background: var(--primary);
    border-radius: 5px;
    color: #fff;
    padding: 30px 15px;
    margin: 15px auto;
}

#content #foot-page a{
    color: inherit;
}

#content #foot-page p{
    margin: 0;
    text-align: center;
}

.box-tel{
    color: inherit !important;
    text-decoration: none !important;
}
.box-tel:hover{
    color: inherit !important;
    text-decoration: none !important;
}

#content .bouton{
    background: var(--primary);
    border: solid 3px var(--primary);
    border-radius: 5px;
    color: #fff;
    display: table;
    text-align: center;
    font-weight: 600;
    padding: 10px 30px;
    margin: 15px auto;
    transition: .5s;
}

#content .bouton:hover{
    background: #fff;
    color: var(--primary);
    text-decoration: none;
}

#content .list{
    display: flex;
    flex-wrap:wrap;
}

@media(max-width: 991px){
    #content .imgD,
    #content .imgG,
    #content .diapoD,
    #content .diapoG{
        flex-direction: column-reverse;
        align-items: center;
    }
    #content .imgG>div:last-child, 
    #content .imgD>div:last-child,
    #content .diapoG>div:last-child, 
    #content .diapoD>div:last-child{
        margin: 30px auto;
        width: 100% !important;
        max-width: 100%;
    }
}


.axo-recherche {
    background: #fff;
    position: relative;
    padding: 20px 0px;
}
.axo-recherche>.container {
    padding: 30px 0px;
}
.axo-recherche h5 {
    font-weight: bold;
    font-size: 16px;
    color:#000;
    text-align: left;
}
.axo-recherche h5 a {
    color: #fff;
    background: var(--primary);
    display: inline-block;
    padding: 10px;
    transition: all 0.4s;
    text-decoration: none;
}

.axo-recherche .box-link {
    font-size: 13px;
}

.axo-recherche .box-link ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.axo-recherche .box-link p {
    font-weight: bold;
    margin-bottom: 5px;
    color:#000;
}
.axo-recherche .box-link a {
    font-weight: normal;
    color:#000;
    font-size: 12px;
}