/*	Theme Name:  EAU DU MORBIHAN
	Theme URI: https://www.eaudumorbihan.fr/
	Description: Valmen
	Version: 1
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
    color: #2F2F2F;
}
body{
	background:#fff;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
ul{
	list-style-type: none;
}
img {
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
body {
    -webkit-font-smoothing: antialiased; /* Pour Chrome, Safari, et les nouveaux navigateurs Edge */
    -moz-osx-font-smoothing: grayscale; /* Pour Firefox sur macOS */
    font-smoothing: antialiased; /* Tentative de couvrir d'autres navigateurs, bien que cette propriété ne soit pas standardisée */
}

section{
    padding: 1.5em 0;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Roboto-Regular.woff2') format('woff2'), /* Ajout d'une virgule */
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Roboto-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Roboto-Medium.woff2') format('woff2'), 
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Roboto-Medium.woff') format('woff');
  font-display: swap;  
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Roboto-Bold.woff2') format('woff2'), 
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Roboto-Bold.woff') format('woff');
  font-display: swap;    
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Comfortaa-Regular.woff2') format('woff2'),
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Comfortaa-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Comfortaa-Bold.woff2') format('woff2'),
       url('/wp-content/themes/EauDuMorbihan/assets/fonts/Comfortaa-Bold.woff') format('woff');
  font-display: swap;
}
/*-----------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
.logged-in.admin-bar header{
    margin-top: 32px;
}
.logged-in.admin-bar #wpadminbar {
    z-index: 999999;
}
/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
	width:90%;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row>* {
    float: left;
    width: 100%;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (min-width:1200px) {
.container {
	max-width:1140px;
}
}
@media screen and (min-width:1100px) and (max-width:1199px) {
.container {
	max-width:1060px;
}
}
@media screen and (max-width:1099px) {
.container {
	max-width:90%;
}
}
@media screen and (min-width:800px) {
.row>* {
    padding-left: .9375em;
    padding-right: .9375em;
}
}
/* Typographie */
h2 {
    font-family: 'Comfortaa', cursive;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #2359C6;
	text-transform: uppercase;
}
h3 {
    font-family: 'Comfortaa', cursive;
    font-size: 25px;
    line-height: 22px;
    font-weight: 700;
    color: #2359C6;
	text-transform: uppercase;
}
p{
	font-weight: 400;
	font-size:17px;
	line-height: 22px;
}
svg, img {
    font-family: 'Comfortaa', cursive;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
    color:#0072BC;
    text-decoration: none;
}
a:hover {
	color: #388CA7;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
}
:focus {
    outline: none;
}
/* IMG POUR WISIWYG */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
hr{
	border:none;
}
hr.small{
	margin:0.5em 0;
}
hr.medium{
	margin:1em 0;
}
hr.large{
	margin:2em 0;
}
/* =====================================
             MENU
=======================================*/
#top.current {
	overflow: hidden;
}
#top.highlight {
    overflow: hidden;
    position: initial;
}
header{
	width:100%;
	background: #fff;
	top:0;
    z-index: 11;
	position: fixed;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#menu-aeb.dynamic, #menu-aeb.smallogo{
    background: #fff;
}
header.hidden {
    transform: translateY(-104px);
}
#menu-aeb .contain {
    width: 90%;
    max-width: 1360px;
    margin: auto;
    display: flex;
    padding: 0;
    position: relative;
	justify-content: space-between;	
	height:120px;
}
.loghead {
	max-width: initial;
}

/* MOTEUR DE RECHERCHE */
header #secondaire{
	align-self: center;
}
#secondaire .wrap-nav {
  position: relative;
  display: inline-flex;
}
#secondaire .wrap-nav li {
    align-self: center;
    padding-left: 1.5em;
  }
.menu-search{
	cursor:pointer;
}	
#forme-search {
    display: inline-table;
    height: auto;
    position: absolute;
    top: 3em;
    right: 3em;
    border: none;
    box-shadow: -6px 2px 24px #00000029;
    border-radius: 3px;
    background: #69AFDC;
    padding: 2.5em 2em 2em 2em;
    transition: max-height 0.75s ease-in-out, opacity 0.75s ease-in-out;
    max-height: 0;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
}

