@font-face {
    font-family: 'BankGothicMedium';
    src: url('../Fonts/03644_BankGothicMediumBT.ttf') format('truetype');
}


html {
    font-size: 14px;
}

footer {
    height: 0px;
    text-align: center;
    display: flex;
    bottom: auto;
    position: absolute;
    width: 100%;
}

    footer br {
        height: 3px;
        line-height: 3px;
    }




html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

Login {
}

.banner .TextSpace {
    background-color: #263b7d3b;
}


.ImageHomePage {
    background: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)),no-repeat url(../Image/eau-detect-logo-carre.svg);
    background-size: contain;
    background-position: center;
}

.whiteSpace {
    /*white-space: pre-line;*/
    padding: 1% 0 1% 0%;
}

.TextSpace {
    white-space: pre-line;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
}




.textestart {
    padding-bottom: 20px;
    font-size: x-large;
}
/*for Tab control*/
div.login-logout-tab div.card.header {
    padding: 0px 0px 12px 0px;
}

div.login-logout-tab li.nav-tabs {
    margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
    width: 50%
}

div.login-logout-tab a.nav-link {
    font-size: 25px;
    color: #495057;
    text-align: center;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    /*max-width: 100%;*/
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #263B7D;
}

    a:hover {
        color: #19A4C9;
    }

.Logo img {
    width: 50%;
    height: 60px;
}

.Logo {
    height: 60px;
    border-radius: 11px;
}

