html {
  height: 100%;
  width: 100%;

}
@media all and (max-width: 300px) {
  .slider-nav img{
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  div.base-container,.footer{
    padding: 0!important;
  }
}


.grecaptcha-badge { visibility: hidden; }
.tarteaucitron-magic-block { visibility: hidden;}

.container-fluid{
  width: 100%;
}
*:focus {
  outline: 0 !important;
}
.link-hamburger a{
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 15px!important;
  line-height: 19px;
}
/**
 * Undo the above focused button styles when the element received focus
 * via mouse click or touch, but not keyboard navigation.
 */
*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}
body {
  width: auto;
  position: relative;
  background-color:#F4F3EC !important;
  padding-bottom: 387px;
}
@media all and (min-width: 575px) {
  body{
    padding-bottom: 235px!important;
  }
}
ul {
  list-style-type: none;
}

/******** Header ********/

.header {
  background: white;
  height: 88px;

}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 950;
}

.header a {
  font-family: Nunito Sans ;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  color: #000000;
  border: none;
  background: white;
}


.header a:hover {
  color: black;
  text-decoration: none;
}

.nav-item {
}

.dropdown button {
  padding: 0;
}

.dropdown-divider {
  border: 2px;
}

.header-social {
  padding: 0 10px;
}

/* Sidenav menu */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 900;
  top: 0;
  left: -250px;
  padding-top: 60px;
  transition: left 0.5s ease;
}

.sidenav ul {}

/* Sidenav menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #111;
}

/* Active class */
.sidenav.active {
  left: 0;
  background-color: white;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.burger-icon span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
}
.col-1{
  padding: 0!important;
}
.menu-hamburger {
  display: none;
}

@media all and (max-width: 860px) {
  .menu-hamburger {
    display: block !important;
  }
  #header-logo{
    padding-right: 10%;
  }
  .header {
    display: none !important;
  }
}
.header-link{
  padding-top: 29px;


}
#header-logo{
  padding-top: 10px;
}
.nav-justified .nav-item{
  flex-basis: revert !important;
}
@media all and (min-width: 768px) {
  #myHeader{
    padding: 0 24px!important;
  }
}


/****** Fin header ******/

/****** bloc Livre ******/
.row{
  margin: 0!important;
}
.bloc-livre-presentation{
  text-align: center;
  background-color: white;
  padding: 48px 15px 0 15px;
}
.bloc-livre-presentation span{
  font-family: Nunito Sans ;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: center;
}
@media all and (max-width:575px) {
  .bloc-livre-presentation span{
    font-size: 18px;
  }
}

.bg-yellow{
 background: #FAE45E;
;
}
#livre-titre{
  font-family:Nunito Sans;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 16px;
}
#livre-auteur{
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media all and (max-width: 453px) {
  #livre-titre{
    font-size: 12px;
  }
  #livre-auteur{
    font-size: 12px;
  }
}
.resultat-container{
  width: 50%!important;
}
@media all and ( max-width: 635px) {
  #classe-6{
    padding-right: 0px!important;
    padding-left: 15px!important;
    text-align: left!important;
  }
  .resultat-container p{
    text-align: center!important;
    padding: 0!important;
  }
  #jury p{
    font-size: 16px;
  }
}
.livre-desktop{
  display: block;
}
.livre-mobile{
  display: none!important;
}
@media all and ( max-width: 767px) {
 .livre-desktop{
   display: none!important;
 }
  .livre-mobile{
    display: block!important;
  }
  #button-vote{
    display: none;
  }
  #button-vote-mobile button{
    padding: 16px 24px;
    gap: 10px;
    background: #FAE45E;
    border-radius: 12px;
    color: black;
    text-decoration: none;
    border: 0;
    font-family: Nunito Sans;
  }

  #Slider_6_5 .owl-dots .active span, #Slider_4_3 .owl-dots .active span{
    background-color: #2AB8CE!important;

  }
  #Slider_6_5 .owl-dots span, #Slider_4_3 .owl-dots span{
    height: 16px!important;
    width: 16px!important;
  }
}

/****** fin bloc Livre ******/

/****** bloc marraine ******/
.bloc-marraine{
  font-family: Nunito Sans;
  padding-bottom:36px;
}
@media all and (min-width: 768px) {
  .bloc-marraine img{
    width: 100%;
    max-width: 234px;
    max-height: 360px;

  }
}
@media all and (max-width: 991px) {
  .bloc-marraine img {
    padding-top: 50px;
  }


  .bloc-marraine span {
    font-size: 75px!important;
  }

  .bloc-marraine p {
    font-size: 12px!important;
  }

  .bloc-marraine h2 {
    font-size: 28px !important;
  }
  .bloc-marraine-date{
    padding-top: 0px !important;
    text-align: right;
    padding-right: 25px!important;
  }
}
.bloc-marraine h6{
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #2AB8CE;
  text-align: center;
  padding: 64px 0 15px 0;
}
.bloc-marraine span{
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: 0em;
  text-align: left;
  color: #D7D6D0;
}
.bloc-marraine p{
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: left;
}
.bloc-marraine h2{
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: left;
}
@media all and (min-width:1200px) {
  .bloc-marraine-description{
    padding-top: 85px;
  }
  .bloc-marraine-date{
    padding-right: 75px;
  }

}
.bloc-marraine-date{
  text-align: right;
}
.bloc-marraine-date{
   text-align: right;
 }