#forme-search.active {
    max-height: 113px;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    transform: scaleY(1);
}	
#close-button{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
	background:url(/wp-content/themes/EauDuMorbihan/images/croix-search.svg) no-repeat center center;
	cursor:pointer;
}
form#searchform {
    position: relative;
    border: 1px solid #e4e3e3;
    border-radius: 5px;
}
#s {
    border: none;
    font-size: 15px;
    line-height: 24px;
	min-width: 300px;
    padding: 0.5em 3em 0.5em 1em;
    font-family: 'Roboto', sans-serif;
    color: #2F2F2F;
    border-radius: 3px;	
}
#s::placeholder{
	color:rgba(187, 187, 187, 1);
    padding: 5% 5% 5% 0;
}
.searchbutton {
    border: 0px solid;
    display: block;
    cursor: pointer;
    background: #FD3A83 url(/wp-content/themes/EauDuMorbihan/images/seach.svg) no-repeat center center;
    width: 42px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0 ;
    transition: opacity 0.75s ease-in-out; 	
}
.searchbutton:hover {
    background: #E68EB9 url(/wp-content/themes/EauDuMorbihan/images/seach.svg) no-repeat center center;
}
@media only screen and (max-width: 1024px) {
#forme-search {
    top: 42px;
    right: 0;
    z-index: 9999;
}
}
@media only screen and (max-width: 432px) {
.menu-search {
  display: none;

}
}


