#content button{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #52727a;
    color: white;
    padding: 10px;
    border: none;
    box-shadow: 0.1px 0.1px 5px 5px rgb(179, 175, 175);
}

#content button:hover{
    background-color: white;
    color: #52727a;
    transition-duration: 0.5s;
}

#content #bloc1 h1{
    font-size: 96px;
    font-family: "OswaldB";
}

.custom-slider { display: none; }
.slide-container {
    height: 900px;
    position: relative;
    margin: auto;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.6s ease;
}
.prev{ left: 15px; }
.next { right: 15px; }
.prev:hover, .next:hover {
    background-color: #52727a;
}
.slide-text {
    position: absolute;
    color: #ffffff;
    padding: 15px;
    bottom: 250px;
    text-align: center;
}

.slide-text h1{
    margin-bottom: 0;
}

.slide-text p{
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 50px;
}

.slide-index {
    color: #ffffff;
    font-size: 13px;
    padding: 15px;
    position: absolute;
    top: 0;
}
.slide-img{
    width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: 50% 60%;
    filter: brightness(50%);
}
.slide-dot{ text-align: center; }
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover { background-color: #52727a; }
.fade {
    animation-name: fade;
    animation-duration: 1s;
}
@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}

#content #bloc2{
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}

#content #bloc2 p{
    font-size: 18px;
    background-color: white;
    color: #52727a;
    font-weight: bold;
    white-space:pre-line;
    text-align: start;
    padding: 30px;
}

#content #bloc3{
    background-color: #52727a;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#content #bloc3 h1{
    text-align: center;
}

#content #bloc3 .sousbloc{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

#content #bloc3 .sousbloc .b{
    width: 30%;
    text-align: center;
}

#content #bloc3 img{
    width: 100%;
    height: 26vh;
    max-width: 350px;
    min-width: 230px;
    object-fit: cover;
    cursor:  pointer;
}

#content #bloc3 #img6{
    object-position: 50% 80%;
}

#content #bloc4 {
    background-image: url(../img/baignoire.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 150px;
    padding-left: 100px;
    padding-right: 100px;
}

#content #bloc4 h1{
    margin-top: 0;
}

#content #bloc4 h2{
    text-transform: none;
    margin-bottom: 50px;
    font-size: 30px;
}

#content #bloc4 button{
    text-transform: none;
    margin-left: 5px;
}

#content #bloc5{
    display: flex;
    padding-bottom: 20px;
}

#content #bloc5 img{
    clip-path:ellipse(30% 50%);
    height: 225px;
    object-fit: cover;
}

#content #bloc5 #sousbloc3 h2{
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 0;
}

#content #bloc5 #sousbloc3 h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
}

#content #bloc5 #sousbloc3 #SousSousbloc1{
    background-color: #52727a;
    width: 400px;
    height: 500px;
    margin: 20px;
    margin-bottom: 0;
    display:flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#content #bloc5 #sousbloc3 #SousSousbloc1 .fa{
    color: white;
    text-decoration: none;
    margin: 5px 2px;
}

#content #bloc5 #sousbloc3 #SousSousbloc2{
    color: #52727a;
    background-color: white;
    height: 500px;
    width: 400px;
    margin-left: 420px;
    display:flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#content #bloc5 #sousbloc3 #SousSousbloc2 .fa{
    color: #52727a;
    text-decoration: none;
    margin: 5px 2px;
}

#content #bloc5 #sousbloc4 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px;
    white-space:pre-line;
}

#content #bloc5 #sousbloc4 p{
    font-size: 14px;
    background-color: white;
    color: #52727a;
    border: 1px solid black;
    border-radius: 10px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    max-height: 500px;
    overflow: auto;
}

#content #bloc5 #sousbloc4 button{
    margin-top: 50px;
}

#content #bloc6 {
    padding: 10px;
}

#content #bloc6 .sousbloc{
    display: flex;
}

#content #bloc6 .a{
    background-color: #52727a;
    margin: 10px;
    padding: 10px;
    display:flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

#content #bloc6 #a2{
    width: 100%;
    text-align: start;
    align-items: flex-start;
}

#content #bloc6 #a3{
    width: 30%;
}

#content #bloc6 img{
    width: 100px;
}

#content #bloc6 #a3 img{
    width: 200px;
}

#content #bloc6 #a4 img{
    width: 100px;
}

#content #bloc7{
    background-image: url(../img/slade2.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 10% 65%;
    background-attachment: fixed;
    width: 100%;
    height: 1000px;
}

#content #bloc7 #bande{
    width: 500px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    height: 98%;
    padding: 10px;
    float: right;
    margin-right: 50px;
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#content #bloc7 #bande h1{
    font-size: 30px;
    color: #52727a;
}

#content .bulle h2{
    margin: 0;
    margin-left: 50px;
}

#content .bulle #nom{
    display: flex;
    align-items: center;
}

#content .bulle p{
    width: 100%;
    font-size: 18px;
}


.bulle{
    background:#628893; 
    color:#fff; 
    padding:7px 15px; 
    border-radius:3px; 
    width:350px;
    border: #52727a solid 2px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.bulle::after{
    content:""; 
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top: 20px solid #628893;
    position: absolute;
}

#content #bloc8{
    text-align: center;
    padding: 10px;
}

#content #bloc8 #blocrge{
    display: flex;
    align-items: center;
    justify-content: center;
}

#content #bloc8 #blocrge img{
    width: 100px;
}

#content #bloc8 #blocrge h1{
    margin-right: 20%;
    margin-left: 30%;
}

#content #bloc8 .sousbloc{
    display: flex;
}

#content #bloc8 .sousbloc img{
    width: 70px;
}

#content #bloc8 .sousbloc .c{
    background-color: white;
    color: #52727a;
    margin: 10px;
    padding: 10px;
}

@media screen and (max-width:1500px){
    #content #bloc5{
        flex-direction: column;        
    }

    #content #bloc5 #sousbloc3 {
        display: flex;
        justify-content: space-between;
    }

    #content #bloc5 #sousbloc3 #SousSousbloc2{
        margin: 20px;
    }
}


