/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* couleur des titre : #006C92 ::: bleu logo */
/* couleur des textes : #1FAD89 ::: vert logo */

/* Connexion en fenêtre modale */
.lrm-form input.has-padding,
.lrm-form select.has-padding,
.lrm-form button.has-padding {
  padding: 12px 20px 12px 50px !important;
}

p.lrm-form-message.lrm-form-message--init.lrm-is-error a {
  display: none;
}

.lrm-form-bottom-message {
  display: none;
}

.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator {
  background: #1fad89;
  border-color: #1fad89;
}

.lrm-form a.button,
.lrm-form button,
.lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"],
.lrm-form input[type="submit"] {
  background: #006c92;
  color: #fff;
}

#login_zone .container {
  padding: 1px 25px;
  height: auto !important;
  line-height: 1.1em !important;
}
#login_zone {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  /*background-color:#99C5D4;*/
  z-index: 10;
}
#login_zone p {
  margin: 0;
  text-align: right;
}
#login_zone p,
#login_zone a {
  font-size: 0.888em; /* 16/18px */
  color: #ffffff;
}

/*-----------------------------------------------------------------------------
# HEADER ::: CNRS - LEGS 
-----------------------------------------------------------------------------*/
/* Permet de décaler le H1 sous le header */
/* suite à activation du sticky menu */
/* Cas du sticky menu activé via ENFOLD
.html_header_top.html_header_sticky.html_bottom_nav_header #main {
    padding-top: 430px;
}
*/
#top #header_main > .container,
#top #header_main > .container .main_menu .av-main-nav > li > a,
#top #header_main #menu-item-shop .cart_dropdown_link {
  height: 260px; /*390*/
  line-height: 260px; /*390*/
}

/* Cas du sticky menu activé via ENFOLD
.header-scrolled-full #header_main > .container {
    display: none;
}
*/

div .logo {
  top: 40px; /*30px modif le 14/10/2020*/
  left: 30px;
}

.logo,
.logo a {
  height: auto;
}

#accroche-entete {
  position: absolute;
  top: 38px; /*28px modif le 14/10/2020*/
  left: 314px;
  font-size: 30px;
  font-weight: 400;
  font-family: Barlow, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 45px;
}
#accroche-entete span {
  font-size: 20px;
}

/* Menu principal */
#top #header .av-main-nav > li > a {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0 14px;
  font-weight: normal !important;
}

.av-main-nav > li.menu-item {
  background-color: #338aa9;
  margin-left: 10px;
}
.av-main-nav > li.menu-item:first-child {
  margin-left: 0;
}

.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu > div,
.html_header_top.html_bottom_nav_header
  #header_main_alternate
  .main_menu
  ul:first-child {
  height: 40px;
}
.html_header_top
  .av_bottom_nav_header
  #header_main_alternate
  .main_menu
  ul:first-child
  > li
  > a {
  height: 40px;
  line-height: 40px;
}

/* **************************** */
/* Sticky MENU */
.logo_sticky_menu {
  display: none;
}
.logo_sticky_menu .logo {
  top: 0;
  left: 20px;
}
.logo_sticky_menu img {
  width: 130px;
}

.sticky_menu {
  margin-left: 142px;
}

.sticky_menu .av-main-nav > li > a {
  font-size: 17px !important;
  padding: 0 11px !important;
}

.sticky_menu .av-main-nav > li.menu-item {
  margin-left: 8px !important;
}
.sticky_menu .av-main-nav > li.menu-item:first-child {
  margin-left: 0 !important;
}
/* **************************** */

/* Sous-menu */

.av-main-nav ul {
  /*width: auto;*/
  margin-top: 0px;
  border-top: 1px solid white !important;
}

.av-main-nav ul li {
  background-color: #66b2c9 !important;
}

#top .av-main-nav ul a {
  width: 85%;
  padding: 8px 0;
  font-size: inherit !important;
  line-height: 23px;
  min-height: 23px;
  border: 0;
  border-bottom: 1px solid white !important;
  margin: 0 15px;
}