@media only screen and (min-width: 1200px) {
header.hidden {
    transform: translateY(-125px);
}
.loghead {
    height: 80px;
	margin:20px 0;
}
.content_aeb{
	margin-top:120px;
}
header #menumara .wrap-nav{
	display: inline-flex;
}
header #menumara{
	align-self: center;
}
#menu-aeb{
	box-shadow: 0 3px 6px #00000029;
	background:#fff;
}
.dropdown-content {
    display:none;
}
#menumara .wrap-nav li {
    align-self: center;
	padding-left:2.5em;
}
#menumara .menu-contact, #menumara .menu-demo{
    display: none;
}
.logo-site {
    display: flex;
	width:265px;
}
.logo-site a {
    align-self: center;
}
.dropdown, .wrap-nav li a {
    line-height: 26px;
    color: #000;
    font-weight: 400;
    display: initial;
    align-self: center;
	cursor:pointer;
	padding:1em 0;
	font-size:20px;
	text-transform: uppercase;
}
.itemnolink {
    line-height: 26px;
    color: #000;
    font-weight: 400;
	padding:1em 0;
	font-size:20px;
	text-transform: uppercase;
}
.wrap-nav a.btn {
    padding: 0.5em;
	margin-left: 0.5em;
}
.dropdown{
	position: relative;
	padding-right:1.5em;
}
.dropdown:after{
	content:url(/wp-content/themes/EauDuMorbihan/images/puce-menu.svg);
	position: absolute;
	right: 0px;
	top:18px;
}
.dropdown:hover .dropdown-content {
    display: grid;
    position: absolute;
    top: 3em;
    width: max-content;
    background: rgba(255,255,255,0.88);
    border-top: 5px solid #FD3A83;
    box-shadow: 0 3px 6px #00000029;
}
.dropdown:hover .dropdown-content a{
    font-weight:400;
	font-size: 15px;
	padding:0.5em 1em;
}
.dropdown:hover .dropdown-content a:hover{
    background: #fff;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1240px) {
.wrap-nav li {
    padding-left: 2em;
}
}
@media only screen and (max-width: 1199px) {
.logo-site{
  margin: auto;
}	
header.hidden {
    transform: translateY(-80px);
}
.content_aeb{
	margin-top:80px;
}
/*}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {*/
.menu{
    display: none;
    position: fixed;
    background: rgba(18,0,108,0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    left: -100%;
}
.menu.active{
    display: block;
    right: 0%;
	left:inherit;
    margin-top: 80px;
}
.menu .wrap {
	height: 100%;
	position: relative;
	text-align: left;
	overflow: scroll;
	padding-bottom:5em;
	background: #3b98d5;
}
.menu .wrap .mara{
	position: absolute;
	width:100%;
	height: 100%;
	z-index:2;
}
/*.menu .wrap #horszone{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:2;
}*/
.menu .wrap .wrap-nav{
    margin: 4em auto;
}
.menu .wrap .wrap-nav {
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    max-height: 420px;
    align-items: center;
}	
.menu .wrap ul li{
    position: relative;
    color: #0072BC;
    text-transform: uppercase;
	padding:0.5em 0 .25em;
}
.menu .wrap ul li a, .menu .wrap ul li.dropdown {
    color: #FD3A83;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    cursor: pointer;
}
.menu .wrap ul li a:hover {
    color: #fff;
}
.menu .wrap ul li a.btn {
    width: inherit;
    text-transform: inherit;
    position: inherit;
    padding: 0;
    margin: 0;
}
.menu .wrap ul li a:hover:after {
    width: 100%;
}
.hamburger {
	cursor: pointer;
    display: inline-flex;
	overflow: hidden;
	align-self:center;
}
.buttonMenu {
    display: flex;
}
.buttonMenu .text {
    text-align: left;
    color: #0072BC;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    display: initial;
    padding-left: 0.75em;
    position: relative;
}
.buttonMenu .text a:after {
    position: absolute;
    right: -1.5em;
    top: 0.3em;
    content: url(/wp-content/themes/EauDuMorbihan/images/flower.svg);
    zoom: 0.8;
}
.buttonMenu .text a{
    color: #fff;
}
.hamburger__container {
width: 55px;
height: 42px;
position: relative;
}
.hamburger:hover .hamburger__inner {
transform: translate(-51px, 50%);
opacity: 0;
}
.hamburger:hover .hamburger__inner::before,
.hamburger:hover .hamburger__inner::after {
transform: translate(102px, 0);
opacity: 0;
}
.hamburger.is-active .hamburger__inner {
display: none;
}
.hamburger__inner {
background-color:#3B98D5;
border-radius: 20px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
top: 50%;
transform: translate(0, -50%);
opacity: 1;
}
.hamburger__inner::before,
.hamburger__inner::after {
background-color:#3B98D5;
border-radius: 20px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
content: "";
opacity: 1; 
}
.hamburger__inner::before {
top: -12px;
}
.hamburger__inner::after {
top: 12px;
}
.hamburger:hover .hamburger__hidden {
opacity: 1;
transform: translate(0, -50%);
}
.hamburger:hover .hamburger__hidden::before,
.hamburger:hover .hamburger__hidden::after {
opacity: 1;
transform: translate(0, 0);
}
.hamburger.is-active .hamburger__hidden {
opacity: 1;
transform: rotate(45deg);
}
.hamburger.is-active .hamburger__hidden::before {
transform: translate(0, 12px) rotate(90deg);
transform-origin: center;
}
.hamburger.is-active .hamburger__hidden::after {
transform-origin: center;
transform: translate(0, -12px) rotate(0);
	opacity: 0;
}
.hamburger__hidden {
opacity: 0;
background-color: #3B98D5;
border-radius: 20px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
top: 50%;
transform: translate(51px, -50%);
}
.hamburger__hidden::before,
.hamburger__hidden::after {
background-color: #3B98D5;
border-radius: 20px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
content: "";
transform: translate(102px, 0);
}
.hamburger__hidden::before {
top: -12px;
}
.hamburger__hidden::after {
top: 12px;
}	 
#entete .nav-site{
	top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.nav-site {
    display: inline-flex;
    align-self: center;
    position: absolute;
    left: 0;
}
/* AJout Toggle sur le menu burger pour les liens en sous menu */
.dropdown-content {
	display: block;
	padding-top: 0.25em;
}
.dropdown span {
    position: relative;    
	padding: 0 0.5em 0 0;
}
.dropdown span:before{
    content: ' ';
    transform: rotate(45deg);
    position: absolute;
    right: -0.5em;
    top: .55em;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: #0072BC;
}
.dropdown span:after{
    content: ' ';
    transform: rotate(-45deg);
    position: absolute;
    right: -0.5em;
    top: .8em;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: #0072BC;
}
.dropdown .active:before{
    transition: 0.35s;
    transform: rotate(225deg);
    right: -0.47em;
    top: 0.75em;
	background: #FD3A83;
}
.dropdown .active:after{
    transition: 0.35s;
    transform: rotate(-225deg);
    right: -0.75em;
    top: 0.75em;
	background: #FD3A83;
}
.dropdown span.active{
    color: #FD3A83;
    transition: 0.25s;
}
.dropdown > div > a:after{
    display: none;
}
.menu .dropdown .dropdown-content a {
    display: block;
    text-align: left;
    text-transform: initial;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}
.menu .dropdown .dropdown-content a:hover {
	color: #FD3A83;
} 
header {
    position: fixed;
}
.hamburger__inner, .hamburger__hidden, .hamburger__hidden::before,
.hamburger__hidden::after {
    width: 35px;
    height: 5px;
}
.hamburger__inner::before {
	width: 27px;
    height: 5px;
}
.hamburger__inner::after {
	width: 18px;
    height: 5px;
}
.menu.active {
    width: 100%;
}
.nav-site {
    width: 40px;
}
#menu-aeb{
    position: fixed;
    z-index: 99;
    width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px #00000029;
}
header.hidden {
    transform: translateY(-79px);
}
.menu .wrap .wrap-nav {
    width: max-content;
}
.menu .wrap .resoc{
    display: block;
    margin: auto;
    width: max-content;
	/*margin-left: 5.5em;*/
}
}
/* RESPONSIVE */
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
.dropdown, .wrap-nav li a {
    font-size: 18px;
}
#menumara .wrap-nav li {
    padding-left: 2em;
}	
.logo-site {
    width: 250px;
}	
}

@media only screen and (max-width: 1199px) {
/* PRENDRE EN COMPTE QUE LE CODE QUI SUIT C'EST POUR LE MOBILE - ADAPTATION a VENIR POUR LES PLUS GRAND ECRAN*/
.loghead{
    max-height: 60px;
	margin: 0;
}
#menu-aeb .contain {
    height: 80px;
}
#secondaire{
  position: absolute;
  right: 0;
}	
.menu .wrap ul li a, .menu .wrap ul li.dropdown{
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
}
@media only screen and (max-width:480px) {
/* PRENDRE EN COMPTE QUE LE CODE QUI SUIT C'EST POUR LE MOBILE - ADAPTATION a VENIR POUR LES PLUS GRAND ECRAN*/
.loghead{
	max-width: 180px;
	margin-left:-1em;
}
}

