/**
 * Theme Name: ILLETRISME COOPERONS Twentyseventeen Child
 * Description: Thème enfant pour ILLETRISME COOPERONS de Théra
 * Author: QAIS Samy
 * Author URI: https://www.thera.fr
 * Template: twentyseventeen
 * Version: 0.1.6
 */

/* ===================== */
/* ===== VARIABLES ===== */
/* ===================== */

:root {
    --ic-black: #313131;
    --ic-grey: #F2F2F2;
    --ic-yellow: #fec73c;
    --ic-blue_defis: #104568;
    --ic-yellow_solutions: #D88813;
    --ic-blue_essentiels: #1A888E;
    --ic-Dark_red: #AB1F28;
    --ic-Yellow_tables_rondes: #FBD349;
}

/* =================== */
/* ===== GENERAL ===== */
/* =================== */

body {
  background-color: var(--ic-yellow);
  z-index: -10;
  font-size: 14px;
  font-family: 'Mulish', arial, helvetica, sans-serif;
}

.site-header {
  background-color: white;
  min-height: 190px;
}

.site-branding {
  padding: 10px 0;
}

.custom-logo-link img {
  max-width: 750px;
  max-height: 145px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 0.5em;
}

h3 {
  color: var(--ic-Dark_red);
  font-size: 1.15rem;
  font-weight: bold;
}

h4 {
  font-size: 1.1rem;
}

/* ================== */
/* ===== HEADER ===== */
/* ================== */

.site-branding .wrap {
  max-width: 1650px;
}

.site-branding .menu {
    color: var(--ic-Dark_red);
    font-size: 1.2rem;
    font-weight: 700;
}

.site-branding .dates {
    color: var(--ic-Dark_red);
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
}

.site-branding button {
  position: absolute;
  right: 3em;
  background-color: var(--ic-Dark_red);
}

.navigation-top {
  background: linear-gradient(90deg, #e75f29, #e30a19);
}

#masthead .wrap {
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.site-branding .custom-logo-link {
  margin-left: -220px;
}

.site-branding .button {
  display: block;
  padding: 20px 30px;
  background-color: var(--ic-Dark_red);
  color: white;
  font-size: 1.1rem;
}

.anlci_bloc {
  position: absolute;
  right: 20px;
  display: flex;
}

.anlci_logo {
  margin-right: 20px;
  max-width: 130px;
}

.anlci_txt p {
  font-size: 1.2rem;
  margin: 0;
}
.anlci_txt a {
  font-size: 1.8rem;
  color: var(--ic-Dark_red);
}

/* =================== */
/* ===== CONTENT ===== */
/* =================== */

.entry-header {
  text-align: center;
  margin-bottom: 10px !important;
}

.entry-header h1 {
  color: white !important;
}

.page:not(.home) #content {
    padding-top: 20px;
}

.entry-content {
  margin-bottom: 120px;
}

.site-content > .wrap {
    max-width: 1080px;
}

.page-template-template_chaine_du_festival .site-content > .wrap {
  max-width: 1450px;
}

.entry-content a {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
}

.entry-content a:hover {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
}

.site-content .wrap {
  /*background-color: red;*/
}

.page.page-one-column.twentyseventeen-front-page h2 {
  display: none;
}

.page.page-one-column.twentyseventeen-front-page .panel-content .wrap {
    padding-top: 0;
}

#primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
    max-width: 1250px;
    margin: auto;
    padding-bottom: 50px;
}

body:not(.twentyseventeen-front-page).page-child .entry-content, body:not(.twentyseventeen-front-page).page-template-template_village_des_solutions .entry-content {
  padding: 15px;
  background-color: white;
}

.wp-block-columns {
  margin-bottom: 15px;
}

.wp-block-columns:last-of-type {
  margin-bottom: 0px;
}

.site-content-contain {
  background-image: url('../../uploads/top_content_bkgrnd.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
}

.site-content {
  background: transparent;
}

.twentyseventeen-front-page .site-content {
  min-height: 600PX;
}

.site-content .panel-content > .wrap {
  max-width: 1080px;
}

.site-content .zoom-iframe-container {
  background: white;
  padding: 25px 50px;
}

.white_bkgrnd {
  background-color: var(--ic-grey);
  padding: 10px;
}

.white_bkgrnd ul {
  margin-top: -20px;
}

.white_bkgrnd ul li {
  margin-left: 30px;
}

.wp-block-image {
  margin: 0;
}

.wp-block-column:not(:first-child) {
    margin-left: 15px;
}

/* -------- HOME PAGE -------- */

.menu_home_1, .menu_home_2 {
  text-align: center;
  height: 270px;
}

.home .panel-content > .wrap{
  background-image: url('../../uploads/2020/12/title_home.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-y: 200px;
}

.menu_home_1 figure, .menu_home_2 figure{
  float: left;
}
.menu_home_1 figure {
  width: 25%;
}
.menu_home_2 figure {
  width: 33%;
}

.menu_home_1 figure:first-of-type, .menu_home_1 figure:last-of-type {
  margin-top: 100px;
}

.entry-content a img{
    -webkit-box-shadow: 0 0 0 0px white;
    box-shadow: 0 0 0 0px white;
}

/* --- FORMULAIRE DE LOGIN -- */

.home .login .wp-block-group__inner-container{
  position: relative;
  background-color: var(--ic-Dark_red);
  display: flex;
  flex-direction: row;
}

.home .login .wp-block-group__inner-container p {
  display: block;
  width: 50%;
  padding: 10px;
  color: white;
  font-size: 1.1rem;
}

#user-login-form {
  width: 50%;

}

#user-login-form #searchmaskframeMLM {
  width: 100%;
}

