@charset "UTF-8";
/*---------------------------------------------------------------------------------

 Theme Name:   Genay-theme-enfant
 Theme URI:    http://monsieurg.com/Genay/
 Description:  Site maquette de Genay
 Author:       Elegant theme + monsieurgentil.fr + Lundien8.fr
 Author URI:
 Template:     Divi
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*   VARIABLES */
/* les couleurs de la charte reprises dans les rubriques du menu */
/*   FONTS */
/* reset */
/* définition des styles principaux hors Divi */
h1, .h1 {
  font-size: 36px;
  line-height: 0.9em;
  font-style: italic;
  font-weight: 900; }

h2, .h2 {
  font-size: 30px;
  line-height: 0.9em;
  font-style: italic;
  font-weight: 700; }

h3, .h3 {
  font-size: 25px;
  line-height: 1em;
  font-style: italic;
  font-weight: 700; }

h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600; }

h5 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 300; }

h6 {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 300;
  padding: 15px 0; }

i {
  margin-right: 5px; }

blockquote {
  border-color: #706666;
  line-height: 1.75em;
  font-size: 1.15em; }

/* correction des exposants */
sup {
  bottom: .6em;
  font-size: 0.7em; }

pre {
  margin: 15px 0 10px 0; }

/* HEADER */
/*----------------------------------------------*/
/*-----Slide-In Menu from Left by Divi Soup-----*/
/*----------------------------------------------*/
/*Move the hamburger menu to the left*/
#et-top-navigation {
  float: left;
  padding-left: 0 !important; }

/*Move the menu to the left when open*/
.et_slide_menu_top {
  padding: 27px; }

.et_pb_slide_menu_active header#main-header, .et_pb_slide_menu_active #page-container {
  left: 300px !important; }

.et_pb_slide_menu_active .et_slide_in_menu_container.et_pb_slide_menu_opened {
  right: auto !important;
  left: 0 !important; }

/* style du menu couleurs souligné */
.menuFG1::after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #df2a70;
  display: block;
  position: absolute;
  right: 20px;
  left: 20px; }

.menuFG2::after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aec90b;
  display: block;
  position: absolute;
  right: -20px;
  left: -20px; }

.menuFG3::after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ee6600;
  display: block;
  position: absolute;
  right: -20px;
  left: -20px; }

.menuFG4::after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00afe3;
  display: block;
  position: absolute;
  right: -20px;
  left: -20px; }

.menuFG5::after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dd1111;
  display: block;
  position: absolute;
  right: -20px;
  left: -20px; }

.menuFG6::after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffbb00;
  display: block;
  position: absolute;
  right: -20px;
  left: -20px; }

.menuFG7::after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffff33;
  display: block;
  position: absolute;
  right: -20px;
  left: -20px; }

/*Hide the screen overflow*/
body.et_pb_slide_menu_active {
  overflow-x: hidden !important; }

/*Move the logo to the right of the screen*/
#logo {
  margin-left: 50px; }

/*Switch the slide-in animation from right to left*/
.et_slide_in_menu_container {
  left: -320px;
  -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important; }
  .et_slide_in_menu_container #mobile_menu_slide li a:hover {
    color: #000; }
  .et_slide_in_menu_container #mobile_menu_slide li li a {
    opacity: .6;
    padding: 4px 0;
    line-height: 1.15em;
    font-size: 1em;
    font-weight: 700; }

.et_header_style_slide #et-top-navigation::before {
  content: url(/wp-content/uploads/2019/04/menu-ici.png);
  position: absolute;
  margin-left: -70px;
  margin-top: 40px; }

/*-----------------------------------------------*/
/*---------Divi Double Menu by Divi Soup---------*/
/*-----------------------------------------------*/
/*Position the default styled menu*/
.ds-main-menu {
  float: right; }

/*Add transition effect to the default style menu*/
.ds-main-menu,
.ds-main-menu .et_pb_fullwidth_menu .fullwidth-menu-nav > ul,
.et-fixed-header .ds-main-menu .et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

/*Reduce menu item padding on fixed header*/
.et-fixed-header .ds-main-menu .et_pb_fullwidth_menu .fullwidth-menu li > a {
  padding-bottom: 15px !important; }

.et-fixed-header .ds-main-menu .et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
  padding: 15px 0 0 !important; }

/*Move menu to left when header fixed*/
.et-fixed-header .ds-main-menu {
  margin-left: 10% !important; }