/* =========================
      FIN MENU 
===========================*/
/* DEBUT PERSONNALISATION */
html,body {
  margin:0;
  padding:0;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
body{
    font-family: 'Roboto', sans-serif;
	background:#fff;
	position:relative;
	margin:0;
}	
.btn {
    font-size: 17px;
    margin-top: 1em;
    display: block;
    width: max-content;
    font-style: inherit;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    border-radius: 45px;
    line-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #0072BC;
    color: #fff;
    border: 2px solid #0072BC;
	cursor: pointer;
}
.btn:hover{
	background: transparent;
    color: #0072BC;
}
.content_aeb {
    position: relative;
    background: #fff;
}
#intro-page .description-page p{
	color:#fff;
	text-align: center;
	font-size:15px;
	line-height: 22px;
	max-width: 870px;
	margin: .5em auto 0;
}	
.intro{
	position: relative;
}	
.content_aeb .intro{
	background:#0072BC;
	padding:0;
}
.int.banniere {
    max-height: 180px;
}
.banniere{
    display: block;
    width: 100%;
    object-fit: cover;
}
.single img, .blog img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.text-ban{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:100%;
	max-width:890px;
}
.text-ban.inter{
    top: 55%;
}
.text-ban h1{
	font-size: 100px;
	font-style: italic;
	font-weight:900;
	color:#fff;
	line-height:80px;
	text-transform: uppercase;
	text-align: center;
}
.text-ban.inter h1{
	font-size: 45px;
	line-height:45px;
}
#breadcrumbs, #breadcrumbs * {
    color: #66DDFB;
    z-index: 999;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
#breadcrumbs .breadcrumb_last {
    color: #fff;
}
#breadcrumbs {
    margin: .5em 0 0;
}
@media only screen and (min-width:801px) and (max-width: 1280px) {
.text-ban h1{
	font-size: 80px;
	line-height: 66px;
}
.text-ban.inter h1{
	font-size: 45px;
	line-height:45px;
}
}
@media only screen and (max-width: 1024px) {
.text-ban, .text-ban.inter {
  top: 55%;
}
}
@media only screen and (min-width:320px) and (max-width: 800px) {
.text-ban h1 {
    font-size: 40px;
    line-height: 35px;
}
#breadcrumbs, #breadcrumbs span, #breadcrumbs a, #breadcrumbs * {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0.25em;
}
.banniere{
  max-height: 240px;
}
}
@media only screen and (max-width: 480px) {
.text-ban.inter h1 {
    font-size: 30px;
    line-height: 28px;
}
.text-ban.inter {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}
}
@media only screen and (max-width: 375px) {
#breadcrumbs, #breadcrumbs span, #breadcrumbs a, #breadcrumbs * {
    font-size: 12px;
    line-height: 14px;
}
}
@media only screen and (max-width: 374px) {
	
}
/* =================
======Footer =======
===================*/
footer{
	background:#0072BC;
	padding:2em 0 1em;
}
footer *{
	color:#fff;
}
.logoprez {
    display: flex;
}
.logoprez .logcoor p {
    font-size:17px;
	line-height:22px;
	font-weight:700;
	margin: .5em 0 1em;
}
.logoprez .logcoor .linktel{
    font-size:18px;
	line-height:24px;
}
.logoprez .logcoor .linkfoot{
    font-size:16px;
	line-height:21px;
}
.logoprez .logcoor .rsfoot{
    font-size:16px;
	line-height:21px;
}
.logoprez .logcoor .linktel, 
.logoprez .logcoor .linkfoot,
.logoprez .logcoor .rsfoot{
    display: flex;
	font-weight:500;
    align-items: center;	
}
.logoprez .logcoor .rsfoot a{
    padding-left:.5em;
}
.logoprez .logcoor .linktel, 
.logoprez .logcoor .linkfoot{
    position: relative;
	padding-left:1.5em;
	margin: .5em 0;
}
.logoprez .logcoor .linktel:before, 
.logoprez .logcoor .linkfoot:before{
    position: absolute;
	left:0;
	top:2px;
}
.logoprez .logcoor .linktel:before{
	content:url(/wp-content/themes/EauDuMorbihan/images/tel-foot.svg);
}
.logoprez .logcoor .linkfoot:before{
	content:url(/wp-content/themes/EauDuMorbihan/images/mail-foot.svg);
}
.menu-foot {
    display: flex;
}
.menu-foot.menuplusoe{
    display: block;
}
.menu-foot.menuplusoe .offreemploi{
    margin-bottom: .5em;
}
.menu-foot.menuplusoe .offreemploi li{
    font-size: 14px;
	line-height: 19px;
	padding-left:2em;
}

