@import url("font.css");

/* 
	COULEUR PRINCIPAL : #f3f2f2;
	COULEUR MENU : #f3f2f3;
	COULEUR MENU NON SELECTIONNER : #3b3b3b;
	COULEUR MENU SELECTIONNER : #266389;
	COULEUR HIGHTLIGHT: #26457f;
	COULEUR BOUTON CLIQUER: #535353;
*/

/*GENERAL*/

html
{
	height : 100%;
}

*
{
	box-sizing : border-box;
	outline : none;
	-webkit-tap-highlight-color : rgba(255, 255, 255, 0);
}

BODY
{
	height : 100%;
	margin : 0;
	font-family : 'Futura Std Medium';
	font-size : 19px;
	color : #353535;
}

h1,
.highlight h2
{
	margin: 0;
    padding: 25px 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #ad7d3f;
    font-family: 'KoHo', sans-serif;
}

.highlight
{
	background-color : #282828;
}
#page-horaires
{
	overflow: hidden;
}
.arrow-right0
{
	width: 344px;
    height: 105px;
    position: absolute;
    top: 49px;
    background-color: #92b1c4;
    transform: rotate(60deg);
    right: 0;
    z-index: -1;
}
.arrow-left1
{
	width: 300px;
    height: 105px;
    position: absolute;
    top: 170px;
    background-color: #92b1c4;
    transform: rotate(130deg);
    left: -95px;
    z-index: -1;
}
.arrow-right1
{
    width: 254px;
    height: 105px;
    position: absolute;
    top: 100%;
    background-color: #92b1c4;
    transform: rotate(60deg);
    right: 20%;
    z-index: -1;
}
.arrow-left2
{
    width: 416px;
    height: 105px;
    position: absolute;
    bottom: -175px;
    background-color: #92b1c4;
    transform: rotate(130deg);
    left: -118px;
    z-index: -1;
}
.arrow-right2
{
	width: 416px;
    height: 105px;
    position: absolute;
    bottom: 0;
    background-color: #ad7d3f;
    transform: rotate(130deg);
    right: -115px;
    z-index: 0;
}
.highlight hr:not(.small)
{
	border-color : #26457f;
}

h2
{
	margin : 0;
	padding : 25px 0 10px;
	text-align : center;
	text-transform : uppercase;
	font-size: 40px;
    font-weight: 700;
    color: #ad7d3f;
    font-family: 'KoHo', sans-serif;
}

h2 + hr.small
{
	width : 100%;
	margin : 0;
}

.titre-article
{
	margin : 0;
	text-align : justify;
	font-size : 20px;
	color : #266389;
}
.contenu-article
{
	clear: both;
}
.CJEditeur_body ul,
.contenu-accroche ul,
.contenu-texte ul,
.contenu-article ul,
.contenu-conclusion ul
{
	list-style: none;
	padding-left: 5px;
}
.CJEditeur_body ul > li:before,
.contenu-accroche ul > li:before,
.contenu-texte ul > li:before,
.contenu-article ul > li:before,
.contenu-conclusion ul > li:before
{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f219";
    color: #246389!important;
    padding-left: 0;
    font-size: 9px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

h3
{
	margin : 5px 0;
	text-align : center;
	font-size : 14px;
	color : #010101;
}

h1 > a,
h2 > a,
h3 > a
{
	text-decoration : none;
}

table
{
	border-spacing : 0;
}

table td
{
	margin : 0;
	padding : 0;
}

hr
{
	display : block;
	width : 100px;
	margin : 0 auto;
	padding : 0 0 20px;
	max-width : 100%;
	border : 0;
	border-top : 2px solid #266389;
}

hr.small
{
	border-top-width : 1px;
}

a img
{
	border : 0;
}

a
{
	color : #696969;
}

a:active,
a:focus
{
	color : #696969;
}

.center
{
	justify-content : center;
	text-align : 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
{
/*background-color: rgba(164,1,0,0.9);*/

	padding : 30px!important;
	color : #FFF;
}

.highlight_bloc h2
{
	margin : 0 0 15px;
	padding : 25px 0 10px;
	color : #FFF;
}

.highlight_bloc hr
{
	border-color : #FFF;
}

.circle
{
	display : inline-block;
	width : 27px;
	height : 27px;
	margin : 10px;
	border-radius : 100%;
	text-align : center;
	font-size : 17px;
	line-height : 27px;
	vertical-align : middle;
	color : #f3f2f2;
	background-color : #FFF;
}

.container
{
	display : block;
	position : relative;
	width : 100%;
	margin : 0 auto;
	padding : 0 20px;
	max-width : 1300px;
}
.container_2
{
	display : block;
	position : relative;
	width : 100%;
	margin : 0 auto;
	padding : 0 20px;
	max-width : 1200px;
}

.liste
{
	width : 90%;
	margin : 0 auto;
	padding : 0;
	list-style : none;
}

.liste > li
{
	display : table;
	width : 100%;
	margin : 0;
	padding : 0;
	border-bottom : 1px solid #FFF;
}

.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;
	transition : opacity ease-in-out 0.4s,transform ease-in-out 0.5s;
	-webkit-transform : translateX(-20px);
	transform : translateX(-20px);
}

.fade-c.visible > *,
.fade.visible
{
	opacity : 1;
	-webkit-transform : translateX(0px);
	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
{
	margin : 0 -10px;
	padding : 0;
	font-size : 0;
	list-style : none;
}

.row > *
{
	display : inline-block;
	margin : 0;
	padding : 0 10px;
	font-size : 15px; /*font default*/
	vertical-align : top;
}

.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%;
}

.acordeon > li > div:first-child + div
{
	display: none;
}
.acordeon > li > div:first-child > i:first-child:before
{
	content: "\f067";
}
.acordeon > li > div:first-child > i
{
	padding: 5px 7px;
    background-color: #fff;
    color: #f3f2f3;
    border-radius: 5px;
}
.acordeon > li.select > div:first-child > i
{
	padding: 5px 7px;
    background-color: #f3f2f3;
    color: #fff;
    border-radius: 5px;
}
.acordeon > li.select > div:first-child + div
{
	display: block;
}
.acordeon > li.select > div:first-child > i:first-child:before
{
	content: "\f068";
}
.ui-progressbar .ui-progressbar-value
{
	margin: 0;
}
.ui-widget-header {
	border: 0;
    background: #d8d8d8 !important;
    color: #222;
    font-weight: bold;
}

/*FORMULAIRE*/
#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: 10px auto;
}
#captchagc > img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
	height: 25px;
	z-index: 3;
	margin: 0!important;
	animation: 3s ease-out 1s infinite running captchagc;
}
@keyframes captchagc
{
	0% { left: 25px; }
	25% { left: 25px; }
	50%{ left: 210px; }
	100%{ left: 210px; }
}
#captchagc > img:nth-of-type(1) + 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:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img:nth-of-type(1) + 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 6 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:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
#captchagc.valid > img:nth-of-type(2)
{
	display: none;
}

form
{
	display : inline;
}

button:not(.bouton-valide),
input[type='button'],
input[type='submit'],
input[type='button']:active,
input[type='submit']:active,
button:not(.bouton-valide):active,
.bouton,
.bouton:active,
.button,
.button:active,
input[type='button']:focus,
input[type='submit']:focus,
button:not(.bouton-valide):focus,
.bouton,
.bouton:focus,
.button,
.button:focus
{
	display: inline-block;
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: #266389;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    font-family: 'KoHo', sans-serif;
}

.button_rouge,
.button_rouge:active,
.button_rouge,
.button_rouge:focus
{
	display: inline-block;
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: #a02d2d;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    font-family: 'KoHo', sans-serif;
}

.bouton > .fa,
.button > .fa,
button > .fa
{
	margin-right : 5px;
	font-size : 20px;
	vertical-align : middle;
}

.pagination > form > input
{
	width: 40px !important;
	border: 0;
	text-align: center;
	margin: 2px 2px;
}
.pagination > form > input:focus
{
	border: 0;
}
.pagination {
  background-color: #f5f5f5;
  text-align: center;
}