.Seperateur {
    background-image: url(../Image/separateur.png);
    display: flex;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.navbar {
    /*background: #263B7D;*/
    background: transparent;
    display: flex;
    width: 100%;
    margin: 0 px;
    position: fixed;
    justify-content: center !important;
}

    /*.navbar li {
        display: flex;
        background-color: #263B7D;
        padding-right: 20px;
    }
        .navbar li:hover {
            display: flex;
            background-color: #19A4C9;
        }*/

    .navbar .button {
        border-radius: 15px;
        background-color: #263B7D;
    }

        .navbar .button:hover {
            background-color: #19A4C9;
            border-radius: 15px;
        }

    .navbar ul {
        display: flex;
        justify-content: center; /*TODO : a changer juste un interstice entre les headers tout simplement*/
        flex-direction: row;
    }

        .navbar ul li a {
            color: white;
            /*color: rgb(164, 129, 57);*/
            /*padding: 5px 10px;*/
        }

            .navbar ul li a:hover {
                color: #19A4C9;
                /*color: rgb(164, 129, 57);*/
            }






.nav-link {
    padding-right: 2.9rem;
    padding-left: 3.5rem;
}

/* body */
.banner {
    /*height: 90vh;*/
    width: 100%;
    background-position: center;
    /*background-image: url(../Image/Banner.svg);*/
    background-size: cover;
    /*background-position: right center;*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .banner img {
        height: 100%;
        width: 100%;
    }

.spaceHeader {
    padding: 5%;
}


#chambre {
    margin-top: 50px;
    padding-top: 50px;
    background-color: #000000;
}

.container {
    padding: 0;
    max-width: 100%;
    margin: 0;
}

.bigbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*padding-top: 5%;*/
    background-size: cover;
}



.text {
    background-color: #333534c2;
}

a.voir {
    color: rgb(164, 129, 57);
    display: inline-block;
    padding-bottom: 20px;
}

.box2 .boutton:hover {
    color: black;
    background-color: rgb(164, 129, 57);
    margin-top: 20px;
}

.box2 p {
    margin: 2px 2px;
    padding: 20px 20px;
}

.bgg {
    background-color: #4EAF45;
}

.pt20 {
    padding-top: 20px;
}

/*pour les paragraphes */
.bgb_cw {
    background-color: #263B7D;
    color: white;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    font-size: 1.5em;
}

.bgw_cb {
    background-color: white;
    color: #263B7D;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    font-size: 1.5em;
}

/*titre des paragphes */
.Size_center {
    text-align: center;
    font-size: 5rem;
}

.no_border {
    border: none !important;
    border-radius: 0 !important;
}
/* Footer */
.containerFooter {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #1e1d1d;
}

.logofoot {
    height: 300px;
    padding: 20px;
}




.bigfooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1% 10% 1% 10%;
    background-image: url(../Image/FooterBG.svg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bigfooter img {
        display: flex;
        height: 350px;
    }

@media screen and (max-width: 1200px) {
    .bigfooter {
        background-image: url(../Image/FooterBGLittle.svg);
    }
}

.MyFooter {
    font-size: larger;
    /*height: 205px;*/
}

.MyFooter-Left {
    text-align: left;
    color: white;
    padding-left: 5%;
    background-color: white;
    background-image: url(../Image/FooterBG2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /*Col-10*/
    flex: 0 0 auto;
    width: 83.33333333%;
    background-position-x: -10px;
    background-position-y: -1px;
}

.MyFooter-Right {
    text-align: right;
    color: #263B7D;
    padding-right: 5%;
    /*Col-2*/
    flex: 0 0 auto;
    width: 16.66666667%;
    background-color: white;
}

    .MyFooter-Right .fa-solid {
        padding: 1%;
    }


@media screen and (max-width: 1610px) {
    .MyFooter-Left {
        background-image: url(../Image/FooterBG3.svg);
        flex: 0 0 auto;
        width: 75%;
    }

    .MyFooter-Right {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media screen and (max-width: 1480px) {
    .MyFooter-Left {
        background-image: url(../Image/FooterBG4.svg);
    }
}

@media screen and (max-width: 1365px) {
    .MyFooter-Left {
        background-image: url(../Image/FooterBG5.svg);
    }
}

@media screen and (max-width: 1000px) {
    .MyFooter-Left {
        background-image: url(../Image/FooterBG6.svg);
    }
}

@media screen and (max-width: 850px) {
    .MyFooter-Left {
        /*max-width:100%;*/
        width: 100%;
        text-align: center;
        background-size: auto;
        padding-left: 0px;
    }

    .MyFooter-Right {
        /*max-width:100%;*/
        width: 100%;
        text-align: center;
        background-size: auto;
        padding-right: 0px;
    }
}

.Block_Logo {
    max-width: 28%;
    display: block;
    padding-left: 4%;
    background-color: white;
    z-index: 1; /*Header index +1*/
}

.iznchqlquzef {
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.iznchqlquze {
    z-index: 50;
    background-color: transparent !important;
    border-color: transparent !important;
    display: flex !important;
    position: absolute !important;
    /*margin: -60px 0px 0px -122%;*/
    left: 0px !important;
    top: 0px !important;
    width: 15px !important;
    height: 15px !important;
    padding: 0px !important;
    border: none !important;
}

    .iznchqlquze :hover {
        background-color: transparent !important;
        border-color: transparent !important;
        cursor: default
    }

    .iznchqlquze a {
        width: 100%;
        height: 100%;
        padding: 0px !important;
    }

.menuburger {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.dropdown {
    /*padding-right: 2%;*/
    margin-right: 3%;
}

.dropdown-item {
    /*padding-left: 1%;*/
    text-align: center;
}

.dropdown-menu {
    background-color: #263B7D;
    display: none !important;
}

    .dropdown-menu.show {
        background-color: #263B7D;
        display: block !important;
    }

.btn-secondary {
    background: none !important;
    border: none;
}

    .btn-secondary:focus {
        background-color: none !important;
        border: none;
        box-shadow: none;
    }

    .btn-secondary:hover {
        color: #19A4C9;
        background: none;
        border: none;
        box-shadow: none;
    }

.dropdown-item:hover {
    background: none;
}

/*RESPONSIVE*/



/*@media screen and (max-width: 1100px) {
    .Logo {
       background-image:  url("../Image/eau-detect-logo-carre.svg") !important;
        background-repeat: no-repeat;
        height: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .Logo img {

        display:none;
        width: 50%;
        height: 60px;
    }
}*/


/* NAV */

.Header {
    padding-top: 0px !important;
    z-index: 50;
}

.NavHeader {
    height: 60px;
    background-color: white;
    background-image: url(../Image/HeaderBG2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.MyNavBar {
    z-index: 50;
    height: 100%;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .Block_Logo {
        max-width: 30%;
    }

    .NavHeader {
        max-width: 70%;
        display: flex !important;
    }
}

@media screen and (max-width: 830px) {
    .Block_Logo {
        max-width: 32%;
    }

    .NavHeader {
        max-width: 68%;
    }
}

@media screen and (max-width: 765px) {
    .MyNavBar {
        height: 40px;
    }

    .Size_center {
        font-size: 3rem;
    }

    .bgb_cw {
        font-size: 1.3em;
    }

    .dropdown-toggle {
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 575px) {
    .Block_Logo {
        max-width: 40%;
    }

    .NavHeader {
        max-width: 60%;
    }

    .Size_center {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 450px) {
    .Block_Logo {
        max-width: 50%;
    }

    .NavHeader {
        max-width: 50%;
    }

    .Size_center {
        font-size: 2rem;
    }

    .bgb_cw {
        font-size: 1.1em;
    }
}


.MyNavBarContainer {
    justify-content: initial !important;
}


.MyMenuMobile {
    z-index: 51;
}



.MyNavBarElement {
    height: 100%;
    align-items: center;
    display: flex;
    margin-right: 3%;
}

.MyNavBarElementFirst {
    padding-left: 0%
}

@media screen and (max-width: 1430px) {
    .MyNavBarElementFirst {
        padding-left: 5%
    }
}

@media screen and (max-width: 1100px) {
    .MyNavBarElementFirst {
        padding-left: 8%
    }
}

@media screen and (max-width: 900px) {
    .MyNavBarElementFirst {
        padding-left: 12%
    }
}

@media screen and (max-width: 800px) {
    .MyNavBarElementFirst {
        padding-left: 15%
    }
}

.menu {
    display: none;
}



.menu_line {
    width: 20px;
    height: 3px;
    background: white;
    margin-bottom: 4px;
}

.menu_diag {
    transform: rotate(-90deg);
    display: none;
}

.menu_diag_left {
    width: 15px;
    height: 3px;
    background: white;
    margin-bottom: 6px;
    transform: rotate(-45deg);
    border-radius: 15px;
}

.menu_diag_right {
    width: 15px;
    height: 3px;
    background: white;
    margin-bottom: 6px;
    transform: rotate(45deg);
    border-radius: 15px;
}


@media screen and (max-width: 765px) {
    .navbar {
        padding: 0;
        flex-direction: column;
    }

    .menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .active {
        display: block;
    }

    .navbar ul {
        display: block;
        text-align: center;
    }

    .nav-item {
        flex-direction: column;
        padding: 5px 10px;
        background: #263B7D;
        border: 1px solid white;
        border-top-color: white;
        border-right-color: white;
        border-bottom-color: white;
        border-left-color: white;
        position: relative;
        top: 50px;
        width: 100%;
        display: none;
        border-radius: 15px;
        border-color: #4EAF45;
    }

    .menu-mobile {
        margin-left: 0;
    }

    .navItemOpen {
        display: flex;
    }

    .MenuOpen {
        display: block;
    }

    .MenuClose {
        display: none;
    }
}

.navButton {
    color: white !important;
}

    .navButton:hover {
        color: #19A4C9 !important;
    }

@media screen and (max-width: 800px) {
    .MyNavBarDropDown {
        /*top: 0px*/
        height: 100%;
        flex-direction: column;
        padding: 0px;
        /*background: none;*/
        border: none;
        /*position: relative;
        top: 50px;
        width: 100%;*/ /*
        display: none;*/
        border-radius: 15px;
        border-color: none;
    }

        .MyNavBarDropDown .nav-item {
            top: 0px;
        }

    .MyNavBarDropDownButton {
        padding: 0;
        height: 100%;
        width: 100%;
        justify-content: center;
    }

        .MyNavBarDropDownButton a {
            width: 99%;
        }

    .dropdown-menu {
        width: 100%;
        border-radius: 15px;
    }
}


/*    @media screen and (max-width: 1700px) {
        .banner {
            width: 100%;
        }
    }

    @media screen and (max-width: 1180px) {
        .navbar-nav {
            flex-direction: row;
        }*/


@media screen and (max-width: 1180px) {
    .navbar-nav a {
        flex-direction: row;
        /* display: block*/
    }
}

/*@media screen and (max-width: 768px) {
    .banner {
        background-image: url("../Image/banner_middle.svg");
        background-repeat:no-repeat;
    }
}*/
/*en cours de test*/
/*@media screen and (max-width: 850px) {
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
        max-width: 100%;
        width: 20%;
    }
}*/




/*@media screen and (max-width: 1100px) {
    .navButton {
        display: flex;
        align-items: center;
    }
}*/



/*@media screen and (max-width: 755px) {
    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
        max-width: 100%;
        align-items: center;
        padding-top: 135px;
    }*/
}

@media screen and (max-width: 1200px) {
    .text-center {
        flex-direction: column;
        align-items: center;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .row .bigbox {
        flex-direction: row;
        align-items: center;
        height: 100%;
        /*width: 100%;*/
    }
}

/*@media screen and (max-width: 1200px) {
        .bigfooter {*/
/*flex-direction: column;
            align-items: center;
            background-color: white;*/
/*background-image: url(../Image/FooterBGLittle.svg);
            max-width: 100%;
            background-size: 50%;
        }
    }
@media screen and (max-width: 748px) {
    .bigfooter {
        flex-direction: column;
        align-items: center;
        background-color: white;
        background-image: url(../Image/FooterBGLittle.svg);
        max-width: 100%;
        background-size: 50%;
    }
}*/

/*.ContactButtonNoSpan {
    background-color: #263B7D;
    color: white;
    font-family: BankGothicMedium width: 100px;
    border-radius: 15px;
    margin: 10px auto;
    font-size: 1.5em;
    padding: 1% 3% 2% 3%;
}
    .ContactButtonNoSpan:hover {
        border: none;
        color: #263B7D;
        background-color: #19A4C9;
    }*/
.Icone-Accueil {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    /*height: 100%;*/
    background-position: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 140px;
}

.Icone {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    /*height: 100%;*/
    background-position: center;
    aspect-ratio: 1 / 1;
    max-height: 140px;
}

.LittleIcone {
    /*height: 60px !important;*/
    width: 100%;
    margin-bottom: 15px;
}

.div_Icone {
    width: 100%;
}

.Icone_House {
    background-image: url(../Image/House.svg);
}

.Icone_Shower {
    background-image: url(../Image/Shower.svg);
}

.Icone_Pipe {
    background-image: url(../Image/Pipe.svg);
}

.Icone_Fan {
    background-image: url(../Image/Fan.svg);
}

.Icone_SmartPhone {
    background-image: url(../Image/SmartPhone.svg);
}

.Icone_Mail {
    background-image: url(../Image/Mail.svg);
}

.Icone_FicheContact {
    background-image: url(../Image/FicheContact.png);
}

.Icone_Plannette {
    background-image: url(../Image/Plannette.png);
}

.Icone_Outils {
    background-image: url(../Image/Outils.png);
}

.Icone_FlecheCirculaire {
    background-image: url(../Image/fleche_circulaire.png);
}

.Icone_Telephonne {
    background-image: url(../Image/Telephonne.png);
}

.Icone_Email {
    background-image: url(../Image/Email.png);
}

.Icone_Maison {
    background-image: url(../Image/Maison.png);
}

.Icone_Geolocalisation {
    background-image: url(../Image/Geolocalisation.png);
}

.LogoText {
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    width: 400px;
    display: block;
}

.LogoText_DB {
    background-image: url(../Image/logo-texte-db.svg);
}

.LogoText_LB {
    background-image: url(../Image/logo-texte-lb.svg);
}

.LogoText_G {
    background-image: url(../Image/logo-texte-g.svg);
}

.LogoText_W {
    background-image: url(../Image/logo-texte-w.svg);
}

.LogoText_DB_T {
    background-image: url(../Image/eau-detect-logo-et-texte.svg);
}


.LogoTitre {
    background-image: url(../Image/eau-detect-logo-carre.svg);
    height: 80px;
    width: 80px;
    display: block;
}

.HeaderBG {
    background-color: white;
    background-image: url(../Image/HeaderBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
}

.bodymain {
    padding-top: 60px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.justify-center {
    justify-content: center;
}
.justify-center-item {
    justify-items:center;
}

.GoogleMap {
    display: block;
}

.googleButton {
    background-color: #263B7D;
    border: solid 1em 15px;
    border-color: #19A4C9;
    color: white;
    font-family: BankGothicMedium width: 100px;
    border-radius: 15px;
    margin: 10px auto;
    font-size: 2em;
    padding: 1% 2% 1% 2%;
}

    .googleButton:hover {
        background-color: #19A4C9;
        border-color: #263B7D;
    }

.formulaire {
    flood-color: #19A4C9;
}

    .formulaire label {
        width: 19%;
        height: 30px;
        margin-top: 15px;
    }

    .formulaire input {
        width: 50%;
        margin-top: 15px;
    }

    .formulaire .button {
        background-color: #263B7D;
        border: solid 1em 15px;
        border-color: #19A4C9;
        color: white !important;
        font-family: BankGothicMedium;
        width: 100px;
        border-radius: 15px;
        text-align: center;
        margin: 3px;
    }

        .formulaire .button:hover {
            background-color: #19A4C9;
            border-color: #263B7D;
        }

        .formulaire .button a {
            color: white
        }


    .formulaire .button_annuler {
        background-color: #a93a3a;
        border: solid 1em 15px;
        border-color: #e96d6d;
        color: white;
        font-family: BankGothicMedium;
        width: 100px;
        border-radius: 15px;
        text-align: center;
        margin: 3px;
    }

        .formulaire .button_annuler a {
            color: white
        }

        .formulaire .button_annuler:hover {
            background-color: #e96d6d;
            border-color: #a93a3a;
        }

    .formulaire .textarea {
        height: 250px;
        width: 50%;
    }

    .formulaire .text {
        background-color: transparent;
        width: 50%;
    }

.configuration .Button {
    border: solid 1em 15px;
    color: white;
    font-family: BankGothicMedium;
    width: 100px;
    border-radius: 15px;
    text-align: center;
}

    .configuration .Button a {
        color: white
    }

.configuration .createButton {
    background-color: #263B7D;
    border-color: #19A4C9;
    color: white;
    display: block;
    width: 60px;
    margin: 3px;
}


    .configuration .createButton:hover {
        background-color: #19A4C9;
        border-color: #263B7D;
    }

.configuration .editButton {
    background-color: #267d30;
    border-color: #43ad4f;
    color: white;
    display: block;
    width: 60px;
    margin: 3px;
}

    .configuration .editButton:hover {
        background-color: #43ad4f;
        border-color: #267d30;
    }

.configuration .deleteButton {
    background-color: #a93a3a;
    border-color: #e96d6d;
    color: white;
    display: block;
    width: 60px;
    margin: 3px;
}







    .configuration .deleteButton:hover {
        background-color: #e96d6d;
        border-color: #a93a3a;
    }


.configuration .infoButton {
    background-color: #263B7D;
    border-color: #19A4C9;
    color: white;
    display: block;
    width: 60px;
    margin: 3px;
}

    .configuration .infoButton:hover {
        background-color: #19A4C9;
        border-color: #263B7D;
    }

    .configuration .infoButton a {
        color: white !important;
    }

.configuration table, th, td {
    border: 1px solid;
}

.configuration th {
    background-color: #263B7D;
    color: white;
    font-family: BankGothicMedium;
}

.configuration tr:nth-child(even) {
    background-color: #6bb8cc;
}

.configuration tr:hover {
    background-color: #19A4C9;
}


.custom_button a {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.HomePageText .col-left {
    flex: 0 0 auto;
    width: 8.33%;
}

.HomePageText .col-right {
    flex: 0 0 auto;
    width: 8.33%;
}


.Block_Box {
    opacity: 85%;
    background: #EBEBEB;
    border-radius: 25px 25px 25px 25px;
    width: 60%;
}
@media screen and (max-width: 980px) {
    .configuration .createButton {
        font-size: 20px;
        width: 100px;
    }

    .configuration .editButton {
        font-size: 20px;
        width: 100px;
    }

    .configuration .deleteButton {
        font-size: 20px;
        width: 100px;
    }

    .configuration .infoButton {
        font-size: 20px;
        width: 100px;
    }


    .formulaire .button {
        font-size: 20px;
        width: 100px;
    }

    .formulaire .button_annuler {
        font-size: 20px;
        width: 100px;
    }

    .HomePageText .col-left {
        flex: 0 0 auto;
        width: 17.5%;
    }

    .Block_Box {
        flex: 0 0 auto;
        width: 65%;
    }


    .HomePageText .col-right {
        flex: 0 0 auto;
        width: 17.5%;
    }

    .TitreHomePageText {
        color: #19A4C9;
        height: 100px;
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    /*Col-2 Col-8 Col-2*/
    .HomePageText .col-left {
        flex: 0 0 auto;
        width: 15%;
    }

    .Block_Box {
        flex: 0 0 auto;
        width: 70%;
    }


    .HomePageText .col-right {
        flex: 0 0 auto;
        width: 15%;
    }
}

@media screen and (max-width: 800px) {
    /*Col-1 Col-10 Col-1*/
    .HomePageText .col-left {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .Block_Box {
        flex: 0 0 auto;
        width: 83.33333333%;
    }


    .HomePageText .col-right {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
}

.footer[b-v6d0siub5z] {
    line-height: 20px !important;
}

.preview_image {
    width: 25%
}

.tox-promotion {
    display: none
}

.c_db {
    color: #263B7D
}

.c_lb {
    color: #19A4C9
}

.c_g {
    color: #51AE46
}

.HomePageText p {
    margin: 0;
    /*line-height: 12px;*/
    margin-bottom: 0rem !important;
}

.row {
    max-width: 100% !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}



.Button_Flex {
    border-radius: 15px;
    padding: 1% 1% 1% 1%;
    color: #19A4C9;
    border: solid 1px #19A4C9;
    margin: 10px;
}

    .Button_Flex:hover {
        color: white;
        border: solid 1px white;
    }

    .Button_Flex a {
        color: #19A4C9
    }

        .Button_Flex a:hover {
            color: white
        }

.Body_Bg {
    background-image: url(../Image/GlobalBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.Button-Tel {
    max-width: 200px;
    padding: 0px 10px 0px 10px;
    background: #FFFFFF;
    color: #263B7D;
    border-color: #263B7D;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px 14px 14px 14px;
    text-align: center;
    white-space: normal;
    font-size: 1.5em;
}

    .Button-Tel:hover {
        color: #51AE46;
        border-color: #51AE46;
    }

    .Button-Tel a {
        color: #19A4C9
    }

        .Button-Tel a:hover {
            color: #51AE46;
            border-color: #51AE46;
        }

.Button-Mail {
    max-width: 280px;
    padding: 0px 10px 0px 10px;
    background: #FFFFFF;
    color: #263B7D;
    border-color: #29323D;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px 14px 14px 14px;
    text-align: center;
    white-space: normal;
    font-size: 1.5em;
}

    .Button-Mail:hover {
        color: #51AE46;
        border-color: #51AE46;
    }

    .Button-Mail a {
        color: #19A4C9
    }

        .Button-Mail a:hover {
            color: #51AE46;
            border-color: #51AE46;
        }

.flex-grid {
    display: flex;
}

@media screen and (max-width: 910px) {
    .Button-Tel {
        width: auto;
        font-size: 1.2em;
    }

    .Button-Mail {
        width: auto;
        font-size: 1.2em;
    }

    .flex-grid {
        display: grid;
    }
}

.TitreSection {
    text-align: center;
    align-self: center;
    color: #263B7D;
    font-weight: bold;
}

.col-center {
    flex: 0 0 auto;
    justify-content: center;
}

.col-12-i{
    width:100% !important;
}

.blankLine {
    margin: 10px;
}