.menu-foot a{
    font-size: 16px;
	line-height: 35px;
	text-transform: uppercase;
}
.menu-foot a:hover{
    color:#8ee1f9;
}
/* DEUXIEME PARTIE DUU FOOTER */
.mbp p, .mbp a{
    font-size: 13px;
    color: #71B9DB;
    font-weight:400;
}
.btnfoot{
    display: flex;
    justify-content: space-around;
}
.btnfoot .linkcontact a{
	border: 2px solid #fff;
}
.btnfoot .linkcontact a:hover{
	background: #fff;
}
.btnfoot .linkconnexion a{
    background: #2359C6;
    border: 2px solid #2359C6;
}
.btnfoot .linkconnexion a:hover {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
.btnfoot a{
    margin: 0;
}
@media only screen and (min-width: 1200px) {
.logoprez {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    justify-content: space-between;
}
.menu-foot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    justify-content: center;
}
.menu-foot.menuplusoe{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}
.btnfoot{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
	margin-top: -.5em;
}
.mbp{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
	margin-top:1em;
}
}
@media only screen and (max-width: 1199px) {
footer .footing > div:nth-child(1){order:1}
footer .footing > div:nth-child(2){order:2}
footer .footing > div:nth-child(3){order:3}
footer .footing > div:nth-child(4){order:5}
footer .footing > div:nth-child(5){order:4}	
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
.logoprez{
    width:30%;
}
.logcoor {
    padding-left:0;
}	
.menu-foot {
    width:25%;
}
.btnfoot {
    width:20%;
}
.logoprez > div.logfoot{
	display: none;
}
.btnfoot {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
}
.btnfoot .linkcontact{
    margin-bottom:1.5em;
}	
.mbp p, .mbp a {
    text-align: center;
    margin-top: 1em;
}	
}
@media only screen and (min-width: 601px) and (max-width: 1023px) {
.menu-foot, .btnfoot{
    max-width: 33.33%;
	margin: 2em 0 .5em;
}
.btnfoot {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
    justify-content: inherit;
}
.btnfoot .linkcontact{
    margin-bottom:1.5em;
}	
.logoprez {
    display: flex;
    justify-content: space-around;
}	
.logcoor {
    padding-left: 2em;
}	
.menu-foot{
    display: flex;
    justify-content: space-around;
}	
}
@media only screen and (max-width: 1024px) {
.mbp p, .mbp a {
    text-align: center;
    margin: 1em 0 0;
	line-height: 1.2;
}		
footer{
    padding-bottom: 8.5em;
} 
.logoprez > * {
    align-self: center;
}	
.menu-foot.menuplusoe{
    padding-left: 2em;
}
.menu-foot a {
    line-height: 1.2;
    padding-bottom: 0.5em;
    display: block;
}

}
@media only screen and (max-width:600px) {
.logcoor{
    padding-left: 1em;
}
.menu-foot{
    max-width: 50%;
	margin: 1em 0;
}
.logoprez .logcoor p {
    font-size: 15px;
    line-height: 19px;
}
.logoprez .logcoor .linktel, .logoprez .logcoor .linkfoot {
    font-size: 16px;
    line-height: 21px;
}	
}
@media only screen and (max-width:390px) {
.menu-foot.menuplusoe {
    padding-left: 1em;
}	
}
/* RESPONSIVE */
@media only screen and (min-width:360px) and (max-width: 800px) {
.btn {
    font-size: 15px;
    line-height: 28px;
}
}
@media only screen and (max-width: 359px) {
.btn {
    font-size: 13px;
    line-height: 25px;
}
}
@media only screen and (min-width: 801px) {
.bloc-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bloc-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bloc-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
.bloc-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bloc-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.bloc-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66%;
flex: 0 0 16.66%;
max-width: 16.66%;
}
.bloc-2-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66%;
flex: 0 0 66.66%;
max-width: 66.66%;
}
.bloc-3-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bloc-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.bloc-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.bloc-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

