@font-face {
     font-family: "segoeui";
     src: url("fonts/segoeui.ttf");
}
@font-face {
     font-family: "segoeui-bold";
     src: url("fonts/segoeuib.ttf");
}
@font-face {
     font-family: "segoeui-semibold";
     src: url("fonts/seguisb.ttf");
}
@font-face {
     font-family: "segoeui-light";
     src: url("fonts/segoeuil.ttf");
}

@font-face {
     font-family: "segoeui-italic";
     src: url("fonts/seguili.ttf");
}
@font-face {
     font-family: "AvenirNext-Bold";
     src: url("fonts/AvenirNext-Bold.ttf");
}

p,div,ul,li,section,table,aside,h1,h2,h3,h4,span,a{
     font-family: "segoeui";
}
.conteneur-principale {
    width: 100%;
}

.contenu-page {
    max-width: 1320px;
    width: 90%;
    margin: auto;
}

h2.titre-page {
    color: #E95045;
    font-size: 46px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'segoeui-bold';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    padding-top: 97px;
}
body{
    overflow-x: hidden;
}
a.bouton-page {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    background-color: #E95045;
    padding: 10px 30px;
    /* display: flex; */
    align-items: center;
    border-radius: 25px;
    font-family: 'segoeui-semibold';
}
.containeur-bouton {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.containeur-titre:before {
    content: '';
    background: url(../img/before1.png);
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    position: relative;
    top: 88px;
}
.containeur-titre:after {
    content: '';
    background: url(../img/after.png);
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 17px;
    position: relative;
    top: 10px;
}
body .sticky {
    z-index: 500;position: fixed;top: 0;left: 0;right: 0;background: #fff;box-shadow: 0px 0px 6px #0000004a;
    background-image: url(../img/logo.jpeg)
}
/************************************************acces-direct**************************************************************************************/
.access-direct-top {
    position: fixed;
    right: 0;
    z-index: 100;
    top: 50%;
}
.element-access-direct.etre-rapple {
    font-size: 32px;
    color: #fff;
    line-height: 44px;
    display: flex;
    text-align: center;
    background-color: #E95045;
    margin-bottom: 10px;
    padding: 14px 20px;
    align-items: center;
    cursor: pointer;
    border-radius: 45px 0px 0px 45px;
}
.element-access-direct .texte {
    margin-left: 20px;
    font-family: 'segoeui-semibold';
}
.element-access-direct.devis {
    font-size: 32px;
    color: #fff;
    display: flex;
    text-align: center;
    background-color: #0A366A;
    margin-bottom: 10px;
    padding: 10px 20px;
    align-items: center;
    cursor: pointer;
    border-radius: 45px 0px 0px 45px;
}
.element-access-direct.etre-rapple:hover {
    background-color: #0A366A;
}
.element-access-direct.devis:hover {
    background-color: #E95045;
}

/***********************************************top-header***************************************************************************/
.element-top-header {
    background-color: #FFFFFF;
    padding: 10px 0;
}
.appelle {
    font-size: 15px;
    color: #78ACCF;
    font-family: 'segoeui-semibold';
    margin-left: 3px;
    margin-bottom: -21px;
}
i.fa.fa-mobile {
    font-size: 58px;
    color: #0A366A;
    margin-right: 50px;
}
.element-contact a {
    font-size: 30px;
    text-decoration: none;
    color: #0A366A;
    font-family: 'segoeui-bold';
}
.reseaux-sociaux {
    font-size: 27px;
}
span#instagram {
    margin-right: 10%;
}
.reseaux-sociaux {
    display: flex;
    align-items: center;
}
div#menu {
    width: 100%;
    background: #E8E8E8;
    padding: 8px;
}
.element-top-header .contenu-page {
    display: flex;
    align-items: center;
    justify-content: space-between;



}
li#accueil a {
    color: #E95045;
}
li.menu-item a:hover {
    color: #E95045;
}
.element-rs {
    display: flex;
}
.logo-header {
    max-height: 64px;
    margin-top: -111px;
    z-index: 1;
}
span.sociaux a {
    color: #ffff !important;
    background-color: #0A366A;
    padding: 0px 8px;
    border-radius: 25px;
}
.element-top-header {
    background-color: #FFFFFF;
    padding: 10px 0;
    border-top: 15px solid #E95045;
}
div#menu .contenu-page {
    display: flex;
    align-items: center;
    width: 77%;
}
.element-menu {
    width: 100%;
}
li.menu-item a {
    font-size: 22px;
    line-height: 30px;
    color: #726F98;
    font-family: 'segoeui-semibold';
    padding-right: 48px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
}
li.menu-item:last-child a {
    padding: 0;
}
ul.menu-principale {
    display: flex;
    justify-content: flex-end;
}

