/* Theme Name: generatepressasie Description: Child Theme of generatepress designed for Asie21 Author: Jérôme Perelman Author URI: https://www.asie21.com Template: generatepress Version: 1.0 */
/* attachement librairie fontawesome
@import "@fortawesome/fontawesome-free/css/all.css";
@import "@fortawesome/fontawesome-free/js/all.js";*/
/* modifs header */
p.site-description {
  display: inline-block;
  font-weight: 700;
}
.site-description {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
  float: right;
  padding-right: 32%;
  padding-top: 12.8%;
}
.inside-header {
  padding: 40px 40px 0px 40px;
}
/* modifs menu barre */
.main-navigation .main-nav ul {
  padding: 2px 20px 2px 20px;
}
.main-navigation .main-nav ul ul li a {
  padding: 2px 5px 2px 5px;
}
.main-navigation a,
.menu-toggle {
  font-size: 14px;
}
.main-navigation .main-nav ul .current-menu-item > a,
.main-navigation .main-nav ul .current-menu-parent > a,
.main-navigation .main-nav ul .current-menu-ancestor > a {
  background-color: #670a12;
}
/* modifs footer */
.site-footer p {
  color: #000;
}
.footer-widgets {
  background-color: #c3bea2;
  color: #ffffff;
}
.footer.site-info {
  background-color: rgba(199, 126, 54, 10);
}
.inside-article,
.comments-area,
.page-header,
.one-container .container,
.paging-navigation,
.inside-page-header {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 15px -15px;
}
.sidebar .widget {
  background-color: #f2f2f2;
  box-shadow: 0.5px 0.5px 0.5px #cdcdcd;
  border-radius: 3px;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  box-shadow: 1px 3px 3px #999999;
  border-radius: 20px;
}
.site-header {
  /*background-image: url("//www.asie21.com/wp-content/uploads/2016/12/header_asie21.jpg");*/
  background-image: url("//www.asie21.com/wp-content/uploads/2024/11/header_asie21_2024.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
}
.nav-aligned-center .main-navigation ul li,
.nav-aligned-right .main-navigation ul li {
  letter-spacing: 0.07em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h2.entry-title {
  color: #670a12;
}
h1.entry-title {
  color: #670a12;
}
p.inside-article.entry-summary.description {
  font-size: 18px;
}
body {
  line-height: 1.3em;
}
ul {
  margin-bottom: 0.6em;
}
.wp-caption.alignleft {
  display: inline;
  float: left;
  margin-right: 0.5em;
}
.widget-title {
  margin-bottom: 10px;
}
/* légende images */
.wp-caption-text {
  text-align: center;
  font-style: italic;
}
/* logo responsive */
#logo {
  background: url(/images/default-logo.png) left no-repeat;
  height: 100px;
  /* define height of image */
}
/* versions responsive */
/* tablette grand format */
@media only screen and (max-width: 1200px) {
  #logo {
    background: url(/images/mobile-logo.png) left no-repeat;
    max-height: 100px;
    /* define height of image */
  }
  .site-description {
    font-size: 66%;
    padding-right: 66%;
    padding-top: 1%;
  }
  .site-header .header-image {
    vertical-align: top;
    display: inline-block;
    max-height: 100px;
    position: absolute;
    margin-left: 0%;
    margin-top: -4%;
  }
  body .grid-container {
    min-height: 70px;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
  .copyright-bar {
    font-size: 65%;
  }
}
@media only screen and (max-width: 1112px) {
  body .grid-container {
    min-height: 70px;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
  .copyright-bar {
    font-size: 65%;
  }
}
/* tablette */
@media only screen and (max-width: 1024px) {
  #logo {
    background: url(/images/mobile-logo.png) left no-repeat;
    max-height: 100px;
    /* define height of image */
  }
  .site-description {
    font-size: 60%;
    padding-right: 59%;
    padding-top: 1%;
  }
  .site-header .header-image {
    vertical-align: top;
    display: inline-block;
    max-height: 100px;
    position: absolute;
    margin-left: 0%;
    margin-top: -5%;
  }
  body .grid-container {
    min-height: 70px;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
  .copyright-bar {
    font-size: 65%;
  }
}
/* tablette mini paysage */
@media only screen and (max-width: 768px) {
  #logo {
    background: url(/images/mobile-logo.png) left no-repeat;
    max-height: 100px;
    /* define height of image */
  }
  .site-description {
    font-size: 50%;
    padding-top: 1%;
    padding-right: 50%;
  }
  .site-header .header-image {
    vertical-align: top;
    display: inline-block;
    max-height: 80px;
    position: absolute;
    margin-left: -40%;
    margin-top: -10%;
  }
  body .grid-container {
    min-height: 0;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
  .copyright-bar {
    font-size: 65%;
  }
}
/* tablette mini portrait */
@media only screen and (max-width: 650px) {
  .site-description {
    font-size: 50%;
    padding-top: 0;
  }
  .site-header .header-image {
    vertical-align: top;
    display: inline-block;
    max-height: 80px;
    position: absolute;
    margin-left: -42%;
    margin-top: -11%;
  }
  body .grid-container {
    min-height: 0;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
}
/* smartphone paysage */
@media only screen and (max-width: 568px) and (max-height: 320px) {
  .site-description {
    font-size: 60%;
    padding-right: 37%;
    padding-top: 0;
  }
  .site-header .header-image {
    vertical-align: top;
    display: inline-block;
    max-height: 80px;
    position: absolute;
    margin-left: -46%;
    margin-top: -13%;
  }
  body .grid-container {
    min-height: 0;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
  .copyright-bar {
    font-size: 65%;
  }
}
@media only screen and (max-width: 414px) {
  .site-description {
    font-size: 60%;
    padding-right: 10%;
    padding-top: 0;
  }
  .site-header .header-image {
    vertical-align: top;
    display: inline-block;
    max-height: 80px;
    position: absolute;
    margin-left: -40%;
    margin-top: -18%;
  }
  body .grid-container {
    min-height: 0;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
  .copyright-bar {
    font-size: 65%;
  }
}
/* smartphone paysage */
@media only screen and (max-width: 375px) {
  h2 {
    font-size: 18px;
  }
  .site-description {
    font-size: 53%;
    padding-right: 10%;
    padding-top: 0;
  }
  .site-header .header-image {
    vertical-align: top;
    display: inline-block;
    max-height: 80px;
    position: absolute;
    margin-left: -42%;
    margin-top: -20%;
  }
  body .grid-container {
    min-height: 0;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
  .copyright-bar {
    font-size: 65%;
  }
}
/* smartphone */
@media only screen and (max-width: 320px) {
  h2 {
    font-size: 17px;
  }
  .site-description {
    font-size: 50%;
    padding-right: 4%;
    padding-top: 0;
  }
  .site-header .header-image {
    vertical-align: top;
    display: inline-block;
    max-height: 80px;
    position: absolute;
    margin-left: -40%;
    margin-top: -22%;
  }
  body .grid-container {
    min-height: 0;
  }
  .img {
    max-width: 150px;
    height: auto;
  }
  .copyright-bar {
    font-size: 65%;
  }
}