/* ================
==== ACTUALITES =====
==================*/
#actus{
	padding: 3em 0;
}
#actus h2{
	font-size:40px;
	line-height:24px;
}
#actus .btn{
    background: transparent;
    color: #2359c6;
	margin: 0; 
    border: 2px solid #2359c6;	
}
#actus .btn:hover{
    background: #2359C6;
    border: 2px solid #2359C6;
    color: #fff;
}
.bloc-article .bloc-img{
    display: flex;
}
#actus .article p{
	font-weight:400;
	font-size:15px;
	line-height:30px;
}
#actus .article h3{
	font-weight:500;
	font-size:21px;
	line-height:22px;
	color: #2F2F2F;
	font-family:'Roboto';
	text-transform: inherit;
	max-width: 95%;
}
#actus .featured.bloc-article{
	display: block;
	position: relative;
}
.bloc-article{
	border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.bloc-article img{
	border-radius: 20px;
}
.bloc-article .datcat{
    display: flex;
}
.bloc-article.featured .datcat {
    margin-bottom: 0.5em;
}
.featured.bloc-article .datcat{
    justify-content: center;
}
.bloc-article .last-cat,
.bloc-article .last-date{
	position:relative;
}
.bloc-article .last-cat {
    font-family: Comfortaa;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
	margin-left:0.75em;
}
.bloc-article .last-date{
    padding-left: 3em;
}
.bloc-article .last-cat:before, .bloc-article .last-date:before {
    position: absolute;
}
.bloc-article .last-cat:before{
	content:url(/wp-content/themes/EauDuMorbihan/images/puce-cat.svg);
    left: -0.75em;	
    top: 0.35em;
}
.bloc-article .last-date:before{
	content:url(/wp-content/themes/EauDuMorbihan/images/puce-date.svg);
    left: 24px;
}
.page-template-blog-php #actus .featured.bloc-article{
	margin:1em 0;
}
#actus .featured .article {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #007fd3;
    opacity: 0.8;
	padding: 1em 1.5em;
    text-align: center;
    border-radius: 0 0 20px 20px;
}
#actus .featured .article h3{
	font-size:24px;
	line-height:32px;
	color: #fff;
	max-width:380px;
	font-weight:700;
	margin: auto;
}
#actus .featured .datcat p, #actus .featured .datcat a,
#actus .featured .article h3 a{
	color: #fff;
}
@media only screen and (min-width: 1280px) {
#actus .bloc-article:not(.featured) .article {
    padding-left: 1.5em;
}
#actus .bloc-article:not(.featured) .article {
    justify-content: flex-start;
}	
.bloc-article .last-date:before{
    top: 3px;
}
}
@media only screen and (min-width: 801px) and (max-width: 1279px) {
#actus .bloc-article:not(.featured) .article {
    padding-left: 1em;
}	
}
@media only screen and (min-width: 801px) {
.bloc-article:not(.featured) {
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom:24px;
	height:172px;
}
.bloc-article:not(.featured) .bloc-img > a {
    display: inline-block;
    width: 161px;
    height: 172px;
    overflow: hidden;
    position: relative;
}
.bloc-article:not(.featured) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#actus .bloc-article:not(.featured) .article {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.5em;
}
#responsive-featured{
	display: none;
}
#actus .titre-actu .btn-actu {
    right: 0.9375em;
}
}
@media only screen and (min-width: 730px) {
#actus .titre-actu{
	position: relative;
    padding: 1em .9375em;
    margin: 1em 0; 
}
#actus .titre-actu .btn-actu {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
}
@media only screen and (max-width: 729px) {
.titre-actu .btn-actu {
    right: inherit;
    top: inherit;
    transform: translate(-50%,0);
    left: 50%;
    bottom: 2em;
    position: absolute;
}
#actus {
    position: relative;
    padding-bottom: 6em;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
#actus > div > div > div:nth-child(3) > div:nth-child(2){
	margin-bottom: 0;
}		
#actus > div > div > div:nth-child(3) > div:nth-child(3){
	display: none;
}			
}	
@media only screen and (min-width: 1025px) {
#actus .bloc-article:not(.featured) .article p{
	color: #007FD3;
}
}
@media only screen and (min-width: 801px) and (max-width: 1279px) {
#actus .article h3 {
  font-size: 20px;
  line-height: 23px;
}	
.featured{
	height:100%;
}
.featured img{
	object-fit:cover;
	height:100%;
}
.bloc-article:not(.featured):last-child{
	margin:0;
}
#actus .article p {
	line-height: 1.2;
}
.bloc-article .last-cat:before {
    top: inherit;
}	
#actus .bloc-article:not(.featured) .article {
    justify-content: space-evenly;
}	
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
#actus .bloc-article {
    height: inherit;
    flex-direction: column;
}	
#actus .bloc-article .bloc-img > a {
    width: inherit;
    height: inherit;
	max-height:240px;
}	
#actus .bloc-article .article {
    justify-content: space-evenly;
    padding: 1.5em;
    width: 100%;
}	
#actus .bloc-article .datcat {
    margin-bottom: .75em;
}	
#actus .bloc-article.featured img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 240px;
}
#actus .featured .article {
    width: 100%;
    position: inherit;
    background: none;
    opacity: 1;
    text-align: left;
    bottom: inherit;
}
#actus .datcat p, #actus .datcat a, 
#actus .featured .datcat p, #actus .featured .datcat a {
    color: #0072BC;
    font-size: 13px;
    line-height: 1.2;	
}	
#actus .bloc-article .last-cat:before {
    top: -2px;
}
#actus .bloc-article .last-date:before {
    left: 18px;
    top: -2px;
}
#actus .article h3,
#actus .featured .article h3 {
	color: #2F2F2F;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;	
}	
#actus .featured.bloc-article .datcat {
    justify-content: flex-start;
}	
#actus .titre-actu {
    padding: 0.5em 0;
}	
#actus > div > div > div:nth-child(3) > div:nth-child(2),
#actus > div > div > div:nth-child(3) > div:nth-child(3){
	display: none;
}		
}
@media only screen and (min-width: 730px) and (max-width: 800px) {
#actus .titre-actu .btn-actu {
    right:0;
}
}
@media only screen and (min-width: 481px) and (max-width: 729px) {
#actus .titre-actu {
  margin: 1em auto;
}	
#actus .bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#actus .featured.bloc-article,  #actus .bloc-article {
    display: flex;
    flex-direction: row;
}
#actus .featured.bloc-article {
    margin-bottom: 1.5em;
}
.home #actus .bloc-article img {
    width: 200px;
    object-fit: cover;
    height: 100%;
    max-height: 240px;
}
.home #actus .bloc-article article {
    padding:1em;
}
}
@media only screen and (min-width: 730px)  and (max-width: 800px) {
#actus .titre-actu {
  margin: 1em auto;
}	
#actus .bloc-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#actus .bloc-2:nth-child(2) {
	padding-right: .9375em;
}
#actus .bloc-2:nth-child(3) {
	padding-left: .9375em;
}
}
@media only screen and (max-width: 480px) {
#actus .article h3{
	color: #fff;
	max-width:300px;
	margin: auto;
}
#actus .bloc-article{
	display: block;
	position: relative;
}
.home #actus .bloc-article{
	margin:1em 0;
}
#actus .bloc-article img{
	width:100%;
}
.home .bloc-article .bloc-img {
  display: block;
}	
#actus .article {
	position: absolute;
    bottom: 0;
    width: 100%;
    background: #007fd3;
    opacity: 0.8;
    padding: 1em 1.5em;
    text-align: center;
    border-radius: 0 0 20px 20px;
}
#actus .article p{
	color: #fff;
	margin:3em auto 1em;
}
#actus .article h3 a{
	color: #fff;
}
#responsive-vignette{
	display: none;
}
}
@media only screen and (max-width: 480px) {
#actus {
    padding: 2em 0 5em;
    position: relative;
}
#actus .titre-actu {
  margin: 1.5em auto 0;
}
#actus .article, #actus .featured .article {
  padding: 0 .75em .75em;
}
#actus .article h3, #actus .featured .article h3 {
  font-size: 18px;
  line-height: 20px;
}
#actus .article p, #actus .featured .article p, #actus .article a {
	margin: 1em auto .25em;
	color: #fff;
}
#actus .bloc-article:nth-child(2),
#actus .bloc-article:nth-child(3){
	display: none;
}
}

