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

:root {
    --black: #000;
    --white: #fff;
    --primary: #1970a5;
    --second: #ebdd5c;
    --bg-btn: #404245;

    --gris: #d0d2d8;
    --color-title: #000000;
}

strong{
    font-weight: 600;
}

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

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

.header {
    width: 100%;
    top: 0;
    position: relative;
    background-size: 100% 100%;
}

.flot-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    color: var(--white);
    z-index: 9;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flot-header>div {
    width: 100%;
    padding: 0px;
    min-width: 100%;
    text-align: center;
}
.top p{margin:0px;color: var(--primary);text-transform: uppercase;font-weight: 500;font-size: 15px;
}
.top {
    position: absolute;
    z-index: 9;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    right: 15px;
    top: 0;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 35px 20px;
    border-right: 14px solid #fff;
    z-index: 1000
}

.top .phone:nth-child(2) {
    font-size: 16px;
}

.top .phone {
    display: block;
    font-size: 19px;
    color: var(--white);
    padding-left: 10px;
    margin-left: 10px;
}

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

.logo a {
    display: block;
    position: relative;
}


/* end header */


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

.sliderbanner {
    max-width: 100%;
    height: 100%;
    position: relative;
    background: var(--black);
    height: 760px;
    overflow: hidden;
}

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

.slide1 img {
    position: relative;
    max-height: 760px;
}

