/*
Theme Name: Education Zone Enfant
Theme URI: https://attacn91.fr/education-zone-child/
Description: Thème enfant pour Education Zone
Author: Attac N91
Author URI: https://attacn91.fr
Template: education-zone
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: education-zone-child
*/

/* CSS additionnel */

/* Liens soulignés sauf pour les boutons */
a:hover {
	opacity: 0.6;
	text-decoration: underline;
}
.wp-block-button__link {
    text-decoration: none !important;
}

/* Couleur sidebar */
#secondary {
	background: #f0f0f0;
	padding: 20px 10px 0;
/*	border-left: 4px solid;
	color: #c0c0c0;
	height: 100%;*/
}

#primary .read-more {
    border-bottom: 3px solid #393939;
    display: inherit;
    padding: 0 0 30px 34px;
    font-size: 18px;
    line-height: 0px;
	font-weight: 700;
	color: #4aa0d7;
    background: transparent;
	text-transform: initial;
}
#primary .read-more:hover {
    background: transparent;
    opacity: 0.7;
}
#primary .post,
#primary .page {
    padding-bottom: 0px;
	margin-bottom: 27px;
}

/* contrôle du défilement dans les sauts */
html {
    scroll-behavior: smooth;
}

/* Blocs information */
.thumb-text li {
    list-style: disc;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.thumb-text li span {
    display: inline-block;
    margin-bottom: 0px;
}
.thumb-text li h3 {
    margin-bottom: 0px;
}
.thumb-text li h3 a {
    color: #f9f9f9;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
}
.thumb-text li h3 :hover {
    color: #474b4e;
}
.thumb-text li h3 :focus,
.thumb-text li h3 :active {
    color: #000000;
}

.thumb-text li .box-1 {
    background: #737495;
    padding: 15px 5px;
    height: 305px;
    overflow: visible;
}
.thumb-text li .box-2 {
    background: #68a8ad;
    padding: 15px 10px;
    height: 305px;
    overflow: hidden;
}
.thumb-text li .box-3 {
    background: #6c8672;
    padding: 15px 10px;
    height: 305px;
    overflow: hidden;
}
.thumb-text li .box-4 {
    background: #f17d80;
/*	background: #f49716; */
    padding: 15px 10px;
    height: 305px;
    overflow: hidden;
}

.box-2 p, .box-4 p {
    margin-bottom: 0;
    margin-top: 0;
    height: 180px;
    overflow: hidden;
	text-align:justify;
}

.box-1 img, .box-2 img, .box-3 img, .box-4 img {
/* height: auto;    */
height: 22%;
max-width: 100%;
}

/* Box-2 Images */
.box-2 .wp-block-image img {
	margin: 0;
}
.box-2 .wp-block-image figcaption {
    margin: 0.5em 0 1.5em 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
/* Box-4 Images */
.box-4 .wp-block-image img {
    margin: 0;
}
.box-4 .wp-block-image figcaption {
    margin: 0.5em 0 1.5em 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

/* box-3 agosforum widget */
.box-3 ul li {
    margin: 0 0 0 -88px;
    width: auto;
    height: 200px;
    overflow: hidden;
}
.box-3 .widget-element {
	padding:0;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
.box-3 .widgettitle {
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
}
.box-3 a {
	color:  #90d0ff ;
	font-size: 14px;
}
.box-3 .post-author, .box-3 .post-date, .box-3 .post-link {
	display: none;
}

/* Tablette */
@media only screen and (max-width: 991px) {
.thumb-text li .box-2, .thumb-text li .box-4 {
	font-size: 14px;
	line-height: 18px;
}
.box-2 .wp-block-image img {
	margin: 0;
}
}
/* Tel portable ----------------*/
@media only screen and (max-width: 767px) {
.box-2 .wp-block-image img {
	max-width: 80%;
}
}

/* Submit button for Contact Form 7, MailPoet subscription, comment form */
.form-submit input[type="submit"],
.wpcf7 input[type="submit"],
.mailpoet_form input[type="submit"],
.mailpoet-manage-subscription input[type="submit"] {
 	border: none;
	border-radius: 10px;
    background: #3b9ad7;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-shadow: none;   
    line-height: 1;
	padding: 0.6em 1.2em !important;
	margin: 10px 0 0 0 !important;
}
.form-submit input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover,
.mailpoet_form input[type="submit"]:hover,
.mailpoet-manage-subscription input[type="submit"]:hover {
	transition: all 0.6s ease 0s;
	opacity: 0.6; 
}
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active,
.mailpoet_form input[type="submit"]:focus,
.mailpoet_form input[type="submit"]:active,
.mailpoet-manage-subscription input[type="submit"]:focus,
.mailpoet-manage-subscription input[type="submit"]:active {
	background: #000000;
}
.wpcf7 p {
	font-style: italic;
	font-weight: 700;
}

.wpcf7-form-control {
	font-style: normal;
	font-weight: 400;
}

/* MailPoet CSS */
/* pour n'avoir que 3 newsletter d'affichés */
.mailpoet_archive {
    line-height: 18px;
    width: 100%;
    height: 83px;
    overflow: hidden;
}
.mailpoet_paragraph label strong {
    display: none;
}
.mailpoet-manage-subscription .mailpoet-change-email-info {
    font-size: 100% !important;
    font-weight: 700;
}
.mailpoet_confirm_unsubscribe a {
    font-weight: 700;
}
.mailpoet-manage-subscription .mailpoet_paragraph {
	background: #f1f1f1;
	padding: 10px !important;
}
.mailpoet-manage-subscription .mailpoet_paragraph input[type="text"] {
    padding: 3px 120px 3px 3px;
    outline: none;
    background-color: #fff;
}
 /* Mailpoet Form CSS */
#mailpoet_form_2 {
	width: 80% !important;
	margin-left: auto;
	margin-right:auto;
    background: #f1f1f1 !important;
    border: 1px solid #494949;
    border-radius: 10px !important;
    padding: 20px 10px 20px 10px !important;
}
#mailpoet_form_6 {
	  margin-left: auto;
    margin-right: auto;
}

/* Contact Form 7 CSS */
.wpcf7 {
     background: #f1f1f1;
     border: 1px solid #494949;
     border-radius: 10px;
     padding: 20px 20px 20px 20px !important;
	 margin-bottom: 50px;
	 width: 92%;
 }

/* Formulaires */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #111;
    outline: thin dotted;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"] {
    padding: 3px;
    outline: none;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/* Forum */
#af-wrapper .main-title {
    font-weight: 700;
    line-height: 24px;
    padding: 20px 0px 0px 0px;
}

/* image Les Actions d’ Attac N91 */
.theme {
    text-align: center;
    background: url(images/Hendaye-lowres.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position-x: center;
}
/* image Notre sélection de galleries */
.student-stories {
    text-align: center;
    background: url(images/Girl-Music-Alto-Fiel.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position-x: center;
}
.student-stories .image-wrapper {
    background: rgba(9, 9, 9, 0.7);
    padding-top: 62px;
    padding-bottom: 152px;
}

#secondary .widget-title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
}

#secondary .widget ul li a {
    font-size: 17px;
    line-height: 20px;
    color: #3b9ad7;
}

.widget-area .widget form, .page-header form {
    width: 100%;
    background: 0;
    height: 26px !important;
}

.widget-area .widget ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #4aa0d7;
}