span.sociaux a:hover {
    background-color: #78ACCF;
}
.element-contact a:hover {
    color: #78ACCF;
}
li.menu-item a:before {
   content: '';
    background: url(../img/menu.png);
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 3px;
    width: 97%;
    visibility: hidden;
    position: relative;
    top: -11px;
   
}
li.menu-item a:hover::before {
    visibility: visible;
}
.element-realisation.slick-slide {
    margin-right: 20px;
}
/***********************************************top-header***************************************************************************/



/********************************************banniere*****************************************************************/
.conteneur-banniere .contenu-page {
    max-width: 829px;
}
.conteneur-societe a.bouton-page:hover {
    background-color: #24214A;
}
.conteneur-banniere {
    background-image: url(../img/fonds-banniere.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
   height: 768px;

}

.description-page {
    color: #24214A;
    font-size: 20px;
    line-height: 27px;
    text-align: center;

}

.conteneur-banniere h2.titre-page {
    color: #24214A;
    font-size: 39px;
    text-transform: uppercase;
    font-family: 'segoeui-semibold';
    line-height: 52px;
    padding: 0px;
}
.conteneur-banniere--child {
    position: absolute;
    top: 65%;
left: 0;right: 0;bottom: 0;background: linear-gradient(180deg, transparent 1%,  #ffffffad 20%);}




/********************************************banniere*****************************************************************/


/********************************************prestation*****************************************************************/
.elements-prestationss {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.conteneur-nos-prestation {
    background-image: url(../img/fond-prestation.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

.image-prestations {
    max-width: 423px;
    height: 368px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.conteneur-nos-prestation:before {
    content: '';
    display: flex;
    background: #fff;
    opacity: 0.60;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.conteneur-nos-prestation--child {
    position: relative;
}
.elements-prestations {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.element-prestation {
    display: flex;
    justify-content: center;
}
.image-prestations {
    display: flex;
    align-items: flex-end;
}
.texte-prestation {
    font-family: 'segoeui-bold';
    color: #E95045;
    font-size: 26px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    max-width: 223px;
    max-width: 390px;
    position: relative;
    top: -9%;
}
div#txt-prest {
    max-width: 374px;
}
.conteneur-nos-prestation a.bouton-page {
    background-color: #24214A;
    margin-bottom: 49px;
}
.conteneur-nos-prestation a.bouton-page:hover {
    background-color: #E95045;
}
.element-prestation:hover {
    transform: scale(1.02);
}
.element-prestation {
    transition: 300ms;
    cursor: pointer;
}
/********************************************prestation*****************************************************************/

/********************************************realisation*****************************************************************/
.conteneur-nos-realisation {
    background-image: url(../img/fonds-realisation.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}
.conteneur-nos-realisation:before {
    content: '';
    display: flex;
    background: #E95045;
    opacity: 0.60;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.conteneur-nos-realisation .containeur-titre:before {
    content: '';
    background: url(../img/1.png);
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    position: relative;
    top: 88px;
}
.conteneur-nos-realisation .containeur-titre:after {
    content: '';
    background: url(../img/22.png);
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 17px;
    position: relative;
    top: 10px;
}
.conteneur-nos-realisation--child {
    position: relative;
}

.image-realisation {
    max-width: 423px;
    height: 273px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.element-realisation {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 423px;
}


.elements-description {
    text-align: center;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    color: #454545;
    font-family: 'segoeui-bold';
    font-size: 26px;
}
.conteneur-description {
    background-color: #ffff;
    padding: 33px;
}
.conteneur-nos-realisation h2.titre-page {
    color: #fff;
}
.conteneur-nos-realisation a.bouton-page {
    background-color: #24214A;
    margin-bottom: 50px;
}
.conteneur-nos-realisation a.bouton-page:hover {
    background-color: #E95045;
}
.element-realisation:hover {
    transform: scale(1.02);
}
.element-realisation {
    transition: 300ms;
    cursor: pointer;
}
.desc-realistion {
    background-color: #fff;
    padding-top: 28px;
     padding-bottom: 31px;
     max-width: 423px;
}

/********************************************realisation*****************************************************************/


/********************************************actualite*****************************************************************/
.conteneur-actualites {

    background-image: url(../img/fond-actualite.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
        width: 100%;
}
.containeur-titre {
    position: relative;
}
.conteneur-actualites .containeur-bouton {
    position: relative;
}
.conteneur-actualites:before {
    content: '';
    display: flex;
    background: #e8e4e3;
    opacity: 0.60;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.element-actualite {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titre-actualite {
    text-align: center;
    color: #454545;
    font-family: 'segoeui-bold';
    font-size: 26px;
    line-height: 35px;
}
.description-actualite {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #454545;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.conteneur-actualites a.bouton-page {
    border: 2px solid #C9453B;
    background-color: unset;
    margin-top: 20px;
}
.conteneur-actualites a.bouton-page {
    color: #E95045;
}
a#bouton-actu {
    background-color: #24214A;
    border: none;
    color: #fff;
    margin-bottom: 52px;
}
a#bouton-actu:hover {
    background-color: #E95045;
}
.conteneur-actualites a.bouton-page:hover {
    background-color: #E95045;
    color: #fff;
    border: none;
}
.element-actualite:hover {
    transform: scale(1.02);
}
.element-actualite {
    transition: 300ms;
    cursor: pointer;
}
/********************************************actualite*****************************************************************/


/********************************************certification*****************************************************************/
.conteneur-certifications {
    background-image: url(../img/fonds-certification.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
        width: 100%;
}

.image-certification {
    width: 203px;
    height: 142px !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.images-certifications {
    display: flex;
    justify-content: space-around;
}
.conteneur-certifications:before {
    content: '';
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #24214A;
    opacity: 0.83;
}
.conteneur-certifications--child {
    position: relative;
}
ul.element-certifications {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.containeur-certification h2.titre-page {
    padding: 20px;
}
.containeur-certification h2.titre-page:before {
    content: '';
    display: flex;
    height: 2px;
    background: #fff;
    width: 37%;
    margin-right: 15px;
}
.containeur-certification h2.titre-page:after {
    content: '';
    display: flex;
    height: 2px;
    background: #fff;
    width: 37%;
    margin-left: 16px;
}
/********************************************certification*****************************************************************/


/********************************************footer*****************************************************************/
.conteneur-footer {

    background: #ECF5FC;
    width: 102%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.top-footer {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 44px;
    display: grid;
    padding-top: 99px;
    font-size: 20px;
    line-height: 28px;
}
.footer-bas {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid #D0D0D0;
    flex-wrap: wrap;
}
.footer-bas span a {
    padding: 0px 11px;
    color: #24214A;
    text-decoration: none;
    font-size: 18px;

}
h2.titre-footer {
    color: #E95045;
    font-size: 18px;
    line-height: 31px;
    font-family: 'segoeui-bold';
    text-transform: uppercase;
}
.menu-footer a {
    text-decoration: none;
    color: #24214A;
    font-family: 'segoeui-semibold';
}
.sous-titre-horaires {
    color: #24214A;
    font-size: 20px;

}
.horaires-ouvertures {
    color: #24214A;
    font-size: 24px;
}
.horaire {
    font-family: 'segoeui-semibold';
}
span.text {
    color: #24214A;
    font-family: 'segoeui-semibold';
    line-height: 27px;
}
.contact-footer span.icon {
    color: #24214A;
}
.access-direct.footer-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.logo-footer.footer-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
}
.horaires.footer-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.coordonnes.footer-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.coordonnes.footer-element {
    display: flex;
}

.coordonnes.footer-element:before {
       content: '';
    display: flex;

    width: 1px;
    background: #D0D0D0 !important;
    margin-right: 41px;
}
.horaires.footer-element {
    display: flex;
}
.horaires.footer-element:before {
    content: '';
    display: flex;

    width: 1px;
    background: #D0D0D0 !important;
    margin-right: 41px;
}
.access-direct.footer-element {
    display: flex;
}

.access-direct.footer-element:before {
   content: '';
    display: flex;

    width: 1px;
    background: #D0D0D0 !important;
    margin-right: 41px;
}
.element-footer a {
    text-decoration: none;
}
/********************************************footer*****************************************************************/
/********************************************responsive*****************************************************************/
@media(max-width: 1370px){
    .conteneur-banniere .contenu-page {
    max-width: 567px;
}
li.menu-item a {
    font-size: 16px;

}
.texte-prestation {
    font-size: 24px;
}
.conteneur-banniere--child {
    top: 57%;
}
}
@media(max-width: 1243px){
.logo-header img {
    max-width: 225px;
}
}
@media(max-width: 1178px){

li.menu-item a {

    padding-right: 20px;
}
}
@media (max-width: 1000px){
.contenu-page {

    margin: auto;
}
}
@media(max-width: 990px){
.description-page {
    font-size: 19px;
}
.access-direct-top {
    display: none;
}
a.bouton-page {
    font-size: 19px;
}
.access-direct-top .icon img {
    max-width: 32px;
}
element-access-direct .texte {
    margin-left: 14px;
}
.element-access-direct.etre-rapple {
    font-size: 26px;
}
.element-access-direct.devis {
    font-size: 25px;
}
.texte-prestation {
    font-size: 22px;
}
.conteneur-banniere .contenu-page {
    max-width: 521px !important;
}
.conteneur-banniere--child {
    position: absolute;
    top: 60%;
}
h2.titre-footer {
    font-size: 14px;

}
.menu-footer a {
    font-size: 14px;
    line-height: 20px;
}
.sous-titre-horaires {
    font-size: 14px;
}
.horaire {
    font-size: 20px;
}
span.text {
    line-height: 25px;
    font-size: 14px;
}
.contact-footer span.icon {
    font-size: 14px;
}
}
@media(max-width: 1130px){
  .description-page {
    font-size: 18px;
}
li.menu-item a {
    font-size: 15px;

}
div#menu .contenu-page {

    width: 70%;
}
.texte-prestation {
    font-size: 17px;
     line-height: 24px;
}
.contenu-page {
    max-width: 949px;

    margin: auto;
}
.image-prestations {

    height: 315px;

}
h2.titre-page {

    font-size: 40px;

}
.elements-description {
    font-size: 22px;
}
.titre-actualite {
    font-size: 21px;
    line-height: 30px;
}
.description-actualite {
    font-size: 16px;
    line-height: 21px;
    padding-top: 10px;
}
a.bouton-page {
    font-size: 14px;
    padding: 5px 26px;
}
.image-realisation {

    height: 185px;
}
.footer-bas span a {
    font-size: 12px;
}
}
@media(max-width: 1426px){
.conteneur-banniere--child {
    /* margin-left: -134px; */
}
}
@media(max-width: 1115px){
.elements-prestations {
    grid-template-columns: repeat(2,1fr);
}
.top-footer {
    grid-template-columns: repeat(3,1fr);
}
li.menu-item a {
    font-size: 13px;
}
}
@media(max-width: 1024px){
   .elements-prestationss {
    grid-template-columns: repeat(2,1fr)
}
}
@media(max-width: 600px){
   .elements-prestationss {
    grid-template-columns: repeat(1,1fr)
}
}
@media (max-width: 768px){
.elements-prestations {
    grid-template-columns: repeat(1,1fr);
}
.conteneur-nos-realisation .contenu-page {
    max-width: 660px;
}
.top-footer {
    grid-template-columns: repeat(2,1fr);
}
ul.menu-principale {
        display: none;
    }
.bouton-mobile {
        display: block !important;
        margin-right: 12px;
        font-size: 41px;
        cursor: pointer;
    }
    li.menu-item a:hover::before {
    display: none;
}
h2.titre-footer:after {
    content: '\002B';
    font-size: 50px;
    line-height: 0;
}
}
@media(max-width: 600px){
.top-footer {
    grid-template-columns: repeat(1,1fr);
}
.access-direct.footer-element {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.logo-footer.footer-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.horaires.footer-element {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.coordonnes.footer-element {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.conteneur-nos-realisation .contenu-page {
    max-width: 415px;
}
.conteneur-actualites .contenu-page {
    max-width: 415px;
}
}
@media (max-width: 330px){
h2.titre-page {
    font-size: 25px;
}
}
@media (max-width: 334px){
.image-prestations {

    height: 239px;
}
h2.titre-page {
    font-size: 25px !important;
}
a.bouton-page {
    font-size: 13px;
}
}
@media (max-width: 316px){
.conteneur-actualites a.bouton-page {

    font-size: 11px;
}
a.bouton-page {
    font-size: 12px;
}

}
@media (max-width: 415px){
h2.titre-page {
    font-size: 34px;
}
}
@media (max-width: 925px){
.element-top-header .contenu-page {
    max-width: unset;
    width: 80%;
    margin: auto;
}
div#menu .contenu-page {
    width: 79%;
}
}
@media (max-width: 812px){
.element-top-header .contenu-page {
    max-width: unset;
    width: 88%;
    margin: auto;
}
}
@media (max-width: 757px){
.conteneur-principale {
    width: 100%;
}
}
button.slick-arrow {font-size: 0;background: transparent;border: unset;}
@media(max-width: 1000px){
    .conteneur-banniere {height: 600px;}

    .conteneur-banniere--child {top: 50%;}
}

@media(max-width: 700px){
    .element-contact a {font-size: 22px;}

    .appelle {margin-left: 0;margin-bottom: 0;}
    .logo-header {
    margin-top: -139px;
   
}
.element-top-header {
    padding: 2px 0;
}
.logo-header img {
    max-width: 191px;
}
}
@media (max-width: 500px){
ul.menu-principale {
    margin-right: -26%;
}
}
@media(max-width: 470px){
ul.menu-principale {
    margin-right: -90px !important;
}
.logo-header img {
    margin-left: -53px !important;
}
}
@media(max-width: 400px){
.bouton-mobile {
    font-size: 21px;
    margin-right: -23px;
}

  
.logo-header img {
    margin-left: -40px !important;
    width: 135px;
    margin-top: 10px;
}
}
@media(max-width: 352px){
.bouton-mobile {
    margin-right: -37px !important;
}
}
@media(max-width: 550px){
.logo-header img {
    max-width: 191px;
    margin-left: -57px;
}
}
@media(max-width: 550px){
    .element-contact {display: none;}
    .logo-header {
    margin-top: -56px;
}
ul.menu-principale {
    margin-right: -63px;
}
}

.images-certif {width: 173px;
height: 179px !important;background-size: contain;background-position: center;background-repeat: no-repeat;margin-left: 5px;margin-right: 5px;}

@media(max-width: 530px){
ul.menu-principale {
    margin-right: -39%;
}
.reseaux-sociaux {
    font-size: 23px;
}
li.menu-item a {
    line-height: 19px;
}
}
@media(max-width: 480px){
div#menu {
    padding-top: 4px;
}
ul.menu-principale {
    margin-right: -173px;
}
}
@media(max-width: 470px){
.conteneur-banniere--child {
    top: 33%;
}
}
@media (max-width: 300px){
.conteneur-banniere--child {
    top: 24%;
}
}
@media (max-width: 350px){
  .logo-header img {
    margin-left: -36px !important;
}
}
@media (max-width: 270px){
  .logo-header img {
    margin-left: -32px !important;
}
div#menu {
    margin-top: 17px;
}
}
/********************************************responsive*****************************************************************/

