@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    background: #fff;
    overflow-x: hidden;
}

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

.header {
    position: relative;
    max-height: 830px;
    margin-bottom: 60px;
}

.banner img {
    min-width: 100%;
    max-width: 100%;
}

.top {
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    color: #fff;
    width: 100%;
    left: 0;
    padding: 10px 15px;
    font-size: 17px;
    top: 0;
    background: #b80808;
    align-items: center;
}

.phone {
    color: #fff !important;
    font-size: 25px;
    font-weight: 600;
}

.top p {
    margin: 0px
}

.logo {
    display: flex;
    position: absolute;
    left: 0Px;
    z-index: 2;
    width: 100%;
    top: 0;
    height: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15vh;
    margin-bottom: 0;
}


/* end header */


/****** slider ***/

.sliderbanner {
    max-width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    max-height: 800px;
    overflow: hidden;
}

.sliderbanner img {
    position: absolute;
    right: 0px;
    max-width: 100%;
    min-width: 100%;
    top: 0;
}

.slide1 img {
    position: relative;
}

.slide1,
.slide2,
.slide3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.slide1 {
    animation: fade 15s infinite;
    -webkit-animation: fade 15s infinite;
    position: relative;
    top: 0px;
}

.slide2 {
    animation: fade2 10s infinite;
    -webkit-animation: fade2 15s infinite;
}

.slide3 {
    animation: fade3 10s infinite;
    -webkit-animation: fade3 15s infinite;
}