#top .av-main-nav ul li:last-child a {
  border: 0 !important;
}

.av-main-nav li.current_page_parent,
.av-main-nav > li.current-menu-item,
.av-main-nav li:hover {
  background-color: #005878 !important;
}

.av-main-nav ul li.current-menu-item {
  font-weight: 600 !important;
}

.header_color .main_menu .menu ul li a:hover,
.header_color .av-subnav-menu ul a:hover {
  background-color: transparent !important;
}

/* Sous Sous menu */

.av-main-nav ul ul.children {
  display: none !important;
}

/*-----------------------------------------------------------------------------
# CONTENU PRINCIPAL
-----------------------------------------------------------------------------*/

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: Structure :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.main_color > .container:first-child,
#footer .container {
  /* Permet d'avoir une hauteur identique des colonnes du footer et de la sidebar */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sidebar {
  flex: 1; /* totalité de l'espace restant */
}

.container {
  padding: 0px 20px;
}

.container_wrap {
  border-top-width: 0;
}

.content,
.sidebar {
  padding-top: 20px;
  padding-bottom: 30px;
}

.content {
  display: block;
  background-color: white;
  min-height: 500px !important;
}

.content .entry-content-wrapper {
  padding-right: 60px; /*75*/
}

body .alignleft,
.entry-content-wrapper a:hover .alignleft {
  margin: 5px 20px 20px 0;
}

.img_left {
  float: left;
  margin: 0 10px 0 0;
}
.txt_right {
  /*float:left;*/
  margin: 5px 0;
}
.clear {
  clear: both;
}

img.contour {
  border-width: 1px;
  border-style: solid;
}

.avia_textblock {
  line-height: 1.3em;
}

/* intégration PDF */
span.wpmf_mce-wrap {
  display: block;
}
b.wpmf_mce-single-child {
  color: #fff;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: HOME :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.flex_column .template-blog .post-meta-infos {
  /*margin-bottom: -13px;*/
  margin-bottom: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: PAGE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* Fil d'ariane */
/* enfold/framework/php/class-breadcrumb.php */
.title_container .breadcrumb {
  position: relative !important;
  /*height: 25px;*/
  right: auto;
  top: auto;
  margin-top: 0;
  font-family: "barlow", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
}

.breadcrumb .sep {
  width: 12px;
}

.alternate_color .breadcrumb,
.alternate_color .breadcrumb a {
  color: #a8a9ac !important;
}

.alternate_color .breadcrumb a {
  text-decoration: underline !important;
}

.trail-end {
  font-weight: 600;
}
/* ************************** */

/* Titre H1 */

#top .title_container .container {
  padding: 0;
  /*display:block;*/
}
#top .title_container h1.main-title {
  clear: both !important;
  line-height: 1.2em; /* 2.3*/
  margin-top: 40px; /* 16px */
  margin-bottom: 25px;
}

.home .title_container .container {
  min-height: 0 !important;
}
.home .main-title {
  position: relative;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.2em; /* 2.3*/
  z-index: 2;
  top: 0;
}
.home .main-title,
.home h1 {
  font-weight: 400;
}

.template-search h1.main-title {
  margin-top: 48px !important;
  font-size: 30px !important;
  line-height: 1.2em !important;
}

.post-meta-infos {
  font-size: 1.5em;
}

.main_color .search-result-counter {
  background: #006c92;
  color: white;
  font-size: 1.5em;
  line-height: 20px;
}

/* ********************** */

p,
ul {
  line-height: 1.3em;
}

p {
  margin: 0.85em 0 0.55em 0;
}

strong {
  font-weight: 600 !important;
}

h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 1.2em;
}
ul + h2,
ul + h3 {
  margin-top: 1.5em;
}

/* Read More */
span ~ h1,
div ~ h1,
span ~ h2,
div ~ h2,
span ~ h3,
div ~ h3 {
  margin-top: 1.2em;
}

.template-search span ~ h2 {
  margin-top: 0 !important;
}

ul {
  margin: 0.85em 0;
}
ul li {
  margin-bottom: 5px;
}
ul.margeplus li {
  margin-bottom: 15px;
}

