@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

/*GENERAL*/
html
{
	height: 100%;
}
*
{
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
BODY
{
	margin: 0;

	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #353535;

	height: 100%;
}
h1, 
.highlight h2
{
	margin: 0 0 0 0;
	padding: 25px 0px 10px 0px;

	color: #272154;
	font-size: 26px;
	text-align: center;
	font-weight: 400;
}
.highlight
{
	background-color: #272154;
}
.highlight hr:not(.small)
{
	border-color: #272154;
}
h2
{
	margin: 0;
	padding: 25px 0px 10px 0px;

    color: #009fe3;/*26457f*/
    font-size: 26px;
    text-align: left;    
	font-weight: 400;	
}
h2.hr
{
	margin: 30px 0 10px 0;
	padding: 0;
	height: 15px;
	background-image: url(../img/title-bg.png);
	background-position: 50% 50%;
}
h2.hr > span
{
    position: relative;
    top: -10px;
	background-color: #FFF;
    padding-right: 20px;
}
h2 + hr.small
{
	margin: 0;
	width: 100%;
}
.titre-article
{
	color: #272154;
	font-size: 26px;
	text-align: justify;
	margin: 0;
	padding: 5px 0 10px 0;
}
h3
{
	margin: 5px 0;

	color: #010101;
	font-size: 14px;
	text-align: center;
}
h1 > a,
h2 > a,
h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
hr
{
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border: 0;
	border-top: 9px solid #272154;
	width: 100px;
	max-width: 100%;
}
#video-avis > .row > .col-6 > hr
{
    display: block;
    margin: 0 auto;
    padding: 0 0 20px 0;
    border: 0;
    border-top: 9px solid #fff;
    width: 100px;
    max-width: 100%;
}
hr.small
{
	border-top-width: 1px;
}
a img
{
	border: 0;
}
a
{
	color: #696969;
}
a:active, 
a:focus
{
	color: #696969;
}
.center
{
	text-align: center;
	justify-content: center;
}
.block
{
	display: block;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.small
{
	font-size: 11px;
}
.middle
{
	display: flex!important;
    align-items: center!important;
}
.middle.center
{
	justify-content: center;
}
li.middle
{
	display: inline-flex!important;
	vertical-align: middle;
}
.ok
{
	color: #1ABA16;
}
.nok
{
	color: #BA1616;
}
.clear
{
	clear: both;
}
.absolute
{
	position: absolute!important;
	top: 0;
	height: 100%;
}
.absolute.right
{
	right: 0;
	width: 50%;
}
.absolute.left
{
	left: 0;
	width: 50%;
}
.highlight_bloc
{
	color: #FFF;
	/*background-color: rgba(164,1,0,0.9);*/
	background-color: #272154;
	padding: 30px!important;
}
.highlight_bloc h2
{
	color: #FFF;
	margin: 0 0 15px 0;
	padding: 25px 0px 10px 0px;
}
.highlight_bloc hr
{
	border-color: #FFF;
}
.circle
{
	display: inline-block;
    color: #272154;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    vertical-align: middle;
    background-color: #FFF;
    margin: 10px;
}
.container
{
	position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.liste
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.liste > li
{
	display: table;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
	width: 100%;
}
.liste > li > span
{
	display: table-cell;
	padding: 10px 5px;
	text-align: left;
}
.liste > li > span:first-child + span
{
	text-align: right;
}
.center
{
	text-align: center;
}
.fade-c > *,
.fade
{
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: opacity ease-in-out 0.4s, transform ease-in-out 0.5s;
}
.fade-c.visible > *,
.fade.visible
{
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.fade-c.visible > :nth-child(2)
{
  transition-delay: 0.3s;
}
.fade-c.visible > :nth-child(3)
{
  transition-delay: 0.6s;
}
.fade-c.visible > :nth-child(4)
{
  transition-delay: 0.9s;
}
.fade-c.visible > :nth-child(5)
{
  transition-delay: 1.2s;
}
.fade-c.visible > :nth-child(6)
{
  transition-delay: 1.5s;
}
.fade-c.visible > :nth-child(7)
{
  transition-delay: 1.8s;
}

.row
{
	font-size: 0;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.row > *
{
	font-size: 15px; /*font default*/
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin: 0;
}
.row > *.middle
{
	display: inline-flex!important;
}
.row > .col-1
{
	width: 8.333333%;
}
.row > .col-2
{
	width: 16.666667%;
}
.row > .col-3
{
	width: 25%;
}
.row > .col-4
{
	width: 33.33%;
}
.row > .col-5
{
	width: 41.666667%;
}
.row > .col-6
{
	width: 50%;
}
.row > .col-7
{
	width: 58.333333%;
}
.row > .col-8
{
	width: 66.66%;
}
.row > .col-9
{
	width: 75%;
}
.row > .col-10
{
	width: 83.333333%;
}
.row > .col-11
{
	width: 91.666667%;
}
.row > .col-12
{
	width: 100%;
}


/*square*/
#loader 
{
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: none;*/
	z-index: 9999;
}
#loader > div 
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#loader > div > div
{	
	position: relative;
	font-weight: 600;
	color: rgba(39, 33, 84,1);
	font-size: 27px;
	line-height: 17px;
	text-align: center;
    width: 20px;
    height: 20px;
    /*border:1px  rgba(39, 33, 84,1) solid;*/
    margin: 36px auto;
    position: relative;
    -webkit-animation: fill_color 5s linear infinite;
       -moz-animation: fill_color 5s linear infinite;
            animation: fill_color 5s linear infinite;
}
#loader > div > div > span
{
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 14px;
}
#loader > div > div:after
{
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    background-color: rgba(39, 33, 84,1);
    top: -8px;
    left: 0px;
    -webkit-animation: square_check 1s ease-in-out infinite;
       -moz-animation: square_check 1s ease-in-out infinite;
            animation: square_check 1s ease-in-out infinite;
}

@-webkit-keyframes square_check
{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}
@-moz-keyframes square_check
{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}
@keyframes square_check{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}


#captchagc,
#captchagc *
{
	box-sizing: border-box;
	outline: none;
}
#captchagc
{
	position: relative;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 5px auto;
}
#captchagc > img
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc > img + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img
{
	top: 18px!important;
	left: 197px!important;
}

/* ACTUALITES */
#actualites-liste {
	margin : 0;
	padding : 0;
	font-size : 0;
	list-style : none;
}

#actualites-liste > div > a {
	font-size: 0;
    background-color: #f5f5f5;
    display: block;
    margin: 0px 0px 20px 0px; 
    text-decoration: none;
}

#actualites-liste > div > a > div {
	display : inline-block;
	font-size : 16px;
	vertical-align : top;
}

#actualites-liste > div > a > div:first-child {
	position: relative;
    width: 100%;
    height: 200px;
    background-color: #ededed;
    overflow: hidden;
}

#actualites-liste > div > a > div:first-child > img {
	position: absolute;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

#actualites-liste > div > a > div:first-child + div {
	position : relative;
	padding : 0 10px 10px 10px;
	max-height : 80px;
	height: 80px;
}

#actualites-liste > div > a > div > .actualite-effect {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    color: #fff;
    transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 200ms;
}

#actualites-liste > div > a:hover > div > .actualite-effect
{
	opacity: 1;
	background-color: rgba(0,0,0,0.3); 
}

