@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


:root {
    --black: #000;
    --white: #fff;
    --primary: #0074e8;
    --color-text: #000;
    --second: #f3f3f3;
    --back: #eaeaea;
    --gris: #eaeaea;
}

.block-primary {
    background: var(--primary);
}

strong{
    font-weight: 500;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Outfit", sans-serif;

    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;

}

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

a {
    text-decoration: none !important
}

.fix-element{position: fixed; z-index: 100; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column;}
.fix-element a{display: flex;height: 62px; box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.15); width: 180px; transition: all 0.4s; text-decoration: none; margin: 5px 0px; align-items: center; justify-content: flex-start; background: #fff; padding:15px 0px; color: var(--primary); position: relative;right: -120px; top: 0;}
.fix-element a:hover{right: 0px; background: var(--primary); color: #fff;}
.fix-element a .ico{font-size: 18px; display: inline-block; padding:0px 0px 0px 15px;}
.fix-element a .txt{text-align: left; padding: 0px 15px; font-size: 14px; letter-spacing: 1.5px;}
.fix-element a .txt b{display: block; }
.fix-element a.fix-phone .txt{font-size: 17px;}

.header {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.fb_link {
    padding: 0px 15px;
    position: relative;
    top: -14px;
    transition: 0.3s ease all;
}

.fb_link:hover img {
    transform: scale(0.8);
}

.fb_link img {
    transition: 0.3s ease all;
}

.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding: 0 15px;
    background: #fff;
    border-bottom: 15px solid var(--second);
}
.top .logos{
    display: flex;
    align-items: center;
}
.top .logos .separe{
    background: var(--second);
    display: inline-block;
    width: 8px;
    height: 89px;
    margin: 0 50px;
}
.top .logos a:first-child img{
    width: 186px;
}
.top .logos a img{
    max-width: 100%;
}
.banner {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.banner {position: relative;overflow: hidden; height: calc(100vh - 119px)}
.img_banner img{opacity:0;max-width: 100%;}
.img_banner{
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
    transform: scale(1.1);
    height: 100%;
}

.img_banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

@-webkit-keyframes fadeInUpslide {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) translateX(-50%);
        transform: translate3d(0, 100%, 0) translateX(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
        transform: translate3d(0, 0, 0) translateX(-50%);
    }
}

@keyframes fadeInUpslide {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) translateX(-50%);
        transform: translate3d(0, 100%, 0) translateX(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
        transform: translate3d(0, 0, 0) translateX(-50%);
    }
}

.fadeInUpslide {
    -webkit-animation-name: fadeInUpslide;
    animation-name: fadeInUpslide;
}

#headercarousel{display: block;width: 100%; height: 100%;z-index: 1;}
#headercarousel .carousel-item{height: 100%; width: 100%; z-index: 9;}
#headercarousel .carousel-item .img-carousel{width: 100%; height: 100%; object-fit: cover; display: block; position: relative;  -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
#headercarousel .carousel-caption{position: absolute; top: 45%; left: 50%; transform: translateX(-50%) !important; right: auto; width: 700px; padding: 15px; max-width: 100%; margin: 0px auto;}

#headercarousel .carousel-caption h3{font-weight: bold; font-size: 24px;}
#headercarousel .carousel-caption p{font-size: 16px;}

#headercarousel .carousel-inner{height: 100%; width: 100%;}
#headercarousel .carousel-control-next,#headercarousel .carousel-control-prev{width: 50px;}
#headercarousel .carousel-indicators{bottom: 0px;}
#headercarousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out .7s;
}

#headercarousel.carousel-fade .carousel-item.active,
#headercarousel.carousel-fade .carousel-item-next.carousel-item-left,
#headercarousel.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

#headercarousel.carousel-fade .active.carousel-item-left,
#headercarousel.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

#headercarousel.carousel-fade .carousel-item-next,
#headercarousel.carousel-fade .carousel-item-prev,
#headercarousel.carousel-fade .carousel-item.active,
#headercarousel.carousel-fade .active.carousel-item-left,
#headercarousel.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

#headercarousel .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    border:1px solid #fff;
}
#headercarousel .carousel-indicators li {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: transparent;
    border: none;
    border-radius: 15px;
    border:1px solid #fff;
}

.page .bloc-menu{
}

@keyframes zoom {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);

    }
}



.title-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 50%;
}

.title-banner h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 11px #000000ad;
    line-height: 37px;
}

.title-banner h2 span {
    font-size: 44px;
    display: block;
    font-weight: 700;
}

.title-banner h2 span:last-child{
    font-size: 34.5px;
    margin-top: 10px;
}

.title-banner h2 b {
    font-size: 28px;
}

