/*!
Theme Name:     Green Deal
Theme URI: 		https://kingbeestudio.com
Description: 	Bootstrap 5 on Wordpress
Version: 		1.1.4
Author: 		King Bee Std
Author URI: 	https://kingbeestudio.com
*/


:root{
    --prim-color:#292929;/*dark grey*/
    --sec-color:#414D03;/*dark green*/
    --ter-color:#48AC35;/*green*/
    --fourth-color:#6C6C6C;/*light grey*/

}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: rgb(25, 25, 25);
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-color: #F8F8F8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a img, button {
  text-decoration: none;
  background-color: transparent;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a img:hover, a img:focus {
  opacity: 0.6
}
a:active, a:hover {
  outline: 0;
  text-decoration: none
}
svg:not(:root) {
  overflow: hidden;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  box-shadow: none !important;
}
button {
  overflow: visible;
  background-color: transparent;
  border: none;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

img {
  border: 0;
}

figure {
  margin: 1em 2.5rem;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 15px;
font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
/*  font-family: 'Raleway', sans-serif;*/
}
.title-wrapper {
  margin-bottom: 70px;
}
h1.entry-title, h2.entry-title, .modal-title {
  text-transform: uppercase;
  color:#20261e;
  font-weight: 700;
  text-align: center
}
h1.entry-title {
  font-size: 35px;
}
h2 {
  font-weight: 600;font-size: calc(22px + .40vw);
}
h2.entry-title, h2.entry-title a, p.h2 {
  font-size: calc(22px + .40vw);
  line-height: calc(24px + .40vw);
  font-weight: 800
}
.underline-small {
  display: inline-block;
  position: relative;
}
.underline-small::after {
  content: '';
  height: 1px;
  width: 44%;
  background: #001F40;
  position: absolute;
  left: calc(28%);
  bottom: -25px;
}
.entry-header h1 {
  margin-top: 0px;
}
h2.boxed-title {
  font-size: calc(14px + .40vw);
  line-height: calc(18px + .40vw);
  text-transform: uppercase;
  letter-spacing: 0.05rem
}
h3, p.h3,p.h3 a{
  color:#4E613C;
  font-size: calc(18px + .40vw);
  line-height: calc(20px + .40vw);
  font-weight: 800;
   margin-top: 30px;
}
.item-publication p.h3{
    color:#20261e;
}
a.item-publication{
    color: #000000
}
h4 {
font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
p {
  margin-bottom: 1.5em;
}
p, a p, li {
  color: #101010;
}
article li a, article p a {
 color:var(--sec-color);
 text-decoration: underline
}
#text-home p a, #text-home li a {
  color: #000000;
  text-decoration: underline
}
p a:hover, li a:hover,p a:focus, li a:focus, a:hover .h3 {
  color:var(--ter-color); outline:0px !important;
  
}

.form-control {
box-shadow: none!important;}
.text-sm {
  font-size: 0.8rem;
}

.type-page {
  text-align: justify
}
.type-page h2 {
  color: #5C5C5B;
  font-weight: 200;
}
.type-page h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #2A3867;
  text-align: left;
  font-weight: 600;
}
.type-page h4 {
  color: #7F7F7F
}
.type-page p bold, .type-page p strong {
  color: #00ACE9
}
h3.widget-title {
  font-size: 1.2rem;
}
.h5 {
  font-size: 120%
}

ul{
    padding: 0
}
li {
  list-style: outside;
  margin-bottom: 0.5rem;
  margin-left: 18px;
}
article li {
  list-style: inside
}
ul.list-unstyled li{
   margin-left: 0; 
   list-style: none;
}
.fw-700 {
  font-weight: 700
}
.erreur{
    color:red !important
}
@media (min-width: 767px) {}
@media (min-width: 1400px) {

}
/*--------------------------------------------------------------
# VOLET 
--------------------------------------------------------------*/
#btn-volet {
  position: fixed;
  cursor: pointer;
  right: 0;
  top: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 65px solid #FFF;
  border-left: 65px solid transparent;
  transition: 0.5s;
  z-index: 1198
}

