@import url('https://fonts.googleapis.com/css?family=inherit:500');

* {
    box-sizing: border-box;
}

body {
    font-family: "inherit", sans-serif;
    font-weight: 300;
    color: #edf0f1;
    /* background-color: #989f9f; */
    background-color: #181d1f;
}

#fond {
    height : 680px;
    width: 100%;
    position: absolute;
    border-radius: 0 0 30px 30px;
    top: 0;
    left: 0;
    background-image: url(images/vrai-fond.webp);
    background-size: cover;
    z-index:-2;
    opacity: 0.8;
}

#total {
    margin: 0 120px;
}

@media screen and (max-width: 1300px){
    #total {
        margin: 0 20px;
    }
}

li, a, button {
    font-family: "inherit", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #edf0f1;
    text-decoration: none;
}

header {
    display: flex;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #b3bbbb;
}

.logo {
    cursor: pointer;
}

#navEtBoutons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li {
    list-style: none;
}

nav {
    display: flex;
    margin-right: 80px;
}

@media screen and (max-width: 1140px) {
    nav{
        margin-right: 0px;
    }
}

nav li{
    display: inline;
    padding: 0px 20px;
}


nav li a{
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
}

.lienASouligner::after{
    content:" ";
    display:block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: white;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease-in-out;
}

.lienASouligner:hover::after {
    transform: scaleX(1);
}

#lienAboutTech::after{
    content:" ";
    display:block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: white;
}

#boutonsDroite {
    display:flex;
    justify-content:space-around;
}

.boutonDroit {
    margin: 0 7px;
}

button {
    padding: 9px 25px;
    background-color: #edf0f1;
    color:black;
    border:none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: #05faaa;
}

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

#cercleBouton {
    width:35px;
    height:35px;
    border: 2px solid white;
    border-radius:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out 0s;
}

#barreBouton {
    width:1px;
    height: 15px;
    border: 1px solid rgb(255,255,255);
}

#cercleBouton:hover{
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}


#notif3 {
    width:1.5em;
    height:1.5em;
    border-radius:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    font-size: 12px;
    font-weight:600;
    align-self: flex-start;
}

#traitsBizzare {
    height: 30px;
}

#traitBizzare1 {
    width: 40px;
    height: 2px;
    border: 2px solid white;
    margin-top: 10px;
}

#tourTraitBizzare2 {
    height: 25px;
    padding-top: 5px;
    transform: scaleX(1);
    transform-origin: bottom right;
    transition: transform 0.35s ease-out;
}

#traitBizzare2 {
    width: 40px;
    height: 1px;
    border: 1px solid white;
}

#tourTraitBizzare2:hover {
    transform: scaleX(0.5);
}

#title {
    color: white;
    font-size: 70px;
    font-weight:bold;
    margin: 70px auto auto 0;
    max-width: 800px;
}

em {
    color:rgba(255, 255, 255, 0.6);
}

#img-autor {
    border-radius: 50%;
    width:35px;
    height: 35px; 
    margin-right: 20px;
}

#autor {
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;

    font-size: 14px;
}

#div-description {
    max-width:700px;
}

#description {
    margin-top: 50px;
    margin-bottom: 50px;
}

.rectangleInfosHaut {
    padding: 50px;
    font-size: 17px;
    border-radius: 30px 30px 0 0;
    background-color:#37464b;
}
 
.rectangleInfosHaut h1{
    color:#26ffb1;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 40px;
}

.rectangleInfosHaut p{
    margin-bottom: 20px;
}

.rectangleInfosBas {
    font-size: 18px;
    border-radius: 0 0 30px 30px;
    background-color:#37464b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    border:  1px none #4b595d;
    border-top-style: solid;
}

.rectangleInfosBas p {
    font-size: 30px;
    font-weight: 900;
}

.detail {
    border: 1px solid #4b595d;
    border-top-style: none;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 550;
}

#rectangle2 div {
    background-color: #181d1f;
    border: 1px solid #4b595d;
}

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

.bothRectangleInfo {
    margin: 0 10px 60px 10px;
}

#explanation {
    display:flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#explanation1 {
    font-size:14px;
    color: #FFFFFF;
}

#explanation2 {
    color: #edf0f1;
    font-size: 30px;
    font-weight:bold;
    max-width: 500px;
}

#differentsPoints {
    display:flex;
    flex-wrap: nowrap;
    max-width: 100%;
}

.point {
    margin: 0 20px 60px 20px;
    max-width: 330px;
}

#point1 {
    margin: 0 0 60px 0;
}

.cercleEtLine {
    display:flex;
    flex-direction:row;
    height:50px;
    align-items: center;
}

#cercle1 {
    border: 2px solid white;
    border-radius: 50px;
    padding: 4px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cercle2 {
    border: none;
    border-radius: 50px;
    padding: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dee777;
    color: #181d1f;
}

.line {
    font-size: 7px;
    display: flex;
    align-items: center;
}

.point h2 {
    margin: 30px 0;
    font-size: 25px;
    font-weight:700;
}

footer {
    padding: 0;
    background-color: white;
    border-radius: 30px 30px 0 0;
    display: flex;
    flex-direction:column;
    align-items: center;
}

#hautFooter {
    display:flex;
    align-items: center;
    justify-content: center;
    color:#181d1f;
    padding: 30px 0;
    width: 95%;
    border : 2px none #dde5e5;
    border-bottom-style: solid;;
    margin-bottom: 20px;
}

#deuxCercles {
    display:flex;
    align-items: center;
    margin-right: 20px;
}

#cercleFooter1 {
    border-radius: 60px;
    background-color: #181d1f;
    width: 9px;
    height: 9px;
}

#cercleFooter2 {
    border-radius: 19px;
    background-color: #181d1f;
    width: 13px;
    height: 13px;
}

#logo2 {
    color:#181d1f;
}

#reseaux {
    display:flex;
    margin: 20px 0;
}

.tourLogo {
    background-color: white;
    display:flex;
    align-items: center;
    justify-content:center;
    width:45px;
    height:45px; 
    border-radius: 50px;
    margin: 0 3px;
    border: 1px solid;
}

#tourLogoInsta {
    background: #181d1f;
}

.fa-linkedin {
    color: #181d1f;
}

.fa-instagram {
    color: white;
}

.fa-twitter {
    color: #181d1f;
}

.fa-facebook {
    color: #181d1f;
}

.tourLogo:hover {
    background-color: #181d1f;
}

.tourLogo:hover i{
    color: white;
}


.fa {
    font-size: 40px;
}

.fi:hover {
    background: #181d1f;
}

#credits {
    color: rgba(24, 29, 31, 0.7);
    margin-bottom: 60px;
    margin-top: 30px;
}

.bottom {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.7s;
}

.bottom2 {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.7s;
    transition-delay: 150ms;
}

.bottom3 {
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s;
    transition-delay: 300ms;
}

.bottom4 {
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s;
    transition-delay: 450ms;
}



.top {
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.7s;
}

.normal {
    transform: translateY(0px);
    opacity: 1;
}

@media screen and (max-width: 880px){
    nav {
        display: none;
    }

    #symboleRondBizzare{
        display:none;
    }

    .btn {
        display:none;
    }

    #affichageRectangles {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #explanation {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 60px
    }
}

@media screen and (max-width: 540px) {
    #title {
        font-size: 40px;
    }    
}