/*Hide items from slide in menu on desktop*/
nav.fullwidth-menu-nav {
  padding-top: 20px !important; }

/*-----------------------------------------------*/
/*-------End Divi Double Menu by Divi Soup-------*/
/*-----------------------------------------------*/
/* changement des couleurs et taille du hamburger */
.et_toggle_slide_menu::after {
  left: -32px;
  opacity: 0;
  content: "\4d";
  font-size: 90px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #faf000 !important; }

.mobile_menu_bar::before {
  position: absolute;
  top: 0;
  left: -32px;
  font-size: 90px;
  content: "\61";
  cursor: pointer;
  color: #dd1111 !important; }

#menu-menu-logo {
  /* ajout d'effet hover sur les liens du menus du bandeau haut avec logo */ }
  #menu-menu-logo > li > a {
    padding: 12px 12px; }
    #menu-menu-logo > li > a:hover {
      padding: 12px 12px;
      background: #faf000; }
  #menu-menu-logo > li.urgences a:hover {
    background: #dd1111;
    color: #fff !important; }

/* assurer la couleur du texte bouton */
.et_pb_contact_submit {
  color: #fff !important; }

/* petit ajustement des flêches du menu */
.et_mobile_menu_arrow::before {
  color: #fff;
  font-size: 36px !important;
  line-height: 0.5 !important; }

/* taille de la zone haute du menu partie rechercher */
.et_slide_menu_top {
  padding: 27px; }

/* mise en forme page d'accueil */
#tourne.et_pb_image_0 .et_pb_image_wrap {
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  /* Équivalent à rotateZ(45deg) */
  background-color: transparent; }

/* supprimer le contour du champ recherche */
.et_pb_search {
  border: 0px; }

/* DIVI */
/* correction de la couleur du bouton submit */
.form-submit .et_pb_button {
  color: #fff; }

.columns {
  -webkit-columns: 3;
          columns: 3; }
  .columns li {
    padding-left: 0;
    margin-left: 1em; }

/* position du formulaire sur la carte contact 
#form-fixe{
    position: relative;
    top: -100px;
} */
/* supprimer le filet de la colonne widdgets */
.et_pb_widget_area_left {
  border: 0px; }

.et_pb_bg_layout_light p.et_pb_title_meta_container {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.5em;
  text-align: center;
  background: #d3d1d0; }

.et_pb_post_title_0 .et_pb_title_container h1.entry-title {
  text-align: center;
  font-size: 36px; }

/* style pour les icones de réseaux sociaux plugin ajouté */
.sharify-container ul {
  padding: 0 !important;
  margin: 0; }

/* ajout de ligne ne dessous des résultats de recherche et post */
.et_pb_post {
  margin-bottom: 30px;
  border-bottom: 5px dotted #706666;
  padding: 0 0 20px 0; }

/* masquer une partie des adresse mail pour les robots */
.nobot {
  display: none; }

/**** MAIN ****/
.maire-FG.et_pb_team_member_0.et_pb_team_member .et_pb_team_member_image {
  display: inline;
  float: left;
  padding: 20px 30px 10px 0; }

.maire-FG .et_pb_team_member_description {
  display: inline;
  float: left;
  padding: 20px 30px 10px 0; }

.maire-FG .et_pb_member_position {
  font-size: 1.5em; }

.maire-FG pre a, .elus-FG pre a, .FG-bloc-contact pre a {
  font-family: 'Asap',Helvetica,Arial,Lucida,sans-serif;
  line-height: 2.2em; }
  .maire-FG pre a::before, .elus-FG pre a::before, .FG-bloc-contact pre a::before {
    content: "\e076";
    font-family: ETmodules;
    padding-right: 7px; }

.lien-FG h6 a {
  font-family: 'Asap',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.4em;
  color: #dd1111;
  font-size: 0.9em; }
  .lien-FG h6 a::before {
    content: "\e016";
    font-family: ETmodules;
    padding-right: 7px; }

/* ligne après et avant les titres 
.titre-FG-before, .titre-FG-after {
	content:" ";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    background-color: #1e1e1e;
}
::before, ::after {
    box-sizing: border-box;
}*/
/* Custom cecile - encart des elus - enveloppe - START*/
/* .FG-elus p a::before{
	content:"\e076";
	font-family: ETmodules;
	padding-right: 7px;
	font-style: normal;
}

.FG-maire p a::before{
	content:"\e076";
	font-family: ETmodules;
	padding-right: 7px;
	font-style: normal;
} */
/* Custom cecile - encart des elus - enveloppe - END*/
/* CUSTOM LISTE DEROULANTE FORMULAIRE ELUS - CECILE */
/*  select option{
		transition: all 250ms cubic-bezier(.4,.25,.3,1);
		display: block;
		height: 0;
		font-size: 1.2rem;
		line-height: 40px;
		overflow: hidden;
		color: #3e3e3e;
		background-color: #fff;
		cursor: pointer;
		padding-left: 20px;
} */
#FG-sondage .Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Ans_Div_2 {
  padding: 10px 0px !important; }

#FG-sondage .Total_Soft_Poll_1_Ans_Div_Ov_Lab1_2 {
  font-size: 20px !important; }

