body {
    background-color: #fff;
}

#navbarSupportedContent {
    position: relative;
}

#navigation {
    background: linear-gradient(
        rgba(1, 60, 88, 0.889), rgba(69, 132, 150, 0.762)
    );
}

#title1 {
    font-family: "Allura", cursive;
    font-weight: 400;
    font-style: normal;  
    font-size: 50px; 
}

#title2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
}

#presentation {
    background: linear-gradient(
        rgb(178, 211, 214) 0%, rgba(246, 251, 249, 0.752) 40%,
        rgba(1, 60, 88, 0.889) 40%, rgba(69, 132, 150, 0.762) 60%,
        rgba(1, 60, 88, 0.93) 60%, rgb(1, 60, 88) 100%
    );
    filter: blur(0.4px);
}

#text-presentation {
    margin-top: -40px;
}

#presentation a {
    color: #013c56;
    font-weight: bolder;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #013c58;
    border-color: #013c58;
}

.dot-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    position: relative;
}

.dot {
    height: 315px;
    width: 315px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
    position: relative; 
}

.line {
    height: 2px;
    background: #fff;
    position: absolute; 
    z-index: -1; 
    width: 60%;
    top: 60%;
}

#services {
    background-color: #fff;
}

#imageLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#services .fa-house, .fa-people-group, .fa-briefcase {
    border: 1px solid black;
    border-radius: 80px;
    padding: 20px;
}

#seances {
    background: linear-gradient(
        rgba(1, 60, 88, 0.889), rgba(69, 132, 150, 0.762)
    );
}

#fonctionnement {
    background-color: #fff;
}

#fonctionnement .arrow {
    width: 20px;
    height: 1em;
}

#fonctionnement .fa-child-reaching {
    place-self: center;
}

#contact {
    background: linear-gradient(
        rgba(1, 60, 88, 0.889), rgba(69, 132, 150, 0.762)
    );
}

nav {
   background-color: transparent !important;
}

#seances h1 {
    color: whitesmoke !important; 
}

#reseau {
    background-color: rgb(58, 58, 58);
    color: white;
}

#reseau p {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    #navbarSupportedContent {
        position: absolute;
        top: 5%;
        left: 20%;
        width: 100%; 
        z-index: 1000; 
    }

    .fa-arrow-right {
        visibility: hidden;
        position: absolute;
    }

    #presentation {
        filter: blur(0.2px);
    }
}


/*  Register  */

#logo-register {
    width: 400px;
}