.entry-content-wrapper li {
  padding: 1px 0;
}

blockquote {
  border-left-style: solid;
  border-left-width: 3px;
  font-size: 1em;
  line-height: 1.3em;
  color: #000000 !important;
}

/*
.avia_textblock p:first-child{
	margin:0 !important;
}
*/

.main_color .flex_column a,
.main_color article a {
  color: #520041;
  text-decoration: underline;
  font-family: "barlow", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}
.main_color .flex_column a strong,
.main_color article a strong {
  color: #520041 !important;
}

.main_color .flex_column a:hover,
.main_color article a:hover {
  color: #874c79;
}
.main_color .flex_column a:hover strong,
.main_color article a:hover strong {
  color: #874c79 !important;
}

.main_color a.ns {
  text-decoration: none;
}
.main_color a.icone {
  font-size: 1em;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
  letter-spacing: 0;
}

h3 {
  text-transform: uppercase;
}

#searchform #searchsubmit {
  font-size: 21px;
}

#top #searchform input[type="text"] {
  border: 0;
}

.far {
  color: #520041 !important;
  font-size: 15px;
}

.doc_joint {
  margin-top: 30px;
}

#scroll-top-link {
  color: #006c92;
  border: 0px solid #006c92;
  background-color: #fff; /*cce2e9*/
  font-size: 40px;
  bottom: 100px !important; /*à cause du recaptcha V3*/
}
#scroll-top-link:hover {
  color: #006c92;
  border: 0px solid #006c92;
  background-color: #acd4e2;
}
#scroll-top-link.avia_pop_class {
  opacity: 0.8;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: BLOG :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*.single-post */
.entry-content-wrapper h2.post-title {
  line-height: 1.1em !important;
}

.single-post .entry-content-header {
  margin-bottom: 20px;
}

.single-post .title_container h1.main-title {
  margin-bottom: 0 !important;
}

.single-post .container .minor-meta.sous-titre {
  font-size: 1.1em;
  line-height: 2em;
}

.post-meta-infos {
  font-size: 0.9em;
  top: -10px;
}

.single-post .post-meta-infos {
  font-size: 0.9em;
  line-height: 1em;
  top: 0;
  margin-top: 0px;
}

.container .minor-meta {
  font-size: 1em;
  text-transform: none !important;
}

#top .av-share-box ul {
  width: 50%;
}

/* Suite à mise à jour du Blog le 06/06/2020 */

.html_elegant-blog #top .minor-meta {
  font-family: "zilla slab", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, Arial, sans-serif;
}

.html_elegant-blog #top .post-entry .minor-meta {
  text-transform: none;
}

.html_modern-blog #top .post-entry .blog-categories {
  position: relative;
  text-align: left;
  display: inline;
  font-weight: normal;
  font-size: inherit;
  top: 0;
}

.av-social-sharing-box .av-share-box {
  margin-top: 30px;
}

.html_modern-blog #top .post-entry .post-meta-infos,
.html_modern-blog .avia-content-slider .slide-meta {
  display: block; /* modif du 30/09/2020 au lieu de inline. Cf seminaires et autres évènenements */
  text-align: left;
  border: none;
  padding: 0;
  margin-top: auto;
  font-size: inherit;
  float: none;
}
/* Ajout du 30/09/2020 */
.html_modern-blog #top.single .post-entry .post-meta-infos,
.html_modern-blog .single .avia-content-slider .slide-meta {
  display: inline;
}

.html_elegant-blog #top .post-entry .post-title:hover,
.html_elegant-blog .avia-content-slider .slide-entry-title:hover {
  opacity: 1;
}