.widget ul li .post .entry-meta a {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #878b8d !important;
}

.widget ul li .post {
    margin: 15px 0 0;
}

.single-post .site-content .entry-content ul li {
    background: none;
    padding-left: 0px;
    list-style: disc;
}

.entry-content a {
	color: #4aa0d7;
}

.site-footer {
    background: #1f1f1f;
    padding: 45px 0 10px;
    color: #d6d6d6;
    margin-top: -27px;
}

.widget-area .widget-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.widget.widget.widget_education_zone_social_links li svg {
    font-size: 40px;
}

.site-footer .widget-area {
    border-bottom: 0px solid #3a3a3a;
    padding-bottom: 0px;
}

.site-footer {
    background: #1f1f1f;
    padding: 45px 0 10px;
    color: #d6d6d6;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    font-family: 'Lato', sans-serif;
    color: #444444;
    font-size: 18px;
    line-height: 28px;
}

.banner .banner-text .text span {
    display: none;
}

.banner .banner-text .text .course-link {
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    background: 0;
    font-weight: 900;
    display: inline-block;
    text-transform: none;
	  margin-top: -50px;
	  margin-left: 800px;
}

/* BEG Commentaires */
.commentlist{
	margin: 0 0 0 -40px;
}

.comment-meta {
	text-align: right;
	padding-right: 1em;
}

.comment-meta a {
    color: gray;
    text-decoration: none;
}

.reply a {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #4aa0d7;
    font-weight: 700;
	float: right;
}

.comment-notes{
	font-size: 16px;
}

li.even {
 list-style: none;
 background: #FFFFC5;
}
li.odd {
 list-style: none;
 background: #E6FFDC;
}

.comment-author.vcard .fn{
    font-style: normal;
    font-weight: 700;
	color: #444;
}

.says {
	font-size: 0;
}

.comment-author.vcard .avatar.photo {
    float: left;
    margin: 0 20px;
    border-radius: 50%;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    float: left;
    height: 30px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 20px;
    color: #878b8d;
    padding: 0 10px;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    width: 34%;
	margin-right: 15px;
}

