@import url('https://fonts.googleapis.com/css?family=Damion');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
*, html {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

 a, a:hover, a:focus, a:visited {
	text-decoration: none;
}

.orange {
	color: #f08000 !important;
}
.bg-orange {
	background-color: #f08000;
}
.bleu-f {
	color: #043c73;
}
.bg-bleu-f {
	background-color: #043c73 !important;
}
.bleu {
	color: #0080bb;
}
.bg-bleu {
	background-color: #0080bb !important;
}

.bg-blanc-rgba {
	background: rgba(255,255,255, 0.5);
}

.blanc {
	color: #FFF;
}
.bg-blanc {
	background-color: #FFF !important;
}
.noir{
		color:#000;
}
.bg-radiant-bleu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#043b73+0,0b84be+50,043b73+100 */
background: #043b73; /* Old browsers */
background: -moz-linear-gradient(left, #043b73 0%, #0b84be 50%, #043b73 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #043b73 0%,#0b84be 50%,#043b73 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #043b73 0%,#0b84be 50%,#043b73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043b73', endColorstr='#043b73',GradientType=1 ); /* IE6-9 */
}

.bg-radiant-bleu-2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075af+0,01609a+100 */
background: #0075af; /* Old browsers */
background: -moz-linear-gradient(left, #0075af 0%, #00457e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0075af 0%,#00457e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0075af 0%,#00457e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075af', endColorstr='#00457e',GradientType=1 ); /* IE6-9 */
}

.bg-radiant-rouge {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075af+0,01609a+100 */
background: #0075af; /* Old browsers */
background: -moz-linear-gradient(left, #e30613 0%, #9c1006 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e30613 0%,#9c1006 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e30613 0%,#9c1006 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30613', endColorstr='#9c1006',GradientType=1 ); /* IE6-9 */
}

.bg-radiant-orange {

	background: rgb(245,155,0);
	background: -moz-linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f59b00",endColorstr="#f08000",GradientType=1);
}

a.btn  { font-weight: 600; }
.btn.focus, .btn:focus, .btn:hover {
	color: #f08000;
}

.db { display: block; }
.dib { display: inline-block; }
.dn { display: none; }
.fll { float: left;}
.flr { float: right;}
.tac { text-align: center;}
.tal { text-align: left;}
.tar { text-align: right;}
.taj { text-align: justify;}

.br10 {
	border-radius: 10px;
}
.fz10 {font-size: 10px !important;}
.fz12 {font-size: 12px !important;}
.fz14 {font-size: 14px !important;}
.fz16 {font-size: 16px !important;}
.fz17 {font-size: 17px !important;}
.fz18 {font-size: 18px !important;}
.fz19 {font-size: 19px !important;}
.fz20 {font-size: 20px !important;}
.fz22 {font-size: 22px !important;}
.fz24 {font-size: 24px !important;}
.fz26 {font-size: 26px !important;}
.fz28 {font-size: 28px !important;}
.fz30 {font-size: 30px !important;}

.p10 {padding: 10px}
.p20 {padding: 20px}
.p30 {padding: 30px}


.pt10 {padding-top: 10px}
.pt20 {padding-top: 20px}
.pt30 {padding-top: 30px}
.pt40 {padding-top: 40px}
.pt50 {padding-top: 50px}
.pt60 {padding-top: 60px}
.pt70 {padding-top: 70px}
.pt80 {padding-top: 80px}
.pt90 {padding-top: 90px}

.pb10 {padding-bottom: 10px}
.pb20 {padding-bottom: 20px}
.pb30 {padding-bottom: 30px}
.pb40 {padding-bottom: 40px}
.pb50 {padding-bottom: 50px}
.pb60 {padding-bottom: 60px}
.pb70 {padding-bottom: 70px}
.pb80 {padding-bottom: 80px}
.pb90 {padding-bottom: 90px}

.mt-10 {margin-top: -10px}
.mt-15 {margin-top: -15px}
.mt0 {margin-top: 0px !important}
.mt5 {margin-top: 5px}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px}
.mt30 {margin-top: 30px}
.mt40 {margin-top: 40px}
.mt50 {margin-top: 50px}
.mt60 {margin-top: 60px}
.mt70 {margin-top: 70px}
.mt80 {margin-top: 80px}
.mt90 {margin-top: 90px}
.mt90 {margin-top: 90px}
.mt100 {margin-top: 100px}

.mb0 {margin-bottom: 0px}
.mb10 {margin-bottom: 10px}
.mb20 {margin-bottom: 20px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}
.mb60 {margin-bottom: 60px}
.mb70 {margin-bottom: 70px}
.mb80 {margin-bottom: 80px}
.mb90 {margin-bottom: 90px}
.mb100 {margin-bottom: 100px}

.m-auto { margin: auto; }

.pl10 {padding-left: 10px}
.pl20 {padding-left: 20px}
.pl30 {padding-left: 30px}
.pl40 {padding-left: 40px}
.pl50 {padding-left: 50px}
.pl60 {padding-left: 60px}
.pl70 {padding-left: 70px}
.pl80 {padding-left: 80px}
.pl90 {padding-left: 90px}

.pr10 {padding-right: 10px}
.pr20 {padding-right: 20px}
.pr30 {padding-right: 30px}
.pr40 {padding-right: 40px}
.pr50 {padding-right: 50px}
.pr60 {padding-right: 60px}
.pr70 {padding-right: 70px}
.pr80 {padding-right: 80px}
.pr90 {padding-right: 90px}

.ml10 {margin-left: 10px}
.ml15 {margin-left: 15px}
.ml20 {margin-left: 20px}
.ml30 {margin-left: 30px}
.ml40 {margin-left: 40px}
.ml50 {margin-left: 50px}
.ml60 {margin-left: 60px}
.ml70 {margin-left: 70px}
.ml80 {margin-left: 80px}
.ml90 {margin-left: 90px}

.mr10 {margin-right: 10px}
.mr20 {margin-right: 20px}
.mr30 {margin-right: 30px}
.mr40 {margin-right: 40px}
.mr50 {margin-right: 50px}
.mr60 {margin-right: 60px}
.mr70 {margin-right: 70px}
.mr80 {margin-right: 80px}
.mr90 {margin-right: 90px}

.lh20 {line-height:20px}
.lh22 {line-height:22px}


.semibold { font-weight: 600;	 }
.bold { font-weight: 700; }

.italic {
	font-style: italic;
}
.upper { text-transform: uppercase; }
.lower { text-transform: initial; }

.cp { cursor: pointer; }

.damion {
	font-family: 'Damion', cursive;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
body {
	font-family: 'Raleway', Arial;
	font-weight: 500;
	color: #535353;
	font-size: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfeff9+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dfeff9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dfeff9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#dfeff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfeff9',GradientType=0 ); /* IE6-9 */
}
body:after {
	content: "";
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -3;
	background: url('../img/bg.png') top right no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
}

h1 {
	text-transform: uppercase;
	margin: 0;
}


header .logo {margin: 15px 0; height: 90px;}

.menu  ul li:hover a,.menu  ul li a.active { color: #f08000; }

.bandeau {
	padding: 7px;
	box-shadow: 0 0 10px #777;
}

.menu { box-shadow: none;
height: 37px;
}
.section {
	padding: 50px 0;
}

footer { padding: 15px 0 10px; }
footer p { margin-bottom: 0; }
footer li a { color: #fff;}
footer li a:hover { color: #f08000;}

.region {cursor: pointer !important;}
.region:hover {cursor: pointer;fill: #f08000;}

.residence_name {
	color: #0080bb;
	font-size: 19px;
}
.departement {
	color: #f08000;
}
.residence_name,
.adresse,
.departement, .site { display: block; }

.img-residence {
	box-shadow: 0 0 10px #ccc;
	border-radius: 100%;
	margin-bottom:10px;
	background-color:#a3c8e5;
}

.residence-infos {
margin-bottom: 30px;
}

.btn {
	padding: 8px 15px;
	background: rgba(255,255,255,0.6);
	border-radius: 0;
}
.btn *{
	vertical-align: middle;
}
.menu {
	padding: 0;
}
.menu ul {
	list-style: none;
	margin: 0px;
}
.menu ul li {
	display: inline-block;
	position: relative;
	padding: 5px;
}
.menu ul li a {
	display: inline-block;
	padding: 1px 11px;
	border-right: 1px solid #f08000;
	color: #fff;
}
.menu ul li ul.submenu {
	display: none;
	z-index: 99;
	position: absolute;
	top: 37px;
	left: -50px;
	right: 0;
	width: 440px;
	padding: 15px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,244,254,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,244,254,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,244,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e6f4fe",GradientType=1);
			box-shadow: 0px 5px 8px #555;
}
.menu ul li ul.submenu:hover ,
.menu ul li:hover ul {
	display: block;
}
.menu ul li ul.submenu .row { display: flex;align-items: center;;}
.menu ul li ul.submenu li {
	padding: 8px 6px;
	color: #0080bb;
	display: block;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #0080bb;
}
.menu ul li ul.submenu li a {
	color: #535353 !important;
	display: block;
	width: 100%;text-transform: uppercase;
	padding-left: 0;

}
.menu ul li ul.submenu li a:hover {
	color: #0080bb !important;
}

.header-btn:last-child, .menu ul li:last-child a , .menu ul li ul.submenu li a {
	border-right: none;
}
.menu ul li ul.submenu li:last-child { border-bottom: none; }

.header-btn i {
	border: 1.5px solid #0080bb;
	width: 50px; height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 2.5em;
	transition-duration: .4s;
	margin-right: 10px;

}

.header-btn:hover i {
	color: #f08000;
	border-color: #f08000;
	transition-duration: .4s;

}
.header-btn {
	margin: 0px 0;
	display: inline-flex;
	align-items: center;
	color: #fff;
	border-right: 1px solid #043c73;
	height: 70px;
	padding: 5px 15px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	margin-top: 25px;
}
.btn-contact-tel {
	background: url('../img/contact-tel.png') no-repeat;
	background-size: 95% auto;
	width: 100%;
	max-width: 210px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 35px 10px 0 60px;
}

.btn-custom-gradient-orange {
	background: rgb(245,155,0);
	background: -moz-linear-gradient(90deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: linear-gradient(90deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f59b00",endColorstr="#f08000",GradientType=1);
	border-right: none;
	font-size: 15px;
	line-height: 16px;
	border-radius: 3px;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	align-items: center;
	box-shadow: 0 0 7px #ccc;
	transition-duration: .4s;
	position: relative;
	  z-index: 1;
		height: 62px;
		margin-left: 10px;
}


.btn-custom-gradient-orange i {
	border: 1.5px solid #fff;
	color:#fff;
	width: 40px; height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 1.5em;
}

.btn-custom-gradient-orange:hover i {
	color: #043c73 !important;
}

.btn-custom-gradient-orange::before  {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
	background: rgb(245,155,0);
	background: -moz-linear-gradient(90deg, rgba(240,128,0,1) 0%, rgba(245,155,0,1)  100%);
	background: -webkit-linear-gradient(90deg, rgba(240,128,0,1) 0%, rgba(245,155,0,1) 100%);
	background: linear-gradient(90deg, rgba(240,128,0,1) 0%, rgba(245,155,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f08000",endColorstr="#f59b00",GradientType=1);
	transition-duration: .4s;
}
.btn-custom-gradient-orange:hover::before {
  opacity: 1;
}
.btn-custom-gradient-orange:hover i {
	border: 1.5px solid #fff;
	color:#fff;

}

.mot_directeur {
	background: #fff;
	padding: 5px 15px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	margin-top:5px;
}

.directeur_photo {
	display: inline-block;
	box-shadow: 0 0 10px #aaa;
	border-radius: 100%;
	margin: -40px 15px 15px -30px;
}
.youtube_vignette {
	display: inline-block;
	margin: -30px 0px 15px 0px;
}
.accueil_jour_vignette {
	display: inline-block;
	box-shadow: 0 0 10px #aaa;
	border-radius: 100%;
	margin: -40px 0px 20px 0px;
}
.accueil_jour_vignette_home {
	display: inline-block;
/*	box-shadow: 0 0 10px #aaa;
	border-radius: 100%;*/
	margin: -30px 0px 20px 0px;
}
.slider {
	box-shadow: 0 0 10px #aaa;
	border-radius: 10px;
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.7);
	margin-top: 50px;
}
.slider .owl-carousel {
	width: 80%;
	max-height: 350px;
	margin-left: 10%;
	text-align: center;
}

.slider .owl-carousel .owl-item div {
	height:100%;
	overflow: hidden;
	max-height: 350px;
}


.slider .owl-carousel img {
	/* height: 100%;
	width: auto;
	display: block;
	margin: auto;
	margin-top: -10%;*/
}
.owl-next {
	position: absolute;
    right: -11%;
    font-size: 10em !important;
    color: #a9cae1 !important;
    top:45%;
    transform: translateY(-50%);
		font-weight: 100 !important;
		outline: none;
		border: none;
}
.owl-prev {
	position: absolute;
    left: -11%;
    font-size: 10em !important;
    color: #a9cae1 !important;
    top:45%;
    transform: translateY(-50%);
		font-weight: 100 !important;
		outline: none;
		border: none;
}

#actus-carousel .owl-next, #residences-carousel .owl-next {
	right: -5%;
}
#actus-carousel .owl-prev, #residences-carousel .owl-prev {
	left: -5%;

}

.bouton_dossier:hover {
	background: url('../img/demarches/bouton-dossier-on.png') no-repeat center;
}
.bouton_dossier {
	background: url('../img/demarches/bouton-dossier-off.png') no-repeat center;
	max-width: 335px;
	width: 90%;
	height:180px;

	/*display: inline-block;*/
	display:block;
	margin:20px auto;
}

.actus-carousel {
	height: 300px;
}

.actu-simple {
	display: inline-block;
	margin: 20px 0;
	padding: 0 20px;
	text-align: center;
	border-right: 2px solid #dbe9f3;
}

.residence-infos {
	margin: 30px 0 0;
}

.liste_service ul li:before {
	content: "•";
	margin-right: 10px;
	margin-left: -20px;
	color: #f08000;
}

.liste_service ul {
	margin-left: 20px;
	margin-top: 5px;
	list-style: none;
}

.accueil_perso {
	padding: 10px 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
}

.accueil_perso_jour {
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
}

.img-responsive {
	max-width: 100%;
	width: auto;
	display: block;
	vertical-align: middle;
}

.actu-simple:hover a {
	color: #f08000;
}

.tarifs tr th ,
.tarifs tr td {
	border: 1px solid #000 !important;
}

.tarifs tr th span { font-size: 12px; color: #000; font-weight: normal;}
.tarifs tr th {
 text-align: center;
 color: #043c73;
}


.form-control {
	border: 0;
    border-radius: 0;
}

.form-control::placeholder {
	color: #0080bb;
}


.img-principale img  { display: inline-block; height: 100%; width: auto;max-width: initial; }

.img-principale {
  height: 440px;
	line-height: 410px;
  overflow: hidden;
 text-align: center;
  background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
 /* A virer si bug  */
	position: relative;
}
.img-principale .legende {
	position: absolute;
	padding: 3px ;
	background: #fff;
	color: #333;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	line-height: 16px;
	transition-duration: .5s;
}

.img-principale:hover .legende {
	opacity: 1;
	transition-duration: .5s;
}

.thumbnails {
  max-width: 100%;
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 140px;
  text-align: center;
}

.thumbnails_galerie {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 500px;
}

.moveToRight {
  right: -10px;
}

.moveToLeft {
  left: -10px;
}

.moveToLeft,
.moveToRight {
  position: absolute;
  margin-top: 30px;
  cursor: pointer;
  z-index: 99;
}

.inner_thumbs { width: 1000%; }
.inner_thumbs_galerie { height: 1000%; }

.thumbnails li {
    margin: 10px 10px 10px 0px;
    width: 175px;
    height: 90px;
		line-height: 90px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background: rgba(0,0,0,.1);
}
.thumbnails li img {
  height: 100%;
  width: auto;
  max-width: initial;
  display: inline-block;
}

.thumbnails_galerie li {
    margin: 0 10px 10px 0px;
    width: 45%;
    height: 140px;
	line-height: 125px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
	position: relative;
    padding: 5px;
	box-shadow: 0 0 5px #ccc;
}
.thumbnails_galerie li::before {
	content: '';
	/* width: 100%; */
	/* height: 100%; */
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	background: rgba(255, 255, 255, 0.6);
	z-index: -1;

}

img.vertical  { display: inline-block; height: 100%; width: auto;max-width: initial;  }
img.horizontal  { display: inline-block; width: 100%; height: auto;max-width: initial;  }

.contact_popup {
	padding: 20px;
	background: #f2f8fd;
}

.page_legales p>strong, .title_legale { font-size: 18px;color: #f08000; font-weight: bold;  }

.row-actu a:hover, .content-actu a:hover { color: #0080bb !important;}

a:hover { color: #f08000 !important;}


.row-actu .bloc-img  { position: relative; display: inline-block;
	 overflow: hidden;
    height: 200px; line-height: 200px;}
.actu-simple .bloc-img  { position: relative; display: inline-block; overflow: hidden;
	height: 200px;line-height: 200px;}

.row-actu .bloc-img  img{  display: inline-block; }
.actu-simple .bloc-img img {  display: inline-block; }

.actu-simple .bloc-img::before  ,
.row-actu .bloc-img::before  ,
.row-actu .bloc-img::after {
		opacity: 0;
		transition-duration: 1s;
}
.actu-simple:hover .bloc-img::before  ,
.row-actu:hover .bloc-img::before  {
	content: "";
	background: rgba(0, 128, 187, 0.7);
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	opacity: 1;
	transition-duration: 1s;
}

.actu-simple:hover .bloc-img::after ,
.row-actu:hover .bloc-img::after {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 2em;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: 1;
	transition-duration: 1s;
}

.pdf-btn:hover {
	opacity: 0.7;
}

.menu-mobile {
	display: none;
}

.menu-mobile ul li  {
	display: block;
	margin: 10px auto;
	border-bottom: 1px solid #f08000;

}

.menu-mobile ul li a {
	border: none;
	font-size: 14px;
	padding: 0 0 10px 0;
}

/* SEDNA  */

.home-slider {
	height: 300px;
	position: relative;
}
.home-slider::after {
	content: "";
	position: absolute;
	top: 0; bottom: 0;right: 0;
	width: calc(100% / 2);
	height: 100%;
	background: rgb(245,155,0);
	background: -moz-linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f59b00",endColorstr="#f08000",GradientType=1);
	z-index: 0;
}
.home-slider .slide .picto_slide_home {
	filter: drop-shadow(-10px 0px 15px rgba(0, 0, 0, 0.5));
	position: relative;
	display: flex;
	height: 300px;
	width: 101%;
	align-items: center;
	background: rgb(245,155,0);
	background: -moz-linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
}

.home-slider .slide .title_slide_home {
	position: relative;
	display: flex;
	height: 300px;
	width: 100%;
	align-items: center;
	justify-content:flex-end;
	font-size: 40px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	line-height: 44px;
	padding: 0 1em;
}

.home-slider .slide .picto_slide_home::before {
	content: "";
	position: absolute;
	top: 0; bottom: 0;left: 0;
	width: 100px;
	transform: translateX(-99%);
	-webkit-clip-path: polygon(100% 0, 30% 100%, 100% 100%);
	clip-path: polygon(100% 0, 30% 100%, 100% 100%);
	background: rgb(245,155,0);
	background: -moz-linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	background: linear-gradient(0deg, rgba(245,155,0,1) 0%, rgba(240,128,0,1) 100%);
	box-shadow: 0 -10px 10px #000;
}

.owl-carousel .slide {
	height: 300px;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.famileo {
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}
.famileo img {
	margin: -45px auto 0;
}

.actu-home {
	margin-bottom: 40px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}

i.fleche {
 -webkit-mask-image: url('../img/picto-fleche.svg');
 mask-image: url('../img/picto-fleche.svg');
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 display: inline-block;
 height: 35px;
 width: 35px;
 margin: 3px 8px 4px 0;
}

.btn_carte_france {
	transform: translateY(-55%);
	width: 90%;margin: auto;
	height: 150px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;z-index: -1;
	padding: 15px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	-moz-box-shadow: 0 10px 10px #ddd;
	-webkit-box-shadow: 0 10px 10px #ddd;
	box-shadow: 0 10px 10px #ddd;
	border-radius: 10px;
	margin-bottom: -40px;
}

.carte_france .carte_france_hover{
	left: 0;right: 0;
	top: 0;left: 0;
	position: absolute;
	transition-duration: .6s;

}
.carte_france .carte_france_hover { opacity: 0; }
.carte_france:hover .carte_france_hover { opacity: 1;transition-duration: .6s; }

.carte_france .img {
	position: relative;
	overflow: hidden;
}

#menuFixed.fixed {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 9999;
}
#temoignages .damion p { padding: 0 15px; }

.fil-ariane .slide {
	height: 100px;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: relative;
	z-index: 2;
	line-height: 100px;
	padding-left: 20px;
}
.fil-ariane,
.fil-ariane .title,
.fil-ariane .picto_slide_home{
	height: 100px !important;
}

.titre_section {
	font-size: 28px;
	margin-top: 35px;
	margin-bottom: 27px;
}

.subtitle_demarche {
	font-size: 17px;
	margin-top:15px;
	margin-bottom: 5px;
}
.question_demarche {
	font-size: 17px;
	margin-top:22px;
	margin-bottom: 7px;
	display: block;
}
.equal-h {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.h-custom-1 { height: 353px;}

.cartoucheTitre {
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	display: inline-block;
	padding: 10px 20px;
	z-index: 9;
	position: relative;
	transform: translateY(-50%);
	font-size: 28px;
}

.bloc-carriere {
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
	width: 100%;
	height: 230px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 15px 0;
	position: relative;

}
.bloc-carriere span {
	position: relative;z-index: 2;
	text-align: center;
	font-size: 20px;font-weight: bold;
	transition-duration: .5s;
	opacity: 1;
}

.bloc-carriere::after {
	content: "";
	position: absolute;
	top: 0;left: 0;	bottom: 0;right: 0;
	width: 100%;height: 100%;
	opacity: .7;
	z-index: 0;
	transition-duration: .5s;
}
.bloc-carriere:hover {
	box-shadow: 0 0 7px #999;
}
.bloc-carriere:hover span,
.bloc-carriere:hover::after {
	opacity: 0;
	transition-duration: .5s;
}

.bloc-carriere.sociale::after { background: #f08000; }
.bloc-carriere.administratif::after { background: #0080bb;	}
.bloc-carriere.soins::after { background: #043c73; }
.bloc-carriere.siege::after { background: #f59c00; }

.bloc-offre {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	margin: 15px 0;
}
.vignetteOffreEmploi {
	height: 100%;
	max-height: 200px;
	padding-top: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.vignetteOffreEmploi span {
	background: rgba(240,128,0,0.75);
	text-align: center;
	color: #fff;
	padding: 4px;
	display: block;
	width: 100%;
	    transform: translateY(-100%);
}
.liste_categorie_metier  li {
	padding: 10px 0;
	border-bottom: 1px solid #0080bb;
}

.has-error input {
	border: 1px solid red;
}
.btn.bg-bleu.blanc:hover {
	background-color: #043c73 !important;
	color: #fff !important;
}
.btn.bg-bleu-f.blanc:hover {
	background-color: #0080bb !important;
	color: #fff !important;
}

.checkbox label, .radio label {
	font-weight: 500;
}
@media screen and (max-width : 1200px) {

	.h-custom-1 { height: 290px;}
	.h-custom-1 .tac .dib { display: none;}
}

@media screen and (max-width : 992px) {
		/* .header-btn .fa-3x { font-size: 2.3em;} */
		/* .btn-custom-gradient-orange .tal { text-align: center; display: block;width: 100%;} */
		.btn-custom-gradient-orange br { display: none;}
		.btn-custom-gradient-orange i {display: none;}
		.header-btn {
			margin-top: 20px ;
			margin-bottom: 20px ;
		}
		.btn-contact-tel {
			    padding: 22px 0px 20px 41px;
		}
		.menu-desktop ul li {
			padding: 7px 0;
		}
		.menu-desktop ul li a {
			font-size: 12px;
			padding: 1px 6px;
		}
		header .logo { margin: auto; margin-top:10px;}
		.sm-text-center { text-align: center;}

			.famileo {
		    margin-top: 100px;
			}
			.famileo img {
		    margin: -120px auto 0;
			}

			.home-slider .container {
				width: 100%;
			}

			.titre_section {
				font-size: 20px;
			}
			.titre_section img {
				 height: 50px;
			}
			.h-custom-1 { height: auto;}
			.h-custom-1 .tac .dib { display: inline-block;;}
}

@media screen and (max-width: 640px) {
	.menu {
		padding-top: 3px !important;
	}

	.img-principale {
		height: 240px;
		line-height: 220px;
	}

	.residence-infos { text-align: center;}

	.residence-infos .img-residence { display: block;margin: auto; max-width: 80%;}

	.menu-desktop {
		display: none;
	}

	.menu-mobile {
		display: block;
	}
	.menu { box-shadow: none;
	min-height: 39px;
	height: auto;
	}
	.menu ul li ul.submenu {
		z-index: 99;
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		width: 100%;
		padding: 0px;
	 	background: none;
		box-shadow: none;
	}
	.menu ul li ul.submenu li a, .menu ul li ul.submenu li a:hover { color: #fff !important;font-size: 14px; }

	/* .header-btn i { margin: 10px auto; display: block;} */

	.header-btn {
		/* display: none; */
		width: 48%;
		/* font-size: 16px;*/
		height: auto;
		padding: 10px 0px;
		border-right: none;
	}
	.btn-contact-tel {
			border-right: none;
				padding: 33px 0px 20px 30px;
				/* display: inline-block; */
	}
	.btn-custom-gradient-orange i {display: none;}
	.btn-custom-gradient-orange .tal {text-align: center !important;}
	/* .header-btn .tal {text-align: center !important; display: block;} */
	.btn-custom-gradient-orange {
				width: 90%;
				margin: 10px auto;
				text-align: center ;
				display: flex;
				justify-content: center;
	}
	.btn-contact-popup {display: inline-block;}
	.m-pt0 {padding-top: 0}
	.m-pt10 {padding-top: 10px}
	.m-pt20 {padding-top: 20px}
	.m-pt30 {padding-top: 30px}
	.m-pt40 {padding-top: 40px}
	.m-pt50 {padding-top: 50px}
	.m-pt60 {padding-top: 60px}
	.m-pt70 {padding-top: 70px}
	.m-pt80 {padding-top: 80px}
	.m-pt90 {padding-top: 90px}

	.m-mt0 {margin-top: 0}
	.m-mt10 {margin-top: 10px}
	.m-mt20 {margin-top: 20px}
	.m-mt30 {margin-top: 30px !important}
	.m-mt40 {margin-top: 40px !important}
	.m-mt50 {margin-top: 50px !important}
	.m-mt60 {margin-top: 60px}
	.m-mt70 {margin-top: 70px}
	.m-mt80 {margin-top: 80px}
	.m-mt90 {margin-top: 90px}

	.m-mb0 {margin-bottom: 0}
	.m-mb10 {margin-bottom: 10px}
	.m-mb20 {margin-bottom: 20px}
	.m-mb30 {margin-bottom: 30px}
	.m-mb40 {margin-bottom: 40px}
	.m-mb50 {margin-bottom: 50px}
	.m-mb60 {margin-bottom: 60px}
	.m-mb70 {margin-bottom: 70px}
	.m-mb80 {margin-bottom: 80px}
	.m-mb90 {margin-bottom: 90px}

	.m-pr0 {padding-right: 0}

	.m-pl0 {padding-left: 0}
	.m-pl10 {padding-left: 10px}
	.m-pl20 {padding-left: 20px}
	.m-pl30 {padding-left: 30px}
	.m-pl40 {padding-left: 40px}
	.m-pl50 {padding-left: 50px}
	.m-pl60 {padding-left: 60px}
	.m-pl70 {padding-left: 70px}
	.m-pl80 {padding-left: 80px}
	.m-pl90 {padding-left: 90px}

	.m-ml0 {margin-left: 0}
	.m-ml10 {margin-left: 10px}
	.m-ml15 {margin-left: 15px}
	.m-ml20 {margin-left: 20px}
	.m-ml30 {margin-left: 30px}
	.m-ml40 {margin-left: 40px}
	.m-ml50 {margin-left: 50px}
	.m-ml60 {margin-left: 60px}
	.m-ml70 {margin-left: 70px}
	.m-ml80 {margin-left: 80px}
	.m-ml90 {margin-left: 90px}

	.m-mr0 {margin-right: 0}

	.m-tac { text-align: center; }

	.home-slider .slide .title_slide_home { font-size: 30px;}


}

.maison-retraite-SEDNA{
	padding-right:50px;
}

.titre-align{
	display:inline-block;
	margin-top:-3px;
}

@media (max-width : 990px){
	.maison-retraite-SEDNA{
	padding-right:0px;
}
	.colonne-right{
	margin-top:100px;
}
	.img-center{
		margin-auto;
		display:block;
	}

	.med-mt20 {margin-top: 20px}
}

.orange-link a {color:#f59c00!important}

.orange-clair {color:#f59c00}

.toToggle {
	padding: 10px;
	text-align: center;
	background: #f7db72;
	font-size: 20px;
	cursor: pointer;

}
.toToggleContainer {
	position: relative;
	box-shadow: 0 5px 10px #aaa;
}
.toToggleContainer::after {
	content: "";
	display: block;
	width: 100%;
	border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;
	background: #f7db72;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;right: 0;
}

.toToggle span { margin-top: -10px; display: block; font-weight: bold;}
.toToggle i {
	color: #fff;
	background: #043c73;
	display: inline-block;
	height: 45px;width: 45px;
	border-radius: 45px;
	text-align: center;line-height: 45px;
	font-size: 30px;
	 margin: -10px 5px 0 ;
	 transition-duration: 1s;
	 transform: rotate(0deg);
}

.toToggle i.toggled {
	transform: rotate(135deg);
	transition-duration: 1s;
	color: #043c73;
	background: #fff;

}

.toggle {
	display: none;
	overflow:hidden;
	padding: 10px 12px;
	background: #f7db72;
	text-align: center;
	color: #000;
	font-size: 14px;

}

.video_cestlavie{
	margin-bottom:15px;
}

.cadre-btn{
	padding:20px;
	border: solid 1px #043c73;
}

.picto-covid{
	height:100px;
	text-align:center;
}

.enquete{
	display:block;
	margin:auto;
	margin-top:5px;
	width:95%;
}

@media  (max-width : 990px){
	.enquete{
	padding : 0 20px
}
}

.avis-home{
	display:block;
	margin:auto;
	margin-bottom:70px;
	margin-top:-20px;
}


.encart-covid {
	background-image:url("/assets/img/covid/bg_covid.jpg");
	background-size:100%;
	padding: 5px 15px 20px;
	height:170px;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	margin:auto;
	color:#FFF;
}

.encart-octobre-rose {
	background-image:url("/assets/img/octobre-rose/bg_octobre_rose_2.webp");
	background-size:100%;
	padding: 15px 25px 30px;
	height:190px;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	margin:auto;
	color:#FFF;
/*	width:70%;*/
}

@media  (max-width : 990px){
	.encart-octobre-rose {
	background-image:url("/assets/img/octobre-rose/bg_octobre_rose_smart.webp");
	background-size:100%;
	padding: 5px 15px 10px;
	height:153px;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	margin:auto;
	color:#FFF;
	width:90%;
}
}

.bg_orange{
	background-color:#f08000;
	color:#FFF;
	padding:2px 7px;
}

.bg_rose{
	background-color:#cc3063;
	color:#FFF;
	padding:2px 7px;
}

.bg_noir{
	background-color: rgba(0, 0, 0, 0.5);
	color:#f08000;
	padding:2px 7px;
}

.bg_bleu_2{
	background-color: #043b73;
	padding:2px 7px;
}

.encart-covid a:hover{
	color:#FFF!important;
}

.encart-octobre-rose a:hover{
	color:#FFF!important;
}

@media  (max-width : 768px){
	.fil-ariane .upper {
		display: none;
	}
	
	.chefs{margin:0 20px}
}

.encadre-egalite{
	background-color:#FFFFFF;
	border: solid 1px #043c73;
}

.img-rose{
	max-width:90%;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	padding:15px;
	text-align:center;
	margin:auto;
}

.img-jds {
  max-width:95%;
  border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
  padding: 5px;
  text-align: center;
  margin: auto;
  margin-bottom:15px;
}

@media (max-width:478px) {
    .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
}