.pagination a {
  color: black;
  padding: 5px 16px 7px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #ddd;
  color: white;
}
.pagination a.disabled {
  background-color: #f5f5f5;
  color: #c6c6c6;
}
.pagination a.disabled:hover
{
	background-color: #f5f5f5;
}
.pagination a:hover:not(.disabled) {background-color: #ddd;}

input[type='button']:hover,
input[type='submit']:hover,
.bouton:hover,
.button:hover,
button:hover
{
	text-decoration : none!important;
	color : #FFF;
	background : #535353;
}

input[type='text'],
input[type='password'],
select
{
	margin : 2px 0;
	padding : 6px;
	border : 1px solid #CCC;
	border-radius : 2px;
	outline : none;
}

select
{
	padding : 4px 6px;
}

textarea
{
	padding : 6px;
	border : 1px solid #CCC;
	border-radius : 2px;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus
{
	border : 1px solid #f3f2f2;
	outline : none;
}

fieldset
{
	border: 0;
}
fieldset > legend
{
	text-align : center;
	font-size : 16px;
	font-weight : bold;
}

fieldset > ul,
fieldset > .contenu > ul
{
	margin : 0;
	padding : 0;
	font-size : 0;
	list-style : none;
}

fieldset > ul > li,
fieldset > .contenu > ul > li
{
	display : inline-block;
	width : 50%;
	margin : 0;
	padding : 0;
	font-size : 14px;
}

fieldset > ul > li > .input,
fieldset > .contenu > ul > li > .input
{
	display : block;
	width : 100%;
	padding : 5px;
	text-align : left;
	font-size : 0;
}

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
{
	margin : 10px;
	padding : 10px 20px;
	border-radius : 3px;
	text-align : left;
	color : #FFF;
}

.notification.small
{
	margin : 0;
}

.notification:before
{
	display : inline-block;
	margin : 0 10px 0 0;
	font-family : "Font Awesome 6 Pro";
	font-size : 18px;
	vertical-align : middle;
	text-rendering : auto;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing : grayscale;
}

.notification > span
{
	display : inline-block;
	width : calc(100% - 40px);
	vertical-align : middle;
}

.notification.closable:after
{
	content : "\f00d";
	position : absolute;
	top : 50%;
	right : 0;
	margin : 0 10px 0 0;
	font-family : "Font Awesome 6 Pro";
	font-size : 18px;
	vertical-align : middle;
	transform : translateY(-50%);
	cursor : pointer;
	text-rendering : auto;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing : grayscale;
}

.notification.absolute
{
	position : absolute;
	top : 0;
	right : 0;
	left : 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";
}

.badge-categorie
{
	display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 5px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    z-index: 1;
    min-width: 105px;
    text-align: center;
    line-height: 20px;
    background-color: #266389;
    right: 0;
    bottom: 5px;
    position: absolute;
}

/*SITE*/
iframe div
{
	padding: 206px !important;
}
#site
{
	position : relative;
	width : 100%;
	height : 100%;
	margin : 0 auto;
}

/*HEADER*/

#logo
{
	display : block;
	top: 0;
	position : absolute;
	align-items : center;
	height : 100%;
}

#logo > img
{
	width: 395px;
    transition: width ease-in-out 0.15s;
}
.scroll
{
	transition: height 0.5s ease;
}
.scroll > .container
{
	height: 175px !important;
}
.scroll .container > #menu > .col-8 > #menu_raccourcis
{
	top: 20px;
}
.scroll .container > #menu > .col-8 > #menu_1
{
	margin: 110px 0 0;
}
.scroll .container > #menu > .col-8 > #menu_top
{
	display: none;
}
.scroll .container > #menu > .col-4 > #logo
{
	height: 176px;
	overflow: hidden;
}
.scroll .container > #menu > .col-4 > #logo > img
{
	/*margin-top: 100px;*/
	width: 380px;
}
#header
{
	z-index : 55;
	position : fixed;
	top : 0;
	right : 0;
	left : 0;
	text-align : right;
	background-color : #fff;
	box-shadow : 0 2px 2px rgba(0,0,0,0.1);
	/*overflow: hidden;*/
}

#header > .container
{
	height : 220px;
}

/*#header_top
{
	background-color: #2d2c2c;
	color: #FFF;
}
#header_top > .container > span
{
	display: inline-block;
	padding: 5px;
}
#header_top a
{
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
}*/

/* SEARCH MENU */
.search_asl
{
	position: relative;
}
.search_asl > .search_asl_input
{
	position: relative;
	right: 0;
	z-index: 1;
	background-color: #F0F1F1;
	/*border-radius: 5px;
	border: #ededed 1px solid;*/
	display: block;
}
.search_asl > .search_asl_input > form > input
{
	background: none;
    border: none;
    padding: 5px 25px 5px 30px;
    font-size: 14px;
    color: #a9a9a9;
}
.search_asl > .search_asl_input > .search_asl_button
{
	z-index: 99;
    font-size: 14px;
    margin-right: 10px;
    background-color: #F0F1F1;
    padding-left: 8px;
    color: #ad7d3f;
    cursor: pointer;
    position: absolute;
    top: 5px;
}
.search_asl_input > form > .submit_search
{
	border: none;
    background-color: #F0F1F1;
    color: #ad7d3f;
    z-index: 99;
    top: 0;
    position: absolute;
    right: 0;
    padding: 5px 5px;
    border-right: 1px solid #ededed;
    margin: 0;
    position: absolute;
}

/*MENU*/
#menu_raccourcis
{
	position: absolute;
    margin: 20px 20px 0 0;
    padding: 0;
    right: 0;
    /*top: 15%;*/
    z-index: 2;
}
#menu_raccourcis > li 
{
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}
#menu_raccourcis > li:nth-child(2) > a
{
	background-color: #a02d2d;
}
#menu_raccourcis > li:nth-child(3) > a
{
	background-color: #ad7d3f;
}
#menu_raccourcis > li > a
{
    text-decoration: none;
    background-color: #266389;
    color: #fff;
    padding: 5px 10px;
    font-family: 'KoHo', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
#menu_raccourcis:before
{
	content: '';
    width: 100%;
    position: absolute;
    top: -10px;
    border: 1px solid #ad7d3f;
    left: 0;
}
#menu_raccourcis:after
{
	content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    border: 1px solid #ad7d3f;
    left: 0;
}
#menu_mobile_raccourcis
{
	display: none;
}
#menu_mobile_raccourcis > li
{
	padding: 7px 0;
  margin: 0;
  text-align: center;
  background-color: #266389;
	width: 50%;
	display: inline-block;
	font-size: 15px;
}
#menu_mobile_raccourcis > li:nth-child(2)
{
  background-color: #a02d2d;
}
#menu_mobile_raccourcis > li:nth-child(3)
{
  background-color: #ad7d3f;
}
#menu_mobile_raccourcis > li > a
{
	color: #fff;
	text-decoration: none;
}
#menu_top 
{
	margin-right: 10px;
	margin-bottom: 25px;
}
#menu_top > li
{
	list-style: none;
	display: inline-block;
}
#menu_top > li:first-child > a
{
	color: #266389;
	font-size: 19px;
    margin: 3px;
}
#menu_top > li:first-child > a:hover
{
	color: #ad7d3f;
}
.burger
{
	display : none;
	z-index : 2;
	position : absolute;
	top : 0;
	right : 0;
	width : 30px;
	height : 80px;
	margin : 10px 20px;
	text-align : left;
	cursor : pointer;
}

.burger .icon-left
{
	position : absolute;
	top : 37px;
	width : 15px;
	height : 4px;
	background-color : #266389;
	transition-duration : 0.5s;
}

.burger .icon-left:before
{
	content : "";
	position : absolute;
	top : -10px;
	width : 15px;
	height : 4px;
	background-color : #266389;
	transition-duration : 0.5s;
}

.burger .icon-left:after
{
	content : "";
	position : absolute;
	top : 10px;
	width : 15px;
	height : 4px;
	background-color : #266389;
	transition-duration : 0.5s;
}

.burger .icon-right
{
	position : absolute;
	top : 37px;
	left : 15px;
	width : 15px;
	height : 4px;
	background-color : #266389;
	transition-duration : 0.5s;
}

.burger .icon-right:before
{
	content : "";
	position : absolute;
	top : -10px;
	width : 15px;
	height : 4px;
	background-color : #266389;
	transition-duration : 0.5s;
}

.burger .icon-right:after
{
	content : "";
	position : absolute;
	top : 10px;
	width : 15px;
	height : 4px;
	background-color : #266389;
	transition-duration : 0.5s;
}

body.nav-open .burger .icon-left
{
	background : transparent;
	transition-duration : 0.5s;
}

body.nav-open .burger .icon-left:before
{
	background-color : #FFF;
	transform : rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

body.nav-open .burger .icon-left:after
{
	background-color : #FFF;
	transform : rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

body.nav-open .burger .icon-right
{
	background : transparent;
	transition-duration : 0.5s;
}

body.nav-open .burger .icon-right:before
{
	background-color : #FFF;
	transform : rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

body.nav-open .burger .icon-right:after
{
	background-color : #FFF;
	transform : rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

#menu_1
{
	display : inline-block;
}

#menu
{
	position: relative;
}

#menu > .col-8 > #menu_1
{
	margin : 90px 0 0 0;
	padding : 0;
	list-style : none;
}

#menu > .col-8 > #menu_1 > li
{
	display : inline-block;
	position : relative;
	vertical-align : middle;
	*float : left;/*IE7*/
}

#menu > .col-8 > #menu_1 > li:first-child > a
{
	padding : 0 20px 0;
}

#menu > .col-8 > #menu_1 > li:last-child
{
	border-right : none;
}

#menu > .col-8 > #menu_1 > li > a
{
	text-transform: uppercase;

	display : block;
	position : relative;
	padding : 0 8px;
	overflow : hidden;
	text-decoration : none;
	font-size : 20px;
	/*letter-spacing : -1px;*/
	color : #266389;
	font-weight: 500;
    font-family: 'KoHo', sans-serif;
    border-right: 2px solid #266389; 
}
#menu > .col-8 > #menu_1 > li:last-child > a
{
	border-right: 0;
}
#menu > .col-8 > #menu_1 > li.sous-menu > a
{
	padding : 0 20px 0 10px;
}

#menu > .col-8 > #menu_1 > li > a > .fa
{
	font-size : 22px;
	line-height : 25px;
}

#menu > .col-8 > #menu_1 > li > a > .fa-angle-down
{
	position : absolute;
	top : calc(50% - 2px);
	right : 4px;
	font-size : 17px;
	transition : top 0.3s;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

#menu > .col-8 > #menu_1 > li:hover > a > .fa-angle-down.down1
{
	top : 120%;
}

#menu > .col-8 > #menu_1 > li > a > .fa-angle-down.down2
{
	top : -20%;
}

#menu > .col-8 > #menu_1 > li:hover > a > .fa-angle-down.down2
{
	top : calc(50% - 2px);
}

#menu > .col-8 > #menu_1 > li:hover > a,
#menu > .col-8 > #menu_1 > li.select > a
{
	color : #ad7d3f;
	font-weight: 700;
    font-family: 'KoHo', sans-serif;
}

#menu > .col-8 > #menu_1 > li > ul
{
    z-index: 3;
    position: absolute;
    padding: 0;
    max-height: 0;
    min-width: 100%;
    overflow: hidden;
    text-align: left;
    list-style: none;
    background-color: #eeeeee;
    transition: max-height ease-in-out 0.4s;
}

#menu > .col-8 > #menu_1 > li > ul > li
{
	padding : 5px 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#menu > .col-8 > #menu_1 > li > ul > li:first-child
{
	border-top: 2px solid #266389;
}

#menu > .col-8 > #menu_1 > li > ul > li:last-child
{
	/*padding-bottom : 15px;*/
}

#menu > .col-8 > #menu_1 > li:hover ul
{
	max-height : 500px;
}

/*#menu > .col-8 > #menu_1 > li:before
{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 27px;
    top: 100%;
    left: 0px;
}*/

#menu > .col-8 > #menu_1 > li > ul > li
{
	white-space : nowrap;
}

#menu > .col-8 > #menu_1 > li > ul > li > a
{
	display : block;
	padding : 5px;
	text-decoration : none;
	font-size : 15px;
	white-space : nowrap;
	color : #000;
	font-family: 'Futura Std Light';
}

#menu > .col-8 > #menu_1 > li > ul > li:hover > a,
#menu > .col-8 > #menu_1 > li > ul > li > a.select
{
	color : #3b3b3b;
	font-weight: 600;
}


/* BOX MENU DONS */
#actions-dons
{
	width: 245px;
    right: -20%;
    position: absolute;
    top: 0;
}

#actions-dons > .container > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#actions-dons > .container > ul > li
{
	text-align: left;
	margin: 0;
	padding: 0;
}

#actions-dons > .container > ul > .box-don
{
	margin: 0;
    background-color: #F44336;
    padding: 20px 24px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.box-don > a > span:first-child
{
	font-size: 30px;
}
.box-don > a > span:nth-child(2)
{
	font-size: 35px;
	display: block;
}
.box-don > a > span:nth-child(3)
{
	font-size: 17px;
    line-height: 32px;
}
.box-don > a > span > .fas
{
	position: absolute;
    top: 19px;
    font-size: 23px;
    left: 155px;
}
#actions-dons > .container > ul > .box-don::before
{
	background-color: #FFD600;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    right: 7%;
    left: 7%;
    z-index: 0;
}
#actions-dons > .container > ul > .box-don > a
{
	color: #fff;
}

#actions-dons > .container > ul > .box-contact
{
	margin: 5px 0px;
    background-color: #266389;
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    text-align: center;
}
#actions-dons > .container > ul > .box-contact > a
{
	color: #fff;
}
#actions-dons > .container > ul > .box-contact > a:hover
{
	color: #fff;
	text-decoration: underline;
}

#actions-dons > .container > ul > .box-news
{
	margin: 5px 0 0;
    background-color: #D6E1F2;
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    text-align: center;
}
#actions-dons > .container > ul > .box-news > a
{
    color: #266389;
}
#actions-dons > .container > ul > .box-news > a:hover
{
	color: #266389;
	text-decoration: underline;
}

#actions-dons > .container > ul > li > a
{
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
}


/* BLOC ONE ACCUEIL */
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul
{
	padding: 0;
	margin: 0;
	width: 100%;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li
{
	color: #fff;
	margin: 15px 0 !important;
}
.bloc-one-texte
{
	text-decoration: none;
	color: #fff;
	display: inline-block;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:last-child > .bloc-one-texte
{
	color: #266389;
}
.bloc-one-texte > span
{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
/*#bloc-one-accueil > .container_2 > .row > .col-4 > ul > li:after
{
	width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 30px solid blue;
	content: ' ';
}*/
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li > .bloc-one-icone
{
	display: none;

}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:first-child
{
	background-color: #266389;
	width: 65%;
	text-align: center;
	transition: width .5s;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:hover:first-child
{
	width: 80%;
	transition: width .5s;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:nth-child(2)
{
	background-color: #2F5597;
	width: 65%;
	text-align: center;
	transition: width .5s;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:hover:nth-child(2)
{
	width: 80%;
	transition: width .5s;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:last-child
{
	background-color: #D6E1F2;
	width: 65%;
	text-align: center;
	color: #266389;
	transition: width .5s;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:hover:last-child
{
	width: 80%;
	transition: width .5s;
}


#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li > .bloc-one-texte
{
	padding: 27px 0;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:first-child:after
{
	border-top : 47px solid transparent;
	border-bottom : 47px solid transparent;
	border-left : 47px solid #266389;
	height: 0;
	width: 0;
	content: '';
	position: absolute;
	left: 100%;
	right: 0;
	top:0;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:nth-child(2):after
{
	border-top : 47px solid transparent;
	border-bottom : 47px solid transparent;
	border-left : 47px solid #2F5597;
	height: 0;
	width: 0;
	content: '';
	position: absolute;
	left: 100%;
	right: 0;
	top:0;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:last-child:after
{
	border-top : 57px solid transparent;
	border-bottom : 57px solid transparent;
	border-left : 57px solid #D6E1F2;
	height: 0;
	width: 0;
	content: '';
	position: absolute;
	left: 100%;
	right: 0;
	top:0;
}
#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li
{
	list-style: none;
	position: relative;
}
#bloc-one-accueil > .container_2 > .row > .col-8 > .bloc-one-accueil
{
	padding: 0;
	margin: 0;
	position: relative;
}
#bloc-one-accueil > .container_2 > .row > .col-8 > .bloc-one-accueil > img
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 430px;
	position: absolute;
	top: 0;
	left: 0;
}
#bloc-one-accueil > .container_2 > .row > .col-8 > .bloc-one-accueil > img:nth-child(2), #bloc-one-accueil > .container_2 > .row > .col-8 > .bloc-one-accueil > img:last-child
{
	display: none;
}

/* PICTO ACCUEIL */
#pictos-accueil
{
	margin-bottom: 35px;
}
#pictos-accueil > .container > .row > div
{
	border-right: 2px solid #eeeeee;
}
#pictos-accueil > .container > .row > div:last-child
{
	border-right: none;
}
#pictos-accueil > .container > .row > div > .pictos-pictos
{
	text-align: center;
}
#pictos-accueil > .container > .row > div > .pictos-pictos > i
{
	font-size: 105px;
    color: #266389;
    padding: 20px;
    margin-top: 50px;
}
#pictos-accueil > .container > .row > div > .pictos-texte
{
	text-align: center;
    font-size: 32px;
    font-family: 'KoHo', sans-serif;
    text-transform: uppercase;
    color: #ad7d3f;
    font-weight: 700;
    margin-bottom: 15px;
}
#pictos-accueil > .container > .row > div > .pictos-texte2
{
	text-align: center;
    font-size: 29px;
    color: #000;
    font-family: 'Futura Std Medium';
}
#pictos-accueil > .container > .row > div > .pictos-texte3
{
	text-align: center;
    font-size: 29px;
    color: #000;
    font-family: 'Futura Std Light';
}

/* BLOC ONE SLIDER */
#bloc-one-accueil
{
	padding-top: 20px;
}


/* FOOTER TEXTE */
#footer
{
	position: relative;
	overflow: hidden;
}
.titre-menu
{
	font-family: 'KoHo', sans-serif;
	font-weight: 700;
	font-size: 21px;
	text-align: center;
}
.titre-menu > a
{
	text-decoration: none; 
}
#footer-texte > div > div > .col-8 > div > .col-2, #footer-texte > div > div > .col-8 > div > .col-3
{
	border-right: 2px solid #fff;
	margin-top: 20px;
	min-height: 140px;
}
#footer-texte > div > div > .col-8 > .coordonnees
{
	margin-top: 30px;
}
#footer-texte > div > div > .col-8 > div > .col-2:last-child
{
	border-right: 0;
}
#footer-texte > div > div > .col-8 > div > .col-4, #footer-texte > div > div > .col-8 > div > .col-5, #footer-texte > div > div > .col-8 > div > .col-3
{
	text-align: justify;
	font-size: 14px;
}
#footer-texte > div > div > .col-8 > div > .col-4 > span, #footer-texte > div > div > .col-8 > div > .col-5 > span, #footer-texte > div > div > .col-8 > div > .col-3 > span
{
	font-weight: bold;
}
#footer-texte > div > div > .col-8 > div > div > ul
{
	padding: 10px 0;
	margin: 0;
}
#footer-texte > div > div > .col-8 > div > div > ul > li
{
	list-style: none;
}
#footer-texte > div > div > .col-8 > div > div > ul > li > a
{
	text-decoration: none;
	font-family: 'Futura Std Medium';
	color: #a8c1d0;
	font-size: 14px;
}
#footer-texte > div > div > .col-3
{
	text-align: center;
	margin-top: 20px;
}

/* DONATION ACCUEIL */
#donation-accueil
{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #266389;
	padding: 20px 0;
}
#donation-accueil > .container > .row > div > .donation-texte-bold
{
	color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'KoHo', sans-serif;
    padding: 15px 0;
}
#donation-accueil > .container > .row > .col-2
{
	text-align: center;
}
#donation-accueil > .container > .row > .col-2 > img
{
	height: 90px;
	padding-right: 60px;
}
#donation
{
	text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: bold;
    background-color: #f44336;
    color: #fff;
    display: none;
}
#donation > a
{
	text-decoration: none;
	color: #fff;
}

/* ACTUALITES ACCUEIL */
#actualite
{
	position: relative;
}
#actualite > .container_2 > .row > div > a:hover > div > .actualite-texte:before
{
	content: '';
    border-top: 5px solid #AE7E38;
    /*width: calc(100% - 5px);*/
    position: absolute;
    top: 0px;
    left: 0;
    border-right: 5px solid #AE7E38;
    /*height: 70%;*/
    animation-duration: 3s;
  	animation-name: Border_Actus;
  	animation-fill-mode: forwards;
  	/*animation-iteration-count: infinite;*/
}

@keyframes Border_Actus {
  0% 
  {
    width:0;
    height:0;
  }

  90%
  {
  	width:calc(100% - 5px);
  	height: 0;
  }
  100%
  {
  	width: calc(100% - 5px);
    height:70%;
  }
}

#actualite > .container_2 > .actualite-titre > div > div > span > h2
{
	text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 40px;
    font-weight: 700;
    color: #ad7d3f;
    font-family: 'KoHo', sans-serif;
}
.actualite-suite
{
	text-align: right;
	margin-top: 10px;
}
.actualite-suite > span > a
{
	text-align: right;
	text-decoration: none;
	color: #000;
}
.actualite-suite > span > a:hover
{
	text-decoration: underline;
}
#actualite > .container_2 > .row > div > a
{
    overflow: hidden;
}
#actualite > .container_2 > .row > div > a > .actualite-img
{
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    font-family: 'KoHo', sans-serif;
}
#actualite > .container_2 > .row > div > a > .actualite-img img
{
    padding: 0;
    margin: 0;
}
#actualite > .container_2 > .row > div > a > .actualite-img > .actualite-texte
{
    overflow: hidden;
    position: absolute;
    bottom: 3px;
    color: #266389;
    padding: 15px;
    background-color: rgba(255,255,255,0.7);
    margin: 0;
    text-align: justify;
    width: 90%;
    font-weight: bold;
    z-index: 1;
}

#actualite > .container_2 > .row > div > .actualite-liens
{
	border: 2px solid #266389;
	list-style: none;
	padding: 0;
	margin: 0;
}
#actualite > .container_2 > .row > div > .actualite-liens > li
{
	border-bottom: 1px dotted #9aabfb;
	padding: 5px
}
#actualite > .container_2 > .row > div > .actualite-liens > li:last-child
{
	border-bottom: 0px solid #266389;
}
#actualite > .container_2 > .row > div > .actualite-liens > li > a
{
	color: #266389;
	text-decoration: none;
	font-weight: 600;
}
#actualite > .container_2 > .row > div > .actualite-liens > li > a:hover
{
	color: #08123c;
	text-decoration: underline;
}

#actualite > .container_2 > .row > div > a > .actualite-img > .actualite-texte
{
	/*display: none;*/
	animation: all 1s ease;
}
#actualite > .container_2 > .row > div > a:hover > .actualite-img > .actualite-texte
{
	/*display: block;*/
	animation: all 1s ease;
	background-color: rgba(255, 255, 255,1);
}
.actualite-img
{
	position: relative;
}
.actualite-blue
{
	display: none;
	background-color: rgba(38,99,137,0.8);
	height: calc(100% - 3px);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0; 
}
#actualite > div > .row > div > a:hover > div > .actualite-blue
{
	display: block;
}
.actualite-texte
{
	z-index: 99;
	
}
.actualite-texte > span
{
	font-family: 'KoHo', sans-serif;
	font-weight: 500;
	color: #000;
	font-style: italic;
}



@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* DROIT ACCUEIL */
#droit-des-animaux > .container_2 > .droit-titre > h2
{
	text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0;
    margin: 20px 0 0 25px;
    font-weight: bold;
}
#droit-des-animaux > .container_2 > .row > div
{
    overflow: hidden;
}
#droit-des-animaux > .container_2 > .row > div > .droit-img
{
    padding: 0;
    margin: 0;
}
#droit-des-animaux > .container_2 > .row > div > .droit-img > img
{
    padding: 0;
    margin: 0;
}

/* SOUTIENT */
#soutient
{
	margin-top: 25px;
}
#soutient > .row > .col-4 > .box-soutient
{
	text-align: center;
	padding: 15px 5px;
	background-color: #D6E1F2;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
}
#soutient > .row > .col-4 > .box-soutient > .box-soutient-titre
{
	color: #266389;
	padding: 10px 0 20px;
	font-size: 20px;
}
#soutient > .row > .col-4 > .box-soutient > .box-soutient-lien
{
    margin: 20px;
}
#soutient > .row > .col-4 > .box-soutient > .box-soutient-lien > a
{
	background-color: #266389;
    color: #fff;
    padding: 2px 15px;
    text-decoration: none;
    border-radius: 5px;
}
#soutient > .row > .col-4 > .box-soutient > .box-soutient-lien > a:hover
{
	background-color: #35417c;
}

/*SLIDER ACCUEIL*/
.mouse {
    max-width: $mouse-width;
    width: 100%;
    height: 38px;
}

.scroll_slide {
    animation-name: scroll_slide;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
    animation-iteration-count: infinite;
    transform-origin: 50% 20.5px;
    will-change: transform, opacity;
    opacity: 1;
}

.scroll_slide-link {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes scroll_slide {
    0%,
    20% {
        transform: translateY(0) scaleY(1);
    }
    100% {
        transform: translateY(36px) scaleY(2);
        opacity: 0;
    }
}
#slider_accueil
{
/*height: 100%!important;*/

	z-index : 1;
	position : relative;
	width : 100%!important;
	padding-top : 220px;
	overflow : hidden;
}

#slider_accueil > ul
{
	position : relative!important;
	width : 100%;
}

#slider_accueil > ul > li
{
/*height: 100%!important;*/

	position : relative!important;
	width : 100%;
	padding-top : 20%;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	background-size : cover;
}

#slider_accueil > ul > li > a
{
	display : block;
	position : absolute;
	top : 0;
	width : 100%;
	height : 100%;
}

#slider_accueil img
{
	margin : 0;
}

#slider_accueil > ul > li video
{
	z-index : 1;
	position : absolute;
	top : 0;
	right : 0;
	bottom : 0;
	left : 0;
	width : 100%;
	height : 100%;
	object-fit : cover;
}

#slider_accueil .boutonPagination.select
{
	background : #266389!important;
}

#slider_accueil .boutonsPagination
{
	right : 30px!important;
}

#slider_accueil .boutonPagination
{
	width : 20px!important;
	height : 20px!important;
	opacity : 1!important;
}

#slider_accueil .CJSlider-navigation-gauche,
#slider_accueil .CJSlider-navigation-droite
{
	top : 66%!important;
}

#slider_accueil .CJSlider-navigation-gauche > i,
#slider_accueil .CJSlider-navigation-droite > i
{
	text-shadow : 1px 1px 4px #555;
	font-size : 62px;
	color : rgb(255,255,255);
	cursor : pointer;
}

#slider_accueil .CJSlider-navigation-gauche > i
{
	right : 10px;
}

#slider_accueil .CJSlider-navigation-droite > i
{
	left : 10px;
}

#slider_accueil .slide-contenu
{
	z-index : 2;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}

.slide-contenu .container
{
	position : relative;
	top : 0;
	height : 100%;
}

#slider_accueil .slide-contenu > .container > div
{
	position : absolute;
	top : 35px;
	left : 0;
}
.slide-texte:before
{
	content: '';
    width: 100%;
    position: absolute;
    top: -10px;
    width: 180px;
    border: 1px solid #ad7d3f;
    left: 0;
}
.slide-texte:after
{
	content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    width: 180px;
    border: 1px solid #ad7d3f;
    left: 0;
}

#slider_accueil .slide-contenu .slide-titre
{
	display : inline-block;
	padding : 5px 50px;
	text-align : center;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 27px;
	color : #FFF;
	background-color : rgba(229, 64, 137, 0.98);
}

#slider_accueil .slide-contenu .slide-texte
{
	display : block;
	padding : 0 5px;
	max-width : 400px;
	text-decoration : none;
	font-size : 24px;
	color : #FFF;
	background-color : #266389;
	font-weight: 500;
    font-family: 'KoHo', sans-serif;
}

#slider_accueil .slide-contenu .slide-texte a
{
	text-shadow : none;
}
#recherche-categorie > div
{
	display: block;
}
#recherche-categorie > .row
{
	background-color: #FFF;
	border-radius: 0 5px 5px 5px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
#recherche-categorie > div > div form > div
{
	margin: 0;
}
#recherche-categorie > div > ul
{
	list-style: none;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
}
#recherche-categorie > div > ul > li
{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 4px 0 0;
	padding: 2px 20px 0;
	
	background-color: #266389;
	border-radius: 5px 5px 0 0;
	font-size: 20px;
	color: #FFF;
	width: 265px;
	text-align: center;

	transition: 200ms ease-in-out padding,200ms ease-in-out background-color,200ms ease-in-out color;
	cursor: pointer;
}
/*#recherche-categorie > div > ul > li:hover,
#recherche-categorie > div > ul > li.select
{
	background-color: #FFF;
	color: #000;
	padding: 4px 20px;
}*/
#recherche-categorie > div #recherche-categorie
{
	
}
#recherche-categorie select, 
#recherche-categorie 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-categorie select
{
	padding: 9px 15px 9px 10px;
}
#recherche-categorie input[type="submit"]
{
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    margin: 10px 0;
    padding: 10px 15px;
    width: 100%;
}


/*CONTENT*/

#content
{
	/*padding-top: 130px; Si header actif !*/

	/*height: calc(100% - 100px);*/

	position : relative;
	/*padding-top : 123px;*/
	min-height : calc(100% - 550px);
}

#slider_accueil + #content
{
	padding-top : 0;
}

#content > div
{
	padding-bottom : 20px;
}

#slider_accueil + #content
{
	margin-top : 0;
}
.CJEditeur_body img,
#content img
{
	margin : 5px;
}

.CJEditeur_body img[align='left'],
#content img[align='left']
{
	margin : 5px 20px 5px 0;
}
.CJEditeur_body img[align='right'],
#content img[align='right']
{
	margin : 5px 0 5px 20px;
}
.CJEditeur_body img[align='absmiddle'],
#content img[align='absmiddle']
{
	margin : 5px;
}

#content .sous_pages
{
	margin : 0;
	padding : 0;
	text-align : center;
}

#content .sous_pages > li
{
	display : inline-block;
	width : 48%;
	margin : 1%;
	padding : 0;
	list-style : none;
}

#content .sous_pages > li > a
{
	display : inline-block;
	width : 100%;
	padding : 30px 0;
	border-radius : 5px;
	text-decoration : none;
	text-transform : uppercase;
	color : #fff;
	background-color : #696969;
}

#content .sous_pages > li > a:hover
{
	background-color : #151d44;
}

#bandeau
{
	margin: 0 0 0 0;
	padding: 220px 0px 0px 0px;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	background-size: cover;
	background-position: middle;
}
#bandeau > .bandeau
{
	color: #BC2C50 !important;
    padding-bottom: 80px;
    padding-top: 80px;
}
#bandeau > .bandeau-neutre
{
	/*color: #000 !important;*/
	background-color: rgba(0,0,0,0);
    padding-bottom: 25px;
}

.bloc-accueil
{
	z-index : 8;
	position : relative;
	margin : 20px auto;
	padding-left : 0;
	text-align : center;
	font-size : 0;
	list-style : none;
}

.bloc-accueil > li
{
	display : inline-block;
	width : 345px;
	height : 225px;
	margin : 5px;
	max-width : 435px;
	border-radius : 4px;
	font-size : 15px;
	vertical-align : top;
	color : white;
	perspective : 500px;
}

.bloc-accueil > li > a
{
	display : block;
	position : relative;
	width : 100%;
	height : 100%;
	text-decoration : none;
	color : white;
	background-color : rgb(219,219,219);
	background-position : 50% 50%;
	background-size : cover;
	-webkit-transform-style : preserve-3d;
	-moz-transform-style : preserve-3d;
	transform-style : preserve-3d;
	perspective : 500px;
	-ms-transform-style : preserve-3d;
	-o-transform-style : preserve-3d;
}

.bloc-accueil > li > a.anim
{
	box-shadow : 0 0 0 rgba(0, 0, 0, 0) !important;
	-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);
	-o-animation : leave-animation 0.5s forwards cubic-bezier(0.18,2.07,1,1);
	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);
}

@keyframes leave-animation
{
	100%
	{
		transform : rotateX(0deg) rotateY(0deg);
	}
}

.bloc-accueil .titre-bloc
{
	position : absolute;
	bottom : 10px;
	left : 0;
	padding : 3px 10px;
	text-align : left;
	text-transform : uppercase;
	font-size : 13px;
	font-weight : bold;
	letter-spacing : 2px;
	color : #333;
	background-color : rgba(255,255,255,0.9);
}

.bloc-accueil .prix-bloc
{
/*background-image: url(../img/macaron.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;*/

	position : absolute;
	bottom : 40px;
	left : 10px;
	width : 100px;
	height : 100px;
	padding : 40px 0;
	text-align : center;
	font-size : 20px;
	color : #FFF;
	transform : rotate(15deg);
}

.bloc-accueil .btn-bloc
{
	position : absolute;
	bottom : 10px;
	left : 0;
	padding : 3px 10px;
	text-align : left;
	text-transform : uppercase;
	font-size : 13px;
	font-weight : bold;
	letter-spacing : 2px;
	color : #333;
	background-color : rgba(255,255,255,0.9);
}

.parallax,
.parallax2
{
/* background-size: cover; */

	margin : 0;
	padding : 70px 0;
	min-height : 450px;
	color : white;
	background-attachment : fixed;
	background-image : url(../img/parallax.jpg);
	background-position : 50% 50%;
	background-repeat : no-repeat;
	background-size : cover;
}

.parallax h2
{
	text-align : center;
	color : #FFF;
}

.parallax2
{
	background-color : #E5DCD7;
	background-image : none;
}

.parallax2 h2
{
	text-align : center;
	color : #000;
}

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

#page-horaires
{
/*background-image: url(../img/horaires.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;*/

	height : 463px;
	padding : 0!important;
}

#page-coordonnees a
{
	text-decoration : none;
	font-size : 20px;
	color : #FFF;
}

#page-facebook
{
	padding : 50px 0;
	text-align : center;
	background-attachment : fixed;
	background-image : url(../img/facebook.jpg);
	background-position : 50% 50%;
	background-repeat : no-repeat;
	background-size : cover;
}

#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;
	justify-content : center;
	height : 200px;
}

#page-partenaires a
{
	display : inline-block;
	margin : 5px;
	vertical-align : middle;
}

#page-partenaires a > img
{
	max-width : 200px;
}

/* PAGE DONATION */
#picto-dons > .container > .row
{
	text-align: center;
}
#picto-dons > .container > .row > div > .picto-box
{
	/*padding: 10px;*/
    border-radius: 5px;
    /*background-color: #ededed;*/
    height: 165px;
}
#picto-dons > .container > .row > div > .picto-box > div > .picto-icone
{
    color: #fff;
    font-size: 50px;
    width: 104px;
    margin: 0 auto;
    vertical-align: top;
}
#picto-dons > .container > .row > div > .picto-box > div > .picto-icone > i
{
	font-size: 35px;
    color: #fff;
    border-radius: 50%;
    background-color: #497d9d;
    padding: 36px 38px;
    text-align: center;
}
#picto-dons > .container > .row > div > .picto-box > div > .picto-texte
{
    margin-top: 21px;
}
#picto-dons > .container > .row > div > .picto-box > div > .picto-texte > strong
{
    color: #000;
}

#partenaires-liste
{
	margin : 0;
	padding : 0;
	text-align : center;
	font-size : 0;
	list-style : none;
}

#partenaires-liste > li
{
	display : inline-block;
	width : 200px;
	height : 180px;
	margin : 10px;
	padding : 15px;
	overflow : hidden;
	text-align : center;
	font-size : 14px;
	transition : ease-in-out 200ms box-shadow;
}

#partenaires-liste > li > a
{
	display : block;
	margin : 0;
	padding : 0;
	text-decoration : none;
}

#partenaires-liste > li:hover
{
	-webkit-box-shadow : 0 0 3px 0 #656565;
	-moz-box-shadow : 0 0 3px 0 #656565;
	box-shadow : 0 0 3px 0 #656565;
	-o-box-shadow : 0 0 3px 0 #656565;
	filter : progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=3);
}

#partenaires-liste > li img
{
	height : initial;
	margin : 0;
	max-width : 100%;
}

#partenaires-liste > li > a > .partenaires-liste-titre
{
	color : #044D71;
}

.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: inherit;
    line-height: 1.501;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0;
    margin-top: 10px;
}
.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: #266389;
    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;
}

#galerie-liste
{
	width : 100%;
	padding-left : 0;
	text-align : center;
	font-size : 0;
	list-style : none;
}

#galerie-liste > li
{
    display: inline-flex;
    position: relative;
    width: calc(25% - 10px);
    margin: 5px;
    padding-top: 20%;
    overflow: hidden;
    vertical-align: top;
}

#galerie-liste > li .titre
{
	display : flex;
	z-index : 2;
	position : absolute;
	bottom : 10px;
	left : 0;
	align-items : center;
	justify-content : center;
	width : calc(100% - 10px);
	height : 50px;
	margin : 5px;
	padding : 5px;
	border-radius : 3px;
	font-size : 18px;
	color : #FFF;
	background-color : rgba(0,0,0,0.7);
	transition : ease-in-out 200ms bottom;
}

#galerie-liste > li .titre > span
{
	display : inline-block;
}

#galerie-liste > li:hover .titre
{
	bottom : -100%;
}

#galerie-liste > li > a
{
	display : block;
	position : absolute;
	top : 0;
	width : 100%;
	height : 100%;
	background-color : #CCC;
}

#galerie-liste > li > a > .mask
{
	z-index : 3;
	position : absolute;
	top : 100%;
	width : 100%;
	height : 100%;
	opacity : 0;
	background-color : rgba(0, 0, 0, 0.7);
	-webkit-animation : 150ms forwards linear;
	animation : 0.15s forwards linear;
}

#galerie-liste > li > a > .mask > i
{
	position : absolute;
	top : 50%;
	left : 50%;
	font-size : 45px;
	color : white;
	-webkit-transform : translateX(-50%) translateY(-50%);
	transform : translateX(-50%) translateY(-50%);
}

#galerie-liste > li > a > .mask > span
{
	display : block;
	position : absolute;
	top : 50%;
	left : 50%;
	width : 95%;
	text-align : center;
	font-size : 15px;
	color : white;
	-webkit-transform : translateX(-50%) translateY(-50%);
	transform : translateX(-50%) translateY(-50%);
}

#galerie-liste > li > a > .mask > span > i
{
	font-size : 45px;
}

#galerie-liste > li img.portrait
{
	width: 100%;
	height: auto!important;
	max-width: 100%!important;
}
#galerie-liste > li img.landscape
{
	width: auto;
	height: 100%!important;
	max-height: 100%;
}

/*FAQ*/
#faq
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#faq > li
{
	background-color: #F2F2F2;
	margin: 1px;
	padding: 5px;
}
#faq > li > .question
{
	padding: 5px;
	cursor: pointer;
}
#faq > li > .reponse
{
	padding: 5px;
	font-style: italic;
}

.item
{
	position: relative;
	float: left;
	width: calc(33.33333% - 10px);
    background-color: #000;
    overflow: hidden;
    margin: 5px;
}
.item:after
{
	content: '';
	display: block;
	background-color: inherit;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
	transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0.3;
}
.item:hover:after
{
	transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
}
.item:hover .item-image
{
	transform: scale(1.2) translateZ(0);
}
.item:hover .item-text
{
	opacity: 1;
	transform: translateY(0);
}
.item-image
{
	height: auto;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
.item-image::before
{
	content: "";
	display: block;
	padding-top: 75%;
	overflow: hidden;
}
.item-image img
{
	position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    margin: 0 !important;
}
.item-image img.landscape
{
	width: auto;
    height: 100%!important;
    max-height: 100%;
	transform: translateX(0);
}
.item-image img.portrait
{
	width: 100%;
    height: auto!important;
    max-width: 100%!important;
    transform: translateY(-25%);
}
.item-text
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	text-align: center;
	z-index: 1;
	color: #fff;
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
	transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 300ms;
	transform: translateY(-20%);
}
.item-text-wrapper
{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.item-text-title
{
	font-size: 36px;
	padding: 0 15px;
	margin: 5px 0 0 0;
}

@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
{
	-webkit-animation-name : in-top;
	animation-name : in-top;
}

#galerie-liste > li > a > .mask.in-bottom
{
	-webkit-animation-name : in-bottom;
	animation-name : in-bottom;
}

#galerie-liste > li > a > .mask.in-right
{
	-webkit-animation-name : in-right;
	animation-name : in-right;
}

#galerie-liste > li > a > .mask.in-left
{
	-webkit-animation-name : in-left;
	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
{
	-webkit-animation-name : out-top;
	animation-name : out-top;
}

#galerie-liste > li > a > .mask.out-bottom
{
	-webkit-animation-name : out-bottom;
	animation-name : out-bottom;
}

#galerie-liste > li > a > .mask.out-right
{
	-webkit-animation-name : out-right;
	animation-name : out-right;
}

#galerie-liste > li > a > .mask.out-left
{
	-webkit-animation-name : out-left;
	animation-name : out-left;
}

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

#mentions
{
	font-size : 0;
}

#mentions h2,
#mentions h3
{
	margin : 0;
	padding : 0 0 10px;
	text-align : left;
	text-align : center;
	font-size : 16px;
}

#mentions > div
{
	margin : 10px 0 10px;
	padding : 10px;
	font-size : 14px;
	background-color : #F6F6F6;
}

#mentions > div:first-child,
#mentions > div:first-child + div
{
	display : inline-block;
	width : calc(50% - 5px);
	margin : 10px 0 0;
	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;
}

.slider_galerie > div:first-child
{
	display : inline-block;
	width : 100%;
	margin-right : auto;
	margin-left : auto;
	overflow : hidden;
	vertical-align : top;
	background-color : #D3D3D3;
}

.slider_galerie > div:first-child > ul
{
	position : relative!important;
	top : 0!important;
	width : 100%;
	height : 100%!important;
	margin : 0;
}

.slider_galerie > div:first-child > ul > li
{
	position : relative!important;
	top : 0!important;
	width : 100%;
	height : 100%!important;
	margin : 0;
	padding-top : 75%;
}

.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%;
	width : initial!important;
	height : initial!important;
	max-height : 100%;
	max-width : 100%;
	transform : translate(-50%,-50%);
}

.slider_galerie > div:first-child + div
{
	position : relative;
	width : 100%!important;
	height : 97px!important;
	vertical-align : top;
	background-color : #EAEAEA;
}

.slider_galerie > div:first-child + div > div
{
	padding-top : 75%;
}

.slider_galerie > div:first-child + div > div > div
{
	position : absolute!important;
	top : 0;
	height : 100%!important;
	padding : 2px;
	overflow : auto!important;
	white-space : initial!important;
}

.slider_galerie > div:first-child + div > div > div > img
{
	height : 100px!important;
	margin : 2px!important;
}

.slider_galerie .boutonPagination.select
{
	background-color : #f3f2f2!important;
}

.slider_galerie > div.CJSlider > div:nth-child(2) ,
.slider_galerie > div.CJSlider > div:nth-child(3)
{
	position : absolute;
	top : 50%;
	left : 10px;
	text-shadow : 0 0 1px rgba(0,0,0,0.8);
	font-size : 30px;
	color : #FFF;
	opacity : 0.7;
	transform : translateY(-50%);
	cursor : pointer;
}

.slider_galerie > div.CJSlider > div:nth-child(3)
{
	right : 10px;
	left : initial;
}

.slider_galerie_miniatures > span
{
	display : inline-block;
	position : relative;
	width : 90px;
	height : 90px;
	margin : 0;
	margin : 1px;
	padding : 0;
	overflow : hidden;
	vertical-align : middle;
}

.slider_galerie_miniatures > span > img
{
	position : absolute;
	top : 50%;
	left : 50%;
	width : initial!important;
	height : initial!important;
	max-height : 170%!important;
	max-width : 210%!important;
	transform : translate(-50%,-50%);
}

/*.slider_galerie a:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	border: 1px solid transparent;
}*/

/* ADOPTIONS */
#highlight-blue {
    background-color: #D6E2F2;
    padding: 15px 0;
    margin-bottom: 15px;
}

/* JURIDIQUE */
#bandeau-blue
{
	background-color: #D6E2F2;
    padding: 15px 0;
    margin-bottom: 15px;
}
#bandeau-blue > div > div:before
{
	content: '';
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0;
	background-color: #2E549D;
	margin-top: 2px;
}
#bandeau-blue > div > div
{
	margin: 15px 0;
}
#bandeau-blue > div > div, #bandeau-blue > div > div > a
{
	color: #2E549D;
	font-weight: 600;
}
#bandeau-blue > div > div > a
{
	text-decoration: none;
}

/*FOOTER*/
#newsletter
{
	background-color: #eeeeee;
	margin-bottom: 20px;
}
#newsletter label
{
	font-size: 19px;
    font-weight: bold;
    color: #266389;
}
#newsletter-texte > div > form > div:last-child
{
	margin-top: 10px;
}
#newsletter-texte > div > form > div:last-child > div:first-child
{
	text-align: justify;
}
#newsletter-texte > div > form > div:last-child > div:last-child input
{
	border-radius: 0;
    padding: 10px 20px;
    background-color: #ad7d3f;
    text-transform: inherit;
    margin: 0 0 30px 0;
    font-weight: bold;
    border: 1px solid transparent;
}
#newsletter-texte > div > form > div:last-child > div:last-child input:hover, #newsletter-texte > div > form > div:last-child > div:last-child input:focus
{
    background-color: #fff;
    color: #ad7d3f;
    border: 1px solid #ad7d3f;
}
#newsletter input
{
	border: none;
}
#footer
{
	color : #fff;
	background-color : #266389;
}

#footer > div
{
	position : relative;
}

#footer a
{
	color : #fff;
}

#footer #infos_site
{
	padding : 30px 0;
	font-size : 15px;
	text-align: left;
}
#footer #infos_site > a:first-child
{
	text-decoration: none;
}

#footer #infos_complementaires
{
	position : absolute;
	top : 0;
	right : 20px;
	padding : 15px 0;
	font-size : 12px;
}

.nuage
{
/*color: rgba(204, 141, 87,1);*/

	text-align : center;
}

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


/* ANNONCE */
.retour
{
	position: absolute;
    top: -30px;
    padding: 5px 15px;
    background-color: #266389;
}
.retour > a
{
	text-decoration: none;
	color: #fff;
}
#annonce > .col-2 > .annonce-mini-box
{
	border: 1px solid #dcd9d9;
    min-height: 113px;
    min-width: 123px;
    padding: 10px;
    text-align: center;
}
#annonce > .col-2 > .annonce-mini-box > .annonce-mini-box-icone
{
	color: #c0c0c0;
    font-size: 36px;
    margin: 0px;
}
#annonce > .col-2 > .annonce-mini-box > .annonce-mini-box-texte
{
	font-weight: 300;
	margin: 0px;
	font-size: 20px;
    line-height: 32px;
}
#annonce > .col-2 > .annonce-mini-box > .annonce-mini-box-description
{
	color: rgb(21 29 68);
    fill: rgb(21 29 68);
	font-size: 11px;
    margin: 0px;
}
.annonce-description {
    color: rgb(21 29 68);
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #d6e1f2;
}
.annonce-description > .annonce-sous-titre
{
	color: #266389;
    font-weight: 600;
    margin: 0 auto 15px;
    font-size: 15px;
    line-height: 32px;
    background-color: #d6e1f2;
    padding-left: 15px;
}
#annonce > .col-6 > .annonce-description > .annonce-description-texte > div
{
	width: 30%;
	font-size: 16px;
	line-height: 21px;
    color: black;
}
#annonce > .col-12 > .annonce-description > .annonce-description-texte > div
{
	width: 30%;
	font-size: 16px;
	line-height: 21px;
    color: black;
}
.annonce-description > .annonce-description-texte > span
{
	font-size: 16px;
	line-height: 21px;
    font-weight: 600;
    color: rgb(21 29 68);
}
.annonce-description > .annonce-description-texte > div, .annonce-description > .annonce-description-texte > span
{
	display: inline-block;
}
.actualites-liste > div > a > div > .annonce-image
{
	overflow: hidden;	
	height: 216px;
	width: 100%;
}
.actualites-liste > div > a > div > .annonce-image > ul
{
	width: 100%;
	height: 100%;
}
.actualites-liste > div > a > div > .annonce-image > ul > li
{
	width: 100%;
	height: 100%;
	list-style: none;
}
.actualites-liste > div > a > div > .annonce-image .CJSlider-navigation-gauche,
.actualites-liste > div > a > div > .annonce-image .CJSlider-navigation-droite
{
	display: none;
	font-size: 30px;
	color: #FFF!important;
}
.actualites-liste > div > a:hover > div > .annonce-image .CJSlider-navigation-gauche,
.actualites-liste > div > a:hover > div > .annonce-image .CJSlider-navigation-droite
{
	display: block;
}
.actualites-liste > div > a > div > .annonce-image img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	margin: 0;
	padding: 0;
}

.annonce-image .CJSlider-navigation-gauche,
.annonce-image .CJSlider-navigation-droite
{
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
}


/* LEGS */
#legs-aside
{
	/*position: fixed;
	width: 18%;*/
}
.legs-bouton > .legs-bouton-neutre
{
	margin: 5px 0px;
    background-color: #266389;
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.legs-bouton > .legs-bouton-neutre > a
{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.legs-bouton > .legs-bouton-neutre > i:last-child
{
	font-size: 13px;
}
.legs-bouton > .legs-bouton-orange
{
	margin: 5px 0px;
    background-color: #ad7d3f;
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.legs-bouton > .legs-bouton-orange > a
{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#legs-aside > .legs-bloc
{
	background-color: #eeeeee;
	padding: 15px 15px;
}
#legs-aside > .legs-bloc > .legs-titre
{
	text-align: center;
    /*padding: 15px 0;*/
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #266389;
}
#legs-aside > .legs-bloc > .legs-image
{
	text-align: center;
}
#legs-aside > .legs-bloc > .legs-image > img
{
	width: 50%;
	border-radius: 50%;
}
#legs-aside > .legs-bloc > .legs-nom
{
	text-align: center;
    font-weight: 600;
    font-size: 17px;
}
#legs-aside > .legs-bloc > .legs-responsabilite
{
	padding: 15px;
    text-align: center;
    font-style: italic;
}
#legs-aside > .legs-bloc > .legs-hr
{
	padding: 20px 0 0;
}
#legs-aside > .legs-bloc > .legs-postale
{
	text-align: center;
	font-size: 14px;
}

#filtre_positions > ul {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 4px;
    border: 1px solid #d6e1f2;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 0;
    flex-wrap: wrap;
}

#filtre_positions > ul > li {
    flex: 1 1 auto;
    position: relative;
    width: 15%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    color: #14236f;
}

#filtre_positions > ul > li > a {
    text-decoration: none;
    color: #353535;
}

#filtre_positions > ul > li:hover:not(.active) > a {
    color: #fff;
}

#filtre_positions > ul li+li {
    border-left: 1px solid #f0f0f0;
}

#filtre_positions > ul > li > a {
    padding: 10px 18px;
    text-decoration: none;
    color: #14236f;
}

#filtre_positions > ul > li:hover:not(.active)
{
	background-color: #266389;
	color: #fff;
}

#filtre_positions > ul > li.active {
    padding: 10px 10px;
    background-color: #f1f1f1;
}

#nos-refuges
{
	position: relative;
}
#nos-refuges > div:last-child ,#nos-refuges > div:last-child > div, #nos-refuges > div > div > .img-refuges
{
	margin: 0;
	padding: 0;
}
#nos-refuges > div > div > .img-refuges > img
{
	margin: 0;
	padding: 0;
	width: 100%;
}
.nom-refuges
{
	position: absolute;
    top: 45%;
    text-align: center;
    font-size: 32px;
    background-color: #266389;
    padding: 5px 20px;
    color: #fff;
    font-family: 'KoHo', sans-serif;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, 0);
}
.sous-refuges
{
	position: absolute;
    top: 55%;
    text-align: center;
    font-size: 23px;
    padding: 5px 20px;
    color: #fff;
    font-family: 'KoHo', sans-serif;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, 0);
    text-transform: uppercase;
    border: 2px solid #fff;
}
.sous-refuges > a
{
	color: #fff;
	text-decoration: none;
}
.nom-refuges:before
{
	content: '';
    width: 100%;
    position: absolute;
    top: -10px;
    border: 1px solid #ad7d3f;
    left: 0;
}
.nom-refuges:after
{
	content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    border: 1px solid #ad7d3f;
    left: 0;
}
#nos-combats
{
	position: relative;
}
#nos-combats > div:nth-child(2)
{
	margin: 0;
}
#nos-combats > div > div > div > div > div
{
	font-size: 19px;
}
#nos-combats > div:last-child
{
	margin: 0;
	padding: 0;
}
#nos-combats > div > div
{
	position: relative;
}
#nos-combats > div > div > a > .texte-combats
{
	position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-family: 'KoHo', sans-serif;
    text-shadow: 1.463px 1.364px 5px rgba(36, 31, 32, 0.75);
}
.texte-combats:after
{
    content: '';
    width: 20%;
    position: absolute;
    bottom: -10px;
    border: 3px solid #ad7d3f;
    left: 50%;
    transform: translate(-50%, 0);
}
#nos-combats > div > div > a > div:first-child
{
	position: relative;
	margin: 0;
	padding: 0;
}
#nos-combats > div > div > a > div:first-child > img
{
	height: 434px;
	width: 100%;
}
#nos-combats > div > div > a > div:first-child > .image-blue
{
	transition: background-color 0.5s ease;
}
#nos-combats > div > div > a:hover > div:first-child > .image-blue
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(38, 99, 137,0.8);
}
#nos-combats > div > div > a > .savoir-plus-terrain
{
	position: absolute;
    bottom: -10px;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'KoHo', sans-serif;
}
#nos-combats > div > div > a > .savoir-plus-terrain > span
{
	padding: 10px 20px;
    background-color: #266389;
}
#nos-combats > div > div:first-child
{
	padding: 0;
}
#nos-combats > div > div:last-child
{
	padding: 0;
}
#nos-combats > div > div > a > div > img
{
	width: 100%;
	margin: 0;
}
.youtube
{
	color: #c4302b;
}
.instagram
{
	color: #8a3ab9;
}
.video-rss-bloc
{
	margin: 0;
	padding: 0;
	position: relative;
}
.video-rss-bloc > a > .video-rss-image > img
{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	object-fit: cover;
}
#video-rss > div > div > .col-6 > .video-rss-bloc > a > .video-rss-image > .video-rss-titre
{
    font-size: 23px !important;
}
.video-rss-bloc > a:hover > .video-rss-image > .video-rss-titre
{
	position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Futura Std Medium';
    font-size: 19px;
    padding: 15px;
    z-index: 2;
    color: #fff;
    display: block;
}
.video-rss-bloc > a > .video-rss-logo
{
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
}
.video-rss-bloc > a > .video-rss-logo > i
{
	z-index: 1;
    /*color: #000;*/
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.video-rss-bloc > a > .video-rss-logo:after
{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top : 70px solid #fff;
	border-left : 70px solid transparent;
}
.video-rss-bloc > a > .video-rss-orange, .video-rss-bloc > a > .video-rss-orange > i, .video-rss-bloc > a > .video-rss-image > .video-rss-titre
{
	display: none;
}
.video-rss-bloc > a:hover > .video-rss-orange
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(173, 125, 63,0.7);
    width: 100%;
    height: calc(100% - 5px);
    z-index: 1;
}
.video-rss-bloc > a:hover > .video-rss-orange > i
{
	display: block;
	color: #fff;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#ils-parlent > div > div > div:last-child > .ils-parlent-bloc > .ils-parlent-temoignages:first-child
{
	margin-top: 10px;
}
.ils-parlent-temoignages
{
	position: relative;
	margin-top: 30px;
}
.ils-parlent-temoignages:before
{
	content: '';
    width: 100%;
    position: absolute;
    top: -10px;
    width: 180px;
    border: 1px solid #ad7d3f;
    left: 0;
}
.ils-parlent-temoignages:after
{
	content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    width: 180px;
    border: 1px solid #ad7d3f;
    left: 0;
}
.ils-parlent-temoignages > .texte
{
	font-family: 'Koho', sans-serif;
	font-size: 19px;
	text-align: justify;
	background-color: #266389;
	padding: 5px;
	color: #fff;
	/*font-weight: 700;*/
}
.ils-parlent-temoignages > .auteur
{
	font-family: 'Koho', sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #ad7d3f;
}

@media screen and (max-width:1145px)
{
	#donation-accueil > .container > .row > div > .donation-bouton > a
	{
		padding: 15px;
		font-size: 12px;
	}
}
@media screen and (max-width:930px)
{
	#donation-accueil > .container > .row > div > .donation-bouton > a
	{
		padding: 12px;
	}
	#filtre_positions > ul > li
	{
		width: 100%;
	}
}
@media screen and (max-width:860px)
{
	.row > *
	{
		display : block!important;
		width : initial!important;
		padding : initial!important;
	}

	#menu_1 > li > ul
	{
		display: block !important;
		max-height: initial !important;
		position: initial !important;
		background-color: initial !important;
	}
	#menu > .col-8 > #menu_1 > li > ul > li
	{
		background-color: rgb(255,255,255,0.6);
		margin-left: 30px;
	}

	#menu_mobile_raccourcis
	{
		margin: 0;
		padding: 0;
		font-size: 0;
		display: block;
	}
	
	.fleche_soutenir
	{
		display: none !important;
	}

	#slider_accueil
	{
		padding-top : 0;
	}

	#menu_raccourcis
	{
		display: none;
	}
	
	#header
	{
		position : relative;
	}

	.nous-soutenir
	{
		width: 100% !important;
	}
	
	.burger
	{
		display : block;
	}
	
	#menu_1
	{
		position : fixed;
		margin: 0 !important;
		padding: 140px 40px 0 !important;
		top: 0;
		left: 0;
		width : 100%;
		height: 100%;
		border-radius : 0 !important;
		background-color : rgba(0,0,0,0.9);
		transition : ease-in-out 300ms opacity,ease-in-out 300ms padding,ease-in-out 300ms height;
	}
	

	#menu_1 .fa-home-lg:before
	{
		content : "Accueil";
		font-family : 'KoHo', sans-serif;
	}

	.arrow-left1
	{
		top: 25px;
	}
	.arrow-right1
	{
		right: 4%;
	}
	.arrow-right2
	{
		display: none;
	}
	.arrow-left2
	{
		bottom: -150px;
	}

	#nos-combats > div > div:last-child
	{
		margin-bottom: 0;
	}
	#nos-combats > div > div
	{
		margin-bottom: 40px;
	}
	#footer-texte > div > div > .col-8 > div > div > ul > li
	{
		text-align: center;
	}
	.sous-refuges
	{
		top: 62%;
	}

	#header > .container > .fadeInDown
	{
		-webkit-animation-name: initial;
		animation-name: initial;
	}

	#donation-accueil
	{
		padding: 70px 0 0;
		display: none;
	}
	#donation
	{
		display: block;
	}
	#actions-dons
	{
		display: none;
	}

	#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:first-child, #bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:nth-child(2), #bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:last-child
	{
		width: 100%;
	}
	#bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:first-child:after, #bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:nth-child(2):after, #bloc-one-accueil > .container_2 > .row > .col-4 > div > ul > li:last-child:after
	{
		border-top: 0;
		border-bottom: 0;
	}
	#bloc-one-accueil > .container_2 > .row > .col-8 > .bloc-one-accueil
	{
		height: 550px;
	}
	#footer img
	{
		width: 35%;
	}
	#footer-texte > .container > .row > .col-6:first-child
	{
		padding-top: 15px !important;
	}
	#footer-texte > .container > .row > .col-6 > .row > .col-6 > .middle
	{
		min-height: 90px !important;
	}
	
	body.nav-close #menu_1
	{
		height : 0%;
		padding : 0;
		overflow : hidden;
		opacity : 0;
	}
	
	body.nav-open #menu_1
	{
		height : 100%;
		padding : 140px 40px 0;
		overflow : auto;
		opacity : 1;
		z-index: 1;
	}

	#actions-dons {
	    right: 125px;
	}

	.burger
	{
		top: 10px;
    	right: 40px;
	}
	
	#menu_1 > li
	{
		display : block !important;
		border-bottom : 1px solid rgba(255,255,255,0.5);
		text-align : left;
	}

	#menu > .col-8 > #menu_1 > li > a
	{
		border-right: 0px !important;
	}
	
	#menu_1 > li:first-child > a,
	#menu_1 > li > a
	{
		padding : 20px 10px !important;
		font-size : 20px !important;
	}
	
	#menu_1 > li > ul,
	#menu_1 > li > a > .fa-angle-down
	{
		display : none;
	}
	
	#menu_1 > li:hover > a, #menu_1 > li.select > a
	{
		color: #266389;
	}

	#menu_1 > li.sous-menu > a, #menu_1 > li> a
	{
		padding : 20px 10px;
		color: #fff;
	}
	
	#logo > img
	{
		padding-left: 15px;
	}

	#content
	{
		margin-top : 0;
		padding-top : 0;
	}
	
	#slider_accueil
	{
		margin-top : 0;
	}
	
	#slider_accueil > ul > li
	{
		padding-top : 50%;
	}
	
	#slider_accueil .CJSlider-navigation-gauche,
	#slider_accueil .CJSlider-navigation-droite
	{
		top : 47%!important;
	}
	
	/*#content > div:first-child,
	#page-contact
	{
		min-height : 100vh;
	}*/
	
	#galerie-liste > li
	{
		width : 75%;
		padding-top : 50%;
	}
	
	.absolute.left,
	.absolute.right
	{
		position : relative!important;
		width : 100%;
		height : inherit;
	}
	
	#page-coordonnees iframe
	{
		width : 100%;
	}
	
	#page-tarifs
	{
		height : inherit;
		background-size : cover;
	}
	
	#page-horaires
	{
		height : initial;
	}
	
	#page-partenaires .container
	{
		display : block;
		height : initial!important;
	}
	
	#footer > div > div #infos_site,
	#footer > div > div #infos_complementaires
	{
		display : block;
		position : relative;
		right : inherit;
		left : inherit;
		padding : 5px;
		text-align : center;
	}
	
	iframe
	{
		width : 100%;
	}
	
	img
	{
		height : initial!important;
		max-width : 100%;
	}
}

@media screen and (max-width:430px)
{
	#header_top
	{
		text-align : center;
	}
	.arrow-right2
	{
		display: none !important;
	}
	#footer-texte > div > div > .col-8 > div > .col-4, #footer-texte > div > div > .col-8 > div > .col-5, #footer-texte > div > div > .col-8 > div > .col-3
	{
		text-align: center !important;
	}
	#footer-texte > div > div > .col-8 > div > .col-2, #footer-texte > div > div > .col-8 > div > .col-3
	{
		border: 0;
	}
	#footer-texte > div > div > .col-8 > img
	{
		display: none;
	}
	#bandeau
	{
		padding: 0 !important;
	}
	.nom-refuges
	{
		font-size: 16px;
	}
	.sous-refuges
	{
		font-size: 14px;
	}
	.burger
	{
		top: 60px;
  		right: -15px;
	}
	#logo > img
	{
		width: 89%;
	    margin-right: 50px;
	    margin-top: 15px;
	}
	#actions-dons
	{
		width: 217px;
		right: 30px;
	}
	#actions-dons > .container > ul > .box-don
	{
		padding: 10px; 
	}
	.box-don > a > span:first-child
	{
		font-size: 24px;
	}
	.box-don > a > span:nth-child(2)
	{
		font-size: 29px;
	}
	.box-don > a > span > .fas
	{
		top: 10px;
		left: 117px;
	}
	#bloc-one-accueil > .container_2 > .row > .col-8 > .bloc-one-accueil
	{
		height: 255px;
	}
	#actualite > .container_2 > .actualite-titre > div > div > span > h2
	{
		margin: 0 0 0 20px;
		font-size: 21px;
    	padding-top: 3px;
	}
	.actualite-titre > .row > .col-6
	{
		width: 50% !important;
		display: inline-block !important;
	}
	.actualite-texte
	{
		font-size: 11px;
	}
	#droit-des-animaux > .container_2 > .droit-titre > h2
	{
		margin: 0 0 0 20px;
	    font-size: 21px;
	    padding-top: 3px;
	}
	.dot-blue:before, .dot2-blue:before
	{
	    margin-left: -5%;
	}

	#slider_accueil > ul > li
	{
		padding-top : 70%;
	}
	
	.bloc-accueil > li
	{
		display : block;
		width : 100%;
		margin : 15px auto;
	}
	
	fieldset > ul > li,
	fieldset > .contenu > ul > li
	{
		display : block;
		width : 100%;
	}
	
	.liste
	{
		width : 100%;
	}
	
	#page-partenaires a > img
	{
		max-width : 100%;
	}
	
	#page-partenaires a > img
	{
		max-width : 100%;
	}
	
	#footer > div > div
	{
		display : block;
		position : relative!important;
		top : initial!important;
		right : initial!important;
		left : initial!important;
		text-align : center;
	}
	
	#mentions > div:first-child,
	#mentions > div:first-child + div
	{
		display : block;
		width : initial;
	}
}

.actualites-liste .reserve
{
	position: absolute;
	top: 15px;
	background-color: #246389;
	z-index: 99;
	padding: 5px 15px;
	color: #fff;
}