.reply {
    margin-left: 34px;
    margin-top: -28px;
    text-align: left;
    margin-bottom: 10px;
}
.comments-title, .comment-reply-title {
    font-size: 23px;
    line-height: 28px;
    color: #474b4e;
    font-weight: 700;
    margin: 20px 0 0 0;
}
.comment-reply-title small {
    font-size: 80%;
    padding-left: 50px;
}
li > ul.children {
    margin-left: 0em;
	  margin-bottom : 0em;
}
.comment-body p {
    margin-left: 71px;
	  margin-right: 1em;
}
li.even, li.odd {
	padding-bottom: 1px;
}
/* END Commentaires */

.page-header {
    padding: 0;
}
.page-header .page-title {
	font-style: italic;
	padding: 20px 0;
}


.featured-courses {
    text-align: center;
    background: #d6d6d6;
    padding: 40px 0 40px;
}

.featured-courses ul li .image-holder .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 57% 15% 0;
    font-size: 19px;
    line-height: 26px;
    color: #f8fcff;
    text-transform: uppercase;
    font-weight: 700;
    pointer-events: none;
}

.choose-us {
    padding: 40px 0 72px;
    text-align: center;
}

.choose-us .header-part {
    margin-bottom: 60px;
}

.choose-us .col h3 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
}

.site-content {
    padding-top: 0px;
}

#primary .entry-header {
    padding: 0 0 0;
}

.post-thumbnail {
	margin-bottom: 20px;
    display: block;
}

.comments-area ol li:first-child .reply {
    margin-bottom: 0px;
}

.comments-area,
.comments-area.form {
    margin-bottom: 0px;
    background: #fffffe;
    padding: 24px 0;
    font-size: 16px;
}

.latest-events {
    text-align: center;
    padding: 36px 0 0px;
}

.latest-events .header-part {
    margin-bottom: 20px;
    width: 100%;
}

.latest-events .col-2 .post {
    border-top: 3px solid #d2d4d6;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 16px;
    margin-bottom: 16px;
}

.latest-events .col-1 .post .image-wrapper .text {
    padding-bottom: 10px;
}
.latest-events .col-1 .post .entry-header {
    padding: 10px 30px 0;
    margin-bottom: 16px;
}
.latest-events .col-1 .post .entry-content {
	margin-bottom: -20px;
}

.widget-area .widget form,
.page-header form {
    width: 100%;
    background: 0;
    height: 50px;
}

#crumbs {
    text-align: right;
    font-size: 14px;
    line-height: 17px;
    color: #358ac0;
    margin-right: 5px;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.latest-events .learn-more {
    background: none;
    color: #3b9ad7;
    text-transform: initial;
    font-weight: 900;
    padding: 0px 18px;
    display: inline-block;
}

.choose-us {
    padding: 20px 0 10px;
    text-align: center;
}

.choose-us .col h3 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
}

.site-footer .widget-area .widget ul li {
    list-style: none;
    margin-bottom: 0px;
}
.widget-area .widget ul li {
    list-style: disc;
    margin-bottom: 12px;
}

/* widget Lien Page Posts FB */
.insert-page-3755  {
	margin-top: -28px;
	font-weight: 700;
	font-size: 23px;
}

/* Défilement de texte dans le bandeau haut de page */
/* texte = "en savoir plus" de la bannière **********/
.site-nondefilant {
	font-size: 28px;
	color: #3b94d7;
 	margin: -40px 0 10px 0 !important;
 	text-align: center;
	font-style: italic;
	font-weight: 700;
}
.site-defilant {
  overflow: hidden; /* important */
  width: 90%;
  max-width: 80em; /* A ADAPTER */
  margin: -48px auto 0px 10% !important;
  color: #3b9ad7; /* #444444 */
/*border: 3px solid #f0f0ff;*/
}
.site-defilant > div {
  display: inline-block; 
  white-space: nowrap; 
  animation: defilement-rtl 15s infinite linear;
  cursor: pointer;
  padding: 10px 2em 10px 100%;
  font-size: 28px;
}
.site-defilant:hover > div {
  animation-play-state: paused; /* paused or running */
}
@keyframes defilement-rtl {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
/* Tablette   ---------------------*/
@media only screen and (max-width: 991px) {
.site-nondefilant {
	color: #444444;
}
.site-defilant {
  width: 80%;
  max-width: 60em; /* A ADAPTER */
  margin: -46px auto 0px 14% !important;
  color: #444444; /* #444444 */
}
.site-defilant > div {
  padding: 5px 2em 5px 100%;
  font-size: 24px;
  line-height: 30px;
}
}
/* Tel portable ----------------*/
@media only screen and (max-width: 767px) {
.site-nondefilant {
	color: transparent;
 	margin: 0px 0 -20px 0 !important;
}
 .site-defilant {
  width: 100%;
  max-width: 60em; /* A ADAPTER */
  margin: -4em 0px 10px 0px !important;
  color: #444444; /* #444444 */
}
.site-defilant > div {
  padding: 5px 2em 5px 100%;
  font-size: 24px;
}
.mobile-header {
  padding: 10px 0 0 0;
}
.mobile-header .site-branding {
  display: block;
  text-align: center;
}
}

/* Asgaros Forum : suppression de l'affichage des fichiers téléversés
#af-wrapper .uploaded-files-title {
    display: none;
}
#af-wrapper .uploaded-file {
    display: none;
}
*/
#af-wrapper a {
    text-decoration: underline;
}
.post-edit-link {
	display: none;
}
h2.has-background {
    padding: 0.55em 2.375em;
}
/* Widget Forum Asgaros */
.asgarosforum-widget {
    font-size: 18px;
	line-height: 24px;
}