@media all and (min-width: 1680px) {
  .container-fluid.bloc-marraine-container {
    width: 60%!important;
  }
}

@media all and (max-width: 1680px) {
  .container-fluid.bloc-marraine-container {
    width: 80%!important;
  }
}
@media all and (max-width: 1300px) {
  .container-fluid.bloc-marraine-container {
    width: 100%!important;
  }
}
@media all and (max-width: 767px){
  .col-md-4.bloc-marraine-date {
    width: 50%;
    text-align: center!important;
    padding: 0 15px 0 0!important;
  }
  .bloc-marraine h6 {
    font-size: 16px!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    padding-top: 36px!important;
  }
  .col-md-3.bloc-marraine-image {
    max-width: 50% !important;
    padding: 0!important;
  }

}
@media all and (max-width: 500px){
  .bloc-marraine img{
    width: 100%;
  }
}
.col-md-5.bloc-marraine-description {
  padding-top: 24px;
}
/******  fin bloc marraine ******/


/******  bloc form ******/
.bloc-form{
  font-family: Nunito Sans;
}
div#form-6-5 {
  padding-bottom: 50px!important;
}
.bloc-form h6{
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  padding-top: 49px ;
}
.bloc-form p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.bloc-form .vote-number{
  font-size: 16px;
  font-weight: 400!important;
  line-height: 40px;
  padding-right: 10px;
}
.bloc-form .vote-eleve{
  font-size: 18px;
}
.bloc-form button, .bloc-form button:hover{
  padding: 16px 24px;
  gap: 10px;
  background: #FAE45E;
  border-radius: 12px;
  color: black;
  text-decoration: none;
  border: 0;
}
#form-affichage{

}
.form-affichage-button{
  padding: 20px 15px;
}


.form-vote input[type="text"],.form-vote input[type="email"]{
  border: 2px solid #FAE45E;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 8px;
  height: 36px;

}
.form-obligatoires{
  font-size: 12px!important;
}
@media all and (min-width: 575px){
  .form-obligatoires{
    padding-left: 40px!important;
  }
}

@media all and (min-width: 1200px) {
  .input-center input[type="email"],.input-center input[type="text"]{
    width: 1030px;
  }
  .input-right input[type="email"],.input-right input[type="text"],.input-left input[type="email"],.input-left input[type="text"]{
    width: 500px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .input-center input[type="email"],.input-center input[type="text"]{
    width: 845px;
  }
  .input-right input[type="email"],.input-right input[type="text"],.input-left input[type="email"],.input-left input[type="text"]{
    width: 406px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .input-center input[type="email"],.input-center input[type="text"]{
    width: 630px;
  }
  .input-right input[type="email"],.input-right input[type="text"],.input-left input[type="email"],.input-left input[type="text"]{
    width: 300px;
  }
}
@media all and (min-width: 575px) and (max-width: 767px) {
  .input-center input[type="email"],.input-center input[type="text"]{
    width: 430px;
  }
  .input-right input[type="email"],.input-right input[type="text"],.input-left input[type="email"],.input-left input[type="text"]{
    width: 200px;
  }
}
@media all and (min-width: 300px) and (max-width: 360px) {
  .input-center input[type="email"],.input-center input[type="text"]{
    width:100%!important; max-width:inherit!important;
  }
  .input-nomProf input[type="text"],.input-prenomProf input[type="text"],.input-nomEta input[type="text"]{
    width:100%!important; max-width:inherit!important;
  }
  .input-right,.input-left,.input-center{
    text-align: start!important;
  }
}
#header-6-5{
  color: #2AB8CE;

}
.form-vote input[type="submit"]{
  padding: 16px 24px;
  gap: 10px;
  background: #FAE45E;
  border-radius: 12px;
  border: none;
}
.submit-button{
  text-align: center;
  padding-bottom: 30px;
}
@media all and (min-width:575px)  {
  .submit-button{
    padding-right: 40px!important;
  }
  .input-left{
    text-align: left;
  }
  .input-right{
    text-align: right;
  }
  .input-center{
    text-align: center;
  }
  div.col-sm-12.checkbox-area{
    padding-left: 43px;
  }
}
@media all and (min-width: 369px) and (max-width:575px){
  .submit-button{
    padding-right:20px!important;
  }
}
.wpcf7-spinner{
  display: none!important;
}
@media all and (min-width: 300px) and (max-width:368px){
  .submit-button{
    padding-right: 10px!important;
  }
}
@media all and (min-width: 360px) and (max-width:575px){
  .input-right, .input-center,.input-left{
    text-align: center;
  }
}
@media all and (min-width: 300px) and (max-width:360px)  {


  .input-nom ,.input-prenom{
    max-width: 50%!important;
  }
  .input-nom{
    text-align: right!important;
  }
  .input-prenom{
    text-align: left!important;
  }
  div.col-sm-12.checkbox-area{
    padding-left: 20px;
  }
  #unique-vote{
    font-size: 16px;
  }
}
.wpcf7 form.sent .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output  {
  border-radius: 15px!important;
  text-align: center!important;
  padding: 15px 0!important;
}
#form-4-3 {
  padding-bottom: 50px!important;
}
#div-radio{
  margin-left: -15px!important;
}
@media all and (min-width: 767px) and (max-width: 991px) {
  div.col-sm-12.checkbox-area{
    padding-left: 35px!important;
  }
  .form-obligatoires{
    padding-left: 30px!important;
  }
}
@media all and  (max-width: 457px) {
  .form-obligatoires{
    padding-left: 13px!important;
  }
}
h7{
  font-weight: bold;
}
/******  fin bloc form ******/