#btn-volet #picto-search{
    fill:#48AC35
}
#btn-volet:hover #picto-search{
   fill:#ABC98D   
}
.admin-bar #btn-volet {
  top: 32px;
}
#logovolet {
  max-width: 150px
}
#btn-volet.inactif {
  border-top-color:#FFF;
}
#btn-volet.actif {
  border-top-color: #FFF;
}
#btn-volet svg {
  position: relative;
  width: 30px;
  top: -58px;
  right: 33px
}
#btn-volet svg#picto-close {
  width: 50px;
  top: -98px;
  right: 33px
}
#btn-volet svg#picto-menu .line {
  fill: #fff;
}
#btn-volet:hover svg#picto-menu .line, #btn-volet:focus svg#picto-menu .line {
  fill: #EC343A;
}
#btn-volet svg#picto-close .a, #btn-volet svg#picto-close .b {
  fill: none;
  stroke: #001f40;
  stroke-linecap: round;
  stroke-width: 3px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1199;
  left: 0;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-wrapper {
  position: relative;
  top: 5%;
  width: 100%;
  margin-top: 30px;
  line-height: 1.8rem
}
.overlay #close-btn {
  margin-bottom: 36px;
  font-size: 100px;
  color: #48AC35;
  transition: 0.4s;
}
.overlay #close-btn:hover, .overlay #close-btn:focus {
  color:#ABC98D
}


@media (min-width: 767px) {
  #voletGauche .titre-menu {
    font-size: 50px;
    line-height: 60px
  }
#btn-volet {
  border-top: 100px solid #FFF;
  border-left: 100px solid transparent;
}
#btn-volet svg {
  position: relative;
  width: 30px;
  top: -88px;
  right: 43px
}

}
@media (min-width: 1024px) {
  #btn-volet:hover, #btn-volet:focus {
    border-top: 100px solid #FFF;
  }
  .overlay-wrapper {
    width: 60%;
  }
  .overlay-wrapper .picto {
    max-width: 60px;
  }
  #voletGauche .titre-menu {
    font-size: 70px;
    line-height: 80px
  }
}


/*--------------------------------------------------------------
# KINGBEE / BOOTSTRAP  EXTENDED
--------------------------------------------------------------*/
.no-puce{
    list-style: none
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
  
}
@media  (min-width: 1281px){
    
        .px-lg-70{
            padding-left: 70px;
            padding-right: 70px;
        }
        .py-lg-70{
            padding-top: 70px;
            padding-bottom: 70px;
        }
         .my-lg-70{
            margin-top: 70px;
            margin-bottom: 70px;
        }
        .mb-lg-70{
            margin-bottom: 70px;
        }
        .px-lg-120{
            padding-left: 120px;
            padding-right: 120px;
        }
        .px-lg-150{
            padding-left: 150px;
            padding-right: 150px;
        }
  }


/*--------------------------------------------------------------
# COULEURS & HABILLAGES   
--------------------------------------------------------------*/
/*fonds*/
.bg_c_1 {
    background-color: #20261E;
  
}
.bg_c_2 {/*vert*/
    background-color: #8aa961;
    background-image: url(/wp-content/uploads/2022/03/bkg_header_1.jpg);
    background-size: cover;
    opacity: 1
}
.bg_c_3 {
  background-color: rgba(211,215,211,0.7)
}
.bg_c_4 {
  background-color: #993F3C !important
}
.bg_c_w {
  background-color: #FFF
}
.brd_c_1 {
  border-collapse: collapse;
  border: 1px solid #707070
}
.brd_c_2 {
  border: 1px solid #001F40;
  border-collapse: collapse;
}
/*texte*/
.t_c_1 {
  color: #404040 
}
.t_c_2, a.t_c_2 {
  color: #48AC35!important; 
}
.t_c_3 {
  color: #4D4D4D;
} /*grix medium*/
.t_c_w, .t_c_w p {
  color: #FFF
}