#user-login-form #searchmaskinnerMLM {
  /* background-color: rgba(255, 255, 255, 0.3); */
  padding: 10px;
}

#user-login-form #searchmaskinnerMLM table {
    line-height: 0;
}

#user-login-form #searchmaskinnerMLM table .bleu {
  text-align: right !important;
}

#user-login-form #searchmaskinnerMLM table .grisClair {
  line-height: 1em;
}
#user-login-form #searchmaskinnerMLM table .grisClair td {
  text-align: center !important;
}
#user-login-form #searchmaskinnerMLM table .grisClair td a {
  font-size: 1.4rem;
  color: var(--ic-Dark_red);
  font-weight: bold;
}

#user-login-form input {
  padding: 5px;
}

#user-login-form #searchmaskinnerMLM tr {
    border-bottom: 0px solid #eee;
}


/* PERSONNALISATION DES PAGES */
.page-template-template_village_des_defis {
  background-color: var(--ic-blue_defis);
}

.page-template-template_village_des_solutions {
  background-color: var(--ic-yellow_solutions);
}

.page-template-template_village_des_essentiels {
  background-color: var(--ic-blue_essentiels);
}

.page-template-template_chaine_du_festival {
  background-color: var(--ic-yellow);
}
.page-template-expos_photos {
  background-color: var(--ic-yellow);
}
.page-template-template_live {
  background-color: var(--ic-yellow);
}

.page-template-template_quiz {
  background-color: var(--ic-yellow);
}

.page-template-template_tables_rondes {
  background-color: var(--ic-Yellow_tables_rondes);
}

.page-template-template_contact {
  background-color: var(--ic-blue_defis);
}

.page-template-template_contact .site-content-contain{
  background-image: none;
}

.page-template-template_contact .entry-content {
  background-color: white;
  padding: 20px 40px;
}

.page-template-template_contact .entry-content input {
  padding: 5px;
  border: 0 none;
  border-bottom: 1px solid var(--ic-blue_defis);
}
.page-template-template_contact h1 {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_contact.png');
  color: transparent !important;
}

.page-template-template_contact .wpcf7-submit{
  background-color: var(--ic-Dark_red);
  padding: 15px 25px !important;
}

.page-template-template_ML {
  background-color: var(--ic-blue_defis);
}

.page-template-template_ML .entry-content {
  background-color: white;
  padding: 20px 40px;
}
.page-template-template_ML .site-content-contain{
  background-image: none;
}

.page-template-template_ML h1{
  font-size: 2.5em !important;
}

.page-template-template_ML .entry-content ul li{
  margin-left: 30px;
}

.page-template-template_village_des_essentiels h1 {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_essentiels.png');
  color: transparent !important;
}

.page-template-template_village_des_defis .entry-title {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_defis.png');
  color: transparent !important;
}

.page-template-template_village_des_solutions .entry-title {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_solutions.png');
  color: transparent !important;
}

.page-template-template_chaine_du_festival .entry-title {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_live.png');
  color: transparent !important;
}

.page-template-template_expos_photos .entry-title {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_expos.png');
  color: transparent !important;
}

.page-template-template_live .entry-title {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_live.png');
  color: transparent !important;
}

.page-template-template_chaine_du_festival .ic-vimeo-videos-container .selected-video {
  max-width: 1000px;
}

.page-template-template_quizz .entry-title {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_quizz.png');
  color: transparent !important;
}

.page-template-template_tables_rondes .entry-title {
  display: block;
  width: 460px;
  height: 120px;
  margin: auto;
  background-image: url('../../uploads/title_tables_rondes.png');
  color: transparent !important;
}

.page-template-template_dictees h1 {
  display: block;
  width: 460px;
  height: 135px;
  margin: auto;
  background-image: url('../../uploads/title_dictees.png');
  color: transparent !important;
}

.page-template-template_20ans h1 {
  display: block;
  width: 444px;
  height: 250px;
  margin: auto;
  background-image: url('../../uploads/2020/12/20ans.png');
  color: transparent !important;
}

.page-template-template_dictees h3 {
  padding: 0;
  margin-top: 0;
}

.page-template-template_dictees p {
  font-size: 1.3rem;
}

/* Page Live */

.ic-vimeo-videos-container .back_to_live {
  display: none !important;
}
.ic-video-titles a {
  display: none;
}

/* Page Village des solutions */

.modal-elements iframe {
    height: 100%;
    width: 100%;
}


.hiddenBlocks .inspiring_solutions {
  /* background-color: white; */
  padding: 10px;
  padding-top: 30px;
}