@keyframes fade {
    0% {
        opacity: 1
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 1
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}


/****** end slider ***/


/* menu */

.menubox li {
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: 0.5s ease all;
}

.menubox li:hover {
    background: #b80808;
    color: #fff;
}

.menubox li:hover>a {
    background: #b80808;
    color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link img {
    margin-right: 10px;
    vertical-align: sub;
}

.navbar-dark .navbar-nav .nav-link {
    transition: 0.7s ease all;
    display: block;
    font-size: 17px;
    color: #000;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    padding: 20px 25px !important;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.5s ease all;
    align-items: center;
    text-transform: uppercase;
}

.dropdown-menu {
    background: #6a0000;
    margin: 0px;
    border: none;
    border-radius: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link{
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background: #b80808;
}

.bottom-menu {
    position: absolute;
    right: 0;
    bottom: -44px;
    background: rgb(65 11 59 / 74%);
    padding: 10px;
}

.bottom-menu a {
    color: #fff;
    padding: 0px 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.5s ease all;
}

.bottom-menu a:hover {
    color: #00b2e3;
}

.menubox {
    transition: 0.5s ease width;
    z-index: 9;
    background-position: center center;
    padding: 10px 15px;
    margin: 5px 0px;
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.menubox.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    bottom: initial;
}

.menubox.fixed .bottom-menu {
    display: none
}

.menubox .bg-dark {
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0;
    background: #fff !important;
    max-width: 1200px;
    margin: 0 AUTO;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 45%);
}

.navbar-nav {
    width: 100%;
    margin: 0px auto !important;
    justify-content: CENTER;
    max-width: 1500px;
    padding: 0;
}


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


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

.flex-block {
    position: relative;
    transition: 0.5s ease all;
    margin: 140px auto 40px;
    max-width: 1400px;
}

.text-block {
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding: 40px;
    text-align: justify;
    background: #f3f2f2;
}

.flex-center {
    display: flex;
    align-items: center;
    text-align: center;
}

.back-img {
    background: #f3f2f2;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -80px;
}

.flex-block-2 .flex-center {
    background: #452182;
}

.flex-block-2 .text-block {
    border: none;
}

.text-block h2 {
    font-weight: 500;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 23px;
    text-align: center;
    text-transform: uppercase;
}

.flex-block-2 .text-block p {
    display: table;
    padding: 15px 30px;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
}

.text-block p {
    font-size: 15px;
    text-align: center;
}

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

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

.flex-block a {
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}


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


/****** animate images ***/

.animateimg {
    overflow: hidden
}

.animateimg img {
    max-width: 100%;
    transition: 0.5s ease all;
    min-width: 100%;
}

.animateimg:hover img {
    transform: scale(1.1);
}


/****** animate images ***/


/****** text center***/

.bloc_text_center {
    text-align: center;
    color: #000000;
    padding: 0;
    max-width: 1200px;
    margin: 0px auto 0px;
    padding: 40px 15px;
}

.bloc_text_center.v2{
    max-width: 1440px;
}

.border-top {
    margin-top: 60px;
    border-top: 8px solid #f3f2f2!important;
}

.bloc_text_center>div {
    margin: 0 auto;
}

.bloc_text_center h1,
.bloc_text_center h2 {
    color: #000;
    display: block;
    margin: 20px 0px;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
}
.bloc_text_center h1 small,
.bloc_text_center h2 small{
    color:#b80808;
    font-size:17px;
    font-weight: 500;
}

.bloc_text_center p {
    margin: 0 auto;
    padding: 0px 15px;
    font-size: 16px;
}

.bloc_text_center .form{
    margin-bottom: 50px;
}

.bloc_text_center .box{
    text-align: left;
    padding: 0 5%;
}

.bloc_text_center .box img{
    width: 100%;
}

.bloc_text_center .box p{
    text-align: justify;
    padding: 0;
}


/****** end text center ***/


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

.back-bloc {
    color: #fff;
    margin: 50px 0px 0px;
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-position: right;
    min-height: 100vh;
    position: relative;
    padding: 0px 15px;
    padding-right: 5vw;
    background-attachment: fixed;
    padding-bottom: 5vh;
}

.back-bloc>div {
    width: 50%;
    max-width: 500px;
    background: rgb(0 0 0 / 52%);
    padding: 40px;
    border-top: 20px solid #b80808;
}

.display-mobile {
    display: none
}

.back-bloc h2 {
    color: #fff;
    display: block;
    font-size: 18px;
    max-width: 800px;
    margin: 0px auto 30px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.back-bloc p {
    font-size: 15px;
    max-width: 850px;
}

.back-bloc p:last-of-type{
    margin-bottom: 0;
}


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


/****** blocservices ***/

.servicetext {
    padding: 0px 15px;
    max-width: 1280px;
    margin: 0 AUTO;
}

.servicetext>div {
    text-align: center;
    margin: 0 auto;
}

.servicetext>div img {
    display: block;
    margin: 0;
    transition: 0.5s ease all;
    width: 100%;
}

.servicetext>div .listservices {
    list-style: none;
    margin: 0 auto 20px;
    display: flex;
}

.servicetext>div .listservices li {
    padding: 0px 15px;
    width: 100%;
    position: relative;
}

.img-service {
    margin: 0px auto 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicetext>div .listservices li a {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    text-decoration: none !important;
    display: block;
    overflow: hidden;
    transition: 0.5s ease all;
    padding: 0px 15px;
    border-radius: 20px;
    height: 100%;
    color: #000;
    font-size: 17px;
}

.servicetext>div .listservices li:nth-child(2) a {}

.servicetext>div .listservices li a:hover {
    transform: translateY(-20px);
    color: #000;
}

.listservices li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    min-height: 64px;
    color: #fff;
    font-weight: 700;
    background: #b80808;
    padding: 10px;
    text-transform: uppercase;
    position: relative;
    top: 25px;
    width: 100%;
    max-width: 70%;
}

.listservices li a span b {
    font-size: 23px;
}


/****** end blocservices ***/


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

.bloc_text {
    text-align: center;
    color: #ffff;
    background: url(../images/img2.jpg);
    height: 100vh;
    display: flex;
    align-items: flex-start;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    padding-left: 50px;
    padding-top: 50px;
}

.bloc_text>div {
    max-width: 500px;
    position: relative;
    text-align: center;
    padding: 60px 50px 0px;
    width: 50%;
    background: #fff;
    min-height: 500px;
    display: flex;
    align-items: center;
    color: #000;
}

.bloc_text>div p {
    max-width: 450px;
    margin: 0 auto;
    text-align: justify;
}


/****** end text center images ***/


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

.fluid-contact {
    background: url(../images/contact.jpg) no-repeat;
    align-items: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    padding: 70px 0px 0;
    background-attachment: fixed;
    position: relative;
    margin-top: 65px;
}

.fb {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -50px;
}

.contact {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 17px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 18px;
    width: 100%;
    font-weight: 600;
    max-width: 1500px;
}

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

.col-contact .phone {
    text-align: center;
    display: block;
    color: #fff !important;
    font-size: 31px;
    font-weight: 600;
    position: relative;
    top: 0;
    right: 0;
}

.col-contact {
    width: 100%;
}

.col-contact p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}

.col-contact p strong{
    font-weight: 600;
}

.adresse-block {
    padding: 70px 25px;
    max-width: 1500px;
    margin: 0 auto;
}


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


/****** footer ***/ 
.boxfooter{overflow:hidden;background-size: cover;}
.footerlink{color: #fff;font-size: 12px;text-align: center;}
.footerlink a{color: inherit;}
.boxfooter img{max-width:100%;}
.boxfooter>div{width:100%;}

.bot-foot{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}
.bot-foot img{
    margin-bottom: 10px;
}
.bot-foot p{
    margin: 0;
}

.recherches{background: #f4f4f4;padding:20px; }
.recherches h3{font-size:16px;text-decoration: underline;font-weight: bold;margin-bottom:20px;}
.recherches h4{font-size:14px;font-weight: bold;margin-top:20px;}
.recherches a{color: grey;font-size:12px; }
.recherches .col-xs-6{width: 50%; }
.content-recherches h2{text-align: center;font-size:18px; }
.content-recherches h2:after{content: none!important; }
/****** footer ***/


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

.text {
    color: #000000;
    position: relative;
    margin-top: 20px;
}

.textdiv {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px 15px;
    color: #000000;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}


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

@media (max-width: 1280px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px;
        padding: 20px 15px !important;
    }
    .logo img {
        max-height: 250px;
    }
    .menubox {
        margin: 0px;
        position: relative;
        bottom: 0px;
    }
    .topbloc {
        margin: 0px auto 60px !important;
    }
}

@media (min-width:991px) {
    .sliderbanner img {}
    .page .sliderbanner {
        max-height: 510px;
        position: relative;
    }
    .page .flot-header {
        display: none
    }
    .page .logo img {
        max-height: 193px;
    }
    .page .logo {
        margin-bottom: 10px
    }
    .page .logo p{
        margin-top: 2vh;
    }
}

.right-top {
    width: 100%;
    background: none;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (max-width:991px) {
    .menubox .navbar-nav>li:after {
        display: none
    }
    .dropdown-menu>li>a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    }
    .menubox li{
        width: 100%;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 10PX !important;
        text-align: center;
    }
    .dropdown-toggle::after {
        display: inline-block !important;
        width: 0 !important;
        height: 0 !important;
        margin-left: .255em !important;
        vertical-align: .255em !important;
        content: "";
        border-top: .2em solid !important;
        border-right: .2em solid transparent !important;
        border-bottom: 0 !important;
        border-left: .2em solid transparent !important;
    }
    .servicetext>div .listservices {
        flex-wrap: wrap;
    }
    .servicetext>div .listservices>li{
        max-width: 50%;
    }
    .bloc_text {
        padding: 0;
    }
    .bloc_text>div {
        max-width: 100%;
        width: 100%;
        background: rgb(255 255 255 / 82%);
    }
    .bottom-menu {
        display: none
    }
    .servicetext>div .listservices li {
        margin-bottom: 15px;
    }
    [type="file"]+label {
        margin: 0 auto
    }
    .fluid-contact {
        background-size: cover;
        padding: 15px 0px;
    }
    .navbar-nav {
        align-items: center
    }
    .bloc-1 {
        flex-wrap: wrap;
        padding: 0;
    }
    .bloc-1 .col-xs-12 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .back-text:after {
        display: none;
        content: ""
    }
    .back-text {
        border-radius: 10px;
        transform: none;
        margin-bottom: 10px;
    }
    .bloc-1:after {
        display: none;
    }
    .adresse-block {
        padding: 0px 15px;
    }
    .menubox {
        position: fixed;
        bottom: initial;
        top: 0;
        left: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        z-index: 9999999;
        min-height: 50px;
        padding: 0px;
        background: none;
    }
    .top {
        top: 50px;
        align-items: flex-start;
        left: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    .col-contact .phone {
        text-align: center
    }
    .navbar-dark .navbar-toggler {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
        background: #6a0000;
        height: 50px;
        outline: none;
        border-radius: 0;
    }
    .fluid-contact:after {
        display: none;
    }
    .menubox .bg-dark {
        min-width: 100%;
        background-color: #b80808 !important;
        padding-top: 50px !important;
    }
    .contact {
        padding: 25px 15px;
        flex-direction: column;
        text-align: center;
    }
    .menubox li a {
        color: #fff !important;
        padding: 15px;
        padding: 10px !important;
    }
    .contact .col-xs-12 {
        width: 100%;
        border: none;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .logo img {
        max-width: 100%;
        top: 0;
    }
    .logo {
        text-align: center;
        margin: 0;
    }
    .logo a {
        padding: 10px 0px 0px;
    }
    .top {}
    .header {
        position: relative;
        padding-top: 0;
        border: none;
        height: auto;
        background-size: cover;
        background-attachment: initial;
        background-position: center bottom;
        margin-bottom: 13px;
    }
    .sliderbanner img {
        max-width: initial;
        right: initial;
        left: 0;
    }
}

@media (max-width:767px) {
    .bloc_text_center {
        margin: 0px auto;
        padding: 15px;
    }
    .display-mobile {
        display: block !important;
    }
    .logo p {
        margin: 10px 0px;
        font-size: 15px;
    }
    .fb img {
        max-width: 100px;
    }
    .back-bloc {
        padding: 0;
        display: block;
        min-height: initial;
        background: #b80808;
        margin-top: 0;
    }
    .back-bloc div:last-child {
        padding: 15px;
        min-height: initial;
        background: none;
        width: 100%;
        max-width: 100%;
    }
    .back-bloc>div {
        width: 100%;
        max-width: 100%;
        display: block;
        background: none;
        padding: 0;
    }
    .back-bloc>div img {
        max-width: 100%
    }
    .bloc-1 h2 {
        text-align: center;
        margin-bottom: 0px;
    }
    .servicetext>div .listservices {
        flex-wrap: wrap;
    }
    .servicetext>div {}
    .servicetext>div .listservices li:nth-child(2) a {
        top: 0px
    }
    .bloc_text {
        padding: 15px;
        height: auto;
        background-size: cover;
    }
    .col-contact {
        padding: 0
    }
    .flot-header {
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
    }
    .title {
        margin: 0
    }
    .logo img {}
    .menubox:after {
        display: none;
    }
    .top p {
        text-align: center;
        justify-content: center;
        display: block;
    }
    .bloc-1 {
        padding: 15px
    }
    .fluid-contact {
        min-height: auto;
        margin: 20px 0px 0px;
    }
    .logo img {
        top: 0;
        max-height: 150px;
    }
    .logo {
        top: 0px;
        margin-bottom: 10px;
        padding: 0px 15px 0px;
        align-items: center;
        justify-content: flex-end;
    }
    .top {
        padding: 0;
        display: block;
        position: relative;
        display: block;
        text-align: center;
    }
    .top img {
        max-width: 200px
    }
    .top a {
        color: #fff !important;
    }
    .right-top {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 2px;
    }
    .top div:first-child {
        padding: 6px 63px;
    }
    .sliderbanner img {
        max-width: 100%;
        min-width: initial;
    }
    .contact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: initial;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .boxfooter img {
        margin: 0 auto 15px;
        display: block
    }
}

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


/* rotate caret on hover */

.btn-link {
    display: table;
    margin: 30px auto 0px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-align: center;
    text-decoration: none !important;
    font-size: 19px;
    transition: 0.5s ease all;
    background: #e7670e;
    background-repeat: no-repeat;
    background-position: 80%, center;
    background-size: auto, contain;
    font-weight: 600;
    max-width: 950px;
    padding: 15px 40px;
    position: relative;
    z-index: 2;
    top: 36px;
}

.btn-link:hover {
    color: #fff !important;
    background: #229eda;
}

.btn-link:focus {
    background: #000000;
    color: #fff !important
}

.btn-link:active {
    background: #229eda;
    color: #fff !important;
}

.topbloc {
}

.inscription {
    background: #3199b9;
    color: #fff;
    font-size: 19px;
    margin: 0px auto;
    padding: 20px 40px;
    display: table;
    text-align: center;
}

.inscription p {
    margin: 0px
}

.inscription a {
    color: #fff !important;
    font-weight: bold;
    display: block;
    font-size: 26px;
    letter-spacing: 1px;
}

@media(max-width:500px) {
    .servicetext>div .listservices li {
        width: 100%;
        border: none;
        margin: 0 0px 15px;
        padding: 0;
    }
}

.back-vert {
    background: #b80808;
    color: #fff;
    padding: 40px 15px;
}

.back-vert h2 {
    color: #fff;
    font-size: 19px;
    text-transform: none;
    margin: 0 0 30px;
    font-weight: 600;
}

.back-vert a{
    border:solid 1px #fff;
    color: #fff;
    display: block;
    padding: 10px;
    max-width: 700px;
    margin: 0 auto;
    transition: .5s;
}

.back-vert a:hover{
    background: #fff;
    color:#b80808;
    text-decoration: none;
}

.menu-rubrique {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-rubrique li {
    display: block;
}

.menu-rubrique li a {
    font-size: 15px;
    display: table !important;
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    text-align: center;
    transform: none !important;
    font-weight: 600 !important;
    margin: 0 auto;
    border-radius: 0 !important;
    padding: 10px !important;
}

.menu-rubrique li a:hover {
    background: #b80808
}

.no-text .back-bloc>div {
    display: none;
}

#content{
    margin-top: 30px;
}

#content .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#content .corp{
    padding: 0 15px;
}
#content h1{
    color: inherit;
    font-size: 26px;
    text-align: center;
    margin: 50px 0;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
}
#content h1 small{
    color: #b80808;
    font-weight: 500;
    font-size: 20px;
}

#content h2{
    background: #b80808;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding: 30px 15px;
    margin: 50px auto;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 500;
}
#content h3{
    padding: 0 0 5px;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}
#content h3 small{
    color: #b80808;
    font-weight: 500;
    font-size: 0.8em;
}