.title-banner h2 span.text-right {
    font-size: 20px;
    text-align: left !important;
}
.btn-contact{
    transition: 0.3s ease all;
    display: flex;
    justify-content: flex-end;
    border-top: 8px solid #fff;
    padding-top: 10px;
    float: right;
    padding-left: 50px;
}
.btn-contact:hover a{
    background: var(--primary);
    padding: 7px 40px;
    width: 280px;
}
.btn-contact a{
    display: block;
    background: url(../images/btn.png) no-repeat;
    padding: 7px 30px;
    max-width: 220px;
    text-align: center;
    width: 273px;
    height: 40px;
    min-width: 273px;
    transition: 0.3s ease all;
}
.btn-contact span{
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color-text);
    font-weight: 800;
    position: relative;
    left: 32px;
    transition: 0.3s ease all;
}

.btn-contact:hover a span{
    color: #fff;
}

.banner img {}

.logo {
    text-align: center;
    position: absolute;
    left: 0;
    top: 120px;
}

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

/* end header */

a{color: inherit;}
a:hover {color:  inherit; transition: 0.3s; text-decoration: none;}

a.box-tel{color: initial; text-decoration: none;}

.axo-recherche{background: #fff; box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05); position: relative; padding: 20px 0px;}
.axo-recherche>.container{padding: 30px 20px;}
.axo-recherche h5{font-weight: bold; font-size: 16px; text-align: left;}
.axo-recherche .box-link{font-size: 13px;}
.axo-recherche .box-link ul{list-style: none; padding-left: 0px; margin-bottom: 0px;}
.axo-recherche .box-link ul li a{color: #000; transition: all 0.3s; text-decoration: none;}
.axo-recherche .box-link ul li a:hover{color: var(--primary);}
.axo-recherche .box-link p{font-weight: bold; margin-bottom: 5px;}
.axo-recherche .box-link{display: flex; justify-content: center; align-items: flex-start;}
.axo-recherche .box-link>div{padding: 15px 0px;}

.axo-footer{padding: 20px 15px;}
.axo-footer .axo-logo{display: flex; justify-content: center; align-items: center; margin: 5px 0px 5px;}
.axo-footer .axo-logo img{max-width: 100%; width: 125px;}
.axo-footer .footerlink{color: #fff;}
.axo-footer .footerlink a{color: #efefef; transition: all 0.3s; text-decoration: none;}
.axo-footer .footerlink a:hover{opacity: 0.3}
.axo-footer .inlineblock{padding-left: 0px; text-align: center; margin-bottom: 10px; font-size: 12px;}
.axo-footer .inlineblock li{display: inline-block;}
.axo-footer .inlineblock li:after{content: ' - ';}
.axo-footer .inlineblock li:last-child:after{display: none;}

.parallax-photo-didentite {
    max-width: 100%;
    min-width: 100%;
    background: url(../images/img-site/parallax-photo-didentite.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    overflow: hidden;
}

.parallax-portrait-enfants {
    max-width: 100%;
    min-width: 100%;
    background: url(../images/img-site/parallax-portrait-enfants.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    overflow: hidden;
}

.parallax-portrait-famille {
    max-width: 100%;
    min-width: 100%;
    background: url(../images/img-site/parallax-portrait-famille.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    overflow: hidden;
}

.parallax-tirages-photographiques {
    max-width: 100%;
    min-width: 100%;
    background: url(../images/img-site/parallax-tirages-photographiques.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    overflow: hidden;
}

.parallax-agrandissement-posters {
    max-width: 100%;
    min-width: 100%;
    background: url(../images/img-site/parallax-agrandissement-posters.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    overflow: hidden;
}

.parallax-vente-materiel {
    max-width: 100%;
    min-width: 100%;
    background: url(../images/img-site/parallax-vente-materiel.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    overflow: hidden;
}

.parallax-impressions-numeriques {
    max-width: 100%;
    min-width: 100%;
    background: url(../images/img-site/parallax-impressions-numeriques.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    overflow: hidden;
}

.parallax-reprographie {
    max-width: 100%;
    min-width: 100%;
    background: url(../images/img-site/parallax-reprographie.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    overflow: hidden;
}

.parallax-numerisation {
 max-width: 100%;
 min-width: 100%;
 background: url(../images/img-site/parallax-numerisation.jpg) no-repeat;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 height: 530px;
 overflow: hidden;
}

.parallax-photo-didentite img, .parallax-portrait-enfants img, .parallax-portrait-famille img, .parallax-tirages-photographiques img, .parallax-agrandissement-posters img, .parallax-vente-materiel img, .parallax-impressions-numeriques img, .parallax-reprographie img, .parallax-numerisation img {
    opacity: 0;
    max-width: 100%;
}

/* menu */

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

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    color: var(--white);
    transition: 0.3s ease all;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 900;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: var(--back);
    color: var(--primary);
}

.dropdown-menu {
    left: 100%;
    top: 0;
    background: var(--primary);
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 10px;
}

.fixed .dropdown-menu {
}

.page .navbar-nav .nav-item:last-child {
    margin: 0
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 2px 40px;
    color: #000;
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 900;
}

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

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

.navbar-nav .nav-item:first-child:hover>.nav-link {}

.navbar-nav .nav-item:first-child .nav-link:hover {}
.bloc-menu.fixed{
    top: 0;
    left: 0;
    width: 100%;
}
.bloc-menu{
    position: fixed;
    z-index: 11;
    left: 5px;
    top: 110px;
    cursor: pointer;
    transition: 0.3s ease all;
}
.menubox {
    position: fixed;
    margin: 0;
    top: 110px;
    left: 0;
    z-index: 10;
    border-left: 20px solid var(--primary);
    transition: 0.3s ease all;
    background: var(--back);
    padding: 150px 0px 100px;
    transform: translatex(-100%);
}
.menubox.activemenu{
    transform: none;
}

.menubox.fixed {
    top: 0;
    bottom: initial;
}

.menubox.fixed .navbar-nav {
}

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

.navbar {
    padding: 0;
    position: relative;
    z-index: 1;
}

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

.navbar-nav:first-child {
    flex-direction: column;
}

.navbar-nav:last-child {
    padding: 0;
}



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

.flex-block-2 .bloc-text {
    position: relative;
    margin: 0;
}
.flex-block-2 .bloc-text .d-flex > div{
    width: 50%;
}
.flex-block-2 .bloc-text .d-flex > div img{
    margin: 0 auto;
}
.bloc-couples_img{}
.bloc-couples_img>div{
    width: calc(100% + 202px);
}
.bloc-couples_text{
    width: 60% !important;
}
.bloc-couples_img img{}
.flex-block-2 .bloc-text .mt-5 {
    margin-top: 7rem !important;
}

.flex-block-2 .bloc-text h2 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    padding-right: 0;
    text-transform: uppercase;
}

.flex-block-2 .bloc-text p {
    font-size: 17px;
    color: #000;
    font-weight: 300;
    margin: 0;
}

.flex-block-2 .bloc-text p b {
    font-weight: 900;
}

.bloc-text>div {
    color: #000;
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
}

.bloc-text>div>h2 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.bloc-img {
    display: table;
    margin: 0 auto;
}


/****** back bloc***/

.title-banner img {
    margin-bottom: 20px;
}


/****** back bloc ***/


.rubrique>div {
    margin: 0 auto;
    flex-wrap: wrap;
    padding-left: 50px;
}

.rubrique>div .col-12 {
    position: relative;
    max-width: 480px;
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.link-rubrique {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    cursor: pointer;
    z-index: 3;
}

.rubrique>div .col-12:hover .img img {
    transform: scale(1.1);
}

.rubrique>div .col-12:hover h2 {background: var(--primary);padding: 10px 30px;color: #fff;}

.rubrique>div .col-12:hover h2:before {
    transform: skewX(19deg);
}

.rubrique>div h2 {
    color: #000;
    text-align: left;
    font-weight: 900;
    font-size: 20px;
    transition: 0.3s ease all;
    padding: 10px 20px;
    border-radius: 0px 15px 15px 0px;
}



.rubrique>div h2 b {
    display: block;
}

.rubrique img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.rubrique .img img {
    transition: 0.3s ease all;
}

.rubrique .img {
    overflow: hidden;
    max-width: max-content;
    margin: 0;
    position: relative;
    border-radius: 15px;
}

.bloc-3{
    margin: 100px 0;
}

.bloc-3 .box1{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc-3 .box1 h2{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.bloc-3 .box1 .eng{
    align-items: center;
    display: flex;
    margin: 20px 0;
    padding-left: 60px;
}

.bloc-3 .box1 .eng .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 86px;
    margin-right: 40px;
}

.bloc-3 .box1 .eng p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.bloc-3 .box2{
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 50px;
}

.bloc-3.v2 .box2{
    background: none;
    padding: 0;
}

.bloc-3 .box2 h2{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.bloc-3 .box2 .bouton{
    background: var(--primary);
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
    text-transform: uppercase;
    transition: .5s;
}

.bloc-3 .box2 .bouton.v2,
.bloc-3 .box2 .bouton:hover{
    background: #fff;
    color: var(--primary);
}

.bloc-3 .box2 .bouton.v2:hover{
    background: var(--primary);
    color: #fff;
}

/****** Contact ***/

.fluid-contact {
    position: relative;
    background-size: cover;
    color: var(--white);
    padding: 33px 0px;
}
.img_footer{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.img_footer a{
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.img_footer a img{max-width:100%}

.img_footer>div{
    background: var(--second);
    color: #fff;
    width: 400px;
    margin-left: -70px;
    padding: 17px 0 18px 70px;
}

.img_footer p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    line-height: initial;
}

.contact {
    color: var(--white);
    font-size: 17px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
}

.contact .d-flex.w-100>.col-contact:nth-child(1) {
    text-align: right;
}

.contact .d-flex.w-100>.d-flex {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.contact .d-flex.w-100 .col-contact:nth-child(1) img {}

.contact .d-flex.w-100 .col-contact:last-child {
}



.contact .d-flex.w-100 .col-contact:last-child div:first-child {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact .d-flex.w-100 .col-contact:nth-child(2) {}


.col-contact .phone {
    color: var(--second);
    font-size: 25px;
    font-weight: 900;
    padding: 0px;
    display: block;
    margin: 0 0 10px;
    text-align: left;
    line-height: 17px;
}
.col-contact .phone:first-child{
    color: var(--primary);
}

.col-contact .phone+span {
    color: var(--primary);
    display: block;
    text-align: left;
}

.col-contact {
    text-align: center;
    padding: 0px;
    color: var(--white);
    padding: 0px 20px;
    min-width: 161px;
}

.col-contact p {
    text-align: left;
    color: var(--color-text);
    letter-spacing: 0;
    margin: 0;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 17px;
    margin-top: 5px;
}

.adresse-block {
    margin: 0px auto;
    padding: 0px 15px;
}


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


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

.boxfooter {
    overflow: hidden;
    padding-top: 15px;
    background: #fff;
    padding-bottom: 15px;
    background: var(--black);
}

.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(--gris);
    padding: 0px 10px;
}

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

.inlineblock {
    display: inline-block;
}

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

.boxfooter>div {
    width: 100%;
    margin: 0;
}


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



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

.text {
    margin: 0px 0px 100px;
    position: relative;
    z-index: 1;
    color: #000;
    padding: 0px 15px;
}

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

.textdiv--text {
    line-height: 31px;
    font-size: 17px;
    text-align: justify;
    font-weight: 300;
}
.textdiv p{
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}


@media (max-width: 1280px) {
    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
    }

    .navbar-nav:after {
        height: 100%;
    }
}

@media (min-width:991px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }
    .page .img_banner{
        height: 450px;
    }
    .page .logo img {
        max-width: 400px
    }

    .page .header .banner {
        height: 515px;
    }

    .page .logo {
        top: 30px;
    }
}

.right-top>div {
    color: var(--primary);
    font-size: 17px;
    display: flex;
    align-items: center;
    font-weight: 800;
    justify-content: flex-end;
}
.right-top span{
    color: var(--color-text);
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-top: 5px;
    text-align: right;
}

.right-top>div .phone {
    display: block;
    font-weight: 900;
    font-size: 25px;
    color: var(--second);
    line-height: 15px;
    display: flex;
    align-items: center;
}

.right-top>div .phone:first-child {color: var(--primary);}


/****** text images ***/

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

.flex-block img {
    max-width: 100%;
    display: block;
}
.diapo{

    display: block !important;
    
    width: 100%;
    
    max-width: 660px;
    
    height: 450px;
    
    margin: 0 auto;
}
.banner-header, .banner-header-en{
    width: 100%;
    height: 100%;
}
.flex-block-1 {
    max-width: 890px;
    margin: 60px auto 80px;
    position: relative;
}
.flex-block-1 h2{
    
    display: table;
    margin: 70px auto;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}
.flex-block-1 h2 span{
    color: var(--primary);
    display: block;
    text-transform: none;
}
.flex-block-2:before{content:"";background: url(../images/forme1.png);width: calc(100% - 20px);display: block;position: absolute;height: 135px;left: 0;top: -50px;background-repeat: no-repeat;background-position: right;background-size: contain;}
.flex-block-1 h1 {
    color: var(--color-text);
    font-size: 25px;
    max-width: max-content;
    margin: 0 0 40px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}

.flex-block-1>div {
    align-items: center;
}



.flex-block-1 h1 span {
    color: var(--primary);
    display: block;
    font-size: 21px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    padding-left: 140px;
    text-transform: none;
}
.flex-block-1 h1 strong{
    display: block;
    font-size: 29px;
    font-weight: 800;
    text-align: center;
}
.flex-block-1 h1 b {
    position: relative;
    z-index: 1;
    font-weight: 800;
}
.flex-block-1 h1 b u{
    color: var(--second);
    text-decoration: none;
}
.flex-block-1 p {
    font-size: 17px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 35px 40px;
    max-width: 720px;
    margin: 0 auto;
    background: url(../images/coin1.png) , url(../images/coin2.png);
    background-repeat: no-repeat;
    background-position: top left , right bottom;
    text-align: justify;
}

.flex-block-1 p b {
    font-weight: 900;
}

.flex-block-1 .flex-block_text {
    margin: 0 auto;
}

.btn-link b {
    font-size: 26px;
    font-weight: 900;
}

.btn-link span {
    padding-right: 5px;
}

.btn-link {
    background: var(--primary);
    color: #fff;
    padding: 8px 30px;
    display: flex;
    text-transform: uppercase;
    font-size: 17px;
    align-items: center;
    transition: 0.3s ease all;
    position: relative;
    right: 0;
}

.btn-link:hover {
    background: var(--back);
    color: var(--primary)
}

.block-link-btn {
    display: flex;
    justify-content: flex-end;
    border-top: 8px solid var(--primary);
    max-width: 330px;
    float: right;
    width: 100%;
    margin-top: 10px;
    transition: 0.3s ease all;
}

.block-link-btn:hover .btn-link {
    position: relative;
    right: 50px;
}

.flex-block-2 {
    max-width: 1440px;
    padding-top: 120px;
    padding-bottom: 40px;
    margin-bottom: 150px;
}

.flex-block-2 {
    background: var(--back);
    padding-bottom: 0;
    position: relative;
    border-left: 15px solid var(--primary);
}
.flex-block-2>div{
    align-items: flex-end;
}
.flex-block-2:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -41px;
    left: 0;
    height: 43px;
    background: url(../images/forme_bottom.png);
    background-repeat: no-repeat;
}

.flex-block-2 .col-12:last-child {}

.back2 {
    position: relative;
    z-index: 2;
}

.nopadding {
    padding: 0px
}



.flex-block>div {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    z-index: 2;
}

.flex-block-4 {
    max-width: 1100px;
    padding: 40px 15px 0px;
    border-radius: 40px;
    margin: 0 auto 50px;
}

.flex-block-4>div .title_container_flex_certif {
    font-size: 19px;
    font-weight: 900;
    color: #157a98;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.container_flex_certif {
    background: url(../images/border.png);
    width: 100%;
    height: 435px;
    max-width: 550px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_flex_certif>div {
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bloc_flex_certif {
    width: 50%;
    margin-bottom: 0;
    text-align: center;
}

.flex-block-4 .border-text {
    position: relative;
    background: url(../images/forme2.png), url(../images/forme3.png);
    margin: 0 auto;
    padding: 54px 7px 45px;
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    overflow: hidden;
    max-width: 460px;
    margin: 0 auto;
}

.flex-block-4 .border-text h2 {
    font-size: 20px;
    font-weight: 900;
    color: #157a98;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.flex-block-4>div {
    align-items: center;
}



.flex-block-5 {
    margin: 0 auto 80px;
    max-width: 1200px;
    padding: 40px;
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    padding: 220px 50px 00px;
}

.flex-block-5:after {
    content: "";
    width: 55%;
    position: absolute;
    bottom: 0;
    right: -35px;
    height: 50px;
    background: #fff;
    transform: skewX(-27deg);
}

.flex-block-5 h2 {
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    text-shadow: 1px 1px 4px #00000078;
    margin-bottom: 47px;
    line-height: 41px;
}

.flex-block-5 .col-12 {
    max-width: max-content;
}

.flex-block-5 .border-text {
    position: relative;
    max-width: 400px;
    background: var(--second);
    padding: 40px;
    color: #fff;
    text-align: justify;
    display: block;
    margin: 0;
}

.flex-block-5 .border-text:before {
    content: "";
    width: 28px;
    height: 96px;
    background: #fff;
    display: block;
    margin: 0px 20px;
    transform: skewX(-24deg);
    position: absolute;
    left: -18px;
    top: -27px;
    transition: 0.3s ease all;
}

.flex-block-5 .border-text p {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

.flex-block-5 .border-text p b {
    font-weight: 900;
}



.flex-block-5>div {
    position: relative;
    top: 40px;
}


/****** bloc-avis-client  ***/

.bloc-avis-client {
    position: relative;
}

.container_avis_client {
    position: relative;
    max-width: 1000px;
    margin: 100px auto 0px;
}



.bloc-avis-client_inner {
    width: 100%;
    margin-bottom: 50px;
}

.link_plus {
    color: #0e596f;
    display: table;
    transition: 0.3s ease all;
    background: #fff;
    padding: 10px 30px;
    margin: 0 auto;
    position: relative;
}

.link_plus:hover {
    background: var(--primary);
    text-decoration: none;
    color: #fff;
    padding: 10px 50px;
}

.link_plus:hover span {
    color: #fff;
    border: none;
}

.link_plus span {
    color: #000;
    font-size: 18px;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 500;
    transition: 0.3s ease all;
    border-bottom: 1px solid #000;
}

.bottom_title {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--color-text);
    text-transform: uppercase;
    padding: 0px 80px;
    background: url(../images/left.png) , url(../images/right.png);
    background-repeat: no-repeat;
    background-position: left center , right center;
    max-width: 800px;
    margin: 0 auto;
}
.etoiles{
    text-align: center;
    display: block;
    margin-bottom: 65px;
}
.etoiles img {
    margin: 10px auto 50px;
}
.bottom_title span {
    font-weight: 800;
}

.bottom_title span u {
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 19px;
    color: var(--primary);
    font-weight: 400;
}

.bottom_title img {
    margin-left: 15px;
}

.bloc-avis-client .flex-block--inner {}

.bloc-avis-client .flex-block--inner .col-12 {
    margin-bottom: 15px;
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    flex: calc(100% / 3);
    padding: 0px 20px;
}


.bloc-avis-client .flex-block--inner .col-12:nth-child(2) .flex-block--content {}

.bloc-avis-client .flex-block--inner .col-12:nth-child(3) .flex-block--content {}

.bloc-avis-client .flex-block--content h2 {
    font-size: 16px;
    color: #000;
    display: table;
    padding: 5px 10px;
    text-align: left;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 8px;
}

.bloc-avis-client .flex-block--content h2.date-text {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
}

.bloc-avis-client .flex-block--content p {
    padding: 0;
    font-size: 16px;
    text-align: left;
}

.bloc-avis-client .flex-block--content h2 b {
    display: block;
}
.bloc-avis-client .flex-block--content h2 span{
    font-weight: 400;
    text-transform: none;
}
.bloc-avis-client .flex-block--content {
    position: relative;
    padding: 15px 20px;
    margin: 0 auto;
    border-left: 20px solid #e8ebf0;
    min-height: 280px;
}

/****** bloc-avis-client  ***/


.bloc-3 p a,
.flex-block p a{
    color: inherit;
    font-weight: 500;
    text-decoration: underline 1px dotted !important;
}

.bloc-3 p a:hover,
.flex-block p a:hover{
    text-decoration: none !important;
}

@media (max-width: 991px) {

    .bloc-text {
        left: 0;
        width: 100%;
        padding: 15px;
    }

    .rubrique>div h2 {
        text-align: center;
    }

    .flex-block-1 .flex-block_text img {
        display: block;
        margin: 0 auto;
    }

    .flex-block>div .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        top: 0 !important;
    }

    .bloc-avis-client .flex-block--inner .col-12 {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .flex-block-5 {
        overflow: hidden;
    }

    .bloc-avis-client_inner {
        background-size: 100%;
        padding: 50px 0px;
    }

    .container_avis_client {
        padding: 0px 15px;
        margin: 25px auto 50px;
    }

    .flex-block-5>div {
        top: 0;
    }

    .flex-block-4>div .title_container_flex_certif {
        text-align: center;
    }

    .container_flex_certif {
        margin: 0 auto 40px;
    }

    .rubrique>div {
        padding: 0;
    }

    .rubrique>div .col-12 {
        max-width: 480px;
        justify-content: center;
    }

    .flex-block-4 .border-text>div {
        float: none;
        max-width: 100%;
    }

    .flex-block-4 .border-text {
        width: 100%;
        left: 0;
        margin: 0;
        max-width: 100%;
        padding: 0;
        background: none;
        text-align: center;
    }

    .flex-block-4 {
        padding: 0px 15px;
    }

    .flex-block-4>div {
        top: 0;
    }

    .flex-block-1 {
        margin-top: 35px;
        padding: 0px 15px;
        margin-bottom: 80px;
    }
    .flex-block-1 h1{
        text-align: center;
    }
    .flex-block-1 h1 span.text-right{
        text-align: center !important;
    }
    .btn_scroll {display:none}

    .flex-block-1 p {
        width: 100%;
        margin: 0;
        max-width: 100%;
        text-align: center;
    }

    .block-link-btn {
        float: none;
        margin: 20px auto 0px;
    }

    .flex-block-2 .bloc-text {
        width: 100%;
        left: 0;
        min-width: 100%;
        padding: 25px 0px 0px;
    }
    .bloc-text>div{
        display: block !important;
        padding: 0px 20px;
    }
    .flex-block-2 .bloc-text .d-flex > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .flex-block-2 {
        padding-top: 60px;
    }

    .flex-block-2 .bloc-text h2 {
        width: 100%;
        text-align: center;
        border: none;
        padding: 0;
    }

    .flex-block-2 .bloc-text h2 span {
        text-align: center;
    }

    .flex-block-2 .bloc-text p {
        max-width: 100%;
        padding: 0px;
    }

    .navbar .navbar-nav .nav-item .nav-link:before {
        display: none
    }

    .navbar {
        padding: 0px
    }

    .navbar-nav:after {
        display: none
    }

    .navbar-nav .nav-item .nav-link {
        text-align: left
    }
    .collapse:not(.show){
        display: block !important;
    }
    .inner-menubox {
        padding: 0;
        background: none;
        left: 0;
        width: 100%;
        border: none;
    }

    .fluid-contact {
        padding-bottom: 15px;
    }

    .navbar-nav {
        align-items: center;
        flex-direction: column;
    }

    .navbar-nav:first-child {
        padding-bottom: 0;
    }

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

    .navbar-nav:last-child {
        background: none;
        max-width: 100%;
        margin: 0 !important;
        padding-top: 0;
    }

    .dropdown-item {
        text-align: center;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 10px;
    }

    .dropdown-menu {
        padding: 0;
    }

    .adresse-block {
        display: block !important;
    }

    .contact .d-flex.w-100>.col-contact:nth-child(1) {
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .contact .d-flex.w-100>.d-flex {
        width: 100%;
        flex-direction: column;
    }

    .contact .d-flex.w-100 .col-contact {
        width: 100% !important;
        margin-bottom: 0;
        border: none !important;
        text-align: center;
        max-width: 100%;
        margin-bottom: 25px;
        min-width: 100%;
    }
    .col-contact .btn-contact{
    }

    .contact .d-flex.w-100 .col-contact:last-child div:first-child {
        padding: 0;
        margin-bottom: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact .d-flex.w-100 .col-contact:last-child div:first-child:after {
        display: none;
    }

    .col-contact .phone+span {
        text-align: center;
    }

    .contact .d-flex.w-100 .col-contact:last-child {
        display: block;
        text-align: center;
    }

    .menubox:before,
    .menubox:after {
        display: none
    }

    .menubox {

        top: 0;
        
        width: 100%;
    }

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

    .top {
        top: 50px;
        align-items: flex-start;
        left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .col-contact .phone,
    .col-contact p {
        text-align: center;
        padding: 10px !important;
    }

    .flex-block-1 h1:after {
        display: none
    }

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

    .contact {
        padding: 0;
        text-align: center;
    }

    .logo img {}

    .logo {
        text-align: center;
        margin: 0px 0px 15px;
    }

    .logo a {
        padding: 0px;
        margin-bottom: 10px;
    }

    .top {
        border: 0;
    }

    .header {
        position: relative;
        padding-top: 0;
        overflow: hidden;
        top: 0;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .fb_link {
        top: 0;
        margin-bottom: 15px;
    }

    .title-banner {
        top: initial;
        bottom: 40px;
        height: auto;
        width: 100%;
    }

    .banner {
        height: 550px;
        background-position: bottom right;
    }

    .banner:after {
        opacity: 0.9;
    }

    .title-banner img {
        width: 100px;
    }

    .header:before {
        display: none
    }

    .header:after {
        display: none
    }

    .top{
        flex-direction: column;
    }

    .top .logos{
        justify-content: center;
        width: 100%;
    }

    .right-top {
        width: 100%;
        display: block;
        text-align: center;
        padding: 7px;
        left: 0;
        background: transparent;
        height: auto;
        padding: 5px 15px 0px;
    }
}

@media (max-width: 767px) {
    .top .logos{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .top .logos .separe{
        width: 90px;
        height: 8px;
        margin: 20px auto;
    }
    .right-top>div{
        justify-content: center;
    }
    .right-top span{
        text-align: center;
    }
    .banner{
        height: 300px;
    }
    .img_footer{
        border-bottom: none;
    }
    .img_footer>div{
        text-align: center;
        margin: 0 auto;
        padding: 10px 5px;
        width: 100%;
    }
    .rubrique {
        margin-top: 15px;
        padding: 0px 0px;
        margin-bottom: 0;
    }
    .rubrique>div .col-12{
        flex-direction: column;
    }
    .rubrique>div h2{
        border-radius: 0 0 15px 15px;
    }
    .rubrique .img img{
        max-width: 100%;
    }
    .rubrique>div .col-12 {
        margin-bottom: 30px;
    }

    .bloc-text {
        padding-bottom: 0;
    }

    .banner-header, .banner-header-en {
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .bloc_flex_certif img {
        width: 108px;
        margin: 0;
    }

    .container_flex_certif {
        height: auto;
        padding: 70px 20px 50px;
    }

    .flex-block .col-12:last-child {
        left: 0;
    }

    .back2 {
        border: none;
        padding: 0px;
    }

    .flex-block-1 .col-12:last-child:after {
        display: none
    }

    .title-banner h2 span {
        font-size: 16px !important;
    }

    .title-banner h2 {
        text-shadow: 1px 2px 12px #000000;
        line-height: 24px;
    }

    .title-banner h2 b {
        font-size: 25px;
    }

    .footerlink {
        text-align: center;
    }

    .bloc-text>div {
        padding: 0px !important;
    }

    .flex-block-2 .bloc-text p {
        text-align: center
    }

    .flex-block-2 .bloc-text .mt-5 {
        margin-top: 40px !important;
    }

    .flex-block {
        margin: 0px auto;
        padding: 15px 20px;
        left: 0px !important;
        border-radius: 0;
    }
    .flex-block-1 h2{
        margin: 40px auto;
        text-align: center;
        font-size: 22px;
    }
    .bloc-avis-client_inner{
        padding: 0;
    }
    .etoiles{
        margin: 0;
    }
    .bottom_title {
        font-size: 19px;
        display: block;
        text-align: center;
        margin-bottom: 25px;
        background: none;
        padding: 0;
    }

    .bottom_title img {
        margin: 10px auto 0px;
    }

    .bottom_title span u {
        text-align: center;
    }

    .flex-block-5 h2 {
        font-size: 22px;
        text-align: center;
        line-height: 27px;
        margin: 20px auto 40px;
    }

    .flex-block-1 h1 {
        text-align: center;
        font-size: 20px;
    }

    .flex-block-1 h1 span {
        text-align: center !important;
        padding: 0 !important;
    }

    .flex-block-2.block-primary {
        margin-bottom: 20px;
    }
    .flex-block-2:before , .flex-block-2:after{display:none}
    .flex-block-2:after {
        display: none
    }

    .flex-block-1 .back2 {
        padding: 0;
    }

    .col-contact {
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .col-contact .phone {
        text-align: center;
    }

    .col-contact p {
        text-align: center;
        margin-bottom: 15px;
    }

    .contact .d-flex.w-100 .col-contact:nth-child(1) img {
        max-width: 100px;
    }

    .contact .d-flex.w-100>.col-contact:nth-child(1) {
        padding-bottom: 0;
    }

    .menubox:after {
        display: none;
    }

    .contact .d-flex.w-100 {
        margin-bottom: 0;
    }

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

    .logo img {
        top: 0;
        max-width: 199px;
    }

    .logo {}

    .contact {
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
        max-width: 100%;
    }
}


/* rotate caret on hover */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    background-color: #999;
}

::-webkit-scrollbar {
    width: 0px;
    background-color: #999;
}

::-webkit-scrollbar-thumb {
    background-color: var(--black);
    border: 0px solid #555555;
}


.col-contact .btn-contact {
    font-size: 16px;
    height: auto;
    display: table;
    margin: 0 auto;
    width: auto;
    font-weight: 400;
    border-bottom: 1px solid var(--color-text);
    transition: 0.3s ease all;
    padding: 0px 0px;
    float: none;
}

.col-contact a {
    color: var(--color-text);
}

.btn-contact:hover {padding-left: 80px;}

.col-contact .btn-contact:hover {
    background: var(--second);
    padding: 0px 15px;
    color: #fff;
}

.footer-ico {
    max-width: 110px !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(3711%) hue-rotate(149deg) brightness(129%) contrast(111%);
}





.scrol_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    transition: 0.3s ease all;
    transform: translateY(40px) rotate(180deg);
}

.scrol_btn img {
    max-width: 80px;
    transition: 0.3s ease all;
}

.scrol_btn img:hover {
    transform: scale(0.8)
}

.scrollTopblock {
    opacity: 1;
    transform: translateY(0px) rotate(180deg);
}


.scroll-down-arrow {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    height: auto;
    width: auto;
    margin: 0;
    left: -1px;
    top: -1px;
    color: #FFF;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: none;
    opacity: 0;
    text-align: center;
    background-position: center;
    transition-delay: 0.3s;
}

.box_border {
    height: auto;
    width: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.boxbtn_scroll {
    width: auto;
    height: auto;
    position: relative;
}

.animate {
    transform: translate(0, 20px);
    opacity: 1;
}



.scrol_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    transition: 0.3s ease all;
    transform: translateY(40px) rotate(180deg);
}

.scrol_btn img {
    max-width: 80px;
    transition: 0.3s ease all;
}

.scrol_btn img:hover {
    transform: scale(0.8)
}

.scrollTopblock {
    opacity: 1;
    transform: translateY(0px) rotate(180deg);
}



.page .btn_scroll {
    display: none
}

.btn_scroll {
    position: absolute;
    bottom: 100px;
    width: 90px;
    text-align: center;
    cursor: default;
    left: calc(50% - 45px);
    z-index: 2;
    transition: 0.3s ease all;
    height: 90px;
}

.btn_scroll img {
    cursor: pointer;
    max-width: 90px;
    transition: 0.3s ease all;
}

.btn_scroll:hover {}


.scroll-down-arrow {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    height: auto;
    width: auto;
    margin: 0;
    left: -1px;
    top: -1px;
    color: #FFF;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: none;
    opacity: 0;
    text-align: center;
    background-position: center;
    transition-delay: 0.3s;
}

.box_border {
    height: auto;
    width: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.boxbtn_scroll {
    width: auto;
    height: auto;
    position: relative;
}

.btn_scroll {
    position: absolute
}

.animate {
    transform: translate(0, 20px);
    opacity: 1;
}

.afteranimate {
    transform: translate(0, 40px);
    opacity: 0;
}

.bloc-formules {
    position: relative;
    padding: 0;
    margin: 0 auto;
    z-index: 1;
}

.link_list {
    color: #000;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    display: table;
    margin: 80px auto 0;
    border-top: 6px solid #000;
    width: 100%;
    max-width: 630px;
    text-align: center;
    padding: 17px;
    font-weight: 700;
    transition: 0.3s ease all;
    z-index: 1;
    position: relative;
}

.link_list:hover {
    background: var(--primary);
    color: #fff;
}

.containerformules {
    background: var(--second);
    color: #fff;
    position: relative;
    max-width: 1400px;
    margin: 0px auto 180px;
    padding: 80px 60px 40px;
    border-right: 15px solid var(--primary);
}

.containerformules:after {
    content: "";
    background: url(../images/forme2.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 34px;
    top: 0px;
    right: -15px;
    background-position: right;
    z-index: 2;
}

.title_containerformules {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 50px;
    transform: translateY(-60px);
}

.title_containerformules strong{
    font-weight: 800;
}

.text_containerformules {
    max-width: 440px;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 15px;
}

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

#content .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#content .corp{
    padding: 0 15px;
}
#content h1{    
    font-size: 29px;
    text-align: center;
    margin: 50px 0;
    font-weight: 800;
    line-height: 35px;
    text-transform: uppercase;
}
#content h1 small{
    color: var(--primary);
    display: block;
    font-size: 21px;
    text-transform: none;
}
#content .chapo{
    background: url(../images/coin1.png) no-repeat top left , url(../images/coin2.png) no-repeat bottom right;
    color: #000;
    text-align: center;
    font-size: 15px;
    padding: 30px 5%;
    margin: 50px auto;
    line-height: 25px;
    font-weight: 600;
    max-width: 1200px;
}

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

#content h3{
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 18px;
    margin:20px 0 10px;
    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: 80px 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{
    background: rgb(0 0 0 / 3%);
    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;
}

@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%;
    }
}
