  

body {
  background: var(--background-color);  
  font-family: var(--text-FontFamily);
  margin: 0;
}


button,
input[type="submit"] {
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background: var(--background-color);
  color: var(--text-color-a-visited);
  padding: 10px;
}

#header {
  text-align: center;
  padding-top: 12px 0;
}

#header #container_title {
  padding: 10px;
}

#header nav ul {
  margin: 0;
  padding: 0;
}

#header nav ul li {
  display: inline-block;
}

#header nav ul li.current-menu-item a {
  border-bottom: 3px solid var(--border-color);
  padding-bottom: 1px;
}

#wrap {
  display: flex;
  margin: 0 auto;
  border: 1px solid var(--border-color);
}

#navigation {
  margin: 0 auto;
  border: 1px solid var(--border-color);
  background-color: var(--background-color-Menu);

}

#loop article {
  margin: 0 0 10px 0;
  padding: 20px;
}

#loop article H1 {
  text-align: center;
  font-size: var(--text-H1-FontSize)
}

#loop article H2 {
  text-align: center;
  font-size: xx-large
}

#pagination {
  text-align: center;
  /*margin: 0 0 100px 0;*/
}
#footer {
  margin-bottom: 20px;
  /*margin: 0 0 100px 0;*/
}

article .wp-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*div.wp-block-buttons > .wp-block-button {width:100%;}*/
a.wp-block-button__link {
  border-radius: 5px;
  background: var(--background-color);
  width: 100%
}

div.columns {
  width: 100%;
  color: var(--text-color);
}


div.columns div.titlemiddle {
  float: none;
  margin: 0 auto;
  font-family: georgia, garamond, serif;
  font-size: Large;
  font-style: italic;
}

div.columns div.middle {
  float: none;
  margin: 0 auto;
  background: var(--background-color-columnMiddle);
  width: 80%;
}

div.titlemiddle {
  width: 200px;
  color: #f8f1e5;
  font-weight: lighter;
  text-align: center;
}

div.titlemiddle h1 {
  margin-bottom: 0px;
  font-weight: lighter;
}

div.titlemiddle h2 {
  margin-top: -20px;
  font-size: Large;
  font-weight: lighter;
}

div.clear {
  clear: both;
}

article H1 {
  color: var(--background-color-ArticleH1)
}

H3 {
  background: var(--background-color-blockheading);
  color: #f8f1e5;
  font-weight: lighter;
  font-style: italic;
  font-size: x-Large;
  padding-left: 20px;
  font-family: var(--text-H3-FontFamily);
}

H2 {
  font-family: var(--text-H2-FontFamily);
}

H1 {
  font-family: var(--text-H1-FontFamily);
  font-size: var(--text-H1-FontSize);
}


#container_title {
  /*margin-right :*/
  display: flex;
  align-items: center;
}


a {
  color: var(--text-color-a);
}

a:visited {
  color: var(--text-color-a-visited);
}


/* // DEBUT GESTION MENU // /  */


#header nav ul li {
  display: inline-grid;
}

#header nav ul li a {
  padding: 10px 25px;
  text-decoration: none;
  color: #f8f1e5;
  flex-direction: column;
  color: var(--text-color-menu);  
  font-family: var(--text-Menu-FontFamily);
}

#header nav ul li.current-menu-item a {
  border-bottom: 2px solid white;  
}

#header nav ul li .sub-menu a {
  color: #acbd78;
  border-bottom: none;
  padding: 5px;
  background-color: #f8f1e5
}



.menu li:hover ul {
  display: flex;
  position: relative;
  left: 0px;
  z-index: 100;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}

.sub-menu {
  display: none
}



nav {
  margin: 0 auto;
  top: 0px;
}

nav ul {
  list-style-type: none
}

nav .menu ul li {
  float: right;
  text-align: center
}

nav ul::after {
  content: "";
  display: table-row;
  /*clear: both*/
}


nav ul li a:hover {
  font-weight: bold;

}


.sub-menu {
  display: none;
  box-shadow: 0px #CCC
}

nav>ul li:hover .sub-menu {
  display: block
}

.sub-menu li {
  float: none;
  width: 100%;
  text-align: left;
}

.copyright{
  padding-bottom: 5px ;

}

/* // FIN GESTION MENU // /  */


/* ///// STYLE  DU QUESTIONNAIRE ////// */

div.ays-quiz-container a{
  color: var(--background-color);
}

/*  /////////////////////////////////  */


#footer .container_img_footer {
  /*padding-left: -20px;*/
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

/* background: #23282d; color: #f1f1f1;} */


#footer .widget {
  flex: 1;
  padding: 0 40px;
}

#footer h3 {
  text-align: center;
}


/* list of BLOG 2 colunms*/
.half {
  width: 50%;
  float: left;
}

.ng-row {
  clear: both;
}


.container_img_footer .img-footer {
  max-width: 182px;
}

img .img_footer {
  /*width: 50%;*/
  height: auto;
  /*to preserve the aspect ratio of the image*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer .copyright {
  text-align: center;
  padding-right: 30px;
}



input.wpcf7-text  {
    width: 500px;
   font-size:   medium ;
}  

  textarea.wpcf7-textarea {
  width:800px;
  font-size:   medium ;
}



  @media (max-width: 1200px) {
      .container_img_footer .img-footer {    
          display : none;    
      }


    textarea.wpcf7-textarea {
      width:800px;      
    }
    
  }
  
  



  @media (max-width: 1050px) {  
      div.columns div.middle {
        width: 90%;
      }

      #header nav ul li a {
        padding: 1vmin 1vmax;
      }

    input.wpcf7-text  {
      width: 500px;      
    }  

    textarea.wpcf7-textarea {
      width:500px;      
    }
    
  }


 @media (max-width: 600px) {
  input.wpcf7-text  {
    width: 300px;
   }  

  textarea.wpcf7-textarea {
    width:300px;    
  }
}