/*	Theme Name: ImmoGolfe
	Theme URI: https://alencrebleue.com
	Description: Promoteur immobilier dans le Morbihan
	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: 'Lato', sans-serif;
    font-style: normal;
    color: #09234A;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
@media only screen and (max-width: 800px) { 
h2 {
    font-size: 24px;
}
}
@media only screen and (max-width: 432px) {
h2 {
    font-size: 22px;
    line-height: 28px;
}
}
h2 strong{
	font-weight:700;
}
p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}
ol,ul {
    list-style: none;
}
li {
    font-size: 1em;
    line-height: 1em;
}
blockquote,q {
    quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
img,
video {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}
/* Style du site */
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #fff;
}
strong {
    font-weight: 600;
}
textarea {
    resize: vertical;
}
img {
    margin: 0;
}
#page {
    z-index: 1;
    position: relative;
}
a:hover {
    transition: .5s ease;
}
/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row>* {
    float: left;
    width: 100%;
    padding-left: .9375em;
    padding-right: .9375em;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
@media only screen and (max-width: 1024px) {
.container {
width: 90%;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.container {
	width: 90%;
}
}
@media only screen and (min-width: 1200px) {
.container {
	width: 1140px;
}
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
}
:focus {
    outline: none;
}
/* =====================================
             MENU
=======================================*/
.logged-in.admin-bar #aeb_head{
    margin-top: 32px;
}
#aeb_head{
	transition: all 0.5s;
	box-shadow: 0px 3px 6px #00000029;
}
#entete-accueil .logo a{
    padding:0;
}
/* LA BASE */
#entete-accueil {
    bottom: 0;
    width: 100%;
}
#entete-accueil .menu-welldone a, .dropdown span {
    padding: .5em 0;
    margin: 0 0.5em;
	font-weight: 300;
} 
#entete-accueil .logo{
    align-self: center;
}
#entete-accueil .logo a{
    padding:0;
}
#entete-accueil .menu-welldone li {
    align-self: center;
	position:relative;
}
#entete-accueil>div>nav>ul>li {
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em 1em;
}
#entete-accueil>div>nav>ul>li>a{
    color: #090312;
    padding: 0.5em;
    display: block;
    letter-spacing: 1.44px;
    font-size: 16px;
}
.menu-welldone {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
}
.menu-rs{
    display: inline-flex;
    float: right;
}
.menu-rs li{
	position:relative;
}
.menu-rs li a{
	font-size:16px;
	line-height:20px;
    font-family: 'Asap', sans-serif;
	letter-spacing: 0.32px;
	padding: 1em 1em 1em 2.5em;
}
.rs-mail, .rs-facebook{
    border-left: 2px solid #C3840C;
}
.menu-rs li:before{
	position:absolute;
	left:0.9em;
}
.menu-rs li.rs-tel:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/picto-tel-head.svg');
}
.menu-rs li.rs-mail:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/picto-mail-head.svg');
}
.menu-rs li.rs-facebook:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/picto-facebook-head.svg');
}
.menu-rs li.rs-facebook a{
    padding-right: 0;
}

