/************** INDEX HEADER **************/
#index_banniere{
    padding-top: 20px;
}

#index_banniere img{
  float: left;
}

#index_banniere #btn_connection{
float: right;
position: relative;
top: 10px; right: 10px;
display: none;
}
#index_banniere .btn_logout{
float: right;
}
#index_header_title{
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  color: white;
  text-align: center;
  margin: 0px;
  padding: 0px 10% 20px 10%;
}
/********************* CORP **********************/

#block_parcours select{
text-align:left;
text-indent:10px;
font-size:16px;
text-decoration:none;
width: 250px;
height: 30px;
border: 1px solid var(--action_color);
border-radius: 40px;
font-family: 'Poppins', sans-serif;
-webkit-appearance: none;
-webkit-border-radius: 5px;
}

h2{
margin-top: 50px;
color:#3c96ff;
}
h2:first-child{
margin-top: 0px;
}
#centre img{
  /*width: 100%;*/
}
.col_right{
    float: right;
    width: 48%;
}
.col_left{
    float: left;
    width: 48%;
}
.col_left iframe,
.col_right iframe{
    width: 100%;
    height: 400px;
}


@media (min-width: 768px) and (max-width: 1200px) {
.col_left iframe,
.col_right iframe{
    height: 350px;
}
} 

/* tablets horizontale */
@media (min-width: 768px) and (max-width: 1024px) {
  #index_banniere img{
    width: 150px;
  }
  #index_navigation_barre{
    padding: 50px 0px 0px 50px;
  }
  #index_navigation_barre a{
    font-size: 18px;
  }
  #index_header_title{
  }
.col_left iframe,
.col_right iframe{
    height: 400px;
}
}

/* only small tablets vertical*/
@media (min-width: 768px) and (max-width: 991px) {
  #index_banniere img{
    width: 150px;
  }
  #index_navigation_barre{
    padding: 50px 0px 0px 0px;
  }
  #index_navigation_barre a{
    font-size: 16px;
  }
  #index_header_title{

  }
  .col_right, .col_left{
    float: none;
    width: 100%;
  }
.col_left iframe,
.col_right iframe{
    height: 350px;
}
}

/* Only horizontal mobile */
@media only screen and (max-width: 767px) {  
  #index_banniere img{
    width: 150px;
  }
  #index_navigation_barre{
    padding: 70px 0px 0px 0px;
  }
  #index_navigation_barre a{
    font-size: 16px;
  }
  .btn-trial{
    font-size: 12px;
    padding: 10px 20px;
  }
  #index_header_title{
    padding-left: 5%;
    padding-right: 5%;
    font-size: 24px;
  }
  h2{
    font-size: 20px; 
  }
  img{
    width: 100%;
    max-width: 500px;
    margin: 5px auto;
  }
  .half_width{
    width: 48%;
    max-width: 240px;
  }
  .col_right, .col_left{
    float: none;
    width: 100%;
  }
  .col_left iframe,
  .col_right iframe{
    height: 400px;
  }
}

/* Only vertical mobile  */
@media (min-width: 320px) and (max-width: 480px) {
  #index_banniere img{
    width: 150px;
  }
  #index_navigation_barre{
    padding: 70px 0px 0px 0px;
  }
  #index_navigation_barre a{
    font-size: 16px;
  }
  #index_navigation_barre a:nth-child(2n){
    float:right;  
  }
  #index_banniere #btn_connection{
    display: inline;
  }
  #index_banniere .btn_logout{
    display: none;
  }
  #index_header_title{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }
  h2{
    font-size: 18px; 
  }
  img{
    width: 100%;
    margin: 5px auto;
  }
  .half_width{
    width: 48%;
    max-width: 240px;
  }
  .col_right, .col_left{
    float: none;
    width: 100%;
  }
  .col_left iframe,
  .col_right iframe{
    height: 200px;
  }
}