#actualites-liste > div > a > div > h2
{
  font-size: 16px;
  color: rgb(47, 60, 78);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.501;
  text-align: left;
}
.actualite-top 
{
    margin-top: 35px;
    overflow: hidden;
}
.actualite-date
{
	width: 145px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 0px 5px 5px 5px;
    margin: 0;
}
.actualite-date-jour
{
    font-size: 25px;
    color: #2f4e87;
    text-transform: uppercase;
    display: block;
}
.actualite-date-mois
{
    font-size: 15px;
    color: rgb(47, 60, 78);
    text-transform: uppercase;
    text-align: left;
}
.actualites-content
{
	margin: 0;
	padding: 0;
}
.actualites-content img
{
	margin: 0 !important;
	width: 100%;
}
.actualite-texte
{
	text-align: justify !important;
}
.actualite-titre
{
  font-size: 16px;
  color: rgb(20, 36, 64);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.501;
}


/*FORMULAIRE*/
form
{
	display: inline;
}
button, 
button:active, 
button:focus, 
input[type='button'], 
input[type='button']:active, 
input[type='button']:focus, 
input[type='submit'], 
input[type='submit']:active, 
input[type='submit']:focus, 
.bouton, 
.bouton:active, 
.bouton:focus, 
.button, 
.button:active, 
.button:focus 
{
	display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background-color: #272154;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    margin: 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button > a, 
button:active > a, 
button:focus > a, 
input[type='button'] > a, 
input[type='button']:active > a, 
input[type='button']:focus > a, 
input[type='submit'] > a, 
input[type='submit']:active > a, 
input[type='submit']:focus > a, 
.bouton > a, 
.bouton:active > a, 
.bouton:focus > a, 
.button > a, 
.button:active > a, 
.button:focus > a 
{
	color: #FFF;
	text-decoration: none;
}
.bouton > .fa,
.button > .fa,
button > .fa
{
	font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover, 
.button:hover, 
button:hover
{
	background: #1e73be;
	color: #FFF;
	text-decoration: none!important;
}
input[type='text'], 
input[type='password'],
select
{
	/*border-radius: 2px;*/
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 6px;
}
select
{
	padding: 5px 6px;
}
textarea
{
	padding: 6px;
	border: 1px solid #CCC;
	/*border-radius: 2px;*/
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #272154;
}

fieldset
{
	margin: 0;
	padding: 0;
	/*border: 1px solid #CCC;*/
	border: 0;
}
fieldset > legend
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
fieldset > ul,
fieldset > .contenu > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
fieldset > ul > li,
fieldset > .contenu > ul > li
{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 50%;
	font-size: 14px;
	vertical-align: top;
}
fieldset > ul > li > .input,
fieldset > .contenu > ul > li > .input
{
	display: block;
	padding: 5px;
	width: 100%;
	font-size: 0;
	text-align: left;
}
fieldset > ul > li > .input > label,
fieldset > .contenu > ul > li > .input > label
{
	font-size: 14px;
}
fieldset > ul > li > .input > div > input,
fieldset > ul > li > .input > div > select,
fieldset > ul > li > .input > div > textarea,
fieldset > .contenu > ul > li > .input > div > input,
fieldset > .contenu > ul > li > .input > div > select,
fieldset > .contenu > ul > li > .input > div > textarea
{
	display: inline-block;
	width: 100%;
	font-size: 14px;	
}
fieldset > ul > li.double,
fieldset > .contenu > ul > li.double
{
	width: 100%;
}
.g-recaptcha
{
	width: 100%!important;
}
.g-recaptcha > div
{
	margin: 0 auto;
}

/*NOTIFICATIONS*/
.notification
{
	padding: 10px 20px;
    border-radius: 3px;
    color: #FFF;
    text-align: left;
    
    margin: 10px;
   /* max-width: 1400px;*/
}
.notification.small
{
	margin: 0;
}
.notification:before
{
    display: inline-block;
	font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.notification > span
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
}
.notification.closable:after
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "\f00d";
	font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.notification.absolute
{
	position:  absolute;
    top: 0;
    left: 0;
    right: 0;
}
.notification.validation,
.button.validation
{
	background-color: #37bc9b;
}
.notification.validation:before
{
	content: "\f00c";
}
.notification.information,
.button.information
{
	background-color: #5D9CEC;
}
.notification.information:before
{
	content: "\f05a";
}
.notification.erreur,
.button.erreur
{
	background-color: #F05050;
}
.notification.erreur:before
{
	content: "\f06a";
}
.notification.alert,
.button.alert
{
	background-color: #f0bd50;
}
.notification.alert:before
{
	content: "\f071";
}

#map button.gm-fullscreen-control img, .gm-svpc > div > img, .gmnoprint > div > button > img
{
	margin: 0 !important;
}

/*SITE*/
#site
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/*HEADER*/
#logo
{
	position: absolute;
    left: 20px;
	height: 100%;
	text-align: left;
}
#logo > img
{
	width: 200px;
	transition: width ease-in-out 0.15s;
}
#header
{
	text-align: right;
	position: fixed;
    z-index: 55;
    right: 0;
    left: 0px;
    top: 0px;

    background-color: #FFF;    
    border-bottom: 1px solid #E1E1E1;
}
#header_top
{
	height: 30px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #fff;
	color: #373737;
}
#header_top > .container > span
{
	display: inline-block;
	padding: 5px;
}
#header_top a
{
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

/*MENU*/
.burger
{
	display: none;
	position: absolute;
    margin: 25px 20px;
	top: 0;
	right: 0;
	cursor: pointer;
	
	text-align: left;

	width: 30px;
    height: 80px;

    z-index: 2;
}
.burger .icon-left
{
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 15px;
	top: 37px;
	background-color: #272154;
}
.burger .icon-left:before
{
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #272154;
	content: "";
	top: -10px;
}
.burger .icon-left:after
{
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #272154;
	content: "";
	top: 10px;
}
.burger .icon-right
{
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 15px;
	top: 37px;
	background-color: #272154;
	left: 15px;
}
.burger .icon-right:before
{
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #272154;
	content: "";
	top: -10px;
}
.burger .icon-right:after
{
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #272154;
	content: "";
	top: 10px;
}
body.nav-open .burger .icon-left
{
	transition-duration: 0.5s;
	background: transparent;
}
body.nav-open .burger .icon-left:before
{
	background-color: #272154;
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
body.nav-open .burger .icon-left:after
{
	background-color: #272154;
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
body.nav-open .burger .icon-right
{
	transition-duration: 0.5s;
	background: transparent;
}
body.nav-open .burger .icon-right:before
{
	background-color: #272154;
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
body.nav-open .burger .icon-right:after
{
	background-color: #272154;
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
#menu_1
{
	display: inline-block;
}
#menu
{
	padding: 0;
}
#menu > ul
{
	margin: 0;
	padding: 0;

	list-style: none;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#menu > ul > li > a
{
	display: block;
	padding: 55px 15px 55px;
	text-decoration: none;
	color: #272154;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	overflow: hidden;

	line-height: 22px;
}
#menu > ul > li.sous-menu > a
{
	padding-right: 20px;
}
#menu > ul > li > a > .fa
{
	line-height: 25px;
	font-size: 22px;
}
#menu > ul > li > a > .fa-angle-down
{
	font-size: 17px;
	position: absolute;
	right: 4px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transition: top 0.3s;
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: 120%;
}
#menu > ul > li > a > .fa-angle-down.down2
{
	top: -20%;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: calc(50% - 2px);
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	background-color: #272154;
	color: #FFF;
}

#menu > ul > li > ul
{
    position: absolute;
    background-color: #f2f2f2;
    text-align: left;
    margin: 0;
    padding: 0px;
    z-index: 3;
    list-style: none;
    box-shadow: 1px 1px 4px #3a3a3a;
    transition: max-height ease-in-out 0.4s;
    max-height: 0px;
    overflow: hidden;
    min-width: 100%;
}
#menu > ul > li > ul > li
{
	padding: 0px;
}
#menu > ul > li:hover ul
{
	max-height: 500px;
}
/*#menu > ul > li:before
{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 27px;
    top: 100%;
    left: 0px;
}*/
#menu > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > ul > li > ul > li > a
{
	padding: 8px 30px;
	display: block;
	color: #7e7e7e;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 1px solid #e1e1e1;
}
#menu > ul > li > ul > li:last-child > a
{
	border-bottom: 0;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #272154;
	background-color: #FFF;
}
#header.scroll
{
	
	-moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
#header.scroll #header_top
{
	display: none;
}
#header.scroll #logo img
{
	width: 130px;
}
#header.scroll #menu > ul > li > a
{
	padding: 35px 15px 35px;
	-moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
#header.scroll #menu > ul > li.sous-menu > a
{
	padding-right: 20px;
	-moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

/*SLIDER ACCUEIL*/
#slider_accueil
{
	position: relative;
	overflow: hidden;
	width: 100%!important;
	/*height: 100%!important;*/
	z-index: 1;
	padding-top: 163px;
}
#slider_accueil > ul
{
	position: relative!important;
	width: 100%;
	/*height: 100%!important;*/
}
#slider_accueil > ul > li
{
	position: relative!important;
	padding-top: 30%;
	width: 100%;
	/*height: 100%!important;*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: 100%;*/
}
#slider_accueil > ul > li > a
{
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#slider_accueil img
{
	margin: 0;	
}
#slider_accueil > ul > li video
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;

	width: 100%;
	height: 100%;
	object-fit: cover;
}
#slider_accueil .boutonPagination.select
{
	background: #272154!important;
}
#slider_accueil .boutonsPagination
{
	right: 30px!important;
}
#slider_accueil .boutonPagination
{
	width: 15px!important;
	height: 15px!important;
	opacity: 1!important;
}
#slider_accueil .CJSlider-navigation-gauche,
#slider_accueil .CJSlider-navigation-droite
{
	top: calc(81px + 50%)!important;
}
#slider_accueil .CJSlider-navigation-gauche > i,
#slider_accueil .CJSlider-navigation-droite > i
{
    color: rgb(255,255,255);
    font-size: 37px;
    cursor: pointer;
    text-shadow: 1px 1px 4px #555;
}
#slider_accueil .CJSlider-navigation-gauche > i
{
	right: 10px;
}
#slider_accueil .CJSlider-navigation-droite > i
{
	left: 10px;
}
#slider_accueil .slide-contenu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slide-contenu .container
{
	position: relative;
	top: 0;
	height: 100%;
}
#slider_accueil .slide-contenu > .container > div:first-child
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#slider_accueil .slide-contenu > .container > div:first-child > div
{
	background-color: rgba(0,0,0,.7);
	display: inline-block;
	padding: 10px;
}
#slider_accueil .slide-contenu
{
	opacity:0;
	animation: slideLeft 1s forwards;
}
#slider_accueil .slide-contenu .slide-titre
{
	font-size: 30px;
    color: #FFF;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-weight: 300;
    letter-spacing: 4px;
	opacity: 0;
    animation: 0.5s slideDown 1s forwards;
}
#slider_accueil .slide-contenu .slide-boutons
{
	font-size: 30px;
    color: #FFF;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: right;
    font-weight: 300;
    letter-spacing: 4px;
	opacity: 0;
    animation: 0.5s slideUp 1s forwards;
}

@keyframes slideLeft
{
	0% { opacity:0; transform:translateX(-300px); }
	100% { opacity:1; transform:translateX(0px); }
}
@keyframes slideDown
{
	0% { opacity:0; transform:translateY(-100px); }
	100% { opacity:1; transform:translateY(0px); }
}
@keyframes slideUp
{
	0% { opacity:0;transform:translateY(100px); }
	100% { opacity:1; transform:translateY(0px); }
}


#slider_accueil .slide-contenu .slide-texte
{
    font-size: 60px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
}
#slider_accueil .slide-contenu .slide-texte a
{
	text-shadow: none;
}
#slider_accueil .slide-contenu .slide-boutons a
{
	font-size: 20px;
    font-weight: 300;
    letter-spacing: initial;
}
#slider_avis .boutonPagination.select
{
	background: #373737!important;
}
#slider_avis .boutonsPagination
{
    white-space: nowrap;
    position: absolute;
    bottom: 5px;
    z-index: 3;
    margin: 0 auto;
    left: 50%;
    padding: 0;
}
#slider_avis .boutonPagination
{
	width: 20px!important;
	height: 10px!important;
	opacity: 1!important;
}
#recherche-annonces
{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
}
#slider_accueil #recherche-annonces
{
	position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
#recherche-annonces > div
{
	display: block;
}
#recherche-annonces > div > div
{
	background-color: #FFF;
	border-radius: 0 5px 5px 5px;
	border: 1px solid #e1e1e1;
	/*box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);*/
}
#recherche-annonces > div > div form > div
{
	margin: 0;
}
#recherche-annonces > div > ul
{
	list-style: none;
	margin: 0 auto -1px 0;
	padding: 0;
	text-align: left;
}
#recherche-annonces > div > ul > li
{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 4px 0 0;
	padding: 2px 20px 0;
	
	background-color: #272154;
	border-radius: 5px 5px 0 0;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	font-size: 20px;
	color: #FFF;
	width: 130px;
	text-align: center;

	transition: 200ms ease-in-out padding,200ms ease-in-out background-color,200ms ease-in-out color;
	cursor: pointer;
}
#recherche-annonces > div > ul > li:hover,
#recherche-annonces > div > ul > li.select
{
	background-color: #FFF;
	color: #272154;
	padding: 4px 20px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
#recherche-annonces > div #recherche-annonces-vente
{
	
}
#recherche-annonces > div #recherche-annonces-location
{
	display: none;
}
#recherche-annonces select, 
#recherche-annonces input[type='text']
{
    cursor: pointer;
    text-align: left;
    padding: 10px 15px 10px 10px;
    font-size: 13px;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #E5E5E5;
    /*border-radius: 5px;*/
    margin: 10px 0;
    width: 100%;
}
#recherche-annonces select
{
	padding: 9px 15px 9px 10px;
}
#recherche-annonces button[type="submit"]
{
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    margin: 10px 0;
    padding: 11px 15px;
    width: 100%;
}


/*CONTENT*/
#content
{
	position: relative;
	min-height: calc(100vh - 479px);
	padding: 20px 0;
	/*margin-top: 15px;*/
}
#content > div.recherche
{
	margin-top: -20px;
}
#content img
{
	margin: 5px;
}
#content img[align='left']
{
	margin: 5px 20px 5px 0;
}
#content img[align='right']
{
	margin: 5px 0 5px 20px;
}
#content img[align='absmiddle']
{
	margin: 5px;
}

#content .sous_pages
{
	margin: 0;
	padding: 0;
	text-align: center;
}
#content .sous_pages > li
{
	list-style: none;
	padding: 5px;
	display: inline-block;
}
#content .sous_pages > li > a
{
	text-decoration: none;
    background-color: #696969;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
}
#content .sous_pages > li > a:hover
{
	background-color: #272154;
}

#bandeau
{
	margin: 0;
    padding: 163px 0 0 0;

    font-size: 26px;
    font-weight: 400;

    background-size: cover;
    background-position: 50% 50%;
    height: 313px;
}
#bandeau h1
{
	display: inline-block;
	color: #FFF;
	font-size: 35px;
	margin: 0;
	padding: 20px 30px;
	background: rgba(255, 255, 255, 0.6);
}
#bandeau > div
{
	position: absolute;
	background-size: cover;
    background-position: 50% 50%;
	top: 163px;
	left: 0;
    width: 100%;
    height: 150px;
}
#bandeau.bandeau-neutre > div
{
	background-image: url(../img/bandeau/defaut.jpg);
}

.bloc-accueil
{
    position: relative;
	padding-left: 0px;
    list-style: none;
    font-size: 0px;
    text-align: center;
    z-index: 8;
    margin: 20px auto;
}
.bloc-accueil > li
{
	position: relative;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    color: white;
    border-radius: 4px;
    perspective: 500px;
    width: calc(33% - 10px);
    height: 305px;
	margin: 5px;
	padding: 40px 0;
	z-index: 1;
}
.bloc-accueil > li:hover
{
	z-index: 2;
}
.bloc-accueil > li > a
{
	position: relative;
	border: 1px solid #E1E1E1;
    background-color: #FFF;
	color: white;
    display: block;
    width: 100%;
    height: 100%;
	transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
	perspective: 500px;
	background-size: cover;
    background-position: 50% 50%;
    text-decoration: none;
}
.bloc-accueil > li > a:hover
{
	-webkit-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4);
}
.bloc-accueil > li > a.anim
{
	animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-webkit-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-moz-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-ms-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-o-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	
}
@keyframes leave-animation
{
	100%
	{
		transform: rotateX(0deg) rotateY(0deg);
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}
}

.bloc-accueil > li > a .bloc-icone
{
	display: block;
	margin: -43px auto 20px;
	position: relative;
	color: #272154;
	font-size: 30px;
	border-radius: 100%;
	width: 86px;
	height: 86px;
	border: 2px solid #272154;
	background-color: #FFF;
	box-shadow: 0 0  0 6px #F2F2F2;
	/*display: block;
    margin: -12px auto 20px;
    position: relative;
    color: #272154;
    font-size: 23px;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    border: 2px solid #272154;
    background-color: #FFF;
    box-shadow: 0 0 0 3px #F2F2F2;
    transform: translateZ(30px) scale(1.5);*/
}
.bloc-accueil > li > a .bloc-icone > i
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.bloc-accueil > li > a .bloc-titre
{
	color: #009fe3;
	font-size: 16px;
	font-weight: 700;
}
.bloc-accueil > li > a .bloc-description
{
	padding: 10px;
	color: #777;
	height: 115px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.bloc-accueil > li > a button
{
	/*transform: translateZ(8px);
    transform: translateZ(30px) scale(1.5);
    font-size: 9px;
    padding: 5px 10px;
    font-weight: 400;*/
}


.sidebar
{
	background-color: #F8F8F8;
	padding: 15px;
}
.sidebar .sidebar-titre
{
    position: relative;
	color: #272154;
	font-size: 15px;
	font-weight: 900;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E1E1;
	margin-top: 20px;
}
.sidebar .sidebar-titre:first-child
{
	margin-top: 0;
}
.sidebar .sidebar-titre:after
{
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    position: absolute;
    bottom: -7px;
    left: 0;
    color: #E1E1E1;
    font-size: 11px;
}
.sidebar ul
{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidebar ul > li
{
	margin: 0;
	padding: 5px 0;
    color: #7c7e83;
}
.sidebar ul > li:before
{
	content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    padding-right: 12px;
}
.sidebar ul > li > a
{
    color: #7c7e83;
    text-decoration: none;
}
.sidebar ul > li > a:hover
{
	color: #272154;
}

#content .header
{
	padding: 30px 0;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 30px;
	color: #777;
	font-size: 14px;
	font-weight: 400;
}

.bloc-annonces
{
    position: relative;
    list-style: none;
    font-size: 0px;
    margin: 0;
    padding: 0;
}
.bloc-annonces > li
{
    display: block;
	margin: 30px 0 60px 0;
    vertical-align: top;
    font-size: 15px;
    height: 240px;
}
.bloc-annonces > li > a
{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;

    text-decoration: none;
	font-size: 0;
}
.bloc-annonces > li > a > .annonce-photo
{
	position: relative;
	display: inline-block;
	width: 330px;
	height: 100%;
	font-size: 14px;
	background-color: #333;
	overflow: hidden;
}
.bloc-annonces > li > a > .annonce-photo:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	transform: translateY(100%);
	transition: ease-in-out 300ms transform;
	z-index: 3;
}
.bloc-annonces > li > a:hover > .annonce-photo:before
{	
	transform: translateY(0);
}
.bloc-annonces > li > a > .annonce-photo:after
{
	content: "\f002";
	position: absolute;
	top: 150%;
	left: 50%;
	padding: 10px;
	background-color: #272154;
	transform: translate(-50%,-50%);
	transition: ease-in-out 300ms top;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #FFF;
	font-size: 20px;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	z-index: 4;
}
.bloc-annonces > li > a:hover > .annonce-photo:after
{
	top: 50%;
}
.bloc-annonces > li > a:hover > .annonce-photo > .annonce-transaction
{
	transform: translateX(-150%);
}
.bloc-annonces > li > a:hover > .annonce-photo > .annonce-prix
{
	transform: translateY(-100%);
}
.bloc-annonces > li > a:hover > .annonce-photo > .annonce-coup-de-coeur
{
	transform: translateY(-100%);
}
.bloc-annonces .annonce-prix
{
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    background-color: #272154;

    padding: 8px 48px 8px 12px;

    color: #FFF;
    font-size: 16px;
	z-index: 3;

	transition: ease-in-out 300ms transform;
}
.bloc-annonces .annonce-prix > i
{
	position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 37px;
    background-color: #445064;
    padding: 10px 10px 11px 10px;
    margin: 0;
}
/*.bloc-annonces .annonce-ville
{
    text-align: left;
    padding: 6px 10px;
    background-color: #272154;
    position: absolute;
    bottom: 0px;
	z-index: 3;
}*/
.bloc-annonces .annonce-transaction
{
	position: absolute;
	bottom: 0;
	left: 0;
    padding: 4px 10px;
    background-color: #445064;
    color: #FFF;
    font-weight: 500;
	z-index: 3;

	transition: ease-in-out 300ms transform;
}
.bloc-annonces .annonce-coup-de-coeur
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 10px;
	background-color: #22b6e1;
	color: #FFF;
	font-size: 14px;
	z-index: 3;

	transition: ease-in-out 300ms transform;
}
.bloc-annonces .annonce-compromis,
.bloc-annonces .annonce-video3d
{
	margin: 0!important;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.bloc-annonces > li > a > .annonce-photo > .annonce-photo
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0!important;
	max-width: 130%;
    max-height: 120%;
	z-index: 1;
}
.bloc-annonces > li > a > .annonce-infos
{
	position: relative;
	display: inline-block;
	width: calc(100% - 350px);
	height: 100%;
	margin-left: 20px;
	vertical-align: top;
	font-size: 14px;
}
.bloc-annonces .annonce-infos > .annonce-titre
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #384042;
	text-align: left;
	font-weight: 400;
}
.bloc-annonces .annonce-infos > .annonce-description
{
	height: 100px;
	margin: 20px 0;
	line-height: 24px;
}
.bloc-annonces .annonce-infos > .annonce-details
{
	height: 40px;
}
.bloc-annonces .annonce-infos > .annonce-details > span
{
	display: inline-block;
	margin-right: 15px;
}
.bloc-annonces .annonce-infos > .annonce-footer
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;

	border-bottom: 1px solid #e1e1e1;
}
.bloc-annonces .annonce-infos > .annonce-footer button
{
	font-weight: 400;
}




.bloc-annonces-liste.bloc-annonces > li > a > .annonce-photo,
.bloc-annonces-liste.bloc-annonces > li > a > .annonce-infos
{
	width: 100%;
}

.slide-annonces
{
	width: 1160px;
	margin: 0 auto;
	height: 574px;
	overflow: hidden;
}
.slide-annonces-une
{
	width: 770px;
}

.bloc-annonces-liste.bloc-annonces
{
	text-align: center;
	white-space: nowrap;
	transform: translateX(0);
	transition: ease-in-out 200ms transform;
}
.bloc-annonces-liste.bloc-annonces > li
{
	display: inline-block;
	width: calc(33% - 16px);
	height: initial;
	margin: 30px 10px 30px 10px;
	white-space: initial;
}
.slide-annonces-une .bloc-annonces-liste.bloc-annonces > li
{
	width: calc(50% - 16px);
}
.bloc-annonces-liste.bloc-annonces > li > a
{
	height: initial;
}
.bloc-annonces-liste.bloc-annonces .annonce-infos > .annonce-titre
{
	text-align: center;
}
.bloc-annonces-liste.bloc-annonces > li > a > .annonce-photo
{
	height: 240px;
}
.bloc-annonces-liste.bloc-annonces > li > a > .annonce-infos
{
	display: block;
	/*width: 330px;*/
	height: initial;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 60px;
	text-align: center;
}

.agents-liste
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.agents-liste.big > li
{
	padding: 20px 0;
}
.agents-liste > li a
{
	text-decoration: none;
}
.agents-liste > li > .agent .agent-img
{
	position: relative;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	height: 133px;
	margin-right: 10px;
}
.agents-liste > li > .agent .agent-img.circle
{
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.agents-liste > li > .agent .agent-img:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    transform: translateY(100%);
    transition: ease-in-out 300ms transform;
    z-index: 3;
}
.agents-liste > li > .agent .agent-img:hover:before
{
	transform: translateY(0);
}
.agents-liste > li > .agent .agent-img:after
{
	content: "\f002";
    position: absolute;
    top: 150%;
    left: 50%;
    padding: 10px;
    background-color: #272154;
    transform: translate(-50%,-50%);
    transition: ease-in-out 300ms top;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #FFF;
    font-size: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    z-index: 4;
}
.agents-liste > li > .agent .agent-img:hover:after
{
	top: 50%;
}
.agents-liste > li > .agent .agent-img > img
{
	position: absolute;
	max-width: 150%;
	max-height: 150%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0!important;
}
.agents-liste.big > li > .agent .agent-img > img
{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}
.agents-liste > li > .agent .agent-reseaux
{
	height: 45px;
	padding: 5px;
	background-color: #F2F2F2;
}
.agents-liste > li > .agent .agent-reseaux a
{
	transition: color 0.2s ease-out 0s;
}
.agents-liste > li > .agent .agent-reseaux a:hover
{
	color: #272154;
}
.agents-liste > li > .agent .agent-nom
{	
	display: inline-block;
	vertical-align: middle;
}
.agents-liste.big > li > .agent .agent-nom
{
	font-size: 20px;
	font-weight: 400;
}
.agents-liste.big > li > .agent .agent-fonction
{
	padding: 10px 0;
	color: #696969;
	font-style: italic;
}
.agents-liste.big > li > .agent .agent-carte-pro
{
	padding: 10px 0;
	color: #696969;
}
.agents-liste.big > li > .agent .agent-telephone
{
	padding: 10px 0;
	display: block;
}
.agents-liste > li > .agent > .row > div
{
	min-height: 177px;
	vertical-align: middle;
}
.agents-liste > li > .agent > .row > div:first-child
{
	max-width: 230px;
}
.agents-liste > li > .agent > .row > div:first-child + div
{
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
}


#temoignages-liste
{
	width: 100%;
	height: 220px;
}
#temoignages-liste > ul
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#temoignages-liste > ul > li
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}
#temoignages-liste > ul > li:before
{
	content:none;
}
#temoignages-liste .temoignage
{
	margin-top: 5px;
	border-radius: 3px;
	padding: 10px;
	background-color: #e0e0e0;
	text-align: left;
}
#temoignages-liste .temoignage-titre
{
	font-weight: 400;
	color: #272154;
	text-align: left;
}
#temoignages-liste .temoignage-date
{
	font-style: italic;
	color: #696969;
	text-align: left;
}
#temoignages-liste .temoignage-message
{
	padding: 5px 0 0;
	text-align: left;
}
#temoignages-liste .temoignage-auteur
{
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: #272154;
	text-align: right;
	padding-top: 5px;
}
#temoignages-liste .temoignage-auteur:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);

	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;

	border-top: 6px solid #e0e0e0;
}



.accordeon
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.accordeon > li
{
	margin: 2px 0;
	padding: 0;
}
.accordeon > li > .accordeon-titre
{
	padding: 15px 25px;
	color: #009fe3;
	background-color: #F2F2F2;
	cursor: pointer;
}
.accordeon > li.select > .accordeon-titre
{
	color: #FFF;
	background-color: #009fe3;
}
.accordeon > li.select > .accordeon-titre > h2
{
	color: #FFF;
}
.accordeon > li > .accordeon-titre > h2
{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.accordeon > li > .accordeon-titre:before
{
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #009fe3;
    font-size: 14px;
    padding-right: 1em;
}
.accordeon > li.select > .accordeon-titre:before
{
	color: #FFF;
	content: "\f056";
}
.accordeon > li > .accordeon-texte
{
	display: none;
	padding: 22px 22px 20px 22px;
}

.onglets > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.onglets > ul > li
{
	display: inline-block;
	margin: 0;
	padding: 15px 20px;
	border: 1px solid #D9D9D9;
	background-color: #EDEDED;
	color: #747a7d;
	font-size: 14px;
	cursor: pointer;
}
.onglets > ul > li:not(:first-child)
{
	margin-left: -1px;
}
.onglets > ul > li.select
{
	display: inline-block;
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #FFF;

	background-color: #FFF;
}
.onglets .onglets-contenu
{
	margin-top: -1px;
}
.onglets .onglets-contenu > div
{
	display: none;
	border: 1px solid #D9D9D9;
	padding: 20px;
}
.onglets .onglets-contenu > .select
{
	display: block;
}

.pagination
{
	margin-bottom: 30px;
}
.pagination input,
.pagination a
{
	display: inline-block;
    padding: 8px 15px;
    margin: 0 1px 1px 0!important;
    color: #777;
    
    background-color: #F2F2F2;
    border: 0!important;
    cursor: pointer;
    text-decoration: none;
    margin: 10px;
    font-size: 14px;
    font-weight: 700;
	font-weight: 400;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination input
{
	color: #FFF;
	background-color: #272154;
}
.pagination a:hover
{
	color: #FFF;
	background-color: #1e73be;
}
.pagination a.disabled
{
	display: none;
}
.pagination input
{
	width: 40px;
	padding: 10px 15px 9px 15px;
}

.a-propos
{
    margin: 20px auto 5px auto;
    height: 435px;
    background-image: url(../img/bg_agence.jpg);
    color: white;
	background-size: cover;
	background-position: 50% 50%;
}

.a-propos h2
{
	color: #fff;
	font-size: 50px;
	line-height: 54px;
	margin-bottom: 40px;
	padding: 0;
}
.a-propos .contenu-texte
{
    display: block;
    color: #FFF;
}
.a-propos .contenu-texte, 
.a-propos .contenu-texte *
{
	font-size: 28px!important;
    font-weight: 300!important;
    line-height: 42px!important;
}
.a-propos .button
{
    background-color: rgba(255, 255, 255, 0.2);
    border: 4px solid #FFF;
    padding: 20px 40px;
    display: inline-block;
    color: #FFF;
    font-size: 20px!important;
    font-weight: 500!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 24px!important;
}
.a-propos .button:hover
{
	color: #272154 !important;
	background-color: #FFF;
}


#slider_avis
{
	position: relative;
	margin: 0 auto;
}
#slider_avis,
#slider_avis > ul,
#slider_avis > ul > li
{
	width: 100%!important;
	height: 250px!important;
	list-style: none;
}

#video-avis
{
	background-color: #c71f25;
	padding: 10px 0;
	overflow: hidden;
}
#video-avis h2
{
	color: #FFF;
	padding: 0;
}
#video-avis #slider_avis
{
	color: #FFF;
}

#page-contact > h2
{
	color: #272154;	
}

.parallax,
.parallax2
{
    background-image: url(../img/parallax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    /* background-size: cover; */
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 70px 0px;
    margin: 0px;
    min-height: 450px;
}
.parallax h2
{
	color: #FFF;
	text-align: center;
}
.parallax2
{
	background-image: none;
	background-color: #E5DCD7;
}
.parallax2 h2
{
	color: #000;
	text-align: center;
}

#page-a-propos
{
	color: #FFF;
}

#page-horaires
{
	padding: 0!important;
	height: 463px;

	/*background-image: url(../img/horaires.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;*/
}
#page-coordonnees a
{
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}

#page-facebook
{
	background-image: url(../img/facebook.jpg);
	padding: 50px 0;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#page-facebook > iframe
{
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
}
#page-contact > h2
{
	padding-top: 25px;
}
#page-partenaires
{
	text-align: center;
}
#page-partenaires .container
{
	display: flex;
    align-items: center;
    height: 145px;
    justify-content: center;
}
#page-partenaires a
{
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
#page-partenaires a > img
{
	max-width: 200px;
	max-height: 85px;
}

#partenaires-liste
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
#partenaires-liste > li
{
	display: inline-block;
	margin: 10px;
	padding: 15px;
	width: 200px;
	height: 180px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	transition: ease-in-out 200ms box-shadow;
}
#partenaires-liste > li > a
{
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#partenaires-liste > li:hover
{
	-moz-box-shadow: 0px 0px 3px 0px #656565;
	-webkit-box-shadow: 0px 0px 3px 0px #656565;
	-o-box-shadow: 0px 0px 3px 0px #656565;
	box-shadow: 0px 0px 3px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=3);
}
#partenaires-liste > li img
{
	max-width: 100%;
	height: initial;
	margin: 0;
}
#partenaires-liste > li > a > .partenaires-liste-titre {
	color: #044D71;
}

#actualites-liste
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
#actualites-liste > li
{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 10px 0;
	width: 50%;
	font-size: 14px;
}
#actualites-liste > li > a
{
	font-size: 0;
	display: block;
}
#actualites-liste > li > a > div
{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
#actualites-liste > li > a > div:first-child
{
	position: relative;
	width: 170px;
	height: 170px;
	background-color: #515153;
}
#actualites-liste > li > a > div:first-child > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%,-50%);
	max-width: 170px;
	max-height: 170px;
}
#actualites-liste > li > a > div:first-child + div
{
	position: relative;
	width: calc(100% - 190px);
	min-height: 170px;
	padding: 0 10px;
}
#actualites-liste > li > a > div:first-child + div h2
{
	font-size: 18px;
}
#actualites-liste > li > a:hover > div:first-child + div h2
{
	text-decoration: underline;
}
#actualites-liste > li > a > div:first-child + div button
{
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 0;
}

#galerie-liste
{
	padding-left: 0px;
	width: 100%;
	list-style: none;
	font-size: 0px;
	text-align: center;
}
#galerie-liste > li
{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 1.5%;
	position: relative;
	overflow: hidden;
    padding-top: 20%;
}
#galerie-liste > li .titre
{
	z-index: 2;
    position: absolute;
    left: 0;
    width: calc(100% - 10px);
    font-size: 18px;
    bottom: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
	transition: ease-in-out 200ms bottom;
	background-color: rgba(0,0,0,0.7);
	padding: 5px;
	margin: 5px;
	border-radius: 3px;
}
#galerie-liste > li .titre > span
{
	display: inline-block;
}
#galerie-liste > li:hover .titre
{
	bottom: -100%;
}
#galerie-liste > li > a
{
	display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #CCC;
}
#galerie-liste > li > a >.mask
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 100%;
	opacity: 0;
	animation: 0.15s forwards linear;
	-webkit-animation: 150ms forwards linear;
	z-index: 3;
}
#galerie-liste > li > a >.mask > i
{
	font-size: 45px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span
{
	font-size: 15px;
	display: block;
	width: 95%;
	color: white;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span > i
{
	font-size: 45px;
}
@keyframes in-top
{
	0% { top: -100%; left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-bottom
{
	0% { top: 100%;	left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-right
{
	0% { top: 0%; left: 100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
@keyframes in-left
{
	0% { top: 0%; left: -100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
#galerie-liste > li > a > .mask.in-top
{
	animation-name: in-top;
	-webkit-animation-name: in-top;
}
#galerie-liste > li > a > .mask.in-bottom
{
	animation-name: in-bottom;
	-webkit-animation-name: in-bottom;
}
#galerie-liste > li > a > .mask.in-right
{
	animation-name: in-right;
	-webkit-animation-name: in-right;
}
#galerie-liste > li > a > .mask.in-left
{
	animation-name: in-left;
	-webkit-animation-name: in-left;
}

@keyframes out-top
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: -100%; left: 0%; opacity: 1; }
}
@keyframes out-bottom
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 100%; left: 0%;	opacity: 1;	}
}
@keyframes out-right
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: 100%;	opacity: 1;	}
}
@keyframes out-left
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: -100%; opacity: 1; }
}
#galerie-liste > li > a > .mask.out-top
{
	animation-name: out-top;
	-webkit-animation-name: out-top;
}
#galerie-liste > li > a > .mask.out-bottom
{
	animation-name: out-bottom;
	-webkit-animation-name: out-bottom;
}
#galerie-liste > li > a > .mask.out-right
{
	animation-name: out-right;
	-webkit-animation-name: out-right;
}
#galerie-liste > li > a > .mask.out-left
{
	animation-name: out-left;
	-webkit-animation-name: out-left;
}

#galerie-liste > li img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	margin: 0px;
	z-index: 1;
}

#mentions
{
	font-size: 0;
}
#mentions h2,
#mentions h3
{
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	color: #272154;
}
#mentions > div
{
	font-size: 14px;
	margin: 10px 0 10px;
	background-color: #F6F6F6;
	padding: 10px;
}
#mentions > div:first-child,
#mentions > div:first-child + div
{
	display: inline-block;
	margin: 10px 0 0px;
	width: calc(50% - 5px);
	min-height: 280px;
	vertical-align: top;
}
#mentions > div:first-child
{
	margin-right: 5px;
}
#mentions > div:first-child + div
{
	margin-left: 5px;
}

/*AUTRES SLIDERS*/
.slider_galerie
{
	clear: both;
	margin: 10px 0;
}
.slider_galerie > div:first-child
{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	height: 465px;
    width: calc(100% - 163px);
	background-color: #E9E9E9;
}
.slider_galerie > div:first-child > ul
{
	position: relative!important;
	margin: 0;
	top: 0!important;
	width: 100%;
	height: 100%!important;
}
.slider_galerie > div:first-child > ul > li
{
	position: relative!important;
	margin: 0;
	top: 0!important;
	width: 100%;
	height: 100%!important;
}
.slider_galerie > div:first-child > ul > li > a
{
	display: block;
	width: 100%;
	height: 100%!important;
}
.slider_galerie > div img
{
	margin: 0!important;
	vertical-align: middle;
}
.slider_galerie > div:first-child > ul > li > a > img
{
	position: absolute;	
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	width: initial!important;
	height: initial!important;
}
.slider_galerie > div:first-child + div
{
	position: relative;
	height: 100%!important;
	background-color: #EAEAEA;
	vertical-align: top;
	width: 163px;
	display: inline-block;
}
.slider_galerie > div:first-child + div > div
{
	padding-top: 465px;
}
.slider_galerie > div:first-child + div > div > div
{
	position: absolute!important;
	top: 0;
	width: 100%;
	height: 100%!important;
	white-space: initial!important;
	overflow: auto!important;
	padding: 2px;
}
.slider_galerie > div:first-child + div > div > div > img
{
	height: 100px!important;
	margin: 2px 2px 2px 2px!important;
}
.slider_galerie .boutonPagination.select
{
	background-color: #272154!important;
}
.slider_galerie > div.CJSlider > div:nth-child(2),
.slider_galerie > div.CJSlider > div:nth-child(3)
{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 30px;
	cursor: pointer;
	color: #FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
	opacity: 0.7;
}
.slider_galerie > div.CJSlider > div:nth-child(3)
{
	left: initial;
	right: 10px;
}
.slider_galerie_miniatures > span
{
    width: 140px;
    height: 113px;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    margin: 1px;
}
.CJSlider-navigation-gauche, .CJSlider-navigation-droite
{
	color: #000 !important;
}
.slider_galerie_miniatures > span > img
{
    max-width: 135%!important;
    max-height: 170%!important;
    height: initial!important;
    width: initial!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.contenu-visite
{
	width: 100%;
	margin: 0 auto;
	height: 400px;
}
.dpe
{
	border: 1px solid #F1F1F1;
	padding: 10px;
}
.dpe .titre-article
{
	font-size: 16px;
}
.dpe > table > tbody > tr > td > table > tbody > tr > td:last-child > div
{
	position: relative;
}
.dpe > table > tbody > tr > td > table > tbody > tr > td:last-child > div:before
{
	content:"";
	position: absolute;
	left: -20px;
	top: 0;
	width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #000;
}


.dpe2021,
.ges2021
{
	border: 1px solid #F1F1F1;
	padding: 10px;
	overflow: hidden;
}
.dpe2021 .titre-article,
.ges2021 .titre-article
{
	font-size: 16px;
}
.dpe2021 > div:first-child + div,
.ges2021 > div:first-child + div
{
	position: relative;	
	max-width: 415px;
}
.ges2021 > div:first-child + div
{
	max-width: 262px;
}
.dpe2021 > div:first-child + div > div,
.ges2021 > div:first-child + div > div
{
	position: absolute;
	text-align: center;
	top: 13%;
	left: 8%;
	width: 6%;
    font-size: 11px;
}

.dpe2021 > div:first-child + div > div:first-of-type + div
{
	left: 26%;
}
.dpe2021 > div:first-child + div.dpe-b > div
{
	top: 23%;
}
.dpe2021 > div:first-child + div.dpe-c > div
{
	top: 32%;
}
.dpe2021 > div:first-child + div.dpe-d > div
{
	top: 42%;
}
.dpe2021 > div:first-child + div.dpe-e > div
{
	top: 51%;
}
.dpe2021 > div:first-child + div.dpe-f > div
{
	top: 61%;
}
.dpe2021 > div:first-child + div.dpe-g > div
{
	top: 70%;
}
.dpe2021 > div:first-child + div.dpe-vierge > div,
.dpe2021 > div:first-child + div.dpe-en-cours > div
{
	display: none;
}


.ges2021 > div:first-child + div > div
{
    top: 15%;
	left: 70%;
}
.ges2021 > div:first-child + div.ges-b > div
{
	top: 25%;
}
.ges2021 > div:first-child + div.ges-c > div
{
	top: 35%;
}
.ges2021 > div:first-child + div.ges-d > div
{
	top: 44%;
}
.ges2021 > div:first-child + div.ges-e > div
{
	top: 53%;
}
.ges2021 > div:first-child + div.ges-f > div
{
	top: 62%;
}
.ges2021 > div:first-child + div.ges-g > div
{
	top: 72%;
}
.ges2021 > div:first-child + div.ges-vierge > div,
.ges2021 > div:first-child + div.ges-en-cours > div
{
	display: none;
}



.list-group
{
	padding: 0;
	margin: 0;
}
.list-group-item
{
    position: relative;
    display: block;
    padding: 6px 0px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.list-group-item label
{
    color: #4D4C4C;
    display: block;
    margin-bottom:2px;
    font-weight: 700;
}
.list-group-item b
{
    color: #A3A2A2;
    font-weight: bold;
}

.annonce
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.annonce .annonce-titre-print
{
	display: none;
	padding: 0 0 10px 0;
	font-size: 30px;
	color: #272154;
	font-weight: 500;
}
.annonce .annonce-titre-print> img
{
	vertical-align: middle;
}
.annonce .annonce-header > div
{
	position: relative;
	background: #f2f2f2;
    border: 1px solid #CCC;
    border-bottom: 3px double #CCC;
    margin: 0;
    margin-bottom: 10px;
}
.annonce .annonce-header > div > div
{
    padding: 10px 20px;
    font-size: 14px;
    border-right: 1px solid #CCC;
    display: inline-block;
    vertical-align: middle;
}
.annonce .annonce-header > div > div:last-child
{
	position: absolute;
	right: 0;
	width: 59px;
	height: 39px;
	border-right: 0;
	border-left: 1px solid #CCC;
	text-align: center;
}
.annonce .annonce-caracteristiques
{
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	margin: 10px 0;
}
.annonce .annonce-caracteristiques > div
{
	margin: 0!important;
}
.annonce .annonce-caracteristiques > div > div
{
	width: calc(25% - 2px)!important;
    border: 1px solid #CCC;
    padding: 6px 14px;
    margin: 1px;
    height: 37px;
	font-size: 12px!important;
}
/*.annonce-caracteristiques > div > div:nth-child(even)
{
    font-weight: 400;
    font-size: 14px;
    color: #a0a49c;
	text-align: left !important;
}
.annonce-caracteristiques > div > div:nth-child(odd)
{
    font-size: 12px;
    color: #272154;
	text-align: left !important;
}*/


/*FOOTER*/
#footer
{
	background-color: #050021;
	color: #fff;
	padding: 25px 0;
}
#footer > div
{
	position: relative;
}
#footer a
{
	color: ##7c7e83;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFF;
}
#footer .titre
{
	margin: 0;
    padding: 0 0px 10px 0px;
    color: #009fe3;
    text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}
#footer h3
{
	font-size: 20px;
	text-align: left;
	color: white;
	text-transform: uppercase;
}

#footer ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul > li
{
	margin: 0;
	padding: 5px 0;
}
#footer ul > li:before
{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    padding-right: 12px;
}

#footer form
{
	display: block;
	background-color: #2b303b;
	padding: 15px;
	max-width: 400px;
	margin: 0 auto;
}
#footer form input
{
	width: 100%;
	padding: 10px 12px;
	margin-top: 5px;
}
#footer form button
{
	width: 100%;
	margin: 10px 0 0;
}

.nuage
{
	text-align: center;
	/*color: rgba(204, 141, 87,1);*/
	/*font-size: 9px;*/
}


#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine
{
	background-color: #272154!important;
}

@media screen and (max-width: 1200px)
{
	.slide-annonces
	{
		width: 773px;
	}
	.bloc-annonces-liste.bloc-annonces > li
	{
		width: calc(50% - 16px);
	}
	.slide-annonces-une
	{
		width: initial;
	}
}
@media screen and (max-width: 860px)
{	
	.row > *
	{
		display: block!important;
		width: initial!important;
		/*padding: initial!important;*/
	}
	#slider_accueil
	{
		padding-top: 0px;
	}
	#logo
	{
		top: 4px;
		height: 90px;
	}
	#header
	{
		position: relative;
		height: 128px;
	}
	#logo > img
	{
		width: initial;
		height: 100%!important;
	}
	#bandeau
	{
		height: 150px;
	}
	#bandeau > div
	{
		top: 128px;
		height: 130px;
	}
	.burger
	{
		display: block;
		margin: 10px 20px;
	}
	#menu > ul > li > a
	{
		/*color: #fff;*/
		border: 0;
	}
	#menu > ul
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-radius: 0 !important;
		background-color: rgba(255,255,255,0.9);
		transition: ease-in-out 300ms opacity,ease-in-out 300ms padding, ease-in-out 300ms height;
	}
	#menu > ul > li:hover > a, 
	#menu > ul > li.select > a
	{
		color: #FFF;
		border: 0;
		background-color: #272154;
	}
	#menu > ul .fa-home
	{
		font-weight: normal;
		line-height: inherit;
		font-size: inherit;
		vertical-align: inherit;
	}
	#menu > ul .fa-home:before
	{
		content: "Accueil";
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 20px;
	}
	body.nav-close #menu > ul
	{
		padding: 0 0 0 0;
		height: 0%;
		opacity: 0;	
		overflow: hidden;
	}
	body.nav-open #menu > ul
	{
		padding: 140px 40px 0 40px;
		height: 100%;
		opacity: 1;
		overflow: auto;
	}
	#menu > ul > li
	{
		display: block;
		text-align: left;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	#menu > ul > li:first-child > a,
	#menu > ul > li > a
	{
		display: block;
		padding: 20px 10px;
		font-size: 20px;
	}
	#menu > ul > li > ul,
	#menu > ul > li > a > .fa-angle-down
	{
		display: none;
	}
	#menu > ul > li.sous-menu > a
	{
		padding: 20px 10px;
	}
	#content
	{
		margin-top: 0;
		padding-top: 0;
	}
	.a-propos
	{
		height: initial;
		background-image: initial;
		background-color: #32353C;
	}
	#slider_avis .boutonsPagination
	{
	    transform: translateX(-10%);
	}
	#footer > .container > .row > .col-4 > h3 > i
	{
		display: none;
	}
	#slider_accueil
	{
		margin-top: 0;
	}
	#slider_accueil > ul > li
	{
		padding-top: 80%;
	}
	#slider_accueil .slide-contenu .slide-titre
	{
		font-size: 20px;
	}
	#slider_accueil .slide-contenu .slide-texte
	{
		font-size: 30px;
	}
	#slider_accueil .slide-contenu .slide-boutons
	{
		font-size: 20px;
	}
	#slider_accueil .CJSlider-navigation-gauche,
	#slider_accueil .CJSlider-navigation-droite
	{
		top: 47%!important;
	}
	#bandeau
	{
		padding: 0;
	}
	/*#content > div:first-child, 
	#page-contact
	{
	    min-height: 100vh;
	}*/
	#content > div.container.annonces > div
	{
		display: flex;
    	flex-direction: column-reverse;
	}
	div.container.annonces div.header > div > div
	{
		width: 50%!important;
		display: inline-block!important;
	}
	div.container.annonces div.header > div > div.col-6.right > span
	{
		display: block;
	}
	
	.bloc-annonces
	{
		text-align: center;
	}
	.bloc-annonces > li
	{
		display: inline-block;
		width: 50%;
		height: initial;
		margin: 30px 0 30px 0;
	}
	.bloc-annonces > li > a
	{
		height: initial;
	}
	.bloc-annonces > li > a > .annonce-photo
	{
		height: 240px;
	}
	.bloc-annonces > li > a > .annonce-infos
	{
		display: block;
		width: 330px;
		height: initial;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 60px;
		text-align: left;
	}

	.annonce .annonce-caracteristiques > div > div
	{
		width: calc(33.33% - 2px)!important;
	}

	.agents-liste > li > .agent > .row > div
	{
		min-height: initial;
	}

	#galerie-liste > li {
		width: 75%;
    	padding-top: 50%;
	}

	.absolute.left,
	.absolute.right
	{
		position: relative!important;
		width: 100%;
		height: inherit;
	}

	#content > div.recherche
	{
		margin-top: 0;
	}

	/*#page-coordonnees iframe
	{
		width: 100%;
	}

	#page-tarifs
	{
		height: inherit;
		background-size: cover;
	}
	.a-propos > div > div > img
	{
		width: 377px !important;
	}
	#video-avis > .row > .col-6 > h2
	{
		padding: 30px 0 15px;
	}
	#page-horaires
	{
		height: initial;
	}
	#page-partenaires .container
	{
		height: initial!important;
		display: block;
	}*/
	.slider_galerie > div:first-child
	{
		width: 100%;
		height: 294px;
	}
	.slider_galerie > div:first-child + div
	{
		height: 77px !important;
		width: 100%;
		display: block;
	}
	/*#content > .highlight-criteres > .container > .row > .left, 
	#content > .highlight-criteres > .container > .row > .right
	{
		width: 100% !important;
	}
	.highlight-criteres > .container > .row > div
	{
		font-size: 17px;
		text-align: center;
	}*/
	.slider_galerie_miniatures > span
	{
	    width: 94px;
    	height: 70px;
	}
	.slider_galerie > div:first-child + div > div
	{
		padding: 0;
	}

	iframe
	{
		width: 100%;
	}
	img
	{
		max-width: 100%;
		height: initial!important;
	}

	#footer > div > div
	{
		position: relative!important;
	    display: block;
	    right: initial!important;
	    left: initial!important;
	    top: initial!important;
	    text-align: center;
	}

	#footer > .container > .row > div
	{
		margin-bottom: 15px;
	}
	#footer > .container > .row > .col-4 > h3
	{
		text-align: center;
	}
}
@media screen and (max-width: 820px)
{
	.slide-annonces
	{
		width: 386px;
	}
	.bloc-annonces-liste.bloc-annonces > li
	{
		width: calc(100% - 16px);
	}
	.slide-annonces-une
	{
		width: initial;
	}
}
@media screen and (max-width: 430px)
{
	#header_top > .container > span:first-child + span
	{
		display: none;
	}
	#bandeau h1
	{
		font-size: 21px;
	}
	#header_top
	{
		text-align: center;
	}
	#logo > img
	{
		width: 65%;
	}
	
	#slider_accueil > ul > li
	{
		padding-top: 90%;
	}

	.bloc-annonces > li
	{
		display: block;
		width: 100%;
	}
	.annonce .annonce-caracteristiques > div > div
	{
		width: calc(50% - 2px)!important;
	}
	
	.bloc-accueil > li
	{
		display: block;
		width: 100%;
		margin: 15px auto;
	}
	#slider_avis .boutonsPagination
	{
	    transform: translateX(-23%);
	}

	.bloc-annonces > li > a > .annonce-photo,
	.bloc-annonces > li > a > .annonce-infos
	{
		width: 100%;
	}

	.slide-annonces
	{
		width: 100%;
	}
	.bloc-annonces-liste.bloc-annonces > li > a > .annonce-photo
	{
	    padding-top: 70%;
	    height: initial;
	}
	.slide-annonces-une .bloc-annonces-liste.bloc-annonces > li
	{
		width: calc(100% - 16px);
	}

	fieldset > ul > li,
	fieldset > .contenu > ul > li
	{
		display: block;
		width: 100%;
	}
	
	.liste
	{
		width: 100%;
	}

	#mentions > div:first-child,
	#mentions > div:first-child + div
	{
		width: initial;
		display: block;
	}
}

@media print
{
	#header,
	#bandeau,
	#footer,
	#content > .annonce + div,
	.annonce .CJSlider-navigation-gauche,
	.annonce .CJSlider-navigation-droite
	{
		display: none!important;
	}
	.annonce .annonce-titre-print
	{
		display: block;
	}
	.annonce .annonce-caracteristiques > div > div
	{
		width: calc(33.33% - 2px)!important;
	}
	.annonce #map
	{
		height: 300px!important;
	}
	.annonce .slider_galerie,
	.annonce .slider_galerie > div:first-child
	{
		height: 380px!important;
	}
}