/* AJOUT TEST REPSONSIVE MENU */
.img2 {
    display: none;
}
@media only screen and (min-width: 1200px) {
#aeb_head{
    position: fixed;
    top: 0;
}
#entete-accueil .container {
    display: inline-flex;
}
#burger,
.supdeskop,
.mobRs,
.otro, .affich-respon {
display: none;
}
#entete-accueil {
    width: 100%;
    display: flex;
}
.menu-welldone {
	flex-direction: row;
	position: absolute;
	right:0;
	bottom: 1em;
}
#entete-accueil .menu-welldone a {
    margin: 0 0.95em;
} 
.dropdown span {
    margin: 0 0.95em;
}
#siteWrapper header {
    background: #fff;
    width: 100%;
    z-index: 9999;
}
.menu {
    align-self: center;
	height:145px;
	position: relative;
	width:inherit;
}
.menu-rs li a{
    color: #09234A;
}
#entete-accueil .menu-welldone .acc{
    display: none;
}
#entete-accueil .menu-welldone a, .dropdown span{
    text-transform: uppercase;
    font-size:18px;
	line-height:20px;
	font-weight:400;
	color:#0F2D59;
	padding-bottom:1em;
	letter-spacing: 0.32px;
}
#entete-accueil .menu-welldone a:hover{
	color: #6AC2F3;
	transition: .5s ease;
}	
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width:100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 0.5em 0 0.8em;
    z-index: 1;
    text-transform: initial;
	margin-top:1em;
}
#entete-accueil .ssmenu {
    width: 204px;
    left: -23%;
}
.dropdown:hover .dropdown-content{
display: block;
}
#entete-accueil .dropdown-content a {
    padding: 9px 0;
    display: block;
    border-bottom: 1px solid #B9B5B5;
    font-size: 18px;
	text-transform:initial;
	text-align:center;
	color:#000;
}
#entete-accueil  .dropdown-content a:hover{
	color: #6AC2F3;
	transition: .5s ease;
    border-bottom: 1px solid #6AC2F3;
}	
#entete-accueil .dropdown-content a:last-child {
    border-bottom: none;
}
#entete-accueil .menu-welldone li.contazt a{
	margin-right:0;
}
.menu-rs{
	margin-top:1em;
}	
/* AJOUT DIMINUER LA HAUTEUR DE LA BARRE DE MENU */
.smallogo .logo img{
    max-height: 120px;
	transition: .5s ease;
}
.smallogo .menu {
    height: 120px;
	transition: .5s ease;
}
}
@media only screen and (max-width: 1199px) {
#top.highlight {
	overflow: hidden;
	position:initial;
}
#top.highlight #aeb_head.hidden {
    transform: initial;
}
#top.highlight #aeb_head .otro{
	position:fixed;
	/*height:100vh;*/
	overflow: hidden;
	z-index:99999;
}
#entete-accueil.respon {
    display: flex;
    height: 100vh;
    background: rgba(9,35,74,1);
}
#top.highlight #aeb_head .container{
    margin-top:5%;
}
#top.highlight #aeb_head .otro .img1, #top #aeb_head .otro .img2{
    display: none;
}
#top.highlight #aeb_head .otro .img2{
    display: block;
}
#burger,
.mobRs {
position: absolute;
cursor: pointer;
}
#burger {
    top: 50%;
    left: 5%;
    transform: translate(0,-50%);
}
#burger .img1, #burger .img2{
	width: 30px;
}
.mobRs {
top: 15px;
right: 5%;
}
.menu, .logo, .dropdown-content1, .dropdown-content2, .dropdown-content3 {
display: none;
}
.menu.fixa2 {
display: block;
}
/* Ajout responsive*/
.otro {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 9999;
	display:flex;
}
.menu-rs li a, .menu-rs li a span{
    color: #2E3F75;
}
.menu-rs{
	margin-top:0.5em;
}
#entete-accueil {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	bottom: inherit;
	max-height: calc(100% - 50px);
	overflow-y: auto;
	z-index:99999;
}
.smallogo #entete-accueil {
    top: 70px;
}
.menu-welldone {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em 0 2em;
}
#entete-accueil .menu-welldone li {
    width: 320px;
}
#entete-accueil nav ul li {
    text-transform: uppercase;
    text-align: center;
    padding: 0 1em;
}
#entete-accueil .menu-welldone a, .dropdown span {
	font-size: 16px;
    padding: 1em;
	letter-spacing: 0.9px;
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #fff;
	display: block;
}
/*#entete-accueil .acc a {
	border-top: 1px solid #fff;
}*/
#entete-accueil .contazt a {
	border-bottom: none;
}
/*Fin ajout responsive*/
/*#entete-accueil .menu-welldone li span.itemnolink,*/ .nodisp{
	display:none;
}
/* AJout Toggle sur le menu mobile */
#entete-accueil .dropdown span {
    position: relative;
}
#drop1 span::before, #drop2 span::before, #drop3 span::before {
    content: ' ';
    transform: rotate(45deg);
    position: absolute;
    left: 0.5em;
    top: 0.8em;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
}
#drop1 span::after, #drop2 span::after, #drop3 span::after {
    content: ' ';
    transform: rotate(-45deg);
    position: absolute;
    left: 0.5em;
    top: 1.1em;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
}
#drop1 .active::before, #drop2 .active::before, #drop3 .active::before {
    transition: 0.35s;
    transform: rotate(225deg);
    left: .2em;
    top: 1em;
}
#drop1 .active::after, #drop2 .active::after, #drop3 .active::after {
    transition: 0.35s;
    transform: rotate(-225deg);
    left: .55em;
    top: 1em;
}
#drop1 span::before, #drop2 span::before, #drop3 span::before {
    left: 0.5em;
    top: 1.2em;
}
#drop1 span::after, #drop2 span::after, #drop3 span::after {;
    left: 0.5em;
    top: 1.6em;
}
#drop1 .active::before, #drop2 .active::before, #drop3 .active::before {
    left: .2em;
    top: 1.3em;
}
#drop1 .active::after, #drop2 .active::after, #drop3 .active::after  {
    left: .55em;
    top: 1.3em;
}
#entete-accueil .dropdown span.active{
    border-bottom: 1px solid #C3840C;
}
#entete-accueil .dropdown-content a {
    text-align: left;
    padding-left: 2.2em;
    font-size: 15px;
    text-transform: initial;
    background: rgba(9,35,74,.4);
    color: #fff;
    border-bottom: 1px solid #C3840C;
}
.smallogo .logo a img{
	max-width:60px;
}
.smallogo .otro {
    height: 70px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
#entete-accueil .container {
	width: 95%;
}
#entete-accueil>nav>ul>li>a {
	padding: 0.5em 1em;
}
}
@media screen and (min-width: 720px) and (max-width: 1199px) {
.menu-sec{
	display: none;
}
.otro {
    height: 64px;
    box-shadow: 0px 3px 6px #00000029;
}
}
@media only screen and (min-width: 720px) { 
.rs-mail, .rs-facebook {
    border-left: 2px solid #C3840C;
}
.intro-img{
	display: none;
}	
}
@media only screen and (max-width: 719px) { 
.otro {
    box-shadow: 0px 3px 6px #00000029;
}
.otro .logo {
    display: block;
    margin-right:5%;
	align-self:center;
	width:100%;
}
.otro .logo a{
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #2E3F75;
    text-align: right;
	line-height:0.8em;
}
.otro .logo a span{
    font-weight: 500;
    color: #2E3F75;
	line-height:0.8em;
}
#burger .img2{
	width:20px;
}
.mobRs{
	display: none;
}
.intro-img{
	position:relative;
}	
.intro-img .intro-img1{
	width:100%;
}	
.intro-img .intro-img2 {
    position: absolute;
    top: 5%;
    right: 5%;
    /*transform: translate(-50%,-50%);*/
    max-width: 90px;
}
.highlight .menu{
    display: grid !important;
}
.highlight .menu nav:nth-child(1){order:2}
.highlight .menu nav:nth-child(2){order:1}
.highlight .menu-rs li a, .menu-rs li a span {
    color: #fff;
    padding: 0.5em 0 0.5em 1.5em;
}
.highlight .menu-rs {
    display: block;
    float: none;
	margin-top: 0;
	padding-bottom: 2em;
}
.highlight #entete-accueil .menu-rs li {
    padding: 0.5em;
    width: max-content;
    margin: auto;
	background: #2E3F75;
	border-radius: 3px;
	margin-bottom: 1em;
}
.menu-rs li a {
    font-family: 'Lato',sans-serif;
    padding: 1em;
}
.menu-rs li:before{
	left:0.5em;
}
.menu-rs li.rs-tel:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/mob-blanc.png');
}
.menu-rs li.rs-mail:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/mail-blanc.png');
}
.menu-rs li.rs-facebook:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/facebook-blanc.png');
}
.rs-mail, .rs-facebook {
    border-left: none;
}
.menu-welldone {
    padding: 0 0 0.5em;
}
}
@media only screen and (max-width: 359px) {
#entete-accueil.respon .container{
    width: auto;
}
}
@media only screen and (min-width: 720px) and (max-width: 1199px) { 
#entete-accueil {
    top: 64px;
}
}
@media only screen and (min-width: 411px) and (max-width: 719px) { 
#entete-accueil {
    top: 100px;
}
}
@media only screen and (min-width: 411px) and (max-width: 719px) { 
.otro {
    height: 100px;
}
}
@media only screen and (min-width: 480px) and (max-width: 719px) { 
.otro .logo a{
    font-size: 30px;
}
.otro .logo a span{
    font-size: 18px;
}
}
@media only screen and (min-width: 411px) and (max-width: 479px) { 
.otro .logo a{
    font-size: 24px;
}
.otro .logo a span{
    font-size: 16px;
}
}
@media only screen and (min-width: 320px) and (max-width: 410px) { 
.otro .logo a{
    font-size: 20px;
}
.otro .logo a span{
    font-size: 14px;
}
.otro {
    height: 80px;
}
#entete-accueil {
    top: 80px;
}
}
/* TEST HEADER FIXED ... */
#aeb_head.hidden {
	transform: translateY(-145px);
}
/* =========================
      FIN MENU 
===========================*/
/* DEBUT PERSONNALISATION */
html,
body {
    height: 100%;
    margin: 0;
}
#content {
    padding: 60px 0;
    background: #0c9;
}
.btn-archive a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    padding: 0.3em 1em;
    position: absolute;
}
.btn-archive a:hover {
    transition: .5s ease;
}
#intro-page {
    background: #09234A;
	margin-top:145px;
}
#intro-page h1 {
    text-align: left;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 0;
    letter-spacing: 0.7px;
}
#globe .container{
	position:relative;
}
#breadcrumbs, #breadcrumbs a, #breadcrumbs a span, #breadcrumbs .breadcrumb_last, #breadcrumbs > span > span, #breadcrumbs > span > span > span {
    color: #fff;
    font-weight: 300;
    padding: 0;
    letter-spacing: 0.36px;
}
@media only screen and (min-width: 1200px) { 
#intro-page .container{
    padding: 2em 0;
}
#breadcrumbs, #breadcrumbs a, #breadcrumbs a span, #breadcrumbs .breadcrumb_last, #breadcrumbs > span > span, #breadcrumbs > span > span > span {
    font-size: 18px;
}
}
@media only screen and (max-width: 1199px) { 

}
@media only screen and (min-width: 720px) and (max-width: 1199px) { 
#intro-page {
    margin-top: 64px;
}
#breadcrumbs, #breadcrumbs a, #breadcrumbs a span, #breadcrumbs .breadcrumb_last, #breadcrumbs > span > span, #breadcrumbs > span > span > span {
    font-size: 16px;
}
#intro-page .container{
    padding: 1.5em 0;
}
#intro-page h1 {
    font-size: 30px;
}
}
@media only screen and (min-width: 411px) and (max-width: 719px) { 
#intro-page {
    margin-top: 100px;
}
#breadcrumbs, #breadcrumbs a, #breadcrumbs a span, #breadcrumbs .breadcrumb_last, #breadcrumbs > span > span, #breadcrumbs > span > span > span {
    font-size: 14px;
}
#intro-page h1 {
    font-size: 26px;
}
}
@media only screen and (max-width: 719px) { 
#intro-page .container{
    padding: 1em 0;
}
}
@media only screen and (max-width: 600px) { 
.btn-archive a {
    font-size: 16px;
}
}
@media only screen and (max-width: 410px) { 
#intro-page {
    margin-top: 80px;
}
#breadcrumbs, #breadcrumbs a, #breadcrumbs a span, #breadcrumbs .breadcrumb_last, #breadcrumbs > span > span, #breadcrumbs > span > span > span {
    font-size: 12px;
}
#intro-page h1{
    font-size: 20px;
}
}
/* SECTION SLIDE */
#intro-visuel {
    position: relative;
}
.container-slide {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 99.5%;
}
.text-banniere{
    position: absolute;
    background: rgba(9,35,74,0.89);
	display: grid;
}
.text-banniere h1 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    align-self: end;
}
.text-banniere h2{
	font-weight:400;
	color:#fff;
	padding-top:0.5em;
}
@media only screen and (min-width: 1200px) { 
#intro-visuel {
	margin-top:145px;
}
.text-banniere {
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    max-width: 280px;
    padding: 2em;
}
.container-slide {
    width: 1140px;
}
.text-banniere h1 {
    font-size: 30px;
}
.text-banniere h2{
    font-size:20px;
	line-height:31px;
}
}
@media only screen and (min-width: 720px) and (max-width: 1199px) { 
#intro-visuel {
	margin-top:64px;
}
}
@media only screen and (max-width: 1199px) { 
.text-banniere {
    top: 30%;
    right: 0;
}
.container-slide {
    width: 90%;
}
}
@media only screen and (min-width: 993px) and (max-width: 1199px) { 
.text-banniere {
    max-width: 300px;
}
.text-banniere h1 {
    font-size: 28px;
}
.text-banniere h2{
    font-size:20px;
	line-height:26px;
}
.text-banniere {
    padding: 1.5em;
}
}
@media only screen and (min-width: 600px) and (max-width: 992px) { 
.text-banniere {
    max-width: 210px;
}
.text-banniere h1 {
    font-size: 24px;
}
.text-banniere h2{
    font-size:17px;
	line-height:22px;
}
.text-banniere {
    padding: 1.5em;
}
}
@media only screen and (max-width: 719px) { 
#intro-visuel.acc-slide .immoslide.slider, #intro-visuel.acc-slide .container-slide{
	display: none;
}
}
@media only screen and (min-width: 411px) and (max-width: 719px) { 
#intro-visuel {
	margin-top:100px;
}
}
@media only screen and (max-width:410px) { 
#intro-visuel{
    margin-top: 80px;
}
}
/* =========================
   PROGRAMMES
==========================*/
#programmes h2 {
    padding:0;
	margin-bottom: 0.5em;
	letter-spacing: 1.2px;
	color: #2E3F75;
}
#programmes .programme {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 30.7%;
    flex: 0 0 30.7%;
    max-width: 30.7%;
	margin:0 1.97%;
    position:relative;
	padding:0;
	box-shadow: 0px 3px 6px #00000029;
}
#programmes .programme.prog-1 {
    margin-left:0;
}
#programmes .programme.prog-3 {
    margin-right:0;
}
#programmes .p-programmes .btn-archive a {
    color: #fff;
    background: #DBAB11;
    border: 2px solid #DBAB11;
    left: 50%;
    font-weight: 400;
	font-size: 17px;
    padding: 0.3em 1.2em 0.3em 1.5em;
}
#programmes .p-programmes .btn-archive a:hover span {
    font-weight: 600;
    transition: .5s ease;
}
#programmes .programme .imgprog{
    position: relative;
}
#programmes .programme .commerce{
    position: absolute;
    bottom: 0;
    right: 0;
}
#programmes .programme .commerce p{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    background:#09234A;
    padding: 0.3em 1em;
    display: inline-block;
}
#programmes .programme .ville-travaux, #programmes .programme .residence{
    display: inline-flex;
	width:100%;
}
#programmes .programme .ville-travaux{
    padding:0 0 0.5em;
}
#programmes .programme .ville-travaux h3{
    font-size:21px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.63px;
	font-weight:700;
	color:#2E3F75;
}
#programmes .programme .ville-travaux p {
    font-size: 14px;
    color: #3E3E3E;
    line-height: 20px;
    letter-spacing: 0.56px;
    float: right;
    text-align: right;
    width: 100%;
}
#programmes .programme .residence h3 {
    width: 100%;
}
#programmes .programme .residence h3 a{
    font-size:14px;
	color:#3E3E3E;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.42px;
	font-weight:700;
}
#programmes .programme .residence .mep-title{
	width:100%;
}
#programmes .programme .eli{
    max-width: 56%;
    float: right;
    margin-top: -1em;
}
#programmes .programme .eli p {
    font-size: 8px;
    color: #3E3E3E;
    line-height: 10px;
    float: right;
    font-weight: 400;
    border: 0.30000001192092896px solid #707070;
    text-align: center;
    align-self: center;
    width: inherit;
    padding: 0.3em 0.8em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    max-width: max-content;
    text-transform: uppercase;
    display: inline-flex;
}
/* Ajout de l'animation survol*/
#programmes .overlay-image {
	position: relative;
	width: 100%;
	cursor: pointer;
}
#programmes .overlay-image .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}
#programmes .overlay-image .hover {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
    background: rgba(9,35,74,.38);
}
#programmes .overlay-image:hover .hover{
	opacity: 1;
}
/* Page programmes*/
/* MAP */
.acf-map {
    width: 100%;
    height: 480px;
}
@media only screen and (min-width: 600px) { 
#programmes .programme .broch-acces {
    background: #09234A;
	position: relative;
}
#programmes .programme .broch-acces a.broch {
    color: #fff;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.42px;
    padding: 1em 1.5em;
	width: 100%;
	text-transform: uppercase;
    display: block;
	cursor: pointer;
}
#programmes .programme .broch-acces a.broch:hover {
    background: #DBAB11;
}
#programmes .programme .broch-acces .acces {
    background: #E9E7E4;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0.75em 1em;
}
}
@media only screen and (min-width: 1200px) { 
#programmes {
    margin: 4em 0 8em;
}
#programmes .p-programmes .btn-archive a {
    transform: translate(-50%, 100%);
}
#programmes .programme .eli{
    max-width: 56%;
    float: right;
    margin-top: -1em;
}
#programmes .programme .eli p {
    font-size: 8px;
    color: #3E3E3E;
    line-height: 10px;
    float: right;
    font-weight: 400;
    border: 0.30000001192092896px solid #707070;
    text-align: center;
    align-self: center;
    width: inherit;
    padding: 0.3em 0.8em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    max-width: max-content;
    text-transform: uppercase;
    display: inline-flex;
}
.artprog {
    padding: 1em 1em 1.8em;
}
}
@media only screen and (max-width: 1199px) { 
#programmes .p-programmes .btn-archive a {
    transform: translate(-50%, 70%);
}
#programmes .programme .eli{
    display: none;
}
.artprog {
    padding: 1em;
}
}
@media only screen and (min-width: 481px) and (max-width: 1199px) { 
#programmes {
    margin: 2em 0 6em;
}
}
@media only screen and (max-width: 991px) { 
#programmes .programme a img{
	width:100%;
}
#programmes.acc-prog .prog-3{
	display: none;
}
}
@media only screen and (min-width: 600px) and (max-width: 991px) { 
#programmes {
    margin: 2em 0 7em;
}
#programmes .programme {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
	margin:inherit;
}
#programmes.acc-prog .prog-1{
	margin-right:3%;
}
#programmes.acc-prog .prog-2{
	margin-left:3%;
}
}
@media only screen and (min-width: 320px) and (max-width: 599px) { 
#programmes .programme {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin:0 0 5%;
}
#programmes .p-programmes .btn-archive a {
    width: max-content;
}
}
@media only screen and (max-width: 800px) { 
.artprog {
    padding: 0.7em;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) { 
#programmes {
    margin: 1.5em 0 5em;
}
#programmes .p-programmes .btn-archive a {
    transform: translate(-50%,20%);
}
}
@media only screen and (max-width: 599px) { 
#programmes .programme .broch-acces {
    display: none;
}
}
/* =========================
   AVANTAGES
==========================*/
#avantages {
    background: url(https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/fond-avantage.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    padding: 4em 0 5em;
}
#avantages h2{
    color:#fff;
	text-align: center;
	margin-bottom: 1em;
	letter-spacing: 0.9px;
}
#avantages .s-avantages{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width:100%;
	max-width: 1023px;
	margin:auto;
	padding:1em 0;
} 
#avantages .bloc-avant{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27.3%;
	flex: 0 0 27.3%;
	max-width: 27.3%;
	margin:0 3%;
    position:relative;
	padding: 2.5em 2em 1.5em;
	background: #fff;
	min-height:238px;
}
#avantages .bloc-avant img{
	margin:auto;
}
#avantages .bloc-avant h3{
	text-align: center;
	font-size:16px;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	line-height: 20px;
	padding-top:0.5em;
}
#avantages .bloc-avant a:hover h3 {
    color: #1E9DCC;
}
/* Ajout de l'animation survol*/
#avantages .overlay-image {
	position: relative;
	width: 100%;
}
#avantages .overlay-image .image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
}
#avantages .overlay-image .text {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    line-height: 20px;
    padding-top: 0.5em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 100%;
}
#avantages .overlay-image .hover {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}
#avantages .overlay-image:hover .hover{
	opacity: 1;
}
#avantages .overlay-image .normal {
	transition: .5s ease;
}
@media only screen and (min-width: 601px) and (max-width: 991px) { 
#avantages {
    padding: 4em 0 3em;
}
#avantages .bloc-avant {
    min-height: 140px;
	padding:1em;
}
#avantages .overlay-image .image {
    max-width: 100px;
}
#avantages .bloc-avant h3 {
    font-size: 12px;
    line-height: 16px;
    padding-top: 0;
}
#avantages .bloc-avant h3 br {
    display: none;
}
}
@media only screen and (min-width: 300px) and (max-width: 600px) { 
#avantages .s-avantages {
    max-width: 260px;
}
#avantages .bloc-avant {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 3% 0;
    padding: 1em;
    min-height: 180px;
}
#avantages .bloc-avant.avant1 {
    padding: 2em 1em 1em;
}
#avantages h2 {
    margin-bottom: 0;
}
#avantages .bloc-avant h3 {
    font-size: 14px;
    line-height: 18px;
}
#avantages .bloc-avant h3 br {
    display: none;
}
}
@media only screen and (min-width: 481px) and (max-width: 600px) { 
#avantages {
    padding: 3em 0 2em;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) { 
#avantages {
    padding: 2em 0 1em;
}
}

