.zilla-slab-light {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
  font-style: normal;
}

.zilla-slab-regular {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
}

.zilla-slab-medium {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-style: normal;
}

.zilla-slab-semibold {
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-style: normal;
}

.zilla-slab-bold {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: normal;
}

.zilla-slab-light-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
  font-style: italic;
}

.zilla-slab-regular-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: italic;
}

.zilla-slab-medium-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-style: italic;
}

.zilla-slab-semibold-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-style: italic;
}

.zilla-slab-bold-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: italic;
}


.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}




body{
    font-family: Lato, sans-serif;
    /* font-weight: 300; */
        font-size: 18px;
    font-style: normal; 
    text-align: center; 
    background-color: white;
    margin-left:0;
    margin-right:0;
    margin-bottom:100px;
    /* font-size:1.5em ; */
}
section {

    text-align: left;
    max-width:  80vw;
    margin:10px;
    margin: auto;
    padding:20px;
    background-color: rgba(15, 112, 183,.15);
    margin-bottom: 30px;
}

#titre_general {
    text-align:left;
    max-height:100px;
    margin-bottom:100px;
    background: #CCC;
    background-image: linear-gradient(0deg,rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 48%);
    margin-left:0;
    margin-right:0;
    border-bottom-color: rgba(234, 234, 234, 0.7);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left:30px;
}


#titre_general img{
    text-align:left;
    max-height:100px;
}

h1{
    background: url('https://www.chaire.fr/wp-content/uploads/Fond-Cat_Chaire.jpg') no-repeat center;
    font-family: Zilla Slab, serif;
    font-weight: 300;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
     box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    max-width: 80vw;
    margin: auto;
    text-align: left;
    margin-bottom:40px;
        
}
.Bloc_select_langue{

    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}
 
.Bloc_select_langue img{
    height: 20px;
    width: 30px;
}


.Bloc_select_langue img:hover{
    cursor: pointer;
}

.texte_intro{
    max-width:  80vw;
    text-align: justify;
    margin: auto;
}

.bloc_button{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;;
}
button{
    background-color: #0f70b7;
    border-style: solid;
    border-width: thin;
    border-color: #0f70b7;
    /* border-radius: 10px; */
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
    margin: 10px 6px;
    cursor: pointer;
}

button:hover{
    color: #0f70b7;
    border-color: #0f70b7;
    background-color: white;
}
.question{
    padding: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: thin;
    background-color: white;
    border-color: #0f70b7;
}
.intitule_question{
    font-weight: 400;
    font-style: normal; 
    /* font-size: 1.2em; */
    margin-bottom: 20px;;
}

.sous_titre_question{
    width: 100%;
    color: #555;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    /* font-size: 1em; */
    margin-bottom: 10px;
}
.invisible{
    display: none;
}
.tableau_radios{
    width: 100%;
    display: grid;
    grid-template-columns:40% 1fr 1fr 1fr 1fr;
}
.case_tableau{
    border-style: solid;
    border-width: thin;
    padding: 5px;
}
.radio_ligne_option, .legendeh{
    text-align: center;
}
label{
    margin: 5px;
}
.item_autre{
    margin: 5px;
}
.option_radio_btn, .option_chbx_btn {
    margin: 5px;
}


input[type="text"]{

  width: 1200px;
  max-width: 97%;;

}

/*
********************************************sliders
*/



/*slider form FGS*/


.slider label {
    position: absolute;
    width: 20px;
    /* margin-top: 20px; */
    margin-top: 30px;
    margin-left: -10px;
    text-align: center;

  }
  .slidertexte label{
      transform: rotate(60deg);
  }
  
  
  #labelSlider1,#labelSlider2,#labelSlider3{
      margin-top: 20px;
  }
  #affichageSliderLieu1 li,#affichageSliderLieu2 li,#affichageSliderLieu3 li{
      margin-bottom: 80px;
      
  }
  .labelSlider{
      /* font-size: 1.2em; */
      margin-bottom: 1em;
      
  }
  
  .ui-slider-handle{
      
  border: 2px solid #555 !important;
  }
  
  
  .slider{
    margin-top: 15px;
    margin-bottom: 45px;
    margin-bottom: 70px;
    margin-right: 20px;
      /* background: linear-gradient(90deg, #f63c7f, #11c9c09e); */
  }

 .slidertexte{
   margin-bottom: 170px;
   margin-right: 50px;
 }

  textarea {
    padding: 10px;
    max-width: 97.25%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
  }











  .reperes_sections{
    display: flex;
    justify-content:center;
  }
.repere_section{
    width: 60px;
    margin: 4px;
    border-style:solid;
    border-color: #555;
    border-width: thin;
    height: 8px;
}
.section_active{
    background-color: #0f70b7;
}

.pagination_section{
    width: 100%;
    text-align: center;
}
  /*
  ========================================
  la surface 2d
  =========================================
  */

  /* #zoneDrag{ */
    /* width:500px; */
    /* height: 500px; */
  /* } */

  #instruction{
    margin-bottom: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .nomP{
    padding:15px;
    font-style: italic;
  }


  .choix_pratique{
    font-style: italic;
  }

.lien_infos{
    color: white;
    font-weight: bold;
}








  .idQ{
    color: #f63c7f;
    text-decoration: underline;
    font-weight: bold;
    display: none;
  }


  .typeQ_titre{
    text-align: center;
    /* font-size: 1.4em; */
  }

  #bloc_rgpd_depart{
    margin: 30px;
  }

  .lien_infos{
    text-decoration: none;
  }

  #blocLogos{
    max-width: 100vw;
    margin: auto;
    margin-top: 50px;   
    border-style: none;
    border-width: thin;
    background-color: white;
    border-color: burlywood;
    
    display: none;
  }
  #blocLogos a, #bloc_rgpd_depart a{
    color: #0f70b7;
    text-decoration: none;
  }
  #blocLogos a:visited, #bloc_rgpd_depart a:visited{
    color: #0f70b7;
    text-decoration: none;
  }
  #blocLogos a:hover, #bloc_rgpd_depart a:hover{
    color: #0f70b7;
    text-decoration: none;
  }
  .ligneLogo{
    display: flex;
    flex-wrap: wrap ;
    justify-content:center;
    align-items:center;
    gap: 30px;
  }

  #blocLogos .logo img{
    height: 75px;
    margin: 10px;
  }