/*--------------------------------------------------------------
# FX
--------------------------------------------------------------*/
.ombre-bot {
  box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.25) !important;
}
.ombre-halo {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.ombre-top-inset {
box-shadow: inset 0px 24px 20px -15px rgba(0,0,0,0.38);
}
.rotate90ah,.rotate-90 {
  transform: rotate(-90deg)
}

.rotate90 {
  transform: rotate(90deg)
}
@media only screen and (max-width: 575.99px) {
  .rotate90ah,.rotate-90-xs {
  transform: rotate(-90deg);
transform-origin: center center;
}
 
}

/*.mega-menu-item-has-children .mega-sub-menu ,
.mega-menu-item-has-children .mega-sub-menu */
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#header {
  margin-bottom: 30px
}
#logo-wrapper {
 z-index: 1002
}
#logoHeader {
  max-width: 100px;
  height: auto;
}
@media (min-width: 941px) {
  #header {
    margin-bottom: 70px
  }
  #logoHeader {
    max-width: 260px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#barrenavigation{
   margin-top: -75px;
z-index: 1000
}

#mega-menu-wrap-mainnav #mega-menu-mainnav > li.mega-menu-item > a.mega-menu-link,
 #mega-menu-wrap-mainnav #mega-menu-mainnav li.mega-menu-item{
      font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  /* font-family: 'Raleway', sans-serif;*/ 
}

#mega-menu-item-72 > a.mega-menu-link, #mega-menu-item-482 > a.mega-menu-link {
    color: #bc8aa3 !important;
    font-style: italic;
    font-weight: 700 !important
}
#header-top a {
  color: #FFF;
  padding: 5px 0 5px
}
#header-top .horaires {}
#header-top .sep {
  color: #fff;
  margin: 0 5px
}
.navbar {
  padding-top: 0.6rem
}
.navbar.main-nav {
  z-index: 1000;
}
#primaryNav li {
  display: block;
  font-size: 18px;
  list-style-position: inside;
}
#primaryNav li a {
  color: #FFF;
  transition: 0.3s;
}

#primaryNav li a:hover, #primaryNav li a:focus {
  color: #EB323C
}

.picto-reseau,#footer-widget .picto {
  width: 60px
}

#menu-footer li {
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}
#menu-footer a, .footer a {
  text-decoration: none;
   color:rgb(25, 25, 25);
}
#menu-footer li a:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 15px;
  background-image: url(images/arrow-r-red.svg);
  background-repeat: no-repeat;
}
#menu-footer a:hover, #menu-footer a:focus, .footer a:hover, .footer a:focus {
  color: #EB323C;
}
#menu-menu-docs li a {
  color: #EC661C
}

@media (max-width: 767.999px) {
#mega-menu-wrap-mainnav #mega-menu-mainnav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #343432;
    color:#FFF;
    padding-left: 25px
    }
}
@media (min-width: 768px) {
    #barrenavigation{
    background-color:#212121;
    margin-top: 0px;
}
  #menu-footer-1 li {
    text-align: left
  }
}
@media (max-width: 980px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    width: 40px;
  }
}

@media (min-width: 1199px) {
  #primaryNav li {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
# LIENS & BOUTONS
--------------------------------------------------------------*/

.wp-block-file__button{
  background-color: var(--fourth-color);
  color:#FFF;
  padding: 5px 15px;

}
.link-ajouter a{
  -webkit-border-radius: 9px !important;
  -moz-border-radius: 9px !important;
  border-radius: 9px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #ffffff;
  font-size: 16px;
  background:#ABC98D;
  padding: 10px 30px !important;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}
.btn_sm {
  font-size: 16px;
  padding: 10px 30px !important;
}

@media only screen and (max-width: 575.99px) {
 .btn_xs_sm {
  padding: 10px 10px !important;
 }
}
.btn_xs{
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  font-size: 11px;
  padding: 4px 11px !important;
  margin-right: 5px
}

.um-form .um-button {
  background: #ec343a !important;
}
.btn_red, .um-button {
  background: #ec343a !important;
}
.btn_red:hover, .um-button:hover, #modal-login .submit .button:hover {
  color: #ec343a !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.um-button:hover, .btn_reserver:hover, .btn_red.woocommerce-button:hover {
  color: #ec343a !important;
  background-color: #FFF !important;
  border: 1px solid #ec343a !important;
}
.rounded-bkg {
  padding: 3px 10px;
  border-radius: 25px;
  display: inline-block;
  font-size: 80%
}