#FG-sondage .Total_Soft_Poll_1_BBut_MDiv_2 {
  padding-bottom: 10px; }

#FG-album .album_categories li span {
  font-family: 'Asap',Helvetica,Arial,Lucida,sans-serif;
  font-style: italic;
  font-weight: 600;
  padding: 4px 14px 1px 14px;
  background-color: #eeebeb;
  border: 0px solid #eeebeb;
  border-radius: 11px;
  color: #ad0d0d; }
  #FG-album .album_categories li span.active {
    background-color: #dd6868;
    color: #ffffff; }
  #FG-album .album_categories li span:hover {
    background-color: #ad0d0d;
    color: #ffffff; }

.FG-bloc-contact .et_pb_promo_description {
  padding-bottom: 0px; }

.FG-fond .et_pb_row, .FG-fond .et_pb_row_1-4_1-2_1-4 {
  background-color: #fff; }

/* modif colonne 3 de la page histoire */
#FG-col3 {
  width: 19.5% !important; }
  #FG-col3 .album_categories {
    display: none; }

/* fond du fil d'ariane */
.breadcrumb {
  background-color: #efefe6;
  margin: 0;
  padding: 3px 15% !important;
  min-width: 100%;
  font-weight: 300; }

/* style des citations */
/*pullquotes css*/
/*Pull quote text styling
blockquote.et-pullquote p {
font-size: 18px;
line-height: 26px;
font-style:  italic;
letter-spacing: 0px;
font-weight: 700;
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
	color:#dd1111;
}
/*Pull quote text styling appliqué a toutes les citations
blockquote p {
font-size: 18px;
line-height: 26px;
font-style:  italic;
letter-spacing: 0px;
font-weight: 700;
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
	color:#dd1111;
}
blockquote{
position: relative;
border-left: none;
}
blockquote:before {
    content: "\201C";
    font-size: 75px;
    position: absolute;
    top: 10px;
    left: -16px;
   font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
	color:#dd1111;
}
@media all and (min-width: 700px) {
 
blockquote{
padding: 0 0 0 20px;
max-width: 360px;
}
	blockquote {
    float: left;
    margin: 20px 30px 20px -12%;
}
	}
 
/*Pull quotes with open quotation mark

blockquote.et-pullquote.left.quote, blockquote.et-pullquote.right.quote{
position: relative;
border-left: none;
}
 
blockquote.et-pullquote.left.quote:before {
    content: "\201C";
    font-size: 75px;
    position: absolute;
    top: 10px;
    left: -16px;
   font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
	color:#dd1111;
}
 
blockquote.et-pullquote.right.quote:before {
    content: "\201C";
    font-size: 75px;
    position: absolute;
    top: 10px;
    left: -16px;
    font-family: lato;
    color: #888;
}
 
/*Pull quotes with top border
blockquote.et-pullquote.left.topborder, blockquote.et-pullquote.right.topborder{
border-left: none;
border-top-width: 5px;
border-top-style: solid;
padding: 5px;
}
 
/*Pull quotes with dark background
blockquote.et-pullquote.left.dark, blockquote.et-pullquote.right.dark{
border-left: none;
padding: 10px;
background: #333;
}
 
blockquote.et-pullquote.left.dark p, blockquote.et-pullquote.right.dark p {
color: #fff;
}
 
@media all and (min-width: 700px) {
 
blockquote.et-pullquote{
padding: 0 20px;
max-width: 300px;
}
 
/*Pull quote Left
blockquote.et-pullquote.left{
    float: left;
    margin: 20px 20px 20px -10%;
}
/*Pull quote Right
blockquote.et-pullquote.right{
    float: right;
    margin: 20px -10% 20px 20px;
}
}
/* fin du style des citations */
h4.widgettitle {
  text-transform: uppercase !important;
  font-size: 20px !important;
  line-height: 1.5em !important;
  text-align: left !important;
  margin: 1em 0 0 0;
  font-style: italic; }

