/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


html,
body {
 margin: 0;
 padding: 0;
    font-family: 'Nunito', sans-serif;
 color: #374649;
}
a{
 color: #374649;
}
ol,
li,
ul {
 list-style-type: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
}

.slick-slide {
 outline: none
}

   label.error {
        color: #ff0000;
  font-weight: bold;
  font-size: xx-small;
    }

div {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
input:focus{
 outline: none;
}
.title-break {
 display: none;
}

p {
 margin: 0;
 padding: 0;
 font-family: 'Roboto', sans-serif; 
}
h1 {
 margin: 0;
 padding: 0;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
}
h2 {
 margin: 0;
 padding: 0;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
h3 {
 margin: 0;
 padding: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
#page-container {
 background-color: #ffffff;
 max-width: 1440px;
 width: 100%;
 height: 100%;
 margin: 0 auto;
 padding: 0;
 position: relative;
 z-index: 0;
}

#header{
    width: 100%;
 position: relative;
}

#header img{
    width: 100%;
}

#logo{
 position: absolute;
 top: 10%;
 left: 3%;
}

#logo img{
  width: 100px;
}

#main_block{
    position: relative;
    left: 0;
    top: -70px;
    background-color: #ffffff ;
    border-radius: 32px 32px 0 0;
 padding: 20px 30px ;
}
#table_block{
 position: relative;
 margin: 0 auto;  
 width: 100%;
 max-width: 1200px; 
}
.title{
    /* identical to box height */
    letter-spacing: 0.1px;
    /* primary-color_carbon */
    text-align: center;
}
.back-link{
 position: absolute;
 top: 15px;
 left: 2%;
}
.title_text{
 text-align: center;
 margin-top: 10px;
}
.title_text p {
 font-size: 16px;
}

#form_box{
 width: 100%;
 max-width: 560px;
 margin: 0 auto;
}
.form_bg{ 
    border-radius: 32px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack :center;
     -ms-flex-pack :center;
         justify-content :center;
 padding: 20px 80px;
 gap: 0px;
 background-color: #F7F9FA;
 width: 100%;
 margin-top: 20px; 
}
#form_inscription{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack :center;
     -ms-flex-pack :center;
         justify-content :center;
}
.table_title{
 text-align: center;
}
.table_sub_title{
 text-align: center;
 margin-bottom: 30px;
}
label{
 /* text body_roboto bold 16 */
 font-family: 'Roboto', sans-serif;
 font-style: normal;
 font-weight: 700;
 font-size: 16px;
 line-height: 19px;
 color: #374649;
}
input[type=text], input[type=email]{
 width: 100%;
 height: 45px;
 padding: 0px 20px;
 color: #374649;
 margin: 8px 0;
 display: inline-block;
 border:0;
 border-radius: 4px;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 font-family: 'Roboto';
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 line-height: 19px;
  }

  input[type=submit] {
 width: 141px;
 height: 46px;
 background-color: #ED0000;
 color: #ffffff;
 padding: 14px 20px;
 margin: 8px 0;
 border: none;
 border-radius: 80px;
 cursor: pointer;
 margin: 0 auto;
 margin-top: 20px;
 font-family: 'Roboto', sans-serif;
 font-style: normal;
 font-weight: 700;
 font-size: 14px;
  }
  
  input[type=submit]:hover {
 background-color: #b90101;
  }

  input[type=submit].inactive {
 width: 141px;
 height: 46px;
 background-color: #F7F9FA;
 color: #B7CBD3;
 padding: 14px 20px;
 margin: 8px 0;
 border: none;
 border-radius: 80px;
 cursor: pointer;
 margin: 0 auto;
 margin-top: 20px;
 font-family: 'Roboto', sans-serif;
 font-style: normal;
 font-weight: 700;
 cursor: default;
  }

.ml_box{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 width: 100%;
}
  .ml_box p {
 font-family: 'Roboto';
 font-style: normal;
 font-weight: 400;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: -0.011em;
 color: #374649;
 margin-top: 10px;
 text-align: justify;
  }

  .ml_btn{
 font-family: 'Roboto';
 font-style: normal;
 font-weight: 400;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: -0.011em;
 color: #374649;
 margin-top: 30px;
 text-decoration: underline;
 cursor: pointer;
  }
  .ml_btn::before{
 content: url('https://image.experience.totalenergies.fr/lib/fe3211717564047d7d1279/m/2/a7ac3447-27e1-47a8-a39a-1ddd7550cd2c.png');
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-right: 10px; 
  }
  .ml_text{
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
  }
  .ml_hide{
 display: none;
  }
  .ml_text p{
 font-family: 'Roboto';
 font-style: normal;
 font-weight: 400;
 font-size: 12px;
 line-height: 16px;
 text-align: justify;
 letter-spacing: -0.011em;
 color: #374649;
 margin-top: 10px;
  }
@media screen and (max-width: 1023px) {


    #main_block {
        top: -30px;
    }

}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 30px;
    }
    h2{
       font-size: 20px;
       line-height: 24px;
   }
    h3{
       font-size: 12px;
       line-height: 14px;
   }

    #logo img {
        width: 60px;
    }
    .title h1{
        text-align: left;
    }

       #main_block {
        top: -14px;
        border-radius: 10px 10px 0 0;
        padding: 20px 30px;
    }
    .back-link{
        position: relative;
        top: 0;
        left: 0;
    }  
    .title_text p {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
    }

    .form_bg {
        padding: 20px 20px;
    }

    .table_title{
        text-align: left;
    }
    .table_sub_title {
        text-align: left;
        margin-bottom: 10px;
    }
    
  .ml_text p{
 font-size: 10px;
 line-height: 14px;
  }
}