/* ================================================
========= Barre LATERALE EN 1 CLIC  ==============
=================================================*/
.bulle {
	position: relative;
}
.bulle h3{
    text-align: center;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    color: #3B98D5;
    font-weight: 500;
}
.imageToggle {
	transition: opacity 0.5s ease;
}
.imageToggle-hover {
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease;
	top:0;
}

/* BARRE LATERALE FIXE */
.fixons img {
    margin: 0 auto 0.5em;
	width:auto;
}
.fixons a h4{
    text-align: center;
    color: #3B98D5;
    text-transform: uppercase;
    align-self: center;
    font-size: 13px;
    display: block;
    margin: auto;
    font-weight: 500;
}
.fixons div{
	padding:0 4px;
    display: flex;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1024px) {
.fixons {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    position: fixed;
    width: 100%;
    border-radius: 15px 15px 0 0;
    background: #fff;
    box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 1em 0;
	z-index: 10;
}
}
@media only screen and (max-width: 480px) {
footer {
    padding-bottom: 6em;
}	
.fixons {
    padding: .75em 0 .5em;
}	
.fixons img {
    max-width: 30px;
}	
.fixons a h4 {
    font-weight: 400;
	text-transform: initial;
}	
#servicesX > div.qualitelat.bulle > a > h4{
    font-size:12px;
    line-height: 13px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
.fixons {
	display: none;	
}	
}
@media only screen and (min-width: 1280px) {
.fixons {
    position: fixed;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
	display: none;
	background:#fff;
	box-shadow: 0px 3px 5px #00000029;
	border-radius: 10px 0 0 10px;	
}
.fixons div{
    width: 108px;
    height: 108px;	
}	
.fixons.collage {
	display: block;
}
.fixons div:hover {
	background: transparent -webkit-linear-gradient(329deg, #66DDFB 0%, #2359C6 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(329deg, #66DDFB 0%, #2359C6 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(59deg, #66DDFB 0%, #2359C6 100%) 0% 0% no-repeat padding-box;
}
.fixons img.imageToggle-hover {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%,-50%);
}	
.fixons .qualitelat img.imageToggle-hover {
    top: 34%;
}		
.fixons .ressourceslat:hover {
	border-radius: 10px 0 0 0;	
}
.fixons .travauxlat:hover {
	border-radius: 0 0 0 10px;	
}
.fixons div:hover a h4{
    color: #fff;
} 
.fixons .qualitelat img {
    margin: 0 auto 0.25em;
}	
}

