@font-face {
    font-family: 'Gobold';
    src: url('../fonts/Gobold/Gobold\ Bold.otf');
}

.gobold{
    font-family: 'Gobold';
    letter-spacing: 0px;
}

@font-face{
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-VariableFont_wght.ttf')
}

.oswald{
    font-family: 'Oswald';
}

@font-face {
    font-family: 'Archivo';
    src: url(../fonts/Archivo/Archivo-VariableFont_wdth\,wght.ttf);
}

.archivo{
    font-family: 'Archivo';
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton/Anton-Regular.ttf');
}

.anton{
    font-family: 'Anton';
}

p{
    font-family: 'Archivo';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  border: 0;
  font-family: 'Gobold';
}

.bg-bleu-clair1{
    background-color: #CDD2FF;
}
 
.cta{
    background-color: #091FE9;
    color: white;
    padding: 15px 30px;
    box-shadow: -9px 8px 0px 0px rgb(9 31 233 / 23%);
    width: fit-content;
    font-family: 'Gobold';
    font-size: 30px;
    transition: background-color 0.1s ease;
}

.cta:hover{
    background-color: #2439dc;
}

.gap{
    gap: 20%;
}

.logo-livres{
    width: 40vw;
}

.position1{
    position: absolute;
    top: 10%;
    left: 10%;
}

.height-section2{
    height: 60vh;
}

.rectangle-hauteur{
    background-color: #CDD2FF;
    height: 100px;
    width: 40px;
    z-index: -1;
}

.position2{
    position: absolute;
    top: -40px;
    left: -25px;
}

.coin-bas{
    background-color: #CDD2FF;
    height: 5px;
    width: 100px;
}

.position3{
    position: absolute;
    bottom: -30px;
    right: -20px;
}

.coin-droite{
    background-color: #CDD2FF;
    height: 100px;
    width: 5px;
}

.style-citation{
    background-color: #091FE9;
    color: white;
    padding: 10px 60px;
    width: 500px;
    box-shadow: -59px 29px 0px 0px rgb(9 31 233 / 23%);
    transform: rotate(5deg)
}

.position4{
    position: absolute;
    right: 250px;
    bottom:50px;
}

.position5{
    position: absolute;
    top: 15px;
    left: 15px;
}
.position6{
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.grosse-ligne-bleuclair{
    background-color: #E4E6FD;
    width: 100%;
    height:50px;
}
.grosse-ligne-bleuclair2{
    background-color: #E4E6FD;
    width: 80%;
    height:10px;
}


.margin1{
    margin-bottom: -6px;
    margin-left: 5%;
}

.width1{
    width: 10vw;
}

.style-section{
    border: #091FE9 solid 1px;
    width: 30%;
    text-align: right;
    
}



.bg-bleu-clair2{
    background-color: #E4E6FD;
}

.float-left{
    float: left;
}

.cta2{
    background-color: #091FE9;
    color: white;
    padding: 15px 30px;
    width: fit-content;
    font-family: 'Gobold';
    font-size: 25px;
    transition: background-color 0.1s ease;
}

.cta2:hover{
    background-color: #2439dc;
}
.line-height1{
    line-height: 50px;
    text-align: center;
}


.style-article{
    background-color: #ffffff;
    color:#091FE9;
    border: #091FE9 1px solid;
    width: 20%;
    padding: 30px 45px 100px 35px;
}

.style-article:hover{
    background-color: #f7f8ff;

}

.style-article2{
    background-color: #ffffff;
    color:#091FE9;
    border: #091FE9 1px solid;
    width: 30%;
    padding: 30px 45px 100px 35px;
}

.style-article2:hover{
    background-color: #f7f8ff;

}

.position8{
    position: absolute;
    bottom: 0;
    right: 0;
}
.ligne-bleufoncé1{
    position: absolute;
    top:-40px;
    left:-80px;
    background-color: #091FE9;
    width: 100px;
    height:10px;
}
.ligne-bleufoncé2{
    position: absolute;
    top:-40px;
    left:-80px;
    background-color: #091FE9;
    width: 9px;
    height:100px;
}

.ligne-bleufoncé3{
    position: absolute;
    top:-40px;
    right:-80px;
    background-color: #091FE9;
    width: 100px;
    height:10px;
}
.ligne-bleufoncé4{
    position: absolute;
    top:-40px;
    right:-80px;
    background-color: #091FE9;
    width: 9px;
    height:100px;
}

.float-right{
    float: right;
}

.width2{
    width: 6vw;
}

.cta3{
    background-color: white;
    border:#091FE9 1px solid;
    color: #091FE9;
    padding: 15px 20px;
    width: fit-content;
    font-family: 'Gobold';
    font-size: 20px;
    box-shadow: -9px 8px 0px 0px rgb(9 31 233 / 23%);
    transition: background-color 0.1s ease;
}

.cta3:hover{
    background-color: #f0f2fe;
}



.padding1{
    padding: 5px 15px;
}

.border-blue{
    border: #091FE9 1px solid;
}

.style-shadow{
    box-shadow: -9px 8px 0px 0px rgb(9 31 233 / 23%);

}

.cta4{
    background-color: #091FE9;
    color: white;
    padding: 15px 30px;
    font-family: 'Gobold';
    font-size: 20px;
    transition: background-color 0.1s ease;
}



a:not(.style-section, .cta):hover{
    /* color:#8490fd; */
    color:#091FE9;
}

.font-size80px{
    font-size: 80px;
    line-height: 90px;
}

.style-tag{
    color: white;
    background-color: #091FE9;
    padding: 10px 20px;
}

.ligne-aside{
    background-color: #CDD2FF;
    height: 5px;
    width: 50%;
    margin: auto;
}