body{
    margin:0;
    font-family: "Lato",sans-serif;
    font-size:15px;
}
html,body,#all{
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
}
#all{
    /* background-image : url(/img/fond.jpg); */
    background-color: #000;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#mainHead{
    width:60%;
    display: flex;
    flex-direction: column;
    color:#FFF;
    margin: 0 50px;
    align-items: flex-start;
    justify-content: space-evenly;
    height: 100%;
    display: none;
}
footer {
    display: none;
}
#logo{
    position: absolute;
    top: 50px;
    left: 70px;
    height: 100px;
    width: 200px;
}

#logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#error {
    color : #DC143C;
    text-align: center;
}

#mainHead .title{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}
#mainHead .subtitle{
    font-size:45px;
}
#mainHead .bigBtn{
    display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    background: rgb(255,213,63);
    padding: 18px 40px;
    border-radius: 50px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
#mainHead .bigBtn:hover{
    background: #FFF;
    color: rgb(255,213,63);
}
#mainHead .qrcode{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#mainHead .qrcode .img{
    margin-right:30px;
}
#mainHead .qrcode .img img{
    max-width: 150px;
}
#mainHead .qrcode .label{
    font-size: 18px;
    max-width: 300px;
}

.content {
    width: 40%;
    max-width: 650px;
    background: rgba(255,213,63,0.95);
    padding: 30px;
    color: #000;
    margin: 50px;
    font-size:18px;
    overflow: auto;
    max-height: 80%;
    display: none;
}

.content .head{
    color : #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.content .head .title{
    font-size:28px;
    font-weight: bold;
    text-transform: uppercase;
}
.content .head .min{
    margin-left:50px;
    border : solid 4px #FFF;
    border-radius: 100px;
    box-shadow: 0px 0px 3px #AAA;
    width:70px;
    height:70px;
    line-height:70px;
    text-align: center;
    font-weight: bold;
    flex-shrink: 0;
}
.content .texte{

}
.content .btn{
    color:#FFF;
    border : solid 4px #FFF;
    border-radius: 100px;
    box-shadow: 0px 0px 2px #AAA;
    display:inline-block;
    font-size:16px;
    padding:14px;
    text-decoration: none;
    margin-top:10px;
}
.content .btn:hover{
    background: #FFF;
    color: #000;
}
ul{
    padding-left: 20px;
}
li{
    margin: 20px 0;
}
p{}

.webinaires {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 200px 30px;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease-in-out;
}

.webinaires.hidden {
    opacity: 0;
    pointer-events: none;
}

.webinaires .bx-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    background: none;
}

.webinaires .bx-wrapper .bx-controls-direction a {
    height: 45px;
}

.webinaires .bx-wrapper .bx-next {
    right: -30px;
    background: url(/img/arrow_np.png);
}

.webinaires .bx-wrapper .bx-prev {
    left: -30px;
    background: url(/img/arrow_np.png);
    transform: scaleX(-1);
}


.sentences {

}

.sentence {
    font-size: 40px;
    line-height: 45px;
    color: rgb(255,213,63);
    font-weight: 700;
    text-align: center;
}

.sentences_title {
    position: relative;
    margin-bottom: 25px;
    color: #FFF;
    font-size: 18px;
}

.sentences_arrow{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.arrow_part {
    height: 2px;
    width: 25px;
    background-color: rgb(255,213,63);
}

.arrow_part--left {
    transform: rotate(45deg);
    margin-right: -9px;
}

.arrow_part--right {
    transform: rotate(-45deg);
}

.sentences_btn {
    padding: 15px 25px;
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    background-color: #000;
    border: 2px solid rgb(255,213,63);
    border-radius: 40px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.sentences_btn:hover {
    color: #000;
    background-color: rgb(255,213,63);
}

.webform {
    position: fixed;
    top: 150px;
    left: 50%;
    display: flex;
    flex-direction: column;
    width: 250px;
    background-color: #000;
    transform: translate(-50%, 110%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

.webform.active {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: all;
}

.webform_close {
    position: absolute;
    right: -50px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    color: rgb(255,213,63);
    border: 2px solid rgb(255,213,63);
    border-radius: 50%;
    cursor: pointer;
}

.webform_close:hover {
    color: #FFF;
    border-color: #FFF;
}

.webform_line {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.webform_line + .webform_line {
    margin-top: 15px;
}

.webform_label {
    width: 100%;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 5px;
}

.webform_input {
    width: 100%;
    height: 22px;
    color: #FFF;
    background-color: #000;
    border: 2px solid rgb(255,213,63);
    border-radius: 5px;
}

.webform_submit {
    margin-top: 20px;
    padding: 10px;
    color: #000;
    background-color: rgb(255,213,63);
    border: 2px solid rgb(255,213,63);
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.webform_submit:hover {
    color: #FFF;
    background-color: #000;
}

.bx-wrapper {
    background-color: #000 !important;
}

@media all and (max-width:1650px) {
    #mainHead .title{
        font-size:50px;
    }
    #mainHead .subtitle{
        font-size:40px;
    }
    .content .head .min {
        margin-left: 20px;
    }
}
@media all and (max-width:1500px) {
    #mainHead{
        width:50%;
    }
    .content {
        width:50%;
    }
    #mainHead .title{
        font-size:40px;
    }
    #mainHead .subtitle{
        font-size:30px;
    }
}
@media all and (max-width:1400px) {
    #mainHead{
        margin: 0 20px;
    }
    .content {
        margin:20px;
    }
}
@media all and (max-width:1100px) {
    /*#all{
        flex-direction: column;
        background-attachment: fixed;
    }*/
    #mainHead,.content{
        width:auto;
        max-width: 550px;
    }
    #mainHead{
        height: auto;
        align-items: center;
    }
    #mainHead > div{
        margin:10px 0;
    }
    #mainHead .bigBtn{
        font-size:30px;
        margin:20px 0;
    }
    /*html, body, #all {
        height: auto;
    }*/
    #mainHead .qrcode{display:none;}
}
@media all and (max-width:600px) {
    .sentence {
        font-size: 30px;
        line-height: 35px;
    }
}
@media all and (max-width:600px) {
    #mainHead .title{
        font-size:32px;
    }
    #mainHead .subtitle{
        font-size:25px;
    }
    .content .head .title {
        font-size: 25px;
    }
}
@media all and (max-width:500px) {
    #mainHead {
        margin: 0 10px;
    }
    .content {
        margin:20px 10px;
    }
    #mainHead .title{
        font-size:27px;
    }
    #mainHead .subtitle{
        font-size:22px;
    }
    #logo img {
        max-width: 250px;
    }
    #mainHead .bigBtn {
        font-size: 24px;
        padding: 12px 40px;
    }
    li, p{
        margin:15px 0;
    }
}
@media all and (max-width:400px) {
    .content{padding:15px;}
    .content .head {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .webform_close {
        right: -10px;
    }
}
@media all and (max-height:800px) and (min-width:1100px) {
    .content{
        padding:20px;
        max-height:90%;
    }
    .content .head .min {
        border: solid 3px #FFF;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    li, p{
        margin:10px 0;
    }
}