@font-face{
    font-family: "Supreme";
    src: url(../Fonts/Supreme_Complete/Supreme_Complete/Fonts/TTF/Supreme-Variable.ttf);
}
@font-face {
    font-family: "Tanker";
    src: url(fonts/Tanker_Complete/Fonts/OTF/Tanker-Regular.otf);
}
@font-face {
    font-family: "Erode";
    src: url(fonts/Erode-Variable.ttf);
}
.instrserif {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.instrsans {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.erode{
    font-family: "Erode";
}
.tanker{
    font-family: "Tanker";
    letter-spacing: 10%;
}
figure{
    margin: 0;
}
.polices__text h5{
    font-size: 29px;
}
.polices__text h6{
    font-size: 20px;
}
figcaption{
    font-size: 11px;
    margin-top: -10px;
}
body{
    margin: 0;
    font-family: "Supreme";
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
}
img{
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 5px 5px 13px 2px rgba(0,0,0,0.20);
}
.bold{
    font-weight: 700;
}
.underline{
    text-decoration: underline;
    text-underline-offset: 16%;
    text-decoration-thickness: 5%;
}
.nav__el{
    font-size: 16px;
}
.angkor{
    font-family: "Angkor", serif;
    font-size: 45px;
    margin-top: 90px;
}
.soustitre{
    font-size: 34px;
}
.mainjanus{
    margin-inline: 34px;
    display: flex;
    flex-direction: column;
}
.menujanus{
    background: linear-gradient(270deg,rgba(58, 0, 140, 1) 0%, rgba(20, 0, 41, 1) 100%);
    color: white;
    padding-top: 1px;
    text-align: center;
    padding-bottom: 20px;
}
.menujanus__paragraphe{
    margin-inline: 15%;
}
.section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promo__footer{
    display: flex;
    flex-direction: column-reverse;
}
.circleall{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.circle{
    width: 86px;
    height: 86px;
    border-radius: 50%;
}
.circle--1{
    background-color: #1F022B;
}
.circle--2{
    background-color: #ffffff;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}
.circle--3{
    background-color: #000000;
}
.circle--4{
    background-color: #155850;
}
.circle--5{
    background-color: #012B26;
}
.circle--6{
    background-color: #1E7E73;
}
.polices{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.polices__group{
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.polices__text{
    display: flex;
    flex-direction: column;
}
.design{
    display: flex;
    flex-direction: column;
}
.section__code{
    margin-top: 40px;
}
h5, h6, .polices__text p{
    margin: 0;
}
.polices--1{
    margin-top: 60px;
}
.btnfin{
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 1024px){
    .mainjanus__paragraphe{
        margin-inline: 348px;
    }
    .section__design{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 60px;
        margin-bottom: 90px;
    }
    .section__desc{
        justify-items: center;
    }
    .circle{
        width: 112px;
        height: 112px;
    }
    .promo__footer{
        flex-direction: row-reverse;
        gap: 60px;
        align-items: center;
    }
    .promo__img{
        width: 50%;
    }
    .section__code{
        display: flex;
        flex-direction: row;
        gap: 60px;
    }
    
    .facts__desc{
        display: flex;
        flex-direction: row-reverse;
        gap: 60px;
        align-items: center;
    }
    .facts__img{
        width: 45vw;
    }
    .angkor{
        font-size: 90px;
        margin-top: 150px;
    }
    body{
        font-size: 20px;
    }
    .soustitre{
    font-size: 29px;
    }
    .section__code{
    margin-top: 60px;
    }
    figcaption{
    font-size: 14px;
    }
    .btnfin{
        flex-direction: row;
        gap: 20px;
    }
}


.btnend{
    padding: 10px 50px 10px 50px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    transition: 0.2s ease;
    color: black;
    border-radius: 20px;
    text-align: center;
}
.btnend:hover{
    background-color: black;
    color: white;
}