.connexion a:hover {
  color: #EB323C
}
.connexion .dashicons-warning {
  color: #EB323C;
  width: 30px;
  height: 30px;
  font-size: 30px
}
@media (max-width: 767px) {
  .btn_red, .btn_white {
    font-size: 11px;
  }

}
@media (min-width: 767px) {
  .rounded-bkg {
    padding: 7px 16px;
    border-radius: 32px;
    display: inline-block;
    font-size: 100%
  }
  .connexion .dashicons-warning {
    width: 35px;
    height: 35px;
    font-size: 35px
  }
}

/*--------------------------------------------------------------
# MODULE WPPAGE NAVI
--------------------------------------------------------------*/
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
    color: #686868;
  border: 1px solid #686868;
  padding: 3px 5px;
  margin: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
/*font-family: 'Raleway', sans-serif;*/
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #48AC35;  color:#48AC35;
  background-color: #E9E8E2
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #686868;
  padding: 3px 5px;
  margin: 2px;

}
/*--------------------------------------------------------------
# MODULE NOTES DE BAS DE PAGE
--------------------------------------------------------------*/
ol.wp-block-list li{
  list-style-type: decimal !important;
  font-size: 90%;
}

.notes_footer {
    margin-top:35px;
    
}
.notes_footer p{
    font-size: 82%;
    line-height: 1.2rem;
    color:var(--fourth-color);
}
ul.notes-bas-de-page{
    margin: 15px 0;
    padding: 18px 0
}
.note-bas-de-page .dashicons{
    font-size: 30px;
    width: 30px;
    height: 30px;
    color:grey
}
a.note_link, a.note_text{
    text-decoration: none
    }
.number-note, .note_link{
    display: inline-block;
    position: relative;
    color:#FFF;
    width: 19px; height: 19px;
    border-radius: 50%;
    background-color:#A0A0A0;
    text-align: center;
    line-height: 20px;
    top: -7px;
    font-size: 70%;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.number-note:hover,.note-link:hover, .number-note:focus, .note-link:focus {
    background-color:#48AC35 !important;
    border:none;
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumb {
  list-style: none;
  margin: 10px 0 35px 0;
  padding: 4px 8px 0px;
  overflow: hidden;
    color: #363636;
    font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
 /*   font-family: 'Raleway', sans-serif;*/
  
}
ul#breadcrumb {
  padding-left: 10px;
}
#breadcrumb li.item-home {
  margin-left: -10px;
}
#breadcrumb li.item-current {
  color:#3a7d46
}
#breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb li a {
  color:var(--prim-color);
  text-decoration: none;white-space: nowrap !important; 
}
#breadcrumb li.item-cat a {
  color:var(--prim-color); 
}

#breadcrumb li a:hover {
  color:#993F3C;
}
#breadcrumb svg{
  width:8px;height: auto;margin-bottom: 0.2rem
}
/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
#n2-ss-2 .nextend-bullet-bar .n2-bullet {
      font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
/*  font-family: 'Raleway', sans-serif;*/
}
/*.n2-ss-widget:before{display: block;
    content:"|" !important;
    color: #FFF !important;
    width: 25px;height: 25px !important;z-index: 15000
}*/