/****** Footer ******/

.footer {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
}
@media all and (min-width: 575px) {
  .footer.container-fluid{
    padding-bottom: 15px!important;
  }
}

.footer-image{
  background-color: white;
  padding: 48px 0;
}
.footer-info{
  text-align: center;
  background: #222222;
  height: 100px;
}
.footer-info-div{
  padding-top: 40px;
}
.footer-info-div a:hover, .footer-info-div a {
  color: white;
  text-decoration: underline;
}
@media all and (max-width: 575px) {
  #footer-logo1{
    text-align: center!important;
  }
  #footer-logo2{
    text-align: center!important;
  }
  .footer-image{
    padding: 35px 0;
  }
  .col-sm-4.footer-info-div.order-3.order-sm-3 {
     padding-bottom: 20px!important;
  }

}

/******   Page 404 ******/
.error404-container{
  background: linear-gradient(180deg, rgba(47, 109, 151, 0.2) 0%, rgba(196, 196, 196, 0) 60%);
}
.error404-img img{
  width: 100%;
  image-rendering: optimizeQuality;
  padding: 180px 80px 0px 170px;
}
@media screen and (min-width: 951px) and (max-width: 1300px)  {
  .error404-img img{
    width: 100%;
    image-rendering: optimizeQuality;
    padding: 180px 50px 0px 90px;
  }
}
.error404-text{
  width: 100%;
  padding-top: 200px;
  text-align: left;
}
.error404-text h3{
  font-family: 'Charter';
  font-style: normal;
  font-size: 29px;
  line-height: 118%;
  padding-bottom: 11px;
  color: #2F6D97;
}
.error404-text p{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 37px;
  color: #565656;
}
.error404-button{
  max-width: 231px;
  height: 50px;
  left: calc(50% - 231px/2);
  top: calc(50% - 50px/2);
  background: linear-gradient(105.79deg, #E46E00 4.52%, #FDA43C 71.62%);
  border-radius: 30px;
  border: 0;
  width: 100%;
}
.error404-tablette{
  display: none;
}
@media all and (max-width: 861px) {
  .wpcf7-list-item {
    float: left;
    clear: left;
  }
}


@media  all and (min-width:576px) and (max-width: 950px) {
  .error404-tablette{
    display: block;
  }
  .error404-desktop{
    display: none;
  }
  .error404-img img{
    width: 100%;
    image-rendering: optimizeQuality;
    padding: 36px 100px 36px 100px;
  }
  .error404-text{
    width: 100%;
    padding-top: 0px;
    text-align: left;
  }
  div.col-sm-12.error404-text{
    padding: 0 65px 0 65px;
  }
}
@media all and (max-width: 575px) {
  .error404-img img{
    width: 100%;
    image-rendering: crisp-edges;
    padding: 36px 50px 36px 50px;
  }
  div.col-sm-6.error404-text{
    padding: 0 78px 0 43px;
  }
  div.col-sm-6.error404-img{
    padding: 0;
  }
}
@media all and (min-width: 1800px) {
  .error404-text{
    padding-top: 300px;
  }

}

@media all and (max-width: 330px) {
  div.col-sm-6.error404-text{
    padding: 0 20px 15px 20px;
  }
  div.col-sm-6.error404-img{
    padding: 0;
  }
}

/******   Fin Page 404 ******/
p#form-desc{
  padding-top: 30px;
}