span.rpwwt-post-title {
  font-size: 1.25em;
  font-weight: 900; }

div.rpwwt-post-excerpt {
  line-height: 1.25em;
  font-size: 0.90em; }

.rpwwt-post-excerpt a {
  color: #d11 !important; }

.et_pb_bg_layout_light .et_pb_widget li a:hover {
  color: #fb0; }

.gform_wrapper {
  margin-top: 0; }
  .gform_wrapper .gform_body, .gform_wrapper .gform_footer {
    padding-left: 10px !important; }
  .gform_wrapper .gform_footer {
    margin-top: 0px !important;
    min-height: 55px; }
    .gform_wrapper .gform_footer input[type=submit] {
      color: #ffffff !important;
      border-width: 0px !important;
      border-radius: 12px;
      font-size: 20px !important;
      font-weight: 900;
      font-family: "Asap", Helvetica, Arial, Lucida, sans-serif !important;
      font-style: italic;
      background-color: #dd6868;
      padding: 0.4em 0.8em;
      -webkit-transition: background-color 0.75s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.75s ease-in-out;
      transition: background-color 0.75s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.75s ease-in-out;
      box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
      float: right;
      cursor: pointer; }
      .gform_wrapper .gform_footer input[type=submit]:hover {
        background: #ad0d0d;
        box-shadow: none; }
  .gform_wrapper textarea.small {
    margin-bottom: 20px; }
  .gform_wrapper div.validation_error,
  .gform_wrapper li.gfield.gfield_error,
  .gform_wrapper .gfield_error .gfield_label,
  .gform_wrapper .gfield_required,
  .gform_wrapper .validation_message {
    color: #dd0000 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background-color: transparent !important; }
  .gform_wrapper input:focus {
    color: #000;
    font-weight: 900; }
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    height: 55px; }

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 16px !important;
  border-width: 0 0 1px 0;
  border-bottom-color: #d0c6c6;
  font-family: "Asap", Helvetica, Arial, Lucida, sans-serif !important; }

#field_2_1, #field_2_5 {
  margin-top: 0px; }

.ginput_recaptcha {
  margin-top: -20px !important; }

/* alignement à droite captcha */
#input_2_4.ginput_container.ginput_recaptcha {
  float: right; }

.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  /* On est sûr de ne plus voir la flèche native */
  height: auto;
  border: 0;
  margin: 20px 0px;
  padding: .75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* On empêche le texte d'aller jusqu'au bout s'il est trop long */ }

.ginput_container.ginput_container_select::after {
  /* Le pointeur du select */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 15px;
  right: 40px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #444;
  border-width: 6px;
  border-style: solid;
  pointer-events: none; }

.vtl {
  position: relative;
  padding: 10px 10px 10px 40px;
  max-width: 680px; }
  .vtl::before {
    content: '';
    width: 2px;
    background-color: #Dd1111;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px; }

.event p {
  padding-bottom: 0;
  margin-top: -2px; }

div.ewrap {
  padding: 4px 0;
  position: relative;
  width: 100%; }
  div.ewrap::before {
    content: '';
    border: 7px solid transparent;
    border-right-color: #ddd;
    border-left: 0;
    position: absolute;
    top: 7%;
    left: -15px; }
  div.ewrap::after {
    content: '';
    background: #fff;
    border: 2px solid #Dd1111;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    position: absolute;
    top: 8%;
    left: -35px; }

/* [EVENT ITSELF] */
div.event {
  padding: 0px 0px;
  background-color: #fff;
  position: relative;
  border-radius: 0px; }

/* [THE DATE & TEXT] */
strong.date {
  font-size: 1.1em;
  font-weight: bold;
  color: #333; }

p.text {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.3em; }

body.page-template-tpl-annuaire-liste #main-content .container:before {
  right: 0 !important;
  width: 0; }

body.page-template-tpl-annuaire-liste #main-content {
  background: url(assets/img/wormz.png); }
  body.page-template-tpl-annuaire-liste #main-content > .container {
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px; }