.bg_2c_1 {
  background-color: #001F40
}
#coordonnees, #coordonnees p, #coordonnees a {
  margin-bottom: 0.5rem;
  color: #FFF;
  text-align: center;
}
@media (min-width: 767px) {
  .slickcaroussel .item {
    border-left: 1px solid rgba(255, 255, 255, 0.66);
    border-collapse: collapse
  }
  .slickcaroussel {
    border-right: 1px solid rgba(255, 255, 255, 0.66);
    border-collapse: collapse
  }
}
@media (min-width: 1039px) {
  .bg_2c_1 {
    background: linear-gradient(90deg, #fff 50%, #001F40 50%);
  }
}

/*--------------------------------------------------------------
# FORMULAIRES
--------------------------------------------------------------*/
/* retrait du fond bleu sous chrome et d'autres*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
@-webkit-keyframes autofill {
  0%, 100% {
    color: #666;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
/****/
.wpforms-submit{
    color: #FFF !important
}
a[href $='.pdf'] {
  font-size: 1em;
  font-weight: 300;
  background-repeat: no-repeat;
  color:#993F3C;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a[href $='.pdf']:before {
  font-size: 1.2em;
  font-family: dashicons;
  content: "\f190";
  padding-right: 5px;
  vertical-align: middle
}
a[href $='.pdf']:hover, a[href $='.pdf']:focus {
  text-decoration: none;
  color: #e53935;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
/*--------------------------------------------------------------
# CUSTOMS BLOCS
--------------------------------------------------------------*/
.bloc_liste_telechargements .poids{
    font-size: 0.8rem;
    font-style: italic;
    color: #993F3C
}
.bloc_liste_telechargements ul li{
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid  #CBCFCB
}
.bo-intitule {
  display: none
}
.btn-telecharger{
    background-color: #993F3C;
    color: #FFF;
}
.btn-link {
    background-color: #0E5E33;
    color: #FFF;
}
.btn-link:hover {
    background-color: #3DA66D;color: #FFF;
}
a.btn-telecharger[href $='.pdf'], a.btn-link { 
    color:#FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none
}

a.btn-telecharger[href $='.pdf']:before {
  font-size: 1em;
}

/*--------------------------------------------------------------
# WRAPPERS & BOXES
--------------------------------------------------------------*/
.content-wrapper {
  padding: 30px 10px;
  background-color: #FFF;
  margin-bottom: 70px;
  position: relative
}
.page-wrapper {
  margin: 10px auto 70px;
}
.border-bot {
  border-bottom-width: 3px;
  border-bottom-style: dotted;
}
.footer {
  padding-top: 40px
}
.copyright {
  font-size: 9px;
  letter-spacing: 0.05rem
}
.footer p, .footer a, #footer-widget p {
  color: #4D4D4D;
  margin-bottom: 0.5rem
}
.mailster-form-info.success p {
  color: #FFF !important;
  margin-bottom: 0 !important;
}
.colFooter3 li {
  text-align: center;
  list-style: none
}
  /*boite scroll tableau pour mobile doit envelopper le tableau*/
  .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    /*    white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset -14px 1px 16px -22px rgba(0, 0, 0, 0.52);
    box-shadow: inset -14px 1px 16px -22px rgba(0, 0, 0, 0.52);
    font-size: 0.9rem
  }
@media (min-width: 980px) {
  .content-wrapper {
    padding: 40px 70px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .content-wrapper {
    padding: 70px 100px;
    margin-bottom: 110px;
  }
}
/*--------------------------------------------------------------
# TO TOP
-------------------------------------------------------------*/
#toTop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #48AC35;
  cursor: pointer;
  padding: 6px 8px 7px;
  border-radius: 50%;
}
#toTop svg {
  width: 22px;
  height: auto;
  margin: auto;
  fill: #fff;
}
#toTop:hover  {
    background-color:#ABC98D;
}
#toTop:hover svg {
  fill: #48AC35;
}
@media only screen and (max-width: 768px) {
  #toTop {
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------
# Recherche
--------------------------------------------------------------*/
.mots-clefs-recherches{
    color:#ABC98D
}

.searchform svg {
  width: 25px;
}
.searchform svg .a{fill:#506A36;stroke:#506A36;stroke-miterlimit:10;stroke-width:2px;}

.btn-outline-search {
  color: #506A36;
  border-color:#506A36;
}
#search-page .searchform svg .a{fill:#506A36;stroke:#506A36;stroke-miterlimit:10;stroke-width:2px;}
#search-page .btn-outline-search {
  color:#506A36;
  border-color:#506A36;
}
#search-page .form-control{
    border-color: #00486F
}