.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;
    background: url(../images/slider1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slide2 {
    animation: fade2 10s infinite;
    -webkit-animation: fade2 15s infinite;
    background: url(../images/slider2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slide3 {
    animation: fade3 10s infinite;
    -webkit-animation: fade3 15s infinite;
    background: url(../images/slider3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

@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 */

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

.navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 22px;
    color: var(--white);
    font-size: 17px;
    transition: 0.3s ease all;
    position: relative;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-link {
    text-align: left;
    text-transform: none;
    padding: 12px;
}

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

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

.menubox {
    transition: 0.5s ease width;
    z-index: 999;
    position: relative;
    background-position: center center;
    width: 100%;
    left: 0;
}

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

.menubox.fixed .inner-menubox {
    max-width: 100%;
}

.inner-menubox {
    position: relative;
    background: var(--primary);
    margin: 0 auto;
}

.navbar-toggler {
    background: #fff;
    border-radius: 0px;
    border: none;
    padding: .50rem .75rem;
    outline: none !important;
}

.navbar-nav {
    padding: 0;
    z-index: 9;
    width: 100%;
    justify-content: center;
}

.dropdown-menu {
    top: calc(100% - 5px);
    border: 0;
    border-radius: 0;
    background: var(--primary);
    min-width: 300px;
}

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


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

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


/****** text bloc***/
.text_center {
    text-align: center;
    padding: 0 15px;
    max-width: 950px;
    margin: 80px auto;
    font-weight: 400;
    position: relative;
    z-index: 2;
    font-size: 15px;
}

.text_center.v2{
    background: var(--primary);
    color: #fff;
    max-width: 1200px;
    padding: 100px 15px;
}

.text_center.v2>div{
    max-width: 900px;
    margin: 0 auto;
}

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

.text_center h1,
.text_center h2 {
    color: var(--black);
    text-align: center;
    font-size: 24px;
    display: table;
    margin: 0 auto 30px;
    font-weight: 700;
}

.text_center.v2 h2{
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}

.text_center p a{
    color: var(--primary);
    font-weight: 600;
}

.text_center.v2 p a{
    color: inherit;
    font-weight: 600;
    text-decoration: underline dotted;
}

.text_center.v2 p a:hover{
    text-decoration: none;
}

/****** text bloc ***/


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

.list-prestations {
    margin: 0px auto 60px;
    padding: 60px 15px 0;
    background: var(--white);
    background-size: cover;
    background-attachment: fixed;
    max-width: 1290px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.list-prestations a:hover h2 {
    height: 100%;
}

.list-prestations a:hover h2:before {
    transform: rotate(120deg) scale(0.8);
}

.list-prestations .row-prestations img {
    max-width: 100%;
    transition: 0.5s ease all;
    min-width: 100%;
    
    border-bottom: 15px solid var(--second);
}

.list-prestations .row-prestations a:hover img {
    transform: scale(1.1);
}

.row-prestations {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0 AUTO;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

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

.row-prestations .col-12 a {
    text-decoration: none !important;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.text-rubrique{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.text-rubrique>div{
    width: 100%;
    background: rgb(0 0 0 / 61%);
    color: var(--white);
    padding: 20px 40px;
    min-height: 260px;
}
.text-rubrique>div p a{
    display: block;
    text-align: left !important;
    color: var(--white);
    font-size: 16px !important;
    transition: 0.3s ease all;
}
.text-rubrique>div p a:hover{
    color: var(--gris);
}
.text-rubrique>div h2{
    color: var(--white);
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-transform: none;
    font-size: 31px;
    letter-spacing: 0;
    font-weight: 600;
}
.row-prestations .col-12>div {
    position: relative;
    transition: 0.3s ease all;
}

.row-prestations h2 {
    text-align: center;
    font-size: 21px;
    color: var(--black);
    font-weight: 500;
    display: table;
    padding: 16px 0px 0px;
    margin: 0 auto;
    width: 220px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}

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


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


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

.fluid-contact {
    align-items: center;
    background-position: top center;
    position: relative;
    overflow: hidden;
    color: var(--white);
}

.contact {
    color: var(--white);
    font-size: 17px;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin: 40px auto 0px;
}
.contact img {
    max-width: 100%;
    min-width: 100%;
}
.contact .col-12:nth-child(2) {
    background-size: cover;
}

.col-contact .phone {
    color: var(--black) !important;
    font-size: 25px;
    font-weight: 700;
    padding: 0px;
    text-align: center;
    display: block;
    margin: 15px 0px;
}
.col-contact .phone + a {
    color: var(--black) !important;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    text-align: center;
    display: block;
    margin: 15px 0px;
}

.col-contact {
    text-align: center;
    padding: 0px;
    color: var(--black);
}

.col-contact p {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    color: var(--black);
    font-weight: 600;
}

.adresse-block {
    margin: 0px auto;
    height: 100%;
    padding: 20px 0px;
}


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


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

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

.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);
}

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

.inlineblock {
    display: inline-block;
}

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

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


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


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

.text {


    margin: 65px auto 0px;
    padding: 0px 15px 0px;
    background: var(--white);
    background-size: cover;
    background-attachment: fixed;
    max-width: 1400px;
    position: relative;
    z-index: 2;
}

.textdiv {
    max-width: 1320px;
    margin: 30px auto 30px;
    padding: 10px 15px;
    line-height: 31px;
    font-size: 15px;
    text-align: justify;
}


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

@media (max-width: 1280px) {
    .phone:after {
        display: none;
    }
    .bloc-menu {
        padding: 15px 0px;
        top: 187px;
    }
    .flot-header {
        top: 0;
    }
    .logo {
        padding: 27px;
    }
    .text-header {
        max-width: 380px;
        right: 20px;
        bottom: 20px;
    }
}
.page .sliderbanner {
    height: 400px;
}
@media (min-width:991px) {
    .page .flot-header {
        top: 0;
    }
    .sliderbanner img {
        top: 0 !important;
    }
    .menubox.fixed .navbar-nav {
        flex-direction: row !important;
        justify-content: center;
    }
    .menubox.fixed {
        position: fixed !important;
        left: 0;
        width: 100%;
        top: 0 !important;
        background: var(--primary);
        margin: 0;
        padding: 0px;
        bottom: initial !important;
        max-width: 100%;
        display: block;
        height: auto;
        padding: 0;
    }

    .page .list-prestations {
        top: 0;
        margin: 0 auto;
    }

    .page .logo {
        padding: 18px;
    }
    .page .bloc-menu {
        top: 171px;
    }
    .page .menubox .inner-menubox {
        padding: 0px 15px;
    }
}

.right-top {
    display: block;
    position: relative;
    text-align: center;
}


/****** bloc avis ****/


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

.flex-block {
    position: relative;
    transition: 0.5s ease all;
    background-size: cover;
    margin: 80px auto 0px;
    max-width: 1050px;
    padding-bottom: 100px;
}

.nopadding {
    padding: 0px
}

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

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.flex-center>div {
    position: relative;
    z-index: 1;
    font-size: 24px;
    text-align: center;
}

.flex-center>div p {
    font-size: 15px;
}

.flex-center h2 {
    font-size: 17px;
    display: block;
    padding-bottom: 20px;
    margin: 0 0 12px;
    font-weight: 700;
}

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

}

.back2 {

    padding: 100px 50px;

    border: 5px solid var(--black);

    display: block;

    text-align: center;

    top: 40px;

}
.blocActualites{max-width: 400px;margin: 0 auto;
}

.blocActualites h3{font-size: 16px;
}
.blocActualites img{min-width: initial;margin: 0px auto 35px;
}
.blocActualites a{color: var(--white);font-size: 15px;text-decoration: underline;display: table;margin: 50px auto 0px;
}

.blockimg.d-flex{
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 35px;
    padding: 0px 15px;
}
.blockimg.d-flex img{
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}

@media (max-width: 991px) {
    .sliderbanner{
        height: 450px;
    }
    .flex-block{
        padding-bottom: 40px;
    }
    .flot-header>div {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .bloc-menu {
        width: 100%;
        position: fixed;
        top: 0;
        height: auto;
        min-height: 50px;
        left: 0;
        z-index: 999;
        background: var(--primary);
        padding: 0;
    }
    .row-prestations .col-12>div:after {
        display: none
    }
    .menubox:before {
        display: none;
    }
    .flex-block>div .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        top: 0;
    }
    .flex-center>div {
        width: 100%;
        padding: 40px 15px 0px;
        text-align: center;
    }
    .navbar {
        padding: 0px;
    }
    .navbar-nav:after {
        display: none
    }
    .navbar .navbar-nav .nav-item .nav-link {
        text-align: left;
        padding: 10px 5px;
        font-size: 16px;
    }
    .row-prestations .col-12 {
        width: 50%;
        max-width: 50%;
        padding: 0px 5px;
        flex: 0 0 50%;
        transform: none !important;
        margin-bottom: 20px;
    }
    .row-prestations h2 {
        left: 0;
    }
    .row-prestations {
        flex-wrap: wrap;
        margin: 0 AUTO;
    }
    .inner-menubox {
        padding: 0;
        background: none;
    }
    .page .fluid-contact {
        margin-top: 30px;
    }
    .navbar-nav {
        align-items: center;
        flex-direction: column;
        padding-bottom: 15px;
    }
    .fixed .navbar-nav {
        flex-direction: column !important;
    }
    .adresse-block {
        padding: 0px 15px;
        flex-wrap: wrap;
    }
    .menubox {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        z-index: 999;
        min-height: 50px;
        padding: 0px;
        background: none;
        margin: 0 !important;
        bottom: initial;
        background: var(--primary);
        display: block;
        height: auto;
    }
    .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 {
        text-align: center
    }
    .fluid-contact:after {
        display: none;
    }
    .contact {
        padding: 25px 15px;
        flex-direction: column;
        text-align: center;
    }
    .contact .col-12 {
        width: 100%;
        border: none;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .logo img {

    }
    .logo {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        position: relative;
        top: 0;
    }
    .logo a {
        padding: 0px 20px;
        margin: 0;
        text-align: center;
    }
    .top {
        border: 0;
    }
    .header {
        position: relative;
        padding-top: 0;
        background-size: cover;
        background-attachment: initial;
        background-position: center bottom;
        top: 50px;
        margin-bottom: 60px;
        overflow: hidden;
    }
    .list-prestations {
        top: 0;
        margin: 0;
        padding-top: 30px;
    }
    .list-prestations:before {
        display: none
    }
    .header:before {
        display: none
    }
    .header:after {
        display: none
    }
    .top p {
        display: none
    }
    .sliderbanner img {
        max-width: 100%;
        right: initial;
        left: 0;
    }
    .top {
        padding: 0;
        position: fixed;
        text-align: center;
        margin-bottom: 0px;
        top: 0;
        background: transparent !important;
        z-index: 999;
        max-width: calc(100% - 59px);
        left: initial;
        right: 0;
    }
    .top .phone:nth-child(2) {display: none !important;
    }
    .top .phone {
        display: block !important;
        border: none;
        text-align: right;
        color: var(--white) !important;
        margin: 0;
        font-size: 20px;
    }
    .right-top {
        width: 100%;
        display: block;
        text-align: center;
        padding: 7px;
        left: 0;
        background: transparent;
        height: auto;
        box-shadow: none;
    }
}

@media (max-width:767px) {
    .flex-center h2 {
        text-align: center;
        display: block;
    }
    .btn-contact {
        margin: 0 auto 15px !important;
        display: table !important;
    }
    .text_center{
        padding: 15px;
    }
    .text {
        margin-top: 30px;
        box-shadow: none;
        top: 0;
        margin: 15px 0px;
        padding-top: 1px;
        padding-bottom: 0;
    }
    .blockimg.d-flex{
        flex-wrap: wrap;
    }
    .text-rubrique>div{height:100%}
    .btn-devis span {
        font-size: 19px !important;
        font-weight: 700;
    }
    .col-contact p {
        text-align: center
    }
    .btn-realisation {
        position: relative;
        padding: 15px;
        display: block;
        margin: 10px 15px 0px;
    }
    .list-prestations {
        margin-bottom: 0;
        margin-top: 0;
        padding: 15px 15px 30px;
        box-shadow: none;
    }
    .list-prestations img {
        max-width: 100%;
        min-width: initial !important;
        display: block;
        margin: 0 auto;
    }
    .back2 {
        border: none
    }
    .row-prestations .col-12 a {
        margin-bottom: 13px;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .dropdown-menu {
        background: var(--bleu-fonce);
    }
    .footerlink {
        text-align: center;
    }
    .row-prestations .col-12>div {
        margin-bottom: 0;
    }
    .row-prestations .col-12 {
        width: calc(100% /1);
        max-width: calc(100% /1);
        padding: 0px 5px;
        flex: 0 0 100%;
        transform: none !important;
        margin-bottom: 10px;
    }
    .flex-block {
        margin: 40px auto 20px;
        padding: 0;
        left: 0px !important;
        overflow: hidden;
    }
    .btn-devis {
        margin: 10px 0px 20px !important;
    }
    .btn-devis:after{display: none !important;
    }
    .flex-center:after {
        display: none
    }
    .col-contact {
        width: 100%;
        margin-bottom: 10px;
    }
    .maps iframe{
        min-height: 400px;
    }
    .flot-header {
        padding: 0;
        height: 100%;
        top: 0;
        text-align: left;
        border: none;
    }
    .menubox:after {
        display: none;
    }
    .top p {
        text-align: center;
    }
    .fluid-contact {
        min-height: auto;
        margin: 0px;
        padding-bottom: 0;
        margin-top: 0;
    }
    .logo img {
        top: 0;

    }
    .logo {
        margin-bottom: 0;
        position: relative;
        padding: 0px !important;
        top: 0;
        text-align: left;
        border: none;
    }
    .sliderbanner img {
        max-width: 100%;
        height: 450px;
    }
    .contact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: initial;
        padding-top: 0;
        padding: 0;
        text-align: center;
        background: none;
    }
    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
        max-width: 100%;
    }
}

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


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}

::-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;
}

.btn-contact {

    padding: 1px 0px;

    transition: 0.3s ease all;

    display: inline-block;

    margin-top: 0;

    cursor: pointer;

    font-weight: 600;

    margin-right: 0;

    color: var(--black);
    text-decoration: underline;

}

.btn-contact:hover {
    color: #000;
    text-decoration: none;
}
.min-btn{
    max-width: 480px !important;
}
.btn-devis {
    color: var(--primary);
    display: block;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    transition: .5s;
}
.btn-devis span {
    display: block;
    font-weight: 600;
    font-size: 24px;
}

.btn-devis:hover{
    color: var(--black);
    text-decoration: none;
}

.maps {
    padding: 0;
}

.maps iframe {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.footer-ico {
    filter: invert(27%) sepia(14%) saturate(454%) hue-rotate(1deg) brightness(100%) contrast(0%);
    max-width: 110px !important;
    opacity: 0.6;
}
.topimg{position:absolute;left:20px;top: 30px;z-index: 2;
}

.pres{
    margin: 80px auto;
    overflow: hidden;
}

.pres .txt{
    padding-right: 5%;
}

#bloc-3.pres .txt{
    padding-right: 0;
    padding-left: 5%;
}

.pres .txt h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pres .txt h2:after{
    background: var(--second);
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin-top: 30px;
}

.pres .txt p{
    margin-bottom: 60px;
}

.pres .txt p a{
    color: var(--primary);
    font-weight: 600;
}

.pres .txt .bouton{
    border: solid 2px var(--second);
    color: #000;
    display: table;
    padding: 10px 20px;
    font-weight: 700;
    transition: .5s;
}

.pres .txt .bouton:hover{
    background: var(--second);
    text-decoration: none;
}

.pres .img{
    position: relative;
}

.pres .img img{
    width: 100%;
}

.pres .img>div{
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.pres .img>div h3{
    font-size: 30px;
    margin-bottom: 15px;
}

.pres .img>div p a{
    display: table;
    color: #fff;
    font-size: 20px;
}

#realisations{
    background: #fafafa;
    margin: 80px auto;
    padding: 25px 15px;
}

#bloc-4{
    background: url(../images/bloc-4-bg.jpg) no-repeat center/cover fixed;
    color: #fff;
    padding: 200px 15px;
    margin: 80px auto;
    text-align: center;
}

#bloc-4>div{
    max-width: 900px;
    margin: 0 auto;
}

#bloc-4 .slogan{
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 40px;
}

#bloc-4 p a{
    color: inherit;
    font-weight: 600;
    text-decoration: underline dotted;
}