body.page-template-tpl-annuaire-liste #interface {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.3);
  z-index: 10; }
  body.page-template-tpl-annuaire-liste #interface > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  body.page-template-tpl-annuaire-liste #interface .search, body.page-template-tpl-annuaire-liste #interface .filtres {
    border-right: 1px solid #000;
    width: 33%; }
  body.page-template-tpl-annuaire-liste #interface .search input[type="search"] {
    padding: 10px;
    font-size: 1em;
    border-radius: 5px; }
  body.page-template-tpl-annuaire-liste #interface .search input[type="submit"] {
    padding: 10px;
    border-radius: 15px;
    background: #dd6868;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em; }
  body.page-template-tpl-annuaire-liste #interface .search a.reset {
    padding: 10px;
    border-radius: 15px;
    background: #ffffff;
    border: 2px solid #dd6868;
    font-weight: bold;
    font-size: 1.2em;
    color: #706666; }
  body.page-template-tpl-annuaire-liste #interface .filtres .selectform {
    padding: 5px;
    font-size: 1.2em;
    background: #efefe6; }
  body.page-template-tpl-annuaire-liste #interface .carte .button {
    background-color: #ee6600;
    border-radius: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 020px;
    font-weight: bold;
    font-size: 1.2em;
    border: 2px solid #ffffff; }
    body.page-template-tpl-annuaire-liste #interface .carte .button:hover {
      color: #ee6600;
      background: #fff;
      border: 2px solid #ee6600; }
  body.page-template-tpl-annuaire-liste #interface .grid {
    display: -ms-grid;
    display: grid; }

body.page-template-tpl-annuaire-liste h1 {
  border-bottom: 2px solid #000000; }

body.page-template-tpl-annuaire-liste .results {
  /*	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
		grid-gap: 1rem;
		grid-auto-flow: dense;
	*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 60px 0; }
  body.page-template-tpl-annuaire-liste .results > article {
    /*			align-self: stretch;
			justify-self: stretch;
			object-fit: cover;
*/
    width: 32%;
    margin-bottom: 20px !important; }
  body.page-template-tpl-annuaire-liste .results .et_pb_post {
    margin-bottom: 0; }
  body.page-template-tpl-annuaire-liste .results article {
    background-color: #efefe6;
    padding: 10px;
    border-right: 1px solid #4b5864;
    border-bottom: 1px solid #4b5864; }
    body.page-template-tpl-annuaire-liste .results article .content {
      /*				display : grid;
				grid-template-columns : 1fr 1fr 3fr;
				grid-template-areas : 
										"logo titre titre"
										"adresse adresse tel";
				gap : 1rem;
*/
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
      body.page-template-tpl-annuaire-liste .results article .content .colGauche {
        width: 30%;
        padding: 10px; }
      body.page-template-tpl-annuaire-liste .results article .content .colDroite {
        width: 70%;
        padding: 10px; }
    body.page-template-tpl-annuaire-liste .results article .title h2 {
      font-size: 1.2em; }
    body.page-template-tpl-annuaire-liste .results article .tags {
      color: #ad0d0d; }
    body.page-template-tpl-annuaire-liste .results article .adresses {
      border-left: 2px solid #d0cfbf;
      padding-left: 5px; }
    body.page-template-tpl-annuaire-liste .results article p i, body.page-template-tpl-annuaire-liste .results article a i {
      margin-right: 5px; }
    body.page-template-tpl-annuaire-liste .results article.no_thumbnail .content {
          grid-template-areas: "titre titre titre" "adresse adresse tel"; }

body.page-template-tpl-annuaire-map #main-content .container:before {
  right: 0 !important;
  width: 0; }

body.page-template-tpl-annuaire-map .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 2px solid #000000;
  margin-bottom: 40px; }
  body.page-template-tpl-annuaire-map .header h1 {
    line-height: 1.4em; }
  body.page-template-tpl-annuaire-map .header .button.retour {
    background: #dd6868;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #dd6868;
    padding: 10px 20px;
    display: block; }
    body.page-template-tpl-annuaire-map .header .button.retour:hover {
      background: #fff;
      color: #dd6868; }

.map_container {
  position: relative; }
  .map_container .filters {
    position: absolute;
    top: 100px;
    left: 10px;
    background: #ffffff;
    z-index: 10;
    width: auto;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px; }
    .map_container .filters ul.list_parent_filters li {
      margin: 20px 0; }
  .map_container #mapid {
    height: 600px; }

gm-map {
  display: block;
  width: 100%;
  height: 600px; }

.single-annuaire #main-content .container:before {
  right: 0 !important;
  width: 0; }

.single-annuaire #main-content {
  background: url(assets/img/wormz.png); }
  .single-annuaire #main-content > .container {
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px; }