.html_modern-blog #top .post-entry .post-title,
.html_modern-blog .avia-content-slider .slide-entry-title {
  font-size: auto;
  text-align: left;
  letter-spacing: 0px;
  padding: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: EVENEMENTS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.illustration_event {
  float: left;
  width: 136px;
  margin-right: 20px;
  padding: 0 0 1px 0; /*pour conserver la largeur minimal*/
}

/* BLOC à droite de l'image*/
.event_infos {
  float: left;
  width: 78%;
  max-width: 580px;
  min-width: 130px;
  margin-bottom: 30px;
}

p.event_soustitre {
  margin-top: 0;
  color: #338aa9;
  font-weight: 500;
  font-size: 1.1em;
}

.sidebar span.event_soustitre {
  font-size: 0.85em;
}

.categorie_evenement {
  color: #797979;
  font-size: 0.9em;
}

.event_resume {
}

.event_date {
  display: inline-block; /* Pour la majuscule de la 1ère lettre */
  font-weight: 600;
}
.event_date:first-letter {
  text-transform: uppercase;
}

.event_date .nobold {
  font-weight: 400;
}
.event_horaires,
.event_lieu {
  color: #797979;
  font-weight: 500;
}
/*
.event_adresse
.event_ville
*/

.single-event h1 {
  margin-bottom: 10px !important;
}

.single-event .categorie_evenement {
  margin-top: 0px;
  margin-bottom: 25px;
}

.single-event .event_soustitre {
  margin-top: 40px;
}

.single-event .event_notes {
  width: 100%;
  margin: 20px 0 0;
}

/* Pour événement et publication */
.event_infos a.suite,
.bloc_detail a.suite {
  font-weight: 500;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: PUBLICATIONS et Séminaires :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

article > h2 {
  margin-top: 25px;
}
article:first-child > h2 {
  margin-top: 0;
}

.illustration_publication {
  float: left;
  width: 182px;
  height: auto;
  margin-right: 17px;
  /*border:1px solid #a8a9ac;*/
}
/*
.illustration_evenement{
	float:left;
	width:282px;
	height:auto;
	margin-right:17px;
	border:1px solid #a8a9ac;
}*/
.bloc_detail {
  position: relative;
  float: left;
  width: 71%; /*59*/
  height: auto;
  padding: 0;
}

.sans_illustration {
  width: 98%;
}

.contenu_publication {
  /*height:253px; *à modifier en responsive*/
  overflow: auto;
}
/*
.color_meta{
	color:#338aa9;
}
*/

.sidebar li,
.sidebar .publication_widget li {
  margin-bottom: 15px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: PAGINATION :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*

/* Séminaires Legs et Autres Evènements */
/* Publications */

div.mypagination {
  margin-top: 40px;
  text-align: center;
}

span.page-numbers,
a.page-numbers {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  width: 30px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #006c92;
}
span.page-numbers {
  background-color: #0b8cb7;
}

span.page-numbers {
  vertical-align: top;
}

a.page-numbers {
  color: #fff !important;
  text-decoration: none !important;
}
a.page-numbers:hover {
  background-color: #1fad89 !important;
}

.pagination .current {
  background-color: #0b8cb7 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: normal;
}

.pagination .current,
.pagination a {
  font-family: "barlow", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, Arial, sans-serif !important;
  margin-right: 5px !important;
}

.pagination a {
  background-color: #006c92 !important;
  box-shadow: 0px 0px 0px 0px;
}
.pagination a:hover {
  background-color: #1fad89 !important;
}

.pagination a.inactive {
  font-size: 18px !important;
  text-decoration: none !important;
  font-weight: normal;
  color: #fff !important;
}

/* Colloques et Journées d'études */

span.em-pagination {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  height: 30px;
  text-align: center;
}

span.em-pagination strong {
  font-weight: 500 !important;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: SEARCH :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.search .entry-content p {
  font-size: 1.3em;
}

.search .entry-content {
  margin-top: 1.2em;
  padding-top: 1px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: SIDEBAR ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.sidebar {
  background-color: #e5ead0;
  /*width:26% !important;*/
  color: #000000 !important;
}

.inner_sidebar {
  margin-left: 10px;
  margin-right: 10px;
}

.widget {
  padding: 10px 0 10px 0;
}

.sidebar h2 {
  font-size: 40px !important;
  /*font-family: 'barlow', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;*/
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  color: #006b92 !important;
  /*margin-bottom:30px;*/
}

.sidebar a {
  color: #520041 !important;
  text-decoration: underline;
  font-family: "barlow", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 600;
}

.sidebar .em.pixelbones a{
  color: #520041 !important;
}
.sidebar .em.pixelbones li{
	list-style:none;
}


ul#lct-widget-categorie_publications li {
  margin-bottom: 5px;
}




/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: Formulaire de CONTACT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.wpcf7 {
  margin-top: 40px;
}

#top label span {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="file"],
.wpcf7-form select,
.wpcf7-form textarea {
  vertical-align: top;
  width: 55% !important;
  margin: 0 0 0 3px !important;
  padding: 7px 2% !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #d2d2d2 !important;
  background-color: #f9f9f9 !important;
  font-size: 1em !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #338aa9 !important;
}
.wpcf7-form textarea {
  width: 70% !important;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border: 1px solid #338aa9 !important;
  background-color: #efefef;
  box-shadow: none !important;
}

.wpcf7-form input[type="submit"] {
  font-family: Barlow, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-left: 3px;
  padding: 7px 20px;
  /*border:1px solid;*/
  background-color: #338aa9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.wpcf7-form input[type="submit"]:hover {
  opacity: 1;
}

.wpcf7-form input[type="submit"]:hover {
  /*border:1px solid #000000 !important;*/
  color: #ffffff !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1fad89 !important;
}

span.wpcf7-not-valid-tip {
  color: #1fad8a;
  margin-left: 10px;
}

#contact-recaptcha {
  margin-left: 5px !important;
}
::-webkit-input-placeholder {
  color: #9c9d9f !important;
} /* WebKit, Blink (Safari, Google Chrome, Opera 15+) and Microsoft Edge */
::-moz-placeholder {
  color: #9c9d9f !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #9c9d9f !important;
} /* IE10 et 11 */
input:-moz-placeholder {
  color: #9c9d9f !important;
} /* firefox 4 à 18 */

.wpcf7-response-output {
  border: 1px solid #338aa9 !important;
  color: #338aa9;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked {
  border: 1px solid #1fad8a !important;
  color: #1fad8a;
}

.importantColor {
  border: 1px solid #99be23 !important;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: FOOTER :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer {
  font-family: Barlow, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 0;
}

#footer .av_one_third {
  margin-left: 0;
  border: 0px solid black;
  overflow: hidden;
}

#footer .av_one_third:first-child {
  width: 49%;
}
#footer .av_one_third:nth-child(2) {
  width: 24%;
  background-color: #cce2e9;
}
#footer .av_one_third:nth-child(3) {
  width: 27%;
  background-color: #99c5d4;
  border-left: 1px solid #86b3bf;
}