.hiddenBlocks .inspiring_solutions h2 {
  color: var(--ic-Dark_red);
  padding: 0;
  font-size: 3em;
}

/* MENUS */

.entry-content .wp-block-button__link {
  background-color: transparent !important;
  width: 410px;
  height: 80px;
  background-image: url(../../uploads/menu_bkgrnd.png);
  padding: 15px 25px !important;
  white-space: normal !important;
  margin-top: 1em !important;
  color: #FEC73C !important;
  font-size: 1.1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}


/* Boutons interrieurs */

.white_bkgrnd .wp-block-button {
  width: 100%;
}

.white_bkgrnd .wp-block-button__link {
  background-image: none;
  background-color: var(--ic-Dark_red) !important;
  width: 100%;
  border-radius: 0;
}

/* BOUTON TOGGLE MENU */
.toggle-menu-btn {
    display: block !important;
    position: relative !important;
    background-color: transparent !important;
    color: var(--ic-Dark_red);
}

.toggle-menu-btn::before {
    content: "\2630  Menu";
}

.toggle-menu-btn.active::before {
    content: "\2715  Menu";
}

.toggle-menu {
    display: none !important;
    position: fixed;
    top: 168px;
    left: 0;
    width: 25vw;
    height: 100vh;
    background: white;
    font-size: 1.4rem;
    padding: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.toggle-menu.active {
    display: block !important;
    z-index: 999999;
}

/* BOUTON WEBINAR */
.began_webinar {
    display: none;
}

.began_webinar.active {
    display: block;
}

.began_webinar h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--ic-Dark_red);
    margin: 0.5em 0 0 0;
    padding: 0 0 1.5em;
    text-align: center;
}

.watch_webinar-btn.no_padding {
    padding: 0 !important;
}

.watch_webinar-btn > a {
    display: block;
    padding: 16px 32px !important;
    color: white !important;
}

/* BOUTON RETOUR */

a.BTN_retour {
    display: block;
    max-width: 150px;
    margin-top: 70px;
    padding: 10px;
    background-color: var(--ic-Dark_red);
    color: white;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
}

/* BOUTON CLOSE */

.BTN_close {
  background-color: black;
  color: white;
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  width: 50px;
  text-align: center;
}

.BTN_close:hover {
  color: var(--ic-yellow) !important;
}

/* Vidéo Dictée */

.dictees_video .wp-block-column {
    cursor: pointer;
}

.dictees_video .wp-block-column .wp-block-image figcaption {
    display: none;
}

.dictees-video-clicked {
    background: white;
    margin: 0 0 15px 0;
}

.dictees-video-clicked iframe {
    width: 100%;
    margin: 10px 0;
}

/* GALERIE PHOTO */

.expo_galzain h2 {
  background: linear-gradient(90deg, #e75f29, #e30a19);
  color: white;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 20px;
  padding: 20px;
}

.expo_galzain p {
  margin: 20px;
}

.expo_galzain .wp-block-buttons {
  margin-left: 20px;
  margin-right: 20px;
}

/* ================== */
/* ===== FOOTER ===== */
/* ================== */

.site-footer {
  position: relative;
  background-color: transparent;
  border-top: 0 none;
}

.site-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 736px;
  width: 100%;
  background-image: url(../../uploads/footer_bkgrnd.png);
  background-position: bottom;
  margin-top: -286px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 310px;
}
.site-footer .wrap {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 200px;
  background-color: #104568;
}

.site-footer .wrap .widget-area .footer-widget-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-footer .wrap .widget-area .footer-widget-2 > section {
    width: fit-content;
    height: 125px;
}

.site-footer .wrap .widget-area .footer-widget-2 > section img {
    width: auto;
    max-height: 100%;
}

.site-footer .widget-column.footer-widget-1 {
  float: none;
  clear: both;
  width: 100%;
  color: white;
  text-align: center;
}

.site-footer .widget-column.footer-widget-1 .widget ul li, .site-footer .widget-column.footer-widget-1 .widget ol li {
  border-bottom: 0 none;
  border-top: 0 none;
  padding: 0.5em 0;
  display: inline-block;
  margin: 0 20px;
}

.site-footer .widget-column.footer-widget-1 .widget ul li a, .site-footer .widget-column.footer-widget-1 .widget ol li a {
  color: white;
  font-weight: bold;
}

.site-footer .widget-column.footer-widget-2 {
  float: none;
  clear: both;
  width: 100%;
  background-color: white;
  padding: 3em 3em 0 3em;
  text-align: center;
}


/* =============================================================== */
/* =========== JMS - Gestion Image Header ======================== */
/* =============================================================== */

@media only screen and (max-width: 1300px) {
  .custom-logo-link img {
    max-width: 650px;
  }

  .site-branding .custom-logo-link {
    margin-left: -230px;
  }

  .anlci_logo {
    max-width: 100px;
  }
  .anlci_txt p {
    font-size: 1rem;
  }
  .anlci_txt a {
    font-size: 1.2rem;
  }

}
@media only screen and (max-width: 1200px) {
  .custom-logo-link img {
    max-width: 550px;
  }

  .site-branding .custom-logo-link {
    margin-left: -200px;
  }

}