:root {
    --yellow:#F1AA2D;
    --black:#020202;
    --montserrat:'Montserrat';
  }
@font-face {
    font-family: 'facebook';
    src: url(FACEBOOK.OTF) ;
}
body{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color:var(--black);
    background: url('bg.jpg');
    background-repeat: no-repeat;
    background-size:  cover ;
}
.logo{
    width: 200px;
    height: 40px;
    background: url('Logo.png');
    background-repeat: no-repeat;
    background-size: contain;
}
nav .nav-link{
    font-family: var(--montserrat);
    font-weight: 300;
    text-transform: uppercase;
    color: white;
}
nav .nav-link:hover{
    color: #cec9c9;
}
nav #social .nav-link {
    margin-top: 3px;
}

.content {
    background: #020202c4;
    border-radius: 5px;
    width: max-content;
    height: max-content;
    margin: auto;
    position: relative;
    top: 18vh;
    box-shadow: 4px 5px 7px 1px #00000059;
  }

.res-result{
    display: none;
}
.item .input , .valider{
    outline: none;
    cursor:pointer;
}
.item {
    /* display:inline-block */
}
.content .item .floated-label{
    font-family: facebook;
    color: var(--yellow);
    font-size: 14px;
    position: absolute;
    top: -13px;
    left: 30px;
}
.content .row{
    position: relative;
}
.content .item .input{
    background-color: transparent;
    border: solid 1.5px var(--yellow);
    border-radius: 5px;
    width: 270px;
    height: 40px;
    padding: 5px 10px;
    color:white;
}
.content #prenom{
    clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 0px, 26.78% 0px, 26.78% 10.00%, 0% 10%, 5% 100%, 100% 100%, 100% 0%);
}
.content #prenom::placeholder{
    color: white;
}
.content .type{
    clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 0px, 56.47% -1px, 56.47% 10%, 0% 10%, 5% 100%, 100% 100%, 100% 0%);
}
.input option {
    background: var(--yellow);
    color: var(--black);
}

.ttl{
    font-family: facebook;
    color: var(--yellow);
    font-size: 14px;
}
.ttl2{
    font-family: facebook;
    color: var(--yellow);
    font-size: 18px;
    width: 100%;
}
.content .item .sexe-label, .content .item p{
    font-family: var(--montserrat);
    color: white;
    font-size: 13px;
    line-height: 2;
}
.content .item .valider{
    font-family: facebook;
    background-color: var(--yellow);
    color: var(--black);
    font-size: 14px;
    padding: 4px 20px;
    border: none;
    border-radius: 3px;
    float: right;
}
.butn {
    position: absolute;
    right: 0;
    padding-left: 0 !important;
}
.custom-control-label::before {
    background-color: transparent;
    border: 1.5px solid;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
}
.row .col a{
    color: white;
    display: inline;
    margin-right: 10px;
    padding-left: 0;
}



.nice-select:before{
    position:absolute;
    content:'';
    left: 0;
    background-color: transparent;
    border: solid 1.5px var(--yellow);
    border-radius: 5px;
    width: 270px;
    height: 40px;
    padding: 5px 10px;
    color: white;
    clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 0px, 56.47% -1px, 56.47% 10%, 0% 10%, 5% 100%, 100% 100%, 100% 0%);
    }

.nice-select {
    background: transparent;
    border: none;
    border-radius: 5px;
    width: 270px;
    height: 40px;
    /* padding: 5px 10px; */
    padding-right: 15px;
    padding-left: 15px;
    color: white;
}

.nice-select:after {
    border-color: var(--yellow);
}

.nice-select .list {
    margin: 0;
    background: var(--yellow);
    border-radius: 0 0 3px 3px;
    width: inherit;
    top: 91%;
    font-family: var(--montserrat);
    color: var(--black);
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #0202020d;
}
.nice-select .list li[data-value="program"] {
    display: none;
}


/*--------------------Popup--------------------*/
.modal-header {
    border-bottom: 0;
    height: min-content;
}
.modal-logo {
    width: 200px;
    margin: 20px auto;
}

.modal-header .close {
    position: absolute;
    color: white;
    right: -8px;
    top: -15px;
}

.modal-body {
    padding: 0px 30px 60px 30px;
}

.modal-content, .print {
    background:var(--black);
    background: url('modal-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    color: white;
}
.modal a.nav-link, .print a.nav-link {
    color: white;
    padding-left: 0;
    padding-right: 30px;
}
.print {
    transform: scale();
    position:absolute;
    z-index: -100;
    /* width: 700px; */
    top: 110%;
    /* height: 700px; */
    padding: 30px 60px;
}
.data-result a:hover {
    text-decoration: none;
}
.exercises .fa-question-circle {
    font-size: smaller;
    color: var(--yellow);
    margin-left: 2px;
}
.data-result a:hover {
    text-decoration: none;
}
.print footer span {
    font-family: facebook;
    display: block;
}

.print footer {
    margin-top: 65px;
    font-size: smaller;
    text-align: center;
}