/* =========================
   CHOISIR IMMOGOLFE
==========================*/
#immogolf {
    margin: 4em 0;
}
#immogolf .s1-immogolf, #immogolf .s2-immogolf {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position:relative;
}
#immogolf .s1-immogolf {
	padding-left:0;
}
#immogolf .s1-immogolf .bloc-bleu {
    position: absolute;
    right: -0.1em;
    top: 45%;
    background: rgba(30,157,204,0.87);
    padding: 1.15em 2em;
}
#immogolf .s1-immogolf h3 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 300;
}
#immogolf .s1-immogolf h3 strong{
	letter-spacing: 0.72px;
	font-size:24px;
	line-height:30px;
	color:#fff;
}
#immogolf .s2-immogolf {
	padding-left:3em;
	padding-right:0;
}
#immogolf .s2-immogolf h2{
	letter-spacing: 0.9px;
	font-weight:600;
}
#immogolf .s2-immogolf p{
	font-size:17px;
	line-height:23px;
}
#immogolf .s2-immogolf h3 {
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Asap';
}
#immogolf .btn-esp {
    position: absolute;
    bottom: 0.5em;
    left: 3em;
}
#immogolf .btn-esp a {
    color: #fff;
    background: #09234A;
    font-weight: 400;
	font-size:18px;
	letter-spacing: 0.72px;
    padding: 0.5em 1.2em;
	text-transform: uppercase;
}
#immogolf .btn-esp a:hover {
    font-weight: 600;
    transition: .5s ease;
}
@media only screen and (min-width: 601px) { 
#immogolf .s2-immogolf p{
	margin:1em 0;
}
}
@media only screen and (max-width: 600px) { 
#immogolf .s2-immogolf p{
	margin:.5em 0;
}
}
@media only screen and (min-width: 601px) and (max-width: 1199px) { 
#immogolf .s1-immogolf {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
#immogolf .s2-immogolf {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
	padding-left:2em;
}
#immogolf .s2-immogolf .content-immo{
    padding-bottom: 3em;
}
#immogolf .s2-immogolf p {
    margin: 0.5em 0;
}
#immogolf .s2-immogolf h3 {
    font-size: 17px;
}
#immogolf .s1-immogolf .bloc-bleu {
    top: 30%;
}
.s1-immogolf > img{
    object-fit: cover;
    height: 100%;
	width: 100%;
}
#immogolf .btn-esp {
    left: 2em;
}
}
@media only screen and (min-width: 601px) and (max-width: 1140px) { 
#immogolf .s2-immogolf p {
    font-size: 16px;
    line-height: 21px;
}
}
@media only screen and (max-width: 767px) { 
#immogolf .s1-immogolf {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#immogolf .s2-immogolf {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding-left:inherit;
}
.p-immogolf div:nth-child(1){order:2}
.p-immogolf div:nth-child(2){order:1}
#immogolf .s2-immogolf h2 {
    text-align: center;
}	
#immogolf .btn-esp {
    transform: translate(-50%,0%);
    left: 50%;
}
#immogolf .s2-immogolf p, #immogolf .s2-immogolf h3 {
    text-align: center;
}
#immogolf .s1-immogolf {
    padding-left: .9375em;
}
#immogolf .s2-immogolf {
	padding-left: .9375em;
	padding-right: .9375em;
}
#immogolf .s1-immogolf .bloc-bleu {
    top: inherit;
	bottom:15px;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) { 
#immogolf {
    margin: 2.5em 0;
}
#immogolf .s1-immogolf {
    margin-top: 2em;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) { 
#immogolf {
    margin: 2em 0;
}
#immogolf .s1-immogolf {
    margin-top: 1.3em;
}
}
@media only screen and (max-width: 600px) { 
#immogolf .s2-immogolf .content-immo{
    padding-bottom: 3em;
}	
}
@media only screen and (max-width: 432px) { 
#immogolf .btn-esp {
    width: max-content;
}	
#immogolf .s1-immogolf {
    padding-left: 0; 
    padding-right: 0;
} 
#immogolf .s1-immogolf .bloc-bleu {
    top: inherit;
    bottom: 0;
    left: 0;
    right: inherit;
    width: 100%;
    height: 100%;
	padding: 1.8em 2.5em;
	display: flex;
}
#immogolf .s1-immogolf .bloc-bleu h3 {
    align-self: center;
}
}
@media only screen and (max-width: 359px) { 
#immogolf .s2-immogolf p {
    font-size: 16px;
    line-height: 21px;
}
#immogolf .s2-immogolf h3 {
    font-size: 17px;
}
}
/* =========================
   BANDEAU SIMULATEUR
==========================*/
#simulateur{
	background: #09234A;
}
#simulateur .s-simulateur{
	padding:0;
}
#simulateur h2 {
    letter-spacing: 0.9px;
}
#simulateur h2{
	color:#fff;
}
#globe #simulateur p, #simulateur p {
    font-size: 16px;
    letter-spacing: 0.11px;
    line-height: 19px;
    font-weight: 300;
	color:#fff;
}
.title-bandeau {
    position: relative;
}
.title-bandeau .btn-archive a {
    color: #fff;
	background: #D6B12B;
    top: 0.25em;
	letter-spacing: 0.68px;
	font-size:17px;
	padding: 0.5em 1em;
    right: 0;
}
.title-bandeau .btn-archive a:hover {
    color: #09234A;
    background: #fff;
}
@media only screen and (min-width: 1200px) {
#simulateur {
    padding: 3em 0;
}
.title-bandeau {
    display: flex;
}
#simulateur h2 {
    width: 60%;
}
#globe #simulateur p, #simulateur p{
    width: 85%;
    padding-left: 1em;
    padding-right: 24%;
}
#simulateur h2 {
    position: relative;
}
#simulateur h2:after {
    content: url(https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/picto-simulateur.png);
    top: -0.5em;
    right: 0.5em;
    position: absolute;
}
.title-bandeau .btn-archive a {
    top: 0.25em;
    right: 0;
}
}
@media only screen and (max-width: 1199px) {
#simulateur {
    padding: 2em 0;
}
.title-bandeau {
    display: block;
}
.title-bandeau h2{
    margin-bottom: 0.3em;
}
.title-bandeau .btn-archive a {
	width: max-content;
}
}
@media only screen and (min-width: 601px) and (max-width: 1199px) {
#globe #simulateur p, #simulateur p {
    margin-right: 320px;
}
.title-bandeau .btn-archive a {
	transform: translate(0,50%);
	right: 0;
	bottom: 50%;
}
}
@media only screen and (max-width: 600px) {
#simulateur h2 {
	text-align: center;
}
#globe #simulateur p, #simulateur p {
	padding-bottom: 3.5em;
	text-align: center;
}
.title-bandeau .btn-archive a {
    right: 50%;
    bottom: 0;
}
}
@media only screen and (min-width: 390px)  and (max-width: 600px) {
.title-bandeau .btn-archive a {
    transform: translate(50%,250%);
}
}
@media only screen and (max-width: 720px) {
.title-bandeau .btn-archive a {
    height: max-content;
}
}
@media only screen and (max-width: 389px) {
.title-bandeau .btn-archive a {
    height: max-content;
}
.title-bandeau .btn-archive a {
    transform: translate(50%,300%);
    right: 50%;
    bottom: 0;
}
}
/* =========================
   ACTUALITES
==========================*/
#actu {
    padding: 4em 0;
}
#actu h2{
	text-align: left;
	letter-spacing: 0.9px;    
	color: #2E3F75;
	font-size: 30px;
}
#actu .actu1, #actu .actu2{
    padding:0;
}
#actu .actu1{
    -webkit-box-flex: 0;
	position: relative;
}
#actu .actu1 .abso{
    position: absolute;
	right:2.72%;
	top:0.8em;
}
#actu .actu1 .btn-actu a{
	color:#2E3F75;
}
#actu .actu1 .actu-acc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#actu .actu2{
    -webkit-box-flex: 0;
	position: relative;
}
.s-actu{
	position: relative;
	padding:0;
}
.article-actu {
    align-self: auto;
    margin-top: 1em;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: #fff;
}
.article-actu img {
    width: 100%;
    object-fit: cover;
}
.imgcat{
	position:relative;
}
.artqual {
    padding: 1em;
}
.artqual h3 a{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #2E3F75;
}
.artqual h3 a:hover{
	color: #6AC2F3;
}
.excerpt-accueil p {
    font-weight: 400;
    line-height: 20px;
    color:#3E3E3E;
    padding-top: 0.5em;
}
.excerpt-accueil i {
    display: none;
}
.date-accueil {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 0.5em;
	color:#3E3E3E;
}
.bloc-actu {
    -webkit-box-flex: 0;
    padding: 0;
}
.actu2 img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    height: 100%;
    object-fit: cover;
}
#actu .actu2 h2 {
    color: #fff;
    position: absolute;
    background: rgba(219,171,17,0.88);
    right: -0.5em;
    top: 5%;
    font-size: 38px;
    line-height: 36px;
    letter-spacing: 1.14px;
    width: 278px;
    padding: 1.2em 1em 1.2em 0;
    text-align: right;
	font-weight:600;
}
.btn-morbihan {
    color: #09234A;
    background: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.72px;
    padding: 0.5em 1.2em;
    text-transform: uppercase;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 10%;
    position: absolute;
}
@media only screen and (min-width: 1025px) {
#actu .actu1{
    -ms-flex: 0 0 57.28%;
    flex: 0 0 57.28%;
    max-width: 57.28%;
    margin-right: 2.72%;
}
#actu .actu2{
    -ms-flex: 0 0 37.28%;
    flex: 0 0 37.28%;
    max-width: 37.28%;
    margin-left:2.72%;
}
.bloc-actu {
    -ms-flex: 0 0 47.47%;
    flex: 0 0 47.47%;
    max-width: 47.47%;
}
.bloc-actu:nth-child(1) {
    margin-right: 2.53%;
}
.bloc-actu:nth-child(2) {
    margin-left: 2.53%;
}
/* Ajout animation */
.imgcat{
    position: relative;
    cursor: pointer;
    overflow:hidden;
}
.imgcat img {
    width:100%;
}
.attachment-une-article{
    transition: all .4s ease;
    margin-bottom: 0;
}
.imgcat:hover .attachment-une-article{
    transform: scale(1.2);
	object-fit:cover;
}
.btn-art-hover {
    display: none;
}
.imgcat:hover .btn-art-hover {
    transition: all .4s ease;
    background: rgba(9,35,74,.38);
    width: 100%;
    height: 100%;
	display: block;
    position: absolute;
	top: 0;
}
.btn-art-hover img{
    width: 40px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
}
@media only screen and (max-width: 1024px) {
.actu1 .bloc-actu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
	margin:0;
}
.btn-morbihan {
    width: max-content;
}
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
.actu1 .bloc-actu:nth-child(1) {
	margin:1em 0;
}
.actu1 .imgcat img {
    height: 100%;
    object-fit: cover;
}
.actu1 .imgcat {
    width: 100%;
    min-width: 200px;
}
.actu1 .imgcat .btn-art-hover img {
    height: 40px;
}
.btn-art-hover{  
    display: none;
}
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
#actu .actu1 {
    -ms-flex: 0 0 58.28%;
    flex: 0 0 58.28%;
    max-width: 58.28%;
    margin-right: 1.72%;
}
#actu .actu2 {
    -ms-flex: 0 0 38.28%;
    flex: 0 0 38.28%;
    max-width: 38.28%;
    margin-left: 1.72%;
}	
}
@media only screen and (max-width: 900px) {
.actu1 .imgcat {  
    display: none;
}
.artqual {
    display: grid;
    padding: 0.8em;
}
.artqual>div:nth-child(1){order:2;}
.artqual>div:nth-child(2){order:1;}
.artqual>div:nth-child(3){order:3;}
.date-accueil {
    padding-top: .5em;
    padding-bottom: 0;
}
#actu .actu2 h2 {
    top: 10%;
    font-size: 28px;
    line-height: 30px;
    width: auto;
    padding: 1em;
    text-align: right;
}
#actu .actu1 .btn-actu {
    right: 0;
    top: .5em;
}
}
@media only screen and (min-width: 481px) and (max-width: 900px) {
#actu{
    padding: 2.5em 0;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
#actu{
    padding: 2em 0;
}
}
@media only screen and (min-width: 720px) and (max-width: 900px) {
#actu .actu1 {
    -ms-flex: 0 0 58.28%;
    flex: 0 0 58.28%;
    max-width: 58.28%;
    margin-right: 1.72%;
}
#actu .actu2 {
    -ms-flex: 0 0 38.28%;
    flex: 0 0 38.28%;
    max-width: 38.28%;
    margin-left: 1.72%;
}
}
@media only screen and (min-width: 433px) and (max-width: 900px) {
.actu1 .bloc-actu:nth-child(1) {
    margin: 1em 0;
}
}
@media only screen and (max-width: 719px) {
#actu .actu1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
	margin-bottom: 1.5em;
}
#actu .actu2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
}	
.s-actu {
    padding-left: .9375em;
    padding-right: .9375em;
}
.actu2 img {
    margin: auto;
    max-height: 300px;
	width:100%;
}
}
@media only screen and (max-width: 432px) {
.actu1 .bloc-actu:nth-child(1) {
    margin: 0.5em 0 1em;
}
}
@media only screen and (max-width: 411px) {
#actu .actu1 .btn-actu {
   display: none;
}
#actu h2 {
    text-align: center;
}
}
@media screen and (min-width: 801px) and (max-width: 1024px){
	#actu .prog{
		font-size: 27px;
	}
}
@media screen and (max-width: 800px){
	#actu h2 {
    font-size: 24px;
	}
}
@media screen and (min-width: 481px) and (max-width: 719px){
	#actu .prog{
		font-size: 25px;
	}
}
@media screen and (max-width: 480px){
	#actu .prog{
		font-size: 20px;
	}
}
/* =========================
   FOOTER
==========================*/
footer {
    padding: 2em 0 1em;
	background:#0B2449;
    box-shadow: 0 4px 7px #534149;
}
footer >*, footer a, footer p{
    color:#fff;
}
footer a:hover{
    color:#6AC2F3;
}
.adress p{
	padding-left:2em;
	position:relative;
	margin-bottom:0.5em;
}
.adress p:before{
	position:absolute;
	left:0;
}
.adress p.foot-adress:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/picto-localise-foot.png');
}
.adress p.foot-tel:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/picto-tel-foot.png');
}
.adress p.foot-mail:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/picto-mail-foot.png');
}
.adress p.foot-facebook:before{
    content:url('https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/picto-facebook-foot.png');
}
footer .logoaccroche {
    display: flex;
    margin-bottom: 1em;
}
footer .logoaccroche h3 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.34px;
    padding-left: 0.5em;
    color: #fff;
    font-weight: 400;
    align-self: flex-end;
}
footer ul{
    margin: 0 1em;
	list-style-type:disc;
}
footer ul li {
    line-height: 16px;
	line-height:25px;
	font-weight:400;
	color:#fff;
}
footer h4{
	text-transform:uppercase;
	font-size:17px;
	margin-bottom:1.5em;
}
footer h4.margin-limit{
	margin-bottom:.5em;
	color:#fff;
}
footer h4.mar-top{
	margin-top:1em;
}
.mention {
    text-transform: inherit;
    text-align: center;
    font-size: 12px;
	display: inline-block;
	margin-top:1em;
	width:100%;
	color:#fff;
}
/* BANDEAU COOKIE */
#cookie-notice .cookie-notice-container {
    display: block;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.04);
}
#cn-notice-buttons .cn-button.bootstrap {
    background:#6AC2F3;
}
@media only screen and (max-width:1023px) {
div.bloc-4:nth-child(2), div.bloc-4:nth-child(3), div.bloc-4:nth-child(4){
	display: none;
}	
footer .logoprez.adress.bloc-4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 480px;
}
footer .logoprez.adress.bloc-4 .logoaccroche {
    padding-right: 1.5em;
    display: block;
	margin-bottom: .5em;
}
footer .logoprez.adress.bloc-4 .coor-mob{
    padding-left: .5em;
}	
footer .logoprez.adress.bloc-4 .coor-mob p{
	padding-left:2em;
	position:relative;
	margin-bottom:0.3em;
}
footer .logoprez.adress.bloc-4 .logoaccroche img{
    float: right;
}
footer .logoprez.adress.bloc-4 .logoaccroche h3 {
    float: right;
    text-align: right;
    margin-top: 0.8em;
}
}
@media only screen and (min-width:433px) and (max-width:1023px) {
footer .logoprez.adress.bloc-4 .logoaccroche, footer .logoprez.adress.bloc-4 .coor-mob{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
footer .logoprez.adress.bloc-4 .logoaccroche {
    padding-right: 1.5em;
}
}
@media only screen and (max-width:432px) {
footer .logoprez.adress.bloc-4 .logoaccroche {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}
footer .logoprez.adress.bloc-4 .coor-mob{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
}
footer .logoprez.adress.bloc-4 .logoaccroche {
    padding-right: .5em;
}	
footer .container {
    width: 100%;
}
}
@media only screen and (max-width:384px) {
footer .logoprez.adress.bloc-4 .coor-mob p {
    font-size: 13px;
	margin-bottom: .5em
}	
footer .logoprez.adress.bloc-4 .coor-mob {
    padding-left: .1em;
}

footer .logoaccroche h3 {
    font-size: 15px;
    line-height:19px;
}
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 800px) and (max-width:1200px) {
}
@media only screen and (min-width: 1024px) {
.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-2-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66%;
flex: 0 0 66.66%;
max-width: 66.66%;
}
}
/*------------------------------------*\
    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;
}