#footer .widget {
  padding: 0;
  margin: 13px 0;
}
#footer .textwidget {
  /*font-size:18px !important;*/
  line-height: 24px;
}

#footer .av_one_third:nth-child(2) .widget {
  position: absolute;
  bottom: 0;
  right: 25px;
  margin-bottom: 10px;
}

#footer .av_one_third:nth-child(2) .textwidget {
  font-size: 14px !important;
  line-height: 26px;
}

#footer .av_one_third:nth-child(2) .textwidget a {
  text-decoration: none;
}

#footer .av_one_third:nth-child(3) .widget {
  padding-left: 10px;
}

#footer .av_one_third:nth-child(3) h3.widgettitle {
  font-size: 18px !important;
  color: #006b92 !important;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 0;
}

#footer a.button {
  display: inline-block;
  background-color: #00ba9d;
  padding: 4px 15px;
  margin-bottom: 17px;
  border: 0;
  font-family: Barlow, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  /*letter-spacing:1px;*/
  font-weight: 400;
  text-decoration: none;
}
#footer a.button:hover {
  background-color: #00a58a;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::: SOCKET :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ################################################### */
/* ############### RESPONSIVE WEB DESIGN ############# */
/* ################################################### */

/* Tablette Portrait et Paysage, et au délà
============================================================================ 
  Note: Design for a width of 768px ou 1024px ou 1130px */