.single-annuaire .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 2px solid #000000;
  margin-bottom: 40px; }
  .single-annuaire .header .h1 {
    line-height: 1.4em; }
  .single-annuaire .header .button {
    font-weight: bold;
    border-radius: 15px;
    padding: 10px 20px;
    display: block; }
    .single-annuaire .header .button.retour {
      background: #dd6868;
      border: 2px solid #dd6868;
      color: #fff; }
      .single-annuaire .header .button.retour:hover {
        background: #fff;
        color: #dd6868; }
    .single-annuaire .header .button.edition {
      background: #00afe3;
      border: 2px solid #00afe3;
      color: #fff; }
      .single-annuaire .header .button.edition:hover {
        background: #fff;
        color: #00afe3; }

.single-annuaire article {
  background: #efefe6; }
  .single-annuaire article .content {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .single-annuaire article .content .logo {
      width: 25%;
      margin-right: 5%; }
    .single-annuaire article .content .presentation {
      width: 70%; }
      .single-annuaire article .content .presentation.full {
        width: 100%; }
      .single-annuaire article .content .presentation .tags {
        color: #ad0d0d; }
      .single-annuaire article .content .presentation .president {
        margin-top: 20px; }
      .single-annuaire article .content .presentation .coordo {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        margin-bottom: 20px;
        margin-top: 20px; }
        .single-annuaire article .content .presentation .coordo .adresse, .single-annuaire article .content .presentation .coordo .tel {
          border-left: 2px solid #d0cfbf;
          padding-left: 5px;
          width: 50%; }
        .single-annuaire article .content .presentation .coordo .tel p {
          padding-bottom: 0.2em; }
        .single-annuaire article .content .presentation .coordo .tel a {
          color: #706666; }
          .single-annuaire article .content .presentation .coordo .tel a:hover {
            color: #ad0d0d; }
  .single-annuaire article .intertitre {
    border-top: 20px solid #fff;
    border-bottom: 10px solid #fff;
    padding: 5px 20px;
    line-height: 1.4em; }
    .single-annuaire article .intertitre i {
      color: #ad0d0d;
      font-size: 1.5em; }
  .single-annuaire article .map {
    background: #efefe6;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .single-annuaire article .map h2 {
      padding: 40px 20px;
      background: #faf000;
      margin-bottom: 20px; }
    .single-annuaire article .map #annuaire_map {
      min-height: 600px;
      width: 75%; }
    .single-annuaire article .map .resume_map {
      padding: 20px;
      width: 25%; }
      .single-annuaire article .map .resume_map .logo {
        height: 100px;
        display: block; }
        .single-annuaire article .map .resume_map .logo > img {
          height: 100%; }

#content-edit-fiche .header {
  margin-bottom: 100px; }

#content-edit-fiche input[type="text"],
#content-edit-fiche input[type="password"],
#content-edit-fiche input[type="tel"],
#content-edit-fiche input[type="email"],
#content-edit-fiche input.text,
#content-edit-fiche input.title,
#content-edit-fiche textarea,
#content-edit-fiche select {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000; }

#content-edit-fiche .acf-form-submit {
  text-align: center;
  margin: 40px 0; }
  #content-edit-fiche .acf-form-submit input[type="submit"] {
    padding: 10px;
    border-radius: 15px;
    background: #dd6868;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em; }

/* intervention sur les couleurs du comarcage services publics */
#comarquage svg .color-27 {
  fill: #e6d600; }

#comarquage.espace-part #co-page h1 {
  margin: 0 0 .5em;
  padding-right: .5em;
  font-size: 33px;
  font-weight: 900;
  color: #706666;
  font-family: 'Asap',Helvetica,Arial,Lucida,sans-serif; }

#comarquage.espace-part #co-page h2 {
  font-size: 26px;
  margin: 0 0 20px;
  color: #706666;
  font-weight: 900;
  font-family: 'Asap',Helvetica,Arial,Lucida,sans-serif; }

#comarquage.espace-part #co-page h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #706666;
  font-family: 'Asap',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 900; }

#comarquage.espace-part #co-page a:hover {
  color: #ad0d0d; }

#comarquage.espace-part #co-page .co-breadcrumb a:hover {
  color: #ad0d0d; }

#comarquage.espace-part #co-page .co-breadcrumb a.last {
  color: #ad0d0d; }

#comarquage.espace-part #co-page.comarquage-home .co-home-theme h2 {
  text-transform: lowercase; }

#comarquage.espace-part #co-page.comarquage-home .co-home-theme .home-theme-list .home-theme-list-item h3 a {
  color: #706666;
  font-weight: 900;
  font-family: 'Asap',Helvetica,Arial,Lucida,sans-serif;
  text-transform: lowercase;
  font-size: 1.15em; }

#comarquage.espace-part #co-page.comarquage-home .co-panel-body p.link-all a {
  color: #faf000;
  background: #888;
  padding: 6px 16px;
  margin: 10px 0;
  display: inline-block;
  border-radius: 15px; }