/* Widget Mailpoet */
.mailpoet_archive {
	line-height: 18px;
}
.mailpoet_archive_date {
    display: none;
}

/* décoration menu portable */
.mobile-menu .btn-close-menu {
	width: 21px;
	height: 28px;
}
.main-navigation ul {
    background-color: #ffffde;
}
.mobile-menu .secondary-nav ul {
    background-color: #ffe8e8;
}
.mobile-menu .contact-info a {
    color: #f00;
}

/* styles de lignes et séparateurs */
hr.separator-blue{
  height: 4px;
  background-color: #3b9ad7;
}
.is-style-default {
    width: 200px;
    height: 2px;
}
.is-style-wide {
    height: 2px;
}
.is-style-thickblue {
    height: 4px;
    background-color: #3b9ad7;
}

/* stylde de galerie */
.is-style-gallery .wp-block-button__link {
    background-color: transparent;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 12px 24px;
	font-size: 28px;
	color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
	overflow-wrap: break-word;
}

.video-portrait {
    width: 50%;
}

.widget .textwidget a {
    color: #4aa0d7;
    text-decoration: none;
}
.widget {
    margin: 0 0 0.5em;
}

/* Modifications des bandeaux d'en-tête */
/* ------------------------------------ */
/* suppression du texte sur la bannière */
.banner .banner-text .text .course-link {
    display: none;
}
/* suppression du nom de site sur le bandeau d'en-tête */
.site-title {
    display: none;
}
/* déplacement du formulaire de recherche */
.site-header .form-section {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 4px 10px;
    color: #fff;
}
.site-header .form-section form {
    background: transparent;
    border: none;
    height: 33px;
}
.site-header .form-section form input {
    border: 0;
    border-radius: 0;
    height: 100%;
    padding: 0px 0px 0px 5px;
    background: transparent;
    color: #fff;
}
.site-header .form-section form input[type="submit"] {
	background: url(https://attacn91.fr/wp-content/themes/education-zone/images/search-icon.png) no-repeat 8px 10px;
    border: 0;
    padding: 0;
    box-shadow: none;
    text-indent: 100%;
    width: 30px;
}
/* Plugin SpeakOut */
.dk-speakout-signaturelistWrapper {
  margin: 0 20%;
}

.dk-speakout-signaturelist-header {
  border-bottom: 2px solid #999;
  font-size: 0.9em;
}

.dk-speakout-signaturelistWrapper table {
  font-size: 0.9em;
  margin: 0 0 20px 0 !important;
}

a.dk-speakout-signaturelist-first, a.dk-speakout-signaturelist-prev, a.dk-speakout-signaturelist-next, a.dk-speakout-signaturelist-last {
  font-size: 14px;
  text-decoration: none !important;
  color: #666 !important;
}

.dk-speakout-even, .dk-speakout-odd {
  border-bottom: 1px solid #ccc;
}

.dk-speakout-signaturelist-pagelinks {
  border-bottom: none;
  padding: 8px 0 0 0;
  text-align: right;
  line-height: 3em;
}

/* grossissement de la boîte de menu (tablette et tel portable) */
.mobile-header .menu-opener span {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
}
.mobile-header .menu-opener {
  width: 20px;
  height: 14px;
  cursor: pointer;
  float: right;
  margin-top: 18px;
}
.mobile-header .container {
  display: block;
  text-align: right;
}
.mobile-header .site-branding {
  display: block;
  text-align: left;
}
/* ajustement de la barre du bandeau haut de page */
.site-header .header-m {
	padding: 6px 0 6px 0px;
}
.mobile-header {
	padding: 8px 0 12px 0px;
}
.site-branding {
    float: none;
}
/* ne pas obscurcir l'image bannière (à partir de la version education-zone 1.3.1  */
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}