/* Affichage global */
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body > main {
    padding-top: 80px;
}
   
   

/* Mise en page du header */
header {
    width: 100%;
    height: 80px;
    background-color:  black;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    z-index: 1;
}

header .logo {
    width: 160px;
    margin: 70px;
}

header .house {
    width: 50px;
    margin: 130px;
}

h1 {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0 280px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}




/* mise en page du contenu global*/
.subTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Texte */
main .subTitle div {
    margin: 50px 0 30px 0;
}

main .subTitle div p {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 182%;
    margin: 0;
    text-transform: uppercase;
}

main .subTitle div p:nth-child(0n+1) {
    color: #F18E04;
}

main .subTitle div p:nth-child(0n+3) {
    color: #F18E04;
    padding-left: 4vw;
}


.cases {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.cases div {
    width: 25%;

    margin: 40px;
    border: 1.5px solid #F18E04;
    border-radius: 40px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: white;
    max-width: 350px;
    height: 50vh;
    min-height: 553px;
    padding-bottom: 30px;
}

.fusee {
    width: 90px !important; 
    margin: 50px 0 0 0 !important;
}

.cases img {
    margin: 20px 20px 0 20px;
    width: 180px;
}

.cases div p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2vw;
    color: black;
    text-align: center;
    padding: 0 5px 0 5px;
    margin: 0 0 20px 0;
}

.cases div p:nth-child(even) {
    font-family: 'Roboto condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5vw;
    margin: 30px 0 10px 0;
}

#CTA {
    padding: 0.6vw 15px 0.6vw 15px;
    background-color: #F18E04;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:calc(6px + 1.1vw);
    color: white;
    box-shadow: #80808075 5px 5px 10px;
    cursor: pointer;
    margin: 0 0 15px 0;
}

#newCTA, .btn1-1 {
    margin: 0 0 14px 0;
    padding: 0.6vw 15px 0.6vw 15px;
    background-color: #F18E04;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:calc(6px + 1.1vw);
    color: white;
    box-shadow: #80808075 5px 5px 10px;
    cursor: pointer;
}

.down {
    width: 120px;
    height: 8px;
    background-color: #F18E04;
    border-radius: 10px;
}

/* Encart de prix */
.encart, .ombre, .nouveau {
    position: absolute;
    top: 95vh;
}

.encart span {
    position: relative;
    display: block;
    padding: 20px;
    background-color: black;
    border-radius: 50% 50% 0px 50%;
    width: 50px;
    height: 50px;
    bottom: 67.8vh;
    right: 10vw;
    z-index: 0;
}

.encart p {
    color: white !important;
    padding:  0px !important;
    margin: 0 !important;
}

.encart p:nth-child(odd) {
    font-family: 'Roboto condensed', sans-serif;
    font-size: 33px;
    font-weight: 400;
    position: relative;
    bottom: 10px;
}

.encart p:nth-child(even) {
    text-transform: none !important;
    font-weight: 400 !important;
    position: relative;
    bottom: 15px;
    font-size: 25px !important;
}

.ombre span {
    position: relative;
    display: block;
    padding: 20px;
    background-color: #F18E04;
    border-radius: 50% 50% 0px 50%;
    width: 50px;
    height: 50px;
    bottom: 67vh;
    right: 10.4vw;
    z-index: -10;
}

/* Ajout du bandeau "nouveau" */
.nouveau {
    position: relative;
    top: 2.4vw;
    left: 32%;
    width: 10vw !important;
}


/* Un autre truc */
b {
    font-size: 8px;
    font-family: 'Roboto condensed', sans-serif;
}

/* Popup de l'infini */
.superPopFuck-1, .superPopFuck-2 {
    position: absolute;   
    background-color: white;
    width: 60%;
    height: 65%;
    top: 25%;
    left: 19.4%;
    z-index: 5;

    display: none;
}

.superPopFuck-1 .headerPopin, .superPopFuck-2 .headerPopin {
    background-color: black;
    height: 13.5%;
}

/* Encart Popup de l'infini */
.encartPopin {
    position: absolute;
    top: 200px;
}

.encartPopin span {
    position: absolute;
    display: block;
    padding: 20px;
    background-color: #F18E04;
    border-radius: 50% 50% 0px 50%;
    width: 50px;
    height: 50px;
    bottom: -33vh;
    right: -58.2vw;
    z-index: 20;
}

.encartPopin p {
    color: white !important;
    padding:  0px !important;
    margin: 0 !important;
}

.encartPopin p:nth-child(odd) {
    font-family: 'Roboto condensed', sans-serif;
    font-size: 33px;
    font-weight: 400;
    position: relative;
    bottom: 5px;
}

.encartPopin b {
    color: black !important;
}

.encartPopin p:nth-child(even) {
    font-family: 'Roboto condensed', sans-serif;
    text-transform: none !important;
    font-weight: 400 !important;
    position: relative;
    bottom: 15px;
    font-size: 25px !important;
    color: black !important;
}

.imgPopin {
    width: 18vw;
    margin: 4vw 4vw 7vw 3vw;
}

.mainPopin {
    display: flex;
    flex-direction: row;
}
.textPopin {
    display: flex;
    flex-direction: column;
}

.mainPopin p:first-child {
    font-family: 'Roboto condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 7vh 0 5px 0;
}
i {
    font-family: 'Roboto condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #F18E04;
}

.mainPopin p:nth-child(n+2) {
    font-family: 'Roboto condensed', sans-serif;
    font-size: 2.3vh;
    font-weight: 400;
    width: 23vw;
    margin: 0;
    line-height: 1.9vh;
}

/* 
Cache noir sur le document */
.cover {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;

    display: none;
}

.closeBtn1, .closeBtn2 {
    width: 2.2vw;
    margin: 1vw;
    cursor: pointer;
}





@media screen and (max-height:890px) {

    body {
        overflow-x: hidden;
        overflow-y: scroll !important;
    }

}


@media screen and (max-width: 970px) {
    
    .cases div {
        margin: 0;
    }

}