#comarquage.espace-part #co-page .fiche-bloc .fiche-item .fiche-item-title h3 {
  font-weight: 900; }

#comarquage.espace-part #co-page .fiche-bloc .fiche-item-content .tabs .tab-content {
  border: 1px solid #ad0d0d; }

#comarquage.espace-part #co-page .tool-slide button:hover {
  color: #ad0d0d; }

#comarquage.espace-part #co-page .tool-slide button > div {
  padding: 3px 6px;
  background-color: #ad0d0d; }

#comarquage.espace-part #co-page .bloc-attention {
  border: 3px solid #ad0d0d; }
  #comarquage.espace-part #co-page .bloc-attention .bloc-attention-title {
    color: #ad0d0d; }
    #comarquage.espace-part #co-page .bloc-attention .bloc-attention-title svg {
      fill: #ad0d0d; }

#comarquage.espace-part #co-page .bloc-anoter {
  border: 3px solid #ad0d0d; }
  #comarquage.espace-part #co-page .bloc-anoter .bloc-anoter-title {
    color: #ad0d0d; }
    #comarquage.espace-part #co-page .bloc-anoter .bloc-anoter-title svg {
      fill: #ad0d0d; }

#comarquage.espace-part #co-page ul.list-puce li::before, #comarquage.espace-part #co-page ol.list-puce li::before {
  color: #ad0d0d; }

#comarquage.espace-part #co-page .nav-tabs > li.active > span {
  background-color: #ad0d0d;
  border: 1px solid #ad0d0d;
  border-bottom-color: #ad0d0d;
  border-bottom-color: transparent; }

#comarquage.espace-part #co-bar #co-search input[type="submit"] {
  background-color: #706666; }

#comarquage.espace-part #co-bar .co-home svg:hover {
  fill: #ad0d0d; }

#comarquage.espace-part .co-btn.co-btn-slide .chevron-down svg, #comarquage.espace-part .co-btn.co-btn-slide .co-external-link svg {
  fill: #ad0d0d; }

#comarquage.espace-part .co-btn.co-btn-slide .chevron-down, #comarquage.espace-part .co-btn.co-btn-slide .co-external-link {
  border: 1px solid #ad0d0d; }

#comarquage.espace-part .co-btn.co-btn-slide:hover .chevron-down, #comarquage.espace-part .co-btn.co-btn-slide:hover .co-external-link {
  background-color: #ad0d0d; }

#comarquage.espace-part .co-btn.co-btn-primary {
  color: #faf000 !important;
  background: #888;
  padding: 6px 16px;
  margin: 10px 0;
  display: inline-block;
  border-radius: 15px; }
  #comarquage.espace-part .co-btn.co-btn-primary:hover {
    background: #ad0d0d; }

#comarquage .co-btn.co-btn-slide.active {
  color: #706666;
  font-family: 'Asap',Helvetica,Arial,Lucida,sans-serif;
  font-style: inherit;
  font-weight: 900; }

/*      FOOTER  *** */
/* modifier les boutons du footer */
#btn-FG1.btn-bas-FG {
  line-height: 1.1em !important;
  padding: 10px 0 !important; }

#btn-FG2.btn-bas-FG {
  line-height: 1.1em !important;
  padding: 10px 0 !important; }

#btn-FG3.btn-bas-FG {
  line-height: 1.1em !important;
  padding: 10px 0 !important; }

