body{
    background:#fff;
    height:fit-content;
    margin:0;
    padding-top:86px;
    
}

html{
    scroll-padding-top: 106px;
}

.barre-texte {
  background: var(--principal, #ffffff);
  border-style: solid;
  border-color: var(--p1);
  border-width: 1px;
  border-radius: 10px;
  max-width: 1080px;
  height: 86px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  top: 0px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  
}

.barre-texte2 {
  margin-top:17px;
  background: var(--principal, #ffffff);
  border-style: solid;
  border-color: var(--p1);
  border-width: 1px;
  border-radius: 10px;
  max-width: 1080px;
  height: 86px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  top: 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  
}

.titre-s{
    margin:20px;
    display: flex;
    
    width:fit-content;
    align-items:center;
    background-color: var(--acc1);
    border-radius: 10px;
    padding-left:15px;
    padding-right:15px;
    height:45px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.titre{
    margin:10px;
    display: flex;
    
    width:fit-content;
    align-items:center;
    background-color: var(--acc1);
    border-radius: 10px;
    padding-left:15px;
    padding-right:15px;
    height:45px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.icone{
    
    
    padding-right:10px;
    height:30px;
    position:relative;
}

.ellipse1{
    bottom:-300px;
    backdrop-filter:20px;
    background: var(--acc2);
    border-radius: 50%;
    height: 400px;
    width:4000px;
    filter: blur(50px);
    position:fixed;
    z-index:-1;
    opacity: 0.5;
}

.espace1{
    max-width: 1200px;
    min-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
    margin-bottom:20px;
    overflow-y:hidden;
}

.espace2{
    justify-content: space-evenly;
    max-width: 1067px;
    min-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 1000px);
    place-items: center;
    
    padding-top: 20px;
    margin-bottom:20px;
    transition:all 250ms ease;
}

.espace3{
    
    max-width: 1064px;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position:relative;
    padding-top: 30px;
    transition:all 250ms ease;
    
}

.ct_image{
    display:flex;
    margin:20px;
    justify-content: center;
    img{
        margin-right:40px;
        margin-left:40px;
        height:300px;
        width:300px;
    }
}

.ct_image2{
    display:flex;
    
    justify-content: center;
    img{
        margin-right:20px;
        margin-left:20px;
        height:680px;
        width:320px;
    }
}
.cadre{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    border:solid;
    border-width:2px;
    border-color:var(--p1)
}

footer{
    display:grid;
    justify-content: center;
    margin-top:40px;
    padding: 10px;
    background-color: var(--psombre);
    color: #fff;
    position:relative;
}

.footer{
    color: #fff;
    padding: 10px;
    display:grid;
    position:relative;
    justify-content: center;
    text-align: center;
    a{
        color:inherit;
    }
    
}

.copy{
    display:flex;
    align-items: center;
    margin-right:30px;
    right:0;
    height: 24px;
    background-color: var(--p1);
    border:none;
    border-radius:5px;
    gap:5px;
    padding:5px;
    img{
        height:17px;
    }

}

.copy:hover{
    border:solid;
    border-color:var(--p2);
    border-width:1px;
}

.copy:disabled{
    background-color: var(--acc2);
    border:none;
    cursor:not-allowed;
    color:var(--principal);
    img{
        filter: invert(100%) sepia(37%) saturate(0%) hue-rotate(174deg) brightness(106%) contrast(101%);
    }
}


.flex{
    display:flex;
    align-items: center;
}

@media(max-width: 1080px) {
    
    .espace2{
        justify-content: space-evenly;
        max-width: 1000px;
        min-width: 500px;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, 90vw);
        place-items: center;
        
        padding-top: 30px;
        transition: all 500ms ease;
    }
    
}



