body {
    font-family: "comfortaa";
    font-size: 16px;
    height:100%;
    background: #abcbe7;  /* bleu ciel */
}
.uttonFond {
    width: 100%;
    height: 100vh;
    background: #abcbe7;  /* bleu ciel */
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.div1 {
    width: 100%;
    height: 100vh;
    background: #fff; /* blanc */
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    clip-path: circle(99% at 15% -45%);
    /* font-weight:bold; */
}
.div2 {
    width: 100%;
    height: 100vh;
    background: #0961a8; /* bleu foncé */
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    clip-path: circle(110% at 10% -38%);
}
.div3 {
    width: 100%;
    height: 100vh;
    background: #5498cf; /* bleu mild */
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    clip-path: circle(115% at 8% -14%);
}
.divMap {
    display: none;
    margin-top: 25%;
}
.divContent {
    height: 100vh;
    background: transparent; /* transparent */
    position:absolute;
    top:0;
    left:0;
    z-index:50;
    font-weight:bold;
}
.divContent img {
    max-width: 40%;
    margin-top: 40px;
    margin-bottom: 100px;
}
.divContent h2 {
    font-weight: bold;
    margin-left: 75px;
    margin-bottom: 1.5rem;
    color: #5498cf;
}
.contain {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 7%;
}
.divInfos {
    /* margin-top: 80px; */
    margin-bottom: 20px;
}
.divInfos .drop {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.divInfos .text {
    text-align: justify;
}
.divInfos p {
    padding-left: 10%;
    font-style: italic;
    font-size: 18px;
}
.divButton {
    display:flex;
    margin: auto;
    padding-left: 5%;
    
}
.divContact a {
    text-decoration: none;
    color: #111;
}

.divContact a:hover, .divContact #adress:hover {
    cursor: pointer;
    text-decoration: underline;
}
.contact, .fas, .far {
    margin-right: 10px;
    color: #e9427e;
}
.btn-outline-secondary {
    color: #fff !important;
    background-color: #e9427e !important;
    border-color: #e9427e !important;
}

.btn-outline-secondary:hover {
    color: #e9427e !important;
    border: solid 2px #e9427e !important;
    background-color: #fff !important;
    font-weight: bold;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 66, 126, 0.5);
}
.footer {
    position:absolute;
    bottom:0;
    left:0;
    height: 40px;
    font-size: 12px;
    color: #000;
    padding: 0 5px;
}
.footerSpan {
    font-style: italic;
    font-weight: bold;
    color:#e9427e;
}
.footerSpan:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #cd185b;
}
.footer p {
    width: 100%;
    padding: 10px 15px 10px 0;
    text-align: right;
}

.footer .fa-tint {
    color: #0961a8;
}

@media (max-width: 667px) {
    /* body {
        max-height: 100%;
    } */
    .div1, .div2, .div3, .divContent, .divFond {
        width: 100%;
        height: 100vh !important;
    }
    .divContent img {
        max-width: 80%;
        margin-top: 20px;
        margin-left: auto;
        margin-bottom: 0;
    }
    .divContent h2 {
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        margin-left: 0;
        margin-bottom: 2rem;
        margin-top: 5.5rem;
        color: #abcbe7;
        /* color: #000; */
    }
    .divContact p {
        padding-left: 7%;
    }
    .contain {
        margin-top: 40px;
        margin-bottom: 2rem;
    }
    .divInfos {
        margin-top: 80px;
        margin-bottom: 0;
        color: #fff;
    }
    
    .divButton a {
        margin: auto;
    }
    .divContact {
        margin-top: 30px;
        color: #000;
        font-size: 12px;
    }
    
    .divMap {
        display: block !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer {
        position:static;
        background:#5498cf;
        color: #fff;
        font-size: 10px;
    }
    .footer p {
        padding: 10px 0;
        text-align: center;
    }
    .footer .fa-tint {
        color: #fff;
    }
}
@media (min-width: 668px) and (max-width: 1023px) {
    .div1, .div2, .div3, .divContent, .divFond {
        width: 100%;
        height: 1024px !important;
    }
    .divContent img {
        max-width: 60%;
    }
    .divContent h2 {
        font-weight: bold;
        margin-left: 75px;
        margin-top: 5rem;
        margin-bottom: 2rem;
        /* color: #5498cf; */
        color: #abcbe7;
    }
    .divInfos {
        margin-left: 0;
        margin-top: 80px;
        margin-bottom: 0;
        color: #fff;
    }
    .divInfos p {
        color: #fff;
    }
    .contain {
        margin-top: 90px;
        padding-left: 7%;
    }
    .divContact {
        margin-top: 30px;
        color: #000;
        font-size: 12px;
    }
    
    .divMap {
        display: block !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer {
        position:static;
        background:#5498cf;
        color: #fff;
        font-size: 10px;
    }
    .footer p {
        padding: 10px 0;
        text-align: center;
    }
    .footer .fa-tint {
        color: #fff;
    }
}