/*      HOMEPAGE  *** */
body.home {
  /* CUSTOMISATION DE LA LOUPE DE RECHERCHE */
  /* + 3 ajouts FG en fin de css */ }
  body.home .ds-icon-search input.et_pb_searchsubmit,
  body.home .widget_search input#searchsubmit {
    background: transparent;
    color: transparent !important;
    border: none;
    width: 125px;
    z-index: 2; }
  body.home .ds-icon-search input.et_pb_s,
  body.home .widget_search input#s {
    padding-right: 55px !important; }
  body.home .ds-icon-search .et_pb_searchform:before,
  body.home .widget_search::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    right: 0;
    font-size: 25px;
    font-weight: 700;
    padding: 13px 20px;
    background: #ddd;
    height: 35px;
    width: 105px; }

/* position du magazine tourné en accueil */
#tourne.et_pb_image_0 .et_pb_image_wrap {
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  /* Équivalent à rotateZ(45deg) */
  background-color: transparent; }

#post-accueil .et_pb_slides .et_pb_slider_container_inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-radius: 50%;
  max-width: 400px;
  min-height: 400px;
  min-width: 400px;
  text-align: center;
  margin-right: 200px;
  background: #dd1111;
  margin-top: 8%;
  margin-bottom: 12%; }

#post-accueil .et_pb_slide_description {
  padding: 50px 50px; }

#post-accueil-phone .et_pb_slides .et_pb_slider_container_inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-radius: 50%;
  max-width: 180px;
  min-height: 180px;
  min-width: 180px;
  text-align: center;
  margin-right: 100px;
  background: #dd1111;
  margin-top: 8%;
  margin-bottom: 8%; }

#post-accueil-phone .et_pb_slide_description {
  padding: 20px 20px; }

#post-accueil-phone .et_pb_slide_content, #post-accueil-phone .et_pb_button_wrapper {
  display: none; }

#post-accueil-phone2 .et_pb_slide_content {
  display: none; }

.et_pb_blog_0 .et_pb_post .entry-title::after {
  content: "";
  display: block;
  width: 10px;
  background: #d11;
  height: 10px;
  text-align: center;
  margin: 0.5em auto 0; }

#comment-wrap {
  padding-top: 10px;
  max-width: 760px; }

/* variante poru petits écrans recherche en accueil */
@media all and (max-width: 680px) {
  body.home .ds-icon-search .et_pb_searchform::before, body.home .widget_search::before {
    width: 25px; }
  body.home .ds-icon-search input.et_pb_searchsubmit, body.home .widget_search input#searchsubmit {
    width: 65px; } }

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media all and (min-width: 981px) {
  .ds-hide-menu {
    display: none; }
  #post-accueil .et_pb_slides .et_pb_slider_container_inner {
    margin-right: 600px; } }

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */ }

@media only screen and (max-width: 980px) {
  .FG-blochaut {
    width: 100% !important; }
    .FG-blochaut.et_pb_column {
      width: 33%; }
  .et_mobile_nav_menu {
    display: none; }
  .et_header_style_slide #et-top-navigation::before {
    margin-left: -55px;
    margin-top: 56px; } }

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  body.page-template-tpl-annuaire-liste #interface {
    font-size: 0.8em; }
    body.page-template-tpl-annuaire-liste #interface .container {
      width: 100%;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 20px; }
    body.page-template-tpl-annuaire-liste #interface .search, body.page-template-tpl-annuaire-liste #interface .filtres, body.page-template-tpl-annuaire-liste #interface .carte {
      width: 100%;
      border-right: none;
      margin-bottom: 30px;
      text-align: center; }
  body.page-template-tpl-annuaire-liste #main-content > .container {
    width: 90%; }
    body.page-template-tpl-annuaire-liste #main-content > .container .results article {
      width: 100%;
      border: none; }
  .single-annuaire #main-content > .container {
    width: 90%;
    padding-top: 20px; }
  .single-annuaire .header a.button.retour {
    font-size: 0.9em;
    padding: 5px 10px; }
  .single-annuaire article .content .logo, .single-annuaire article .content .presentation {
    width: 100%; }
  .single-annuaire article .map {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .single-annuaire article .map #annuaire_map, .single-annuaire article .map .resume_map {
      width: 100%; } }

@media all and (max-width: 520px) {
  .et_toggle_slide_menu::after {
    left: -52px; }
  .et_header_style_slide #et-top-navigation::before {
    display: none; }
  .et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a {
    font-size: 14px;
    line-height: 1em;
    padding: 8px 0; } }

@media all and (max-width: 399px) {
  .et_pb_slide_menu_active header#main-header, .et_pb_slide_menu_active #page-container {
    left: 75% !important; } }
/*# sourceMappingURL=style.css.map */