#search-content li.item {
    list-style: none
}
/*--------------------------------------------------------------
# Module dernieres actus et pages actus
--------------------------------------------------------------*/
p.post-date,.post-date {
  color: rgba(25, 25, 25, 0.50);
  font-size: 90%
}
#actus p.h2{
    font-weight: 300;
    margin-bottom: 35px;
    text-transform: uppercase
}
.der_actu_small a {
     color: rgb(25, 25, 25);
}
.der_actu_large, .der_actu_small,.derniers-medias-item {
  border-bottom: 2px solid rgba(188, 188, 188, 0.20);
  transition: 0.3s
}
.der_actu_large:hover, .der_actu_small:hover, .der_actu_large:focus, .der_actu_small:focus, .liste-actualites article:hover, .liste-actualites article:focus {
  -webkit-filter: grayscale(1);
}

.der_actu_large .thumb-wrapper {
  min-height: 400px;
}
.der_actu_small .thumb-wrapper {
  min-height: 180px;
}
.der_actu_large h3, .der_actu_small h3 {
  font-weight: 600;
  font-size: 30px;
    line-height: 34px;
  margin: 0
}
.der_actu_large .thumb-wrapper h3 {}
.der_actu_large .titre-wrapped {
  padding: 10px 20px 0;
  width: 55%;
  margin-top: 15px
}
.liste-actualites article time {
  float: right;
  font-style: italic;
  color: #3C3A3A
}

a .lien-page-doc{color:#2F7322;font-size: 80%}
a:hover .lien-page-doc,a:focus .lien-page-doc{color:#48AC35;}

.auteurs{
    color:#48AC35
}
.auteurs .nom-auteur:not(:last-child)::after {
  content: " - ";
}
.tag {
    background-color:rgba(203,192,172,1.00);
    color:#fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1rem;
  margin-right: 5px;
}
.langue{
    font-size: 0.9rem;
    margin: 5px 0;
    color:rgba(154,154,154,1.00);
    border: 1px solid rgba(154,154,154,1.00);
    padding: 2px 8px 3px;border-radius: 5px;
/*     background-color:rgba(181,181,181,1.00);*/
    font-weight: 500; 
 
    
}
/*--------------------------------------------------------------
bibliographie-du-green-deal
--------------------------------------------------------------*/
.bibliographie-du-green-deal h2{
    margin-top: 50px;
    font-size: 2rem
}

.bibliographie-du-green-deal h3{
    margin-top: 50px;
    background-color: #E7E6E6;
    padding: 10px 15px
    
}
.bibliographie-du-green-deal h4{
    margin-left: 35px;margin-top: 35px;
    
}
.bibliographie-du-green-deal ul{
    margin-left: 35px;
    
}
/*--------------------------------------------------------------
# CONTACT-FORM 7
--------------------------------------------------------------*/

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
input[type="text"],
input[type="email"],
textarea
{   border:1px solid #506A36;;
    background-color: #FBFBFB;
    color: #000;
    width: 100%;
}

@media only screen and (max-width: 575.99px) {
.wpcf7-submit {
  display: block;
  margin-top: 35px;
  width: 500px !important
}
}

.wpcf7-submit{
    background-color: #993F3C;
    color: #FFF;
    padding: 10px;
    border: none
}
.wpcf7 label {
  color: #3C3C3C;
  font-size: 20px;
  margin-bottom: 1rem
}
input:focus, .wpcf7-textarea:focus {
  border: 1px solid #C2C2BA;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}
.wpcf7-response-output {
  background-color: #EB323C;
  color: #fff;
  text-align: center
}
.wpcf7 {
  margin: 50px 0
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #7EAE1D;
  color: #FFF;
  font-size: 22px;
  margin: 0
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #000 !important;
  opacity: 0.3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 0.3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 0.3;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000 !important;
  opacity: 0.3;
}

#searchform svg {
  max-width: 25px;
}
.btn-outline-search {
 /* color: #FFF;*/
/*  border-color: #FFF;*/
}
@media (min-width: 767px) {
  .wpcf7-submit {
    width: 330px !important
  }
  input.wpcf7-text, .wpcf7-textarea {
    padding: 15px 15px;
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
# MAILSTER
--------------------------------------------------------------*/
.mailster-form-2  .input{
    padding:3px 8px;
    border-radius:3px;
    font-size:90%;
    color:grey
}
/*--------------------------------------------------------------
# WIDGET DOC ADMIN
--------------------------------------------------------------*/
#docs-admin {
  font-size: 1rem;
  margin-top: 1rem;
}