#bloc-4 p a:hover{
    text-decoration: none;
}

#content{
    margin: 50px 0;
}

#content .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#content .corp{
    padding: 0 15px;
}
#content h1{
    color: var(--black);
    font-size: 24px;
    text-align: center;
    margin: 50px 0;
    font-weight: 700;
    line-height: 30px;
}
#content h2{
    background: #1970a50f;
    border: dashed 1px var(--second);
    color: #000;
    text-align: center;
    font-size: 15px;
    padding: 30px 15px;
    margin: 50px auto;
    line-height: 25px;
    font-weight: 600;
}

#content h3{
    color: var(--black);
    font-size: 18px;
    margin: 40px 0 20px;
    font-weight: 600;
}

#content h3:after{
    background: var(--second);
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin-top: 10px;
}

#content h4{
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 18px;
    margin:10px 0 5px;
    font-weight: 600;
}
#content h4: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{
    color: var(--primary);
    font-weight: 600;
}
#content hr{
    border-color: #555;
}
#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{
    display: flex;
    margin: 40px auto;
    justify-content: space-between;
}

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

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

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

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

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

#content .bloc-txt{
    padding: 20px;
    margin: 40px auto;
}

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

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

#content .breadcrumb{
    background: initial;
    border-bottom: solid 1px #ccc;
    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: transparent;
    border: solid 3px var(--primary);
    border-radius: 5px;
    color: var(--primary);
    display: table;
    text-align: center;
    font-weight: 600;
    padding: 10px 15px;
    margin: 15px auto;
    transition: .5s;
}

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

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