@media only screen and (min-width: 768px) and (max-width: 1130px) {
}

/* #Tablet (Paysage) uniquement et donc pour les résolutions d'écrans de 1024px x 768px 
============================================================================ 
  Note: Design for a width of 1024px */
@media only screen and (min-width: 990px) and (max-width: 1024px) {
  #top #header .av-main-nav > li > a {
    font-size: 17px;
    padding: 0 11px;
  }
  .sticky_menu {
    margin-left: 138px;
  }
  .sticky_menu .av-main-nav > li > a {
    font-size: 15px !important;
    padding: 0 9px !important;
  }
}

/* #Tablet (Portrait) uniquement et donc pour les résolutions d'écrans de 800 x 600px 
=======================================================================================
 Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive.html_mobile_menu_tablet #top #wrap_all #header {
    height: 300px;
  }

  #accroche-entete {
    left: 290px;
    font-size: 28px;
  }

  .responsive #top .container .av-content-small,
  .responsive #top #wrap_all .flex_column,
  .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .responsive #top #main .sidebar.smartphones_sidebar_active {
    display: block;
    text-align: left;
    border-left: none;
    border-right: none;
    border-top-style: dashed;
    border-top-width: 1px;
    width: 100%;
    clear: both;
  }
  .responsive .content {
    border: none;
  }
  .content .entry-content-wrapper {
    padding-right: 0;
  }
}

/* #Tablet (Portrait) et Mobile(Portrait et Paysage) et donc pour les résolutions d'écrans <= 989px 
=====================================================================================================
   Note: Design for a width of 768px ou 480px ou 320px */
@media only screen and (max-width: 989px) {
  .responsive.html_mobile_menu_tablet
    #top
    #header_main
    > .container
    .main_menu
    .av-main-nav
    > li
    > a {
    padding: 0 14px;
  }
  .html_av-overlay-side #top .av-burger-overlay-scroll {
    background: #99c5d4;
  }

  .main_color {
    background: #ffffff;
  }

  .footer_color {
    background: #cce2e9;
  }

  /* ************************* */

  .main_color > .container:first-child,
  #footer .container {
    display: block;
  }

  .responsive #top #main .sidebar.smartphones_sidebar_active {
    background: none;
  }

  /* ************************* */

  #footer .av_one_third:nth-child(2) .widget {
    position: relative;
    top: 0;
    right: 0;
  }

  #footer .av_one_third:nth-child(3) {
    background-color: transparent;
    border-left: none;
  }
  #footer .av_one_third:nth-child(3) .widget {
    padding-left: 0;
  }
}

/*  #Mobile (Portrait et Paysage)
================================================== */
/* Note: Design for a width of 320px et 480px (et 720px) */
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    visibility: hidden;
  } /* Masquer le badge reCaptcha V3 - seulement sur mobile */

  .responsive #login_zone {
    position: relative;
  }

  .responsive #top .logo {
    position: absolute;
    width: auto;
    top: 20px;
    left: 0;
  }

  .responsive.html_mobile_menu_tablet #top #wrap_all #header {
    height: 260px;
  }

  #accroche-entete {
    position: relative;
    padding-top: 115px;
    top: 0;
    left: 0;
    line-height: 45px;
  }

  /* ************************* */

  .main_color > .container:first-child,
  #footer .container {
    display: block;
  }

  .responsive #top #wrap_all .container {
    width: 93%;
    max-width: 93%;
  }

  .responsive #top #wrap_all .title_container .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

/* #Mobile (uniquement Paysage)
==================================================
   Note: Design for a width of 480px (et 568px(iphone5S) et 640px et 736px [et 812px]) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/*  #Mobile (Portrait)
==================================================
Note: Design for a width of 320px (iphone5S) (et 360px et 375px) */
@media only screen and (max-width: 479px) {
  .responsive.html_mobile_menu_tablet #top #wrap_all #header {
    height: 310px;
  }

  .responsive .title_container .breadcrumb {
    left: 0;
  }
}

.grecaptcha-badge {
  display: none !important;
}
