<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

:root {
    --black: #000;
    --white: #fff;
    --primary: #e4e4e4;
    --second: #c7c7c7;
    --tertiary: #006a23;

    --gris: #a0a0a0;

}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: var(--black);
    background: var(--white);
}

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

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

.top-header {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.top-header&gt;div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
}

.top-header .phone:first-child {
    font-size: 17px
}

.top-header .phone {
    color: var(--black);
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
    padding: 0px 10px;
    font-family: "Niramit", sans-serif;
}

.header .banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: bounce 1.4s ease infinite alternate;
}

.header .banner img {
    width: 100%;
    position: relative;
}

@keyframes bounce {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(-10px);

    }
}


.logo img {
    max-width: 100%;
}

/* end header */

/* menu */

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

.navbar-nav .nav-item .dropdown-menu .nav-item {
    margin: 0;
    text-align: left;
    padding: 0px 10px 10px;
}


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

.navbar .navbar-nav .nav-item .nav-link {
    padding: 2px 20px;
    color: var(--black);
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

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


.navbar-nav .nav-item:hover&gt;.nav-link {
    background: var(--tertiary);
    color: var(--white);
}

.fixed .dropdown-menu {
    left: 0;
    top: 26px;
}

.dropdown-menu {
    background: var(--primary);
    margin: 0px;
    border: none;
    border-radius: 0;
    z-index: 9;
    min-width: 250px;
    padding: 0;
    left: 0;
    top: 27px;
    padding: 15px 0px;
}

.navbar-nav .nav-item .dropdown-menu .nav-link {
    text-align: left;
    text-transform: none;
    font-size: 14px;
    white-space: pre-line;
    padding: 4px 15px;
}



.menubox.fixed {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: initial;
}

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

.menubox {
    margin: 0;
}



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



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

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

.navbar-nav li:hover&gt;ul.dropdown-menu {
    display: block;
}

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


/****** bloc prestations ***/
.list-prestations {
    margin: 2rem auto 0;
    position: relative;
    max-width: 1300px;
    overflow: hidden;
}

.row-prestations {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0 AUTO;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}


.row-prestations .col-rubrique {
    width: calc(100% / 3);
    flex: calc(100% / 3);
    max-width: 400px;
    padding: 0px 10px;
    margin-bottom: 30px;
    height: 350px;
    padding: 0px 25px;
}

.row-prestations .col-12 .item-rubrique {
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    text-align: left;
    color: var(--white);
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.row-prestations .item-rubrique:hover .title-rubrique {
    color: var(--tertiary);
}

.row-prestations .col-12&gt;div {
    position: relative;
    margin: 0 auto 00px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border: 5px solid #f9f9f9;
    padding: 15px;
    box-shadow: 7px 10px 12px 1px #c7c7c766;
    background: url(../images/forme.png) no-repeat;
    background-position: 100% 125%;
    background-size: 245px;
    transition: all 0.2s linear;
}

.row-prestations .col-12&gt;div:hover {
    box-shadow: 0 10px 20px 0 #006a2363;
    background-position: 100% 114%;
}

.row-prestations .title-rubrique {
    color: #000;
    transition: 0.3s ease all;
    margin: 6px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
}

.row-prestations .title-rubrique b {
    font-size: 25px;
    font-weight: 700;
}


.link-missions {
    color: #000;
    text-transform: uppercase;
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 40px auto;
    text-align: center;
    position: relative;
    font-weight: 300;
    transition: all 0.2s linear;
}

.link-missions:hover {
    color: var(--gris);
    text-decoration: none !important;
}

.link-missions b {
    font-weight: 800
}

.link-missions span {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 10px 40px;
    position: relative;
    z-index: 1;
}

.link-missions:after {
    content: "";
    background: #f9f9f9;
    width: 100%;
    height: 17px;
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
}

/******* end bloc prestations*/




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

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

.flex-block-info {
    max-width: 1200px;
    margin: 30px auto 100px;
}

.flex-block-info .flex-block--title {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    position: relative;
    z-index: 1;
}

.flex-block-info .col-sm-5:after {
    content: "";
    width: 100%;
    display: block;
    height: calc(100% + 60px);
    position: absolute;
    right: -100px;
    top: -30px;
    background: url(../images/forme1.png) no-repeat;
    background-position: right;
    background-size: 69%;
}

.flex-block-info .flex-block--title span {
    font-size: 39px;
    font-weight: 500;
}

.flex-block-info p {
    margin: 0;
    font-size: 15px;
}

.link-methodes {
    display: table;
    background: var(--second);
    color: #fff;
    padding: 17px 40px;
    font-weight: 700;
    font-size: 19px;
    position: relative;
    float: right;
    padding-left: 30px;
    padding-right: 60px;
    line-height: 24px;
    transition: all 0.2s linear;
}

.link-methodes:hover {
    background: var(--tertiary);
    color: #fff;
    text-decoration: none;
}

.link-methodes:after {
    content: "";
    background: url(../images/forme_btn.png) no-repeat;
    width: 56px;
    height: 28px;
    position: absolute;
    bottom: -16px;
    right: 9px;
}

.link-methodes span {
    display: block;
    font-weight: 300;
}



.flex-block-2 {
    max-width: 1000px;
    margin: -200px auto 0rem;
    overflow: hidden;
    padding: 0px 15px 50px;
    background-size: auto;
}

.flex-block-2 .flex-block--inner {
    padding: 40px 0px;
}

.flex-block-2 .btn-devis-block {
    position: relative;
}

.flex-block-2 .btn-devis {
    color: var(--primary);
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-decoration: none !important;
    transition: 0.3s ease all;
    display: table;
    position: relative;
    z-index: 1;
    transform: rotate(-90deg);
    font-size: 34px;
    font-weight: 700;
    float: right;
    top: 45px;
    left: 40px;
}

.flex-block-2 .btn-devis:hover {
    color: var(--tertiary)
}

.flex-block-2 .btn-devis span s {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 16px 0px;
    padding-right: 10px;
    padding-top: 40px;
    transition: 0.3s ease all;
}

.flex-block-2 .btn-devis:hover s {
    background: var(--tertiary);
}

.flex-block-2 .btn-devis small {
    display: block;
    font-weight: 700;
    font-size: 23px;
    position: relative;
    top: 10px;
}

.flex-block--content {
    height: 100%;
}

.flex-block-2 h1.flex-block--title {
    color: var(--black);
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.flex-block-2 h1.flex-block--title span {
    display: block;
    font-size: 17px;
    font-weight: 800;
    background: url(../images/forme3.png) no-repeat;
    background-position: left;
    background-size: 50px;
    padding: 5px 55px;
    padding-right: 0;
}

.flex-block-2 h1.flex-block--title b {
    font-size: 40px;
    font-weight: 700;
}


.flex-block-2 .flex-block--text {
    padding-left: 55px;
}

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

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

.flex-block--title {
    font-size: 19px;
    color: var(--black);
    margin-bottom: 15px;
}

.flex-block--text {
    font-size: 15px;
    margin: 0;
}

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

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

.block-text {
    max-width: 740px;
    margin: 0 auto;
    padding: 69px 15px;
    color: var(--second);
    background: url(../images/forme.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
}

.block-text h2 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 20px;
}

.block-text p {
    font-size: 17px;
    margin: 0;
    font-weight: 400;
}

.bloc_competences {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    background: url(../images/back1.jpg) no-repeat;
    text-align: center;
    padding: 60px 15px 40px;
    background-size: 100% 100%;
}

.bloc_competences&gt;div {
    max-width: 660px;
    margin: 0 auto;
    text-align: left;
    color: #858585;
}

.bloc_competences h2 {

    display: flex;

    justify-content: center;

    color: #858585;

    margin-bottom: 17px;
}

.bloc_competences h2 span b {
    font-size: 35px;
    font-weight: 700;
}

.bloc_competences h2 span {
    font-size: 25px;
    font-weight: 600;
    text-align: right;
}

.bloc_competences .annee {
    font-size: 116px;
    font-weight: 800;
    line-height: 71px;
    padding-left: 15px;
}

.bloc_competences .annee span {
    font-size: 66px;
    position: relative;
    right: 15px;
}

.link-moyens {
    color: #000 !important;
    text-transform: uppercase;
    width: 100%;
    max-width: 800px;
    display: flex;
    margin: 40px auto;
    text-align: center;
    position: relative;
    justify-content: flex-end;
    font-weight: 300;
    align-items: center;
    transition: 0.3s ease all;
}

.link-moyens:hover{
    text-decoration: none;
    opacity: 0.5;
}

.link-moyens:before {
    content: "";
    width: 180px;
    height: 16px;
    background: #fff;
    display: block;
    margin-right: 20px;
}

.link-moyens b {
    font-weight: 800;
}

.text {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: -309px auto 3rem;
    overflow: hidden;
    box-shadow: 5px 2px 17px 6px #00000026;
    padding: 60px 40px 40px;
    background: #ffffffd4;
}

.textdiv {
    padding: 15px 0px 0px;
    margin: 0px AUTO 0px;
}

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

.page .header .banner {
    height: 650px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.page .header .banner img {
    opacity: 0;
}

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


/****** Contact ***/
.fluid-contact {
    position: relative;
    margin-top: 5rem;
}


.contact {
    font-size: 17px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 15px 40px;
    align-items: center;
    margin: 0px auto 0px;
    position: relative;
    background: var(--gris);
    background-position: top;
}

.contact .phone {
    color: var(--white) !important;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    font-weight: 700;
    padding: 0px 10px;
    font-family: "Niramit", sans-serif;
    font-size: 22px;
}

.contact .phone:first-child {
    font-size: 17px;
}

.adresse-block--link {
    color: var(--white) !important;
    transition: 0.3s ease all;
    text-decoration: none !important;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    margin: 0 auto;
}

.adresse-block--link:hover {
    color: var(--primary) !important;
    border-color: var(--primary);
}

.adresse-block--text {
    color: var(--white);
    font-size: 15px;
    display: table;
    font-weight: 200;
}

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


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

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

.footerlink {
    color: #d0d0d0;
    font-size: 10px;
    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: #7e7e7e;
    padding: 0px 10px;
}

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

.inlineblock {
    display: inline-block;
}



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

.footer-ico {
    max-width: 110px;
    filter: brightness(0) saturate(100%) invert(52%) sepia(5%) saturate(14%) hue-rotate(332deg) brightness(94%) contrast(90%);
}

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



/****** responsive css  ***/

@media (max-width:1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 8px;
    }

    .menubox {
        top: 80px;
    }

    .row-prestations .col-rubrique {
        width: calc(100% / 3);
        flex: calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

@media (min-width:991px) {


    .page .logo img {}

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

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


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


}


@media (max-width: 991px) {

    .flex-block-2 .flex-block--title:after {
        display: none
    }

    .header .banner {
        width: 100%;
        height: auto;
    }

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

    .page .header .banner {
        height: auto;
    }

    .menubox:before {
        display: none;
    }

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

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

    .fluid-contact {
        margin-top: 40px;
    }

    .flex-block-2 {
        position: relative;
        z-index: 1;
        padding-top: 0;
        margin: -50px auto 0px;
        box-shadow: none;
        padding-bottom: 40px;
    }

    .flex-block-2 h1.flex-block--title {
        margin-bottom: 20px
    }

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

    .flex-block-2 h1.flex-block--title span {
        padding: 0;
        background: none;
    }

    .flex-block-info .flex-block--title {
        margin-bottom: 20px;
    }

    .link-methodes {
        float: none;
        margin: 20px auto;
    }

    .row-prestations .col-rubrique {
        max-width: 300px;
        padding: 0px 15px;
    }

    .flex-block-2 .col-12:nth-child(1) {
        background: none;
        margin-bottom: 0;
    }

    .flex-block-2 .btn-devis {
        transform: none;
        left: 0;
        right: 0;
        position: relative;
        float: none;
        margin: 0 auto;
        text-align: left;
        top: 0;
    }

    .flex-block--text {
        max-width: 100%;
        padding: 0 !important;
    }

    .navbar {
        padding: 0px;
    }

    .navbar-nav:after {
        display: none
    }

    .navbar .navbar-nav .nav-item {
        border: none;
        justify-content: center;
        display: block;
        width: 100%;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        padding: 6px 5px !important;
        color: var(--black);
    }

    .navbar-nav .nav-item:after {
        display: none
    }

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

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

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

    .fixed .navbar-nav {
        display: block;
        width: 100%;
        padding: 0;
    }

    .inner-menubox:after {
        display: none
    }

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

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

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

    .contact {
        padding: 40px 15px 10px;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .contact:after {
        display: none
    }

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

    .contact .d-flex {
        justify-content: center !important;
    }

    .adresse-block--link {
        margin: 15px auto;
        display: table;
        float: none;
    }

    .adresse-block--text {
        text-align: center;
        display: block;color:#fff;
    }

    .contact .phone {
        text-align: center
    }

    .header {
        position: relative;
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 50px;
        max-height: initial;
        overflow: initial;
    }


    .top-header {
        display: block;
        z-index: 9999999999;
        position: relative;
    }

    .top-header&gt;div {
        display: block;
    }

    .top-header .phone {
        position: fixed;
        right: 0;
        top: 10px;
        z-index: 9999999999;
        color: #000 !important;
    }

    .top-header .phone:last-child {
        display: none;
    }

    .header:after {
        display: none
    }
}

@media (max-width: 767px) {
    .logo {
        left: 0;
        padding: 0px 15px;
    }

    .flex-block--title {}

    .list-prestations {
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .row-prestations .col-12 {
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }

    .flex-block-2 .flex-block--title {
        text-align: center;
        font-size: 20px;
    }

    .flex-block-2 h1.flex-block--title b {
        font-size: 30px;
    }

    .row-prestations .col-rubrique {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

    .row-prestations:after {
        display: none
    }

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

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

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

    .footerlink {
        text-align: center;
    }

    .flex-block {}

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

    .flex-block-2 .btn-devis-block {
        margin: 30px auto 0;
    }

    .page .header {
        height: auto;
    }

    .menubox:after {
        display: none;
    }

    .adresse-block--text {
        margin: 0px auto !important;
        color:#fff !important;
    }

    .fluid-contact {
        min-height: auto;
        padding-bottom: 0;
    }

    .bloc_competences h2 {
        display: block;
        text-align: center;
    }

    .bloc_competences h2 br {
        display: none;
    }

    .bloc_competences {
        background-size: cover;
        background-position: center;
        margin-top: 40px;
    }

    .bloc_competences h2 span {
        text-align: center;
        margin-bottom: 0;
        font-size: 20px;
    }

    .bloc_competences .annee {
        font-size: 80px;
    }

    .bloc_competences .annee span {
        font-size: 45px;
    }

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

    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
    }
    .contact p {color:#fff !important ;font-weight:600}
    .adresse-block--text {color:#fff !important ;}
}

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

#content .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#content .corp{
    padding: 0 15px;
}
#content h1{
    font-size: 30px;
    text-align: center;
    margin: 50px 0;
    font-weight: 600;
    line-height: 30px;
}
#content h1:after{
    background: var(--tertiary);
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 30px;
    height: 30px;
}
#content .chapo{
    box-shadow: 0 0 10px #0002;
    color: #000;
    text-align: center;
    font-size: 15px;
    padding: 30px 15px;
    margin: 50px auto;
    line-height: 25px;
    font-weight: 600;
}

#content h2{
    font-size: 22px;
    margin: 40px 0 20px;
    font-weight: 700;
}

#content h2:after{
    background: var(--tertiary);
    content: "";
    display: block;
    margin: 10px 0 0;
    width: 80px;
    height: 5px;
}

#content h3{
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 17px;
    margin:10px 0 5px;
    font-weight: 600;
}
#content h3:before {
    color: var(--tertiary);
    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 h4{
    font-size: 17px;
    font-weight: 600;
}
#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(--tertiary);
    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: inherit;
    font-weight: 600;
    text-decoration: underline;
}
#content p a:hover,
#content li a:hover{
    text-decoration: none;
}
#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&gt;div,
#content .imgG&gt;div,
#content .diapoD&gt;div,
#content .diapoG&gt;div{
    width: 100%
}

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

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

#content .imgD&gt;div:last-child img,
#content .imgG&gt;div:last-child img,
#content .diapoD&gt;div:last-child img,
#content .diapoG&gt;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&gt;*:first-child,
#content .imgD&gt;div:first-child&gt;*:first-child,
#content .imgG&gt;div:first-child&gt;*:first-child,
#content .diapoD&gt;div:first-child&gt;*:first-child,
#content .diapoG&gt;div:first-child&gt;*:first-child{
    margin-top: 0;
}

#content .bloc-txt&gt;*:last-child,
#content .imgD&gt;div:first-child&gt;*:last-child,
#content .imgG&gt;div:first-child&gt;*:last-child,
#content .diapoD&gt;div:first-child&gt;*:last-child,
#content .diapoG&gt;div:first-child&gt;*: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(--second);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

#content #foot-page{
    background: var(--second);
    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&gt;div:last-child, 
    #content .imgD&gt;div:last-child,
    #content .diapoG&gt;div:last-child, 
    #content .diapoD&gt;div:last-child{
        margin: 30px auto;
        width: 100% !important;
        max-width: 100%;
    }
}</pre></body></html>