#content h4{
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 18px;
    letter-spacing: 1px;
    margin:10px 0 5px;
    font-weight: 600;
}
#content h4 small{
    font-weight: normal;
    font-size: 0.7em;
}
#content h4:before {
    color: #b80808;
    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;
    letter-spacing: 1px;
    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;
    letter-spacing: 1px;
    margin:5px 0;
}
#content ul li:before {
    color: #b80808;
    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{
    color: #b80808;
    text-decoration: underline;
    font-weight: 600;
}
#content p a:hover{
    text-decoration: none;
}
#content hr{
    border-color: #555;
}
#content .center{text-align: center !important;}
#content .imgD{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#content .imgD>div:first-child{
    width: 100%;
}
#content .imgD>div:last-child img{
    margin-left: 30px;
    box-shadow: 0 0 5px;
    width: 600px;
}
#content .imgG{
    display: flex;
    align-items: center;
}
#content .imgG>div:last-child{
    width: 100%;
}
#content .imgG>div:first-child img{
    margin-right: 30px;
    box-shadow: 0 0 5px;
    width: 600px;
}

#content .list{
    display: flex;
    flex-wrap:wrap;
}
#content .breadcrumb{
    font-size: 14px;
}
#content .breadcrumb a{color:#b80808;font-weight: 600; text-decoration: none; transition: all 0.3s;}
#content .breadcrumb{margin-bottom: 30px;}

#content .bloc-num{
    margin: 50px auto;
}

#content #foot-page{
    background: #6a0000;
    border-radius: 5px;

    color: #fff;
    padding: 30px 15px;
    margin: 50px auto;
}

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

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

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

.box-link{
    background: #b80808;
    border-radius: 5px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 10px 15px;
    margin: 15px 0;
    transition: .5s;
}

.box-link:hover{
    background: #6a0000;
    color: #fff;
    text-decoration: none;
}

@media(max-width: 991px){
    #content .imgG{
        flex-direction: column;
    }
    #content .imgD{
        flex-direction: column-reverse;
    }
    #content .imgG>div:first-child img, #content .imgD>div:last-child img{
        margin: 30px auto;
        width: 100% !important;
        max-width: 100%;
    }
    .bloc_text_center .box{
        margin: 20px auto;
    }
}

@media(max-width: 500px){
    .servicetext>div .listservices>li{
        max-width: 100%;
    }
}