/* ================
==== COOKIES  =====
==================*/
/* BANDEAU COOKIE */
#cookie-notice .cookie-notice-container {
    display: block;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.04);
}
#cookie-notice, #cookie-notice * {
    color: #fff;
}
body #cookie-notice .cn-button:not(.cn-button-custom) {
    color: #000;
    font-weight: 500;
}
@media screen and (max-width:422px) {
body #cookie-notice .cn-button:not(.cn-button-custom) {
  margin: 0.5em;
}
}


/* ==========================
==== POPUP - SIDELEFT  ======
=============================*/
@media all and (min-width: 1024px) {
#plus {
	margin-left: -425px;
}
#darkBack {
    z-index: 10;
   transition-duration: 5s;
	position:relative;
	
}
#WhiteBook {
    position: fixed;
    width: 350px;
    bottom: 3%;
    left: 1%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 98;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
#new span {
    color: #B5864E;
    padding: 1em 0.5em;
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
}
#WhiteBook .closepopup {
    right: 12px;
    top: 17px;
    position: absolute;
    z-index: 99999;
    cursor: pointer;
}
#WhiteBook h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin: 1em 0;
	max-width:90%;
}
.libre #WhiteBook h2 {
    margin: 0.25em 0;
}
.pagepop #WhiteBook h2 {
    margin: 0.5em 0;
}
#WhiteBook .content-popup {
    margin-left: 6em;
}
#WhiteBook .content-popup:before {
    left: 0;
	position:absolute;
}
.pagepop #WhiteBook .content-popup:before {
    content: url(/wp-content/themes/EauDuMorbihan/images/popup-page.svg);
    left: 1em;	
}
.offres-emploi #WhiteBook .content-popup:before {
    content: url(/wp-content/themes/EauDuMorbihan/images/popup-emploi.svg);
}
.actualites #WhiteBook .content-popup:before {
    content: url(/wp-content/themes/EauDuMorbihan/images/popup-actualites.svg);
	left: 1em;
}
.libre #WhiteBook .content-popup:before {
    content: url(/wp-content/themes/EauDuMorbihan/images/popup-libre.svg);
    left: 1em;
} 
#WhiteBook h3 {
    font-size: 21px;
    line-height: 1.2;
    color:#fff;
}
#WhiteBook p {
    color: #fff;
}
#WhiteBook .btn {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px;
}
#WhiteBook .bloc-book {
    max-width: 90%;
    margin: auto;
    padding: 1em 0;
}
#WhiteBook img {
    margin: 0.5em auto;
    width: 100%;
    display: block;
}
.artbook{
	width: 100%;
}
.artbook .btn{
	margin: auto;
}
#plus {
    position: fixed;
    color: #fff;
    bottom: 3%;
    left: 1%;
    font-size: 15px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
	width:auto;
    letter-spacing: 1px;
    z-index: 98; 
}
#plus span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	width: 93px;
    height: 93px;
	border-radius:60px;
}
#darkBack.actualites #WhiteBook,
#plus.actualites span {
    background: -webkit-linear-gradient(86deg, #66ddfb 0%, #1e26e0 100%);
    background: -o-linear-gradient(86deg, #66ddfb 0%, #1e26e0 100%);
    background: linear-gradient(86deg, #66ddfb 0%, #1e26e0 100%);
}
#darkBack.offres-emploi #WhiteBook,
#plus.offres-emploi span {
	background: -webkit-linear-gradient(224deg, #145dcb 0%, #d32f90 100%);
	background: -o-linear-gradient(224deg, #145dcb 0%, #d32f90 100%);
	background: linear-gradient(224deg, #145dcb 0%, #d32f90 100%);
}
#darkBack.pagepop #WhiteBook,
#plus.pagepop span {
    background: -webkit-linear-gradient(266deg, #44dae6 0%, #134386 100%);
    background: -o-linear-gradient(266deg, #44dae6 0%, #134386 100%);
    background: linear-gradient(266deg, #44dae6 0%, #134386 100%);
}
#darkBack.libre #WhiteBook,
#plus.libre span {
    background: -webkit-linear-gradient(265deg, #3fd099 0%, #34a9f0 100%);
    background: -o-linear-gradient(265deg, #3fd099 0%, #34a9f0 100%);
    background: linear-gradient(265deg, #3fd099 0%, #34a9f0 100%);
}
#closepopup:hover {
    color: #009750;
}
}
@media all and (max-width: 1023px) {
#darkBack{
	display: none;
}
}