/*****************************************************************
	PROPRIETES GENERALES  - BODY / TITRES / TEXTES / LIENS // CSS 
*****************************************************************/
body .affichehorizontal {
	flex-direction: initial;
	flex-wrap: wrap;
}

body .affichehorizontal li {
	margin-right: 15px;
}

.radioInputTxtPlus_wrapper, .radioInputTxtPlus{
	width: 100%;
}

.affichehorizontal label {
	margin: 0 !important;
	width: auto !important;
	margin-top: -1px !important;
}

.champ_date {
	color: rgba(0, 0, 0, 100);
	background-image: url(/images/calendrier.png);
	background-repeat: no-repeat;
	background-size: cover;
	border: 0 !important;
	text-align: center;
	padding-top: 13px !important;
}

.champ_horaire {
	color: rgba(0, 0, 0, 100);
	padding-right: 30px !important;
	background-image: url(/images/agenda.jpg);
	width: 124px !important;
	height: 97px !important;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0 !important;
	text-align: center;
	padding-top: 3px !important;
}


.champsimple label p {
	color: #FFFFFF;
	font-size: 0.8rem;
}

label p {
	font-size: 0.8rem;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
}

.error {
	color: #FF0004;
	background-color: #FFFFFF;
	padding: 1% !important;
}

html {
	font-size: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 0;
	position: relative;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

body {
	background-size: cover; /* version standardisée */
	font-family: 'MiloOT', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 0.9rem;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	background-color : #f9fbff;
	height: auto;
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.body-popup{
	background-color: transparent;
}

body {
	content: "1";
}

main {
	display: block;
	height: auto;
	box-sizing: border-box;
}

.body_tiny {
	background-image: none;
}

h1 {
	font-size: 2rem;
	color: #F39129;
	font-family: 'MiloOT';
	text-align: center;
	font-weight: bold;
}

h2 {
	font-family: 'MiloOT';
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #0F377F;
}

h3 {
	font-size: 14px;
	font-family: 'MiloOT';
	font-weight: 500;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #3e3f4d;
	text-align: left;
}

h3.archive_content {
	text-decoration: underline;
}

h4, h5, h6 {
	font-size: 1.5em;
	color: #F39100;
}

em, i {
	font-size: 1em;
	text-decoration: none;
	padding: 0;
	color: #333;
	margin: 0;
	display: inline;
}

p, table {
	color: #0f377f;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-family: 'MiloOT', 'Arial', sans-serif;
}

.body_tiny h1, .body_tiny h2, .body_tiny h3, .body_tiny p, .body_tiny a, .body_tiny em, .body_tiny i {
	color: #3e3f4d !important;
}

.body_tiny p, .body_tiny a, .body_tiny em, .body_tiny i {
	font-size: 16px;
	line-height: 22px;
}

a {
	outline: none;
	color: #0f377f;
	text-decoration: none;
}

img {
	max-width: 100%;
}

img, iframe {
	border: none;
}

.tablette, .phone {
	display: none !important;
}

.imgBack {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.backBlue {background-color: #15A7B5;}
.backOrange {background-color: #F39129;}

input[type=button],
input[type=submit],
button {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	font-family: 'MiloOT';
	border: none;
	border-radius: 10px;
}

/**************************************************************
			FANCYBOX
**************************************************************/
body .fancybox-bg {
	background-color: rgba(239,241,245,0.7);
}

body .fancybox-content {
	max-width: 1024px;
	width: 100%;
	border-radius: 20px;
	padding: 16px !important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 99px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 99px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 99px 0px rgba(0,0,0,0.16);
}

body .fancybox-content,
body .fancybox-content iframe {
	border-radius: 20px;
}

body .fancybox-content iframe {
	background-color: #fff;
}

body .fancybox-slide {
	padding: 0;
}

/**************************************************************
			SLICK
**************************************************************/

.carousel-element{
	padding: 0 10px;
	box-sizing: border-box;
}
.slick-prev::before, .slick-next::before {
	color: black;
}
.slick-prev {
	left: -5px;
}
.slick-prev::before {
	content: '-';
}
.slick-next {
	right: -7px;
}
.slick-next::before {
	content: '+';
}

.carousel_page_dyn {
	padding: 0 10px;
	box-sizing: border-box;
}

/**************************************************************
			PAGE PUBLIC
**************************************************************/
.ctaPublic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	cursor: pointer;
	padding: 15px 30px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	font-family: 'MiloOT';
	font-weight: bold;
	border-radius: 100px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.ctaPublic:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/*CUSTOM SCROOLBAR*/
.simplebar-content {
	padding: 0 !important;
}

::-webkit-scrollbar, ::-webkit-scrollbar:hover {
	width: 10px;
	cursor: pointer;
}

::-webkit-scrollbar-track {
	background-color: none;
}

/* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 100px;
}

/* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
	background-color: #4b4b4d;
}

/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
	background-color: #999;
}

/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

/**************************************************************
			ICON FONT
**************************************************************/
/*------------------------
	base class definition
-------------------------*/
.iconPanelis {
	display: inline-block;
	font: normal normal normal 1em/1 'panelis-icon';
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.iconPanelis-sm {
	font-size: 0.8em;
}
.iconPanelis-lg {
	font-size: 1.2em;
}
/* absolute units */
.iconPanelis-16 {
	font-size: 16px;
}
.iconPanelis-32 {
	font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.iconPanelis-bg-square,
.iconPanelis-bg-circle {
	padding: 0.35em;
	background-color: #eee;
}
.iconPanelis-bg-circle {
	border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.iconPanelis-ul {
	padding-left: 0;
	list-style-type: none;
}
.iconPanelis-ul > li {
	display: flex;
	align-items: flex-start;
	line-height: 1.4;
}
.iconPanelis-ul > li > .iconPanelis {
	margin-right: 0.4em;
	line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.iconPanelis-is-spinning {
	-webkit-animation: iconPanelis-spin 2s infinite linear;
	-moz-animation: iconPanelis-spin 2s infinite linear;
	animation: iconPanelis-spin 2s infinite linear;
}
@-webkit-keyframes iconPanelis-spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes iconPanelis-spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@keyframes iconPanelis-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.iconPanelis-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.iconPanelis-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.iconPanelis-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.iconPanelis-flip-y {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.iconPanelis-flip-x {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

/*************** POP UP ********************/
.block_popup .titre_popup h2 {
	color: #d13338;
	padding-bottom: 5px;
	border-bottom: 1px solid #d13338;
}

/**************************************************************
			BANDEAU / LOGO 
**************************************************************/
header {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	height: 98px;
	width: 100%;
	background-color: #00AEC2;
	padding : 0 16px;
	box-sizing: border-box;
}

#header_content {
	/* max-width: 1120px; */
	width: 100%;
	/* padding-bottom: 12px; */
}

#header_bandeau{
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
#header_logo img {
	max-width: 63px;
}

/******************************************
			SIDEBAR
*******************************************/
.bloc_sidebar {
	display: block;
	position: relative;
	overflow: hidden;
	height: 25%;
	max-width: 100%;
	color: #fff;
	font-weight: 700;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
}

.bloc_sidebar .titre_bloc {
	margin: 50px 0 15px;
	font-size: 30px;
	line-height: 35px;
	display: block;
	width: 100%;
}

.bloc_sidebar .titre_bloc u {
	font-size: 23px;
	display: block;
	text-decoration: none;
}

.bloc_sidebar hr {
	width: 50%;
	height: 4px;
	display: block;
	overflow: hidden;
	border: none;
	text-align: left;
	margin-bottom: 15px;
}

.bloc_sidebar .intertitre_bloc {
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	width: 60%;
	font-family: 'Questrial', Helvetica, Arial, sans-serif;
}

#bloc_panel {
	background-color: #00b5ca;
	background-image: url(../images/general/bg_panel.png);
	background-image: url(../images/general/bg_panel.png), linear-gradient(to right, #00b5ca 50%, #048796 50%);
	background-image: url(../images/general/bg_panel.png), -webkit-linear-gradient(to right, #00b5ca 50%, #048796 50%);
	background-image: url(../images/general/bg_panel.png), -moz-linear-gradient(to right, #00b5ca 50%, #048796 50%);


	/* margin-top: 250px;	*/
}

#bloc_panel hr {
	background: #dd6826;
}

#bloc_communaute {
	background-color: #dd6826;
	background-image: url(../images/general/bg_communaute.png);
	background-image: url(../images/general/bg_communaute.png), linear-gradient(to right, #dd6826 50%, #bb5820 50%);
	background-image: url(../images/general/bg_communaute.png), -webkit-linear-gradient(to right, #dd6826 50%, #bb5820 50%);
	background-image: url(../images/general/bg_communaute.png), -moz-linear-gradient(to right, #dd6826 50%, #bb5820 50%);
}

#bloc_communaute hr {
	background: #00b5ca;
}


#bloc_communaute, #bloc_panel {
	background-repeat: no-repeat;
	transition: background-position 1s;
	background-size: auto, 200% 200%;
	background-position: center left, 0 0;
	width: 70%;
	padding: 0 0 0 30%;
	min-height: 230px;
	/* height: 250px;*/

	float: left;
}

#bloc_panel:hover {
	background-color: #048796;
	background-position: center left, 100% 0;
}

#bloc_communaute:hover {
	background-color: #bb5820;
	background-position: center left, 100% 0;
}

.bloc_sidebar:hover .titre_bloc,
.bloc_sidebar:hover .intertitre_bloc,
.bloc_sidebar:hover hr {
	padding-left: 4%;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

/**************************************************************
			NAVIGATION / menu déroulant
**************************************************************/
.navigationMobile {
	display: none;
}

#logo {
	z-index: 1000;
	text-align: center;
	background: #fff;
	height: 250px;
}

#logo img {
	text-align: center;
	position: relative;
	z-index: 100;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	display: block;
	max-width: 200px;
	vertical-align: middle;
	margin: 0 auto;
	padding: 25px 0;
}

#logo:hover {
	opacity: 0.85;
}

.navMenu {
	height: auto;
	position: relative;
	z-index: 300;
	overflow: visible;
}

#menu-deroulant {
	display: flex;
	align-items: center;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.navMenu ul li {
	margin : 0 50px 0 0;
	position: relative;
	display: block;
	float: left;
	overflow: visible;
	text-transform: none;
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

.navMenu ul li:last-child {
	margin-right: 0;
}

.navMenu ul li a {
	display: inline-block;
	font-family: 'MiloOT';
	font-size: 23px;
	color: #fff;
}

.navMenu ul li a, nav ul li a {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	border-bottom: 5px solid transparent;
}

.navMenu ul li.active a, nav ul li:hover a {
	border-bottom: 5px solid #F39100;
}

.btnNavMembre {
	background-color: #dfdbcc;
	color: #0f377f;
	border-radius: 100px;
	padding: 10px 35px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: none !important;
	margin: 0;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 1.3rem;
	font-family: 'FF Milo for Symrise', sans-serif;
	font-weight: bold;
	letter-spacing: 0.25px;
}

.btnNavMembre:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.menu_mobile {
	display: none;
}

.text_menu {
	font-size: 30px;
	margin-top: 30px;
	font-weight: 700;
}

/****  SOUS MENU *****/
#menu-deroulant ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: -4px;
}

nav ul li ul.sm {
	position: absolute;
	display: block;
	overflow: hidden;
	height: auto;
	width: 241% !important;
	top: 15px;
	left: -20%;
	text-align: left;
	font-weight: normal;
	padding-top: 25px !important;
}

ul.sm li {
	overflow: hidden;
	width: 100%;
	padding: 0;
	background: rgba(41, 34, 33, 0.9);
	border-radius: 0;
	border-bottom: none;
	height: auto;
}

ul.sm li:first-child {
	width: 100%;
}

ul.sm li:last-child {
	border-radius: 0 0 5px 5px;
	width: 100%;
}

.level0 .sm {
	display: none;
}

ul#menu-deroulant li ul.sm li.item_menu a { /*****  ITEM SOUS MENU *******/
	display: block;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	border-top: none;
	border-bottom: 1px solid #fff;
	background: none;
}

ul#menu-deroulant li ul.sm li.item_menu:last-child a { /*****  ITEM SOUS MENU *******/
	border-bottom: 0 solid #ac1f23;
}

ul#menu-deroulant li ul.sm li.item_menu:hover a { /*****  ITEM SOUS MENU *******/
	padding-left: 2px;
	background: rgb(172, 31, 35);
}

body #nav ul li.active a {
	color: #ccc !important;
}

/********** DEBUT MENU PUSH ***********/

/***ANIMATION MENU HAMBURGER***/

.menu-icon {
	position: relative;
	width: 85px;
	margin: 10px auto 0;
	height: 75px;
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
}

.menu-icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);

	display: block;
	width: 85px;
	height: 4px;
	background-color: #FFF;
	transition: background 0.5s;

	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;

}

.menu-icon span::before, .menu-icon span::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	-ms-transform: translateY(-6px);

	display: block;
	width: 85px;
	height: 4px;
	background-color: #FFF;
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;

}

.menu-icon:hover span, .menu-icon:hover span::before, .menu-icon:hover span::after {
	display: block;
	width: 50px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;

}

.menu-icon span::before {
	top: -15px;
}

.menu-icon span::after {
	top: 15px;
}

.menu-icon span::after {
	transform: translateY(6px);
	-moz-transform: translateY(6px);
	-webkit-transform: translateY(6px);
	-o-transform: translateY(6px);
	-ms-transform: translateY(6px);
}

.menu-icon.is-opened span {
	background: transparent;
}

.menu-icon.is-opened span::before {
	transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	top: 0;

}

.menu-icon.is-opened span::after {
	transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	top: 0;

}

.menu-icon.is-opened {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);

}

/***FIN ANIMATION MENU HAMBURGER***/
.blocgauche {
	width: 100%;
	height: 100%;
}

#menu {
	transition: all 0.3s ease;
	position: relative;
	width: 0;
	top: 0;
	right: 0;
	background: #3e3f4d;
	height: 100%;
	z-index: 999;
	display: none;
}

#menu a {
	transition: all 0.2s ease;
}

#menu-toggle {
	font-size: 22px;

	display: block;
	color: #FFF;
	overflow: visible;
	text-transform: uppercase;
	/* margin-top: 20px; */
	/* left: 0; */
	background: #3e3f4d;
	z-index: 1000;
	transition: all 0.3s ease;
	text-align: center;

	min-height: 170px;
	/*  height: 25%;
		top: 250px;*/


	width: 100%;

	float: left;
	/*position: absolute;top: 250px;  height: 250px; */

}

#menu-toggle:hover {
	cursor: pointer;
}

#menu.open, #menu-deroulant {
	left: 0;
	z-index: 1000;
	height: auto;
}

#menu-toggle.open {
	left: 0;
	width: 100%;
	/*height: 50%;*/
}

#menu-toggle span {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

/********** FIN MENU PUSH ***********/

/*********************************
			ACCUEIL
*********************************/


.btnGen {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
	border-radius: 10px;
	padding: 15px 50px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	border: none;
	font-family: 'MiloOT';
	text-align: center;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.btnGen:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.btnGenOrange{
	background-color: #F29000;
}

.btnGenUnsubscribe {
	background-color: #00B5CA;
}

.btnDisabled{
	background-color: #B7B7B7;
	cursor: not-allowed;
	/*effet*/
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

.btnDisabled:hover {
	-webkit-transform: none;
	transform: none;
}

.wrapper-btnForm {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.wrapper-btnForm .btnGen{
	margin: 10px;
}

.btn, .btn_fond_orange, .btn_fond_vert {
	border-radius: 20px;
	padding: 6px 60px;
	box-sizing: border-box;
	margin: 0 10px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	transition: background-position 1s;
	background-size: 200% 200%;
}


.btn_contact {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 8px;
	display: inline-block;
	padding: 5px 12px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	border: 1px solid #e0dfdf;
}

.btn_contact:hover {
	background-color: #00b5ca;
}

.btn_fond_orange a, .btn_fond_vert a {
	color: #0f377f;
	font-family: 'MiloOT';
	font-weight: bold;
}

.btn_fond_orange a:hover, .btn_fond_vert a:hover {
	text-decoration: none !important;
}

.btn_vert, .btn_fond_vert {
	background-color: #E1B600;
	background-image: linear-gradient(to right, #E1B600 50%, #fff 50%);
	background-image: -webkit-linear-gradient(to right, #E1B600 50%, #fff 50%);
	background-image: -moz-linear-gradient(to right, #E1B600 50%, #fff 50%);
	border: 2px solid #E1B600;
}

.btn_vert:hover, .btn_fond_vert:hover {
	background-color: #E1B600;
	background-position: -100% 0;
}

.btn_orange, .btn_fond_orange {
	background-color: #F39100;
	background-image: linear-gradient(to right, #F39100 50%, #fff 50%);
	background-image: -webkit-linear-gradient(to right, #F39100 50%, #fff 50%);
	background-image: -moz-linear-gradient(to right, #F39100 50%, #fff 50%);
	border: 2px solid #F39100;
}

.btn_orange:hover, .btn_fond_orange:hover {
	background-color: #F39100;
	background-position: -100% 0;
}

.btnPetit {
	border-radius: 40px;
	padding: 5px 6px;
	box-sizing: border-box;
	display: block;
	line-height: 23px;
	margin: 10px 0;
	background-color: #F39100;
	color: #fff;
	cursor: pointer;
}

.btnTresPetit{
	padding: 4px 8px;
	font-size: 9px;
	font-weight: normal !important;
	letter-spacing: 0.4px;
	text-transform: none;
	cursor: pointer;
}

.parainage-form-info, .parainage-form-champ, .parainage-form-btnValider {
	text-align: center;
}

.parainage-form-btnValider-input {
	border-radius: 40px;
	padding: 5px 6px;
	box-sizing: border-box;
	display: block;
	line-height: 23px;
	margin: 10px auto;
	background-color: #F39100;
	color: #fff;
	cursor: pointer;
	border: none
}


/*********************************
           CONTENT
*********************************/
#espace_membre main {
	max-width: 1640px;
	width: 100%;
	margin: 0 auto;
	padding: 148px 16px 0 136px;
	box-sizing: border-box;
}

.mainVitrine h1 {
	display: block;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	border-radius: 20px;
}

.page_dynamique_content article:last-child {
	border-bottom: none;
}

.text_champ img {
	overflow: hidden;
	padding: 0;
	height: auto;
	border: none;
	width: 100%;
}

section.content {
	display: block;
	position: relative;
	margin-bottom: 35px;
	width: 98%;
}

#espace_public #page_dynamique {
	max-width: 1048px;
	width: 100%;
	padding: 190px 16px 50px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

.page_dynamique_content {
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

#page_dynamique h1 {
	margin-bottom: 50px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 2.1rem;
	text-align: center;
	font-family: 'FF Milo Serif for Symrise';
	font-weight: bold;
}



/******************************
	   PAGE ACTUALITE
****************************/

main .bloc_archives .une_archive {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.texte_article {
	overflow: hidden;
	position: relative;
	text-align: justify;
	width: auto;
	margin: 15px 2%;
	z-index: 100;
}

.photo-actu {
	float: left;
	width: 205px;
	height: 135px;
	overflow: hidden;
}

.photo-actu img {
	display: block;
	width: 100%;
	height: auto;
}

.photoactu {
	float: right;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

.photoactu_grd {
	overflow: hidden;
	position: relative;
	float: left;
	max-width: 30%;
	margin: 2% !important;
}

.texte_index .photoactu_grd img {
	margin: 4px !important;
	border: 2px solid #fff;
}

.photoactu_grd img {
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	width: auto;
	display: inline-block;
	border: 1px solid #c0c0c0;
}

.photoactu_grd img:hover {
	border: 1px solid rgba(41, 34, 33, 0.9);
}

/*********  ARCHIVES ************/
#header_archives {
	color: rgba(41, 34, 33, 0.9);
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid rgba(41, 34, 33, 0.9);
}

main .bloc_archives {
	display: block;
	width: 96%;
	text-align: justify;
	margin: 20px 0;
	overflow: hidden;
}

body .archive_content {
	display: block;
	height: 100px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
}

.texte_index .img_archive {
	margin: 0 15px 0 0;
	display: block;
	float: left;
	width: 15%;
}

.texte_index .img_archive img {
	max-width: 75px;
	width: 100%;
	border: 1px solid rgba(247, 247, 247, 0.00);
	margin: 0;
}

.img_archive img:hover {
	border: 1px solid rgba(41, 34, 33, 0.9);
}

.bloc_archives p {
	text-align: left;
	font-size: 13px;
	padding: 5px 0;
	transition: padding 1s ease 0s;
}

.bloc_archives a {
	width: 95px;
	border: 1px solid;
	color: rgba(41, 34, 33, 0.9) !important;
	text-decoration: none;
	margin: 5px 0;
	padding: 2px 5px;
	font-size: 13px;
	transition: all 1s ease 0s;
	display: block;
	text-align: center;
}

.une_archive .archive_content a:hover {
	background: rgba(41, 34, 33, 0.9);
	color: #fff !important;
}

#galerie {
	padding: auto;
	margin: auto;
	text-align: center;
	background: linear-gradient(#333333, #F1F1F1) repeat scroll 0 0 transparent;
	width: auto;
}

#galerie_mini li {
	float: left;
	margin: auto;
	padding: auto;
	list-style-type: none;
}

#galerie_mini {
	border: 1px #FFF;
}

#photo {
	clear: both;
	margin: 0 auto;
}

#photo h3 {
	color: #FFF;
	font-weight: bold;
}

/***CONTACT***/
.content-pageContact {
	display: flex;
	align-items: flex-start;
}

.content-ContactRight {
	max-width: 400px;
	width: 100%;
	margin-left: 50px;
}

.textePageContact {
	margin-top: 20px;
}

.input--yoshiko {
	margin-bottom: 30px;
}

#espace_public .pageContact {
	overflow-y: hidden !important;
}

/***MENTIONS & CGV***/
.page_mentionslEgales .text_champ {
	flex-direction: column;
	margin: 0 !important;
}

/*********************************
			FOOTER
*********************************/

.footer__wrapper {
	background-color: #0f377f;
	padding: 75px 16px 75px;
	box-sizing: border-box;
	color: #fff;
}
.footer__content {
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	align-items: flex-end;
}
.footer__left img {
	height: 200px;
}
.footer__contact {
	text-align: right;
	font-size: 1.2rem;
	border-right: 2px solid #fff;
	padding-right: 30px;
}
.footer__contact p,.footer__contact a {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}
.footer__contact em {
	color: #fff;
	text-decoration: underline;
}
.footer__contact a:hover {
	text-decoration: underline;
}
.footer__right p, .footer__right span, .footer__right a {
	color:#fff;
	font-size: 1.2rem;
}
.footer_right__top, .footer_right__bottom {
	text-align: right;
}
.footer_right__content a:hover {
	text-decoration: underline;
}
.footer_right__top {
	padding-bottom: 52px;
}

/*********************************
			COOKIES
*********************************/
body .cc_banner-wrapper {
	z-index: 999999;
	position: fixed;
	width: 100%;
	bottom: 0;
	right: 0;
	height: auto;
	background-color: #3e3f4d;
	padding-bottom: 20px;
}

body .cc_container {
	font-family: 'Arial';
	text-align: center;
	padding: 5px 10px 5px;
	position: static;
	width: 100%;
	bottom: 0;
	right: 0;
	background: none;
}

body .cc_container p {
	color: #fff;
}

body .cc_container .cc_message {
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}

body .cc_container .cc_btn, body .cc_container body .cc_btn:visited {
	color: #fff;
	background-color: #000;
}

body .cc_container a, body .cc_container a:visited {
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding: 7px 10px;
	float: none;
	display: inline-block;
	max-width: 140px;
	text-align: center;
	font-size: 13px;
}

body .cc_banner-wrapper .cc_container .cc_btn {
	float: none;
	max-width: 140px !important;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}

body .cc_container a:hover, body .cc_container a:visited:hover {
	background: #666;
	color: #fff;
}

body .cc_more_info {
	margin-left: 10px;
}

.cc_btn_accept_all {
	background-color: #F39129 !important;
}

.iframeContenuRemplacement {
	border: 1px solid #bbb;
	padding: 10px;
}

/************************** 
		TEXTE / TITRE / IMAGE 
************************/

.titre {
	text-align: left;
	float: left;
	margin-top: 18px;
	width: 100%;
	line-height: 36px;
	margin-bottom: 20px;
	display: block;
	padding-left: 5%; /*margin-left: 20px;*/
}

.texte_index {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 100;
	text-align: justify;
	width: 95%;
	/*margin:0 1%;*/
	padding: 0 2%;
}

.texte_champ {
	margin: 0 1%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 100;
	text-align: justify;
	width: 96%;
}

.texte_index a:hover, .texte_champ a:hover {
	color: #595c60;
	background: #fff;
}

.texte_index img {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	max-width: 315px;
	width: auto;
	height: auto;
	margin: 15px 10px;
}

.text_champ p a img {
	border: none;
	border-radius: 0;
}

.text_champ p a img:hover {
	border: none;
	opacity: 0.85;
	background: none;
}

.page_dyn_article_content {
	display: block;
	margin: auto;
	overflow: hidden;
}

/*************** CONTACT *****************************/

.page_contact #page_dynamique h1 {
	align-items: center;
}
.page_contact #page_dynamique:after {
	content: url("/images/general/refonte/embleme_totem.png");
	display: block;
	position: absolute;
	top: 90px;
	right: -110px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 0;
}
.page_contact #page_dynamique {
	max-width: 100% !important;
	padding: 190px 0 80px !important;
}
.page_contact #page_dynamique .contact__content {
	max-width: 1048px !important;
	padding: 0 16px !important;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#formulaire {
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
	/*z-index: 100;*/
	width: 100%;
}

.page_contact textarea {
	height: 150px;
	border-radius: 30px;
	max-width: 100%;
}

.message_label {
	margin-top: 0;
	margin-bottom: 10px;
}

label {
	font-size: 1.2rem;
	margin: 0;
	display: block;
	color: #3E3F4D;
	font-family: 'MiloOT';
}

.champs_obligatoires span {
	color: #A0090C;
}

input, textarea {
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'MiloOT';
}

input, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-moz-appearance: radio;
	-webkit-appearance: radio;
}

input[type="checkbox"].checkbox {
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	height: 15px;
	width: 15px;
	display: block;
	float: left;
	margin: 5px;
}

select, option {
	border: none;
	width: 100%;
	cursor: pointer;
	text-align: center;
	height: 40px;
	color: #696969;
	margin: 10px 0;
	padding: 0 0 0 1%;
	/* font-weight: normal; */
	font-weight: 700;
	background-color: #fff;
	border-radius: 10px;
	font-size: 15px;
	font-family: 'Arial';
}

.class_input_file {
	cursor: pointer;
}

.input_file_wrapper img {
	display: flex;
	margin: 0 auto;
}

.contact_ch_multi {
	height: 120px;
	resize: none;
}

.contact_ch_bouton {
	font-family: "Arimo", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	font-size: 18px;
	width: 80%;
	height: 40px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	margin: 10px auto;
	cursor: pointer;
	background-color: #00b5ca;
	background-image: linear-gradient(to right, #00b5ca 50%, #dd6826 50%);
	background-image: -webkit-linear-gradient(to right, #00b5ca 50%, #dd6826 50%);
	background-image: -moz-linear-gradient(to right, #00b5ca 50%, #dd6826 50%);
}

.contact_ch_bouton:hover {
	color: #fff;
	background-color: #dd6826;
}

.champs_obligatoires {
	font-size: 0.8rem;
	text-align: center;
	margin: 10px 0;
}

#captcha .champs_obligatoires {
	margin: 0 auto;
	width: 80%;
}

#captcha_content {
	padding: 50px 16px 20px;
	box-sizing: border-box;
	display: block;
	background: url(../images/general/bg_antispam.png) no-repeat center 10px #F39129;
	background-size: 100px;
	width: 80%;
	border-radius: 10px;
	margin: 10px auto;
}

#captcha_content input {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	height: 30px;
	border: none;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}

.erreur_captcha {
	background: red;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 5px 0;
}

body .btnFormContact {
	margin: 20px auto 0;
	border-radius: 100px;
	padding: 15px 50px;
}

.mapContact iframe {
	width: 100%;
}

/*********** 
	ANIMATIONS CHAMPS 
*********************/

.page_contact form {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	box-sizing: border-box;
	padding: 0;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #f0f0f0;
	color: #3E3F4D;
	font-weight: 400;
	font-family: 'Arial';
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	width: 100%;
	color: #3E3F4D;
	font-weight: bold;
	font-size: 1.2rem;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

.input__label-content {
	position: relative;
	display: block;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.input__field--yoshiko {
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 100px;
	padding: 20px 25px;
	box-sizing: border-box;
	font-size: 1rem;
}

.input__label--yoshiko {
	width: 100%;
	text-align: left;
	position: absolute;
	top: 21px;
	left: 25px;
	font-family: 'Arial';
	font-weight: normal;
	pointer-events: none;
	overflow: hidden;
	/*-webkit-transform: translate3d(0, 2em, 0);
	transform: translate3d(0, 2em, 0);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;*/
}

.input__label-content--yoshiko {
	color: #696969;
	font-size: 1rem;
	/*-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;*/
}

/*.input__label-content--yoshiko::after {
	content: attr(data-content);
	position: absolute;
	font-weight: 800;
	bottom: 100%;
	height: 100%;
	width: 100%;
	color: #3E3F4D;
	padding: 0 10px 10px;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-size: 1rem;
}*/

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
	/*-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
	width: 100%;
	padding: 0;
	left: 25px;
	opacity: 0;
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
	/*-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);*/
	padding: 0; /**champs au-dessus de l'input**/
}


/*********** 
	FORMULAIRE INSCRIPTION 
*********************/
.body-formulaireNonPopup h1 {
	align-items: center !important;
}

body #page_contact {
	background: rgba(255, 255, 255, 0.90);
	height: 100%;
	overflow-x: hidden;
	width: 75%;
	padding: 60px 0;
}

svg#logo_anim {
	width: 35%;
	display: none;
}

.page_dynamique_content .text_champ {
	margin: 15px 0 20px;
	overflow: hidden;
	/* font-size: 20px; */
}

.page_dynamique_content .text_champ p {
	font-size: 18px;
}


form #captcha .champs_obligatoires {
	font-size: 20px;
}

 #captcha_content, #formulaire .contact_ch_bouton {
	width: 95%;
}

select, option {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
}

label {
	color: #3E3F4D;
	font-family: 'MiloOT';
	margin: 0 0 10px;
	border-top: none;
	padding: 0;
	font-weight: bold;
}

.input--filled .input__label--yoshiko {
	background: none;
	font-family: 'Arial';
	font-weight: normal;
	left: 15px;
}

.input__label-content--yoshiko {
	font-size: 14px;
}

input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
	background-color: #fff !important;
}

.liste_choix {
	list-style: none;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.liste_choix li {
	margin: 10px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.liste_choix label {
	font-weight: normal;
	margin: 0 0 0 5px;
}

.liste_choix li [type="text"] {
	margin: 10px 0 0 0 !important;
	width: 100% !important;
	max-width: none !important;
}

#description_chien_all ul,
#description_chat_4_all ul {
	display: flex !important;
	flex-wrap: wrap !important;
	flex-direction: row !important;
	justify-content: center;
}

#description_chien_all li,
#description_chat_4_all li {
	width: auto;
	margin: 0 5px 20px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#description_chien_all li label,
#description_chat_4_all li label {
	margin-bottom: 0 !important;
}

#description_chien_all li input,
#description_chat_4_all li input {
	order: 1;
}


.body-popup .liste_choix label {
	border: none;
	display: inline;
	/*text-align: left;
	margin: 0;
	padding: 0;
	width: 94%;
	float: right;*/
	line-height: 20px;
	font-weight: normal;
}

/*.body-popup .liste_choix li.Non,
.body-popup .liste_choix li.Oui {
    width: 30%;
    float: left;
    clear: right;
    margin: 5px 0 10px 10px;
}

.body-popup .liste_choix label[for="Oui"],
.body-popup .liste_choix label[for="Non"],
.body-popup .liste_choix li.Non label,
.body-popup .liste_choix li.Oui label {
    width: 80%;
}*/

.body-popup .liste_choix .input__field--yoshiko {
	width: 80%;
	float: none;
	margin: 5px 0;
	height: 20px;
}

/*********** 
	MESSAGE BIEN ENVOYER 
*********************/
#texte_ok_contact:not(:empty), #texte_ko_contact:not(:empty) {
	padding: 16px;
	box-sizing: border-box;
	min-height: 70px;
	font-size: 18px;
	text-align: center;
	background-color: #379A1F;
	color: #fff;
	font-weight: bold;
	margin: 20px auto;
	position: relative;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#texte_ko_contact:not(:empty) {
	background-color: #EB4D4D;
}


/************************************* 
			Paragraphe 
**************************************/
.page_home .barre_separation {
	display: none;
}

.barre_separation { /***DISPLAY NONE DONC LA BARRE DE SEPARATION DISPARAIT***/
	display: none;
	width: 100%;
	margin: 80px auto;
	text-align: left;
	border-top: 1px solid #F39129;
}

.page_dynamique_content .barre_separation:last-child {
	display: none;
}

.page_dyn_article .text_champ {
	display: block;
	margin: 15px auto;
	overflow: hidden;
	padding: 0 2%;
	text-align: left;
	width: auto;
}

#content_accueil .text_champ {
	display: block;
	margin: auto;
	margin-top: 15px;
	overflow: hidden;
	padding: 0 1% 0 2%;
	width: 80%;
	text-align: left;
}

.page_dynamique_content .text_champ {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.text_champ ul li {
	font-size: 14px;
}

.text_champ a:hover {
	text-decoration: underline;
}

.image_gauche, .image_droite {
	width: 100%;
	max-width: 453px;
	overflow: hidden;
	margin: 0;
}

.image_gauche {
	margin-right: 60px;
}

.image_droite {
	margin-left: 60px;
}

.text_champ .image_droite h2 {
	margin-right: 275px;
}

.separation_menu {
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 2px;
	margin-right: -4px;
}


/*****************************************************************
				PAGE DYNAMIQUE
*****************************************************************/

.grde_img {
	float: left;
	display: block;
	margin: auto;
	padding: auto;
	width: 262px; /*height:285px;*/
}

.grde_img img {
	display: block;
	width: 89%;
	margin: auto;
}

.texte_dynamique {
	float: left;
	margin: auto;
	padding: auto;
	list-style-type: none;
}

.min_img {
	display: block;
	float: left;
	height: auto;
	margin: auto auto 9px 10px;
	width: 156px;
}

.min_img img {
	display: block;
	width: 100%;
}

.text_champ p span {
	display: inline;
	color: #3e3f4d;
}

#espace_public .fancybox-content, #espace_public  .fancybox-content iframe {
	border-radius: 0px !important;
}

/****MENTIONS LEGALES*********/

#mentions_legales {
	width: 80%;
	height: 100%;
	overflow: hidden;
	background: #f5f2f2;
}

#mentions_legales .page_dynamique_content {
	width: 95%;
	padding: 0 2.5%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

#mentions_legales h2 {
	font-size: 20px;
}

#mentions_legales p {
	font-size: 15px;
	line-height: 22px;
}

/****CAROUSEL*********/

#carousel_projet {
	position: relative;
	overflow: hidden;
}

.wrap_carousel {
	display: block;
	width: 100%;
	max-width: 960px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#titre_carousel {
	text-align: center;
	color: rgba(41, 34, 33, 0.9);
	font-family: "Arimo", Arial, Verdana, sans-serif;
	font-size: 25px;
	margin: 20px 0;
}

#carousel_projet {
	display: block;
	width: 85%;
	margin: auto;
	overflow: hidden;

	padding-top: 30px;
}

#carousel_projet ul {
	width: 1000%;
	position: relative;
	/* Optional, required in this case since it's a <ul> element */
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
#carousel_projet li {
	/* Required only for block elements like <li>'s */
	float: left;
	width: 5%;
	margin: 0;
	overflow: hidden;
	/* border-radius: 10px;	*/
}

.jcarousel-prev, .jcarousel-next {
	position: absolute;
	top: 43%;
}

.jcarousel-prev {
	left: 2%;
}

.jcarousel-next {
	right: 2%;
}

.jcarousel-prev:hover, .jcarousel-next:hover {
	opacity: 0.85;
}

#carousel_projet li a {
	display: block;
	height: 100px;
	margin: 0 auto 20px;
	width: 90%;
	overflow: hidden;
}

#carousel_projet ul li a img {
	display: block;
	height: 120px;
	margin: 0 auto;
	width: auto;
}

#carousel_projet li img:hover {
	opacity: 0.8;
}

/***************** 
		PARTENAIRES **************/

.bloc_partenaire {
	display: block;
	margin: 20px auto;
	overflow: hidden;
	width: 100%;
}

.img_partenaire {
	display: block;
	float: left;
	/* height: 80px; */
	text-align: left;
	width: 11%;
}

.titre_partenaire, .texte_partenaire {
	overflow: hidden;
	display: block;
	padding-bottom: 10px;
	text-align: justify;
	width: 85%;
	float: right;
}

.titre_partenaire {
	font-weight: 500;
	display: inline;
	padding: 5px 0;
}

.titre_partenaire:hover {
	background: #3e3f4d;
	color: #fff;
}

.texte_partenaire {
	border-bottom: 1px solid #404041;
}

.bloc_partenaire:last-child .texte_partenaire {
	border-bottom: none;
}

/** MODIFS PAGE INSCRIPTION **/
#formulaire form {
	padding: 0;
	margin: 0;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

/** PAGE CONNEXION **/

.page_connexion main {
	height: 84vh;
	min-height: 768px;
}


.page_connexion h1 {
	align-items: center !important;
}

.page_connexion h2 {
	text-align: center;
	margin-bottom: 20px;
}

.form_connexion {
	display: flex;
	justify-content: space-between;
}

.form_connexion form {
	width: 50%;
	padding: 0 50px;
	box-sizing: border-box;
}

.form_connexion #form_login{
	width: 50%;
}

.form_connexion #creation {
	width: 50%;
}

.form_connexion form:first-child {
	border-right: 2px solid #F39100;
	padding: 0 75px;
}

.page_connexion .ctaPublic  {
	max-width: 300px;
	width: 100%;
	margin: 20px auto 10px;
	border-radius: 100px;
}

.page_connexion hr {
	border: none;
	border-bottom: 2px dotted #dd6826;
	margin: 10px 0;
}

#mdp_connexion_client {
	margin-bottom: 10px;
}

.mdp_oubli {
	display: flex;
	justify-content: center;
	text-decoration: underline;
	font-style: italic;
	color: #b9b9b9;
	font-size: 0.9rem;
	cursor: pointer;
	margin-bottom: 50px;
}

.page_connexion .fancybox-content {
	height: 50vh !important;
}

.texteMpOublie {
	margin-top: 20px;
}

.page_connexion input.champs_compte,
#mdp_oubli .champ_dynamique {
	padding: 20px 25px;
	box-sizing: border-box;
	border-radius: 100px;
	background: #fff;
	color: #333;
	margin: 0 0 20px 0;
	width: 100%;
	border: none;
	font-weight: 400;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
}

.creer_compte {
	margin-top: 55px !important;
}

.page_connexion .contact_ch_bouton {
	width: 85%;
}

.page_connexion input:-webkit-autofill,
.page_connexion textarea:-webkit-autofill,
.page_connexion select:-webkit-autofill {
	background-color: #f0f0f0 !important;
	color: #333;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
	font-size: 15px;
	font-family: 'MiloOT';
}

::-moz-placeholder { /* Firefox 19+ */
	color: #333;
	font-size: 1rem;
	font-family: 'MiloOT';
}

:-moz-placeholder { /* Firefox 18- */
	color: #333;
	font-size: 15px;
	font-family: 'MiloOT';
}

#mdp_oubli h3 {
	margin: 10px auto 0;
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	font-family: 'MiloOT';
	text-align: center;
}

.email_erreur, .email_ok {
	color: #fff;
	width: 100%;
	max-width: 700px;
	padding: 10px 3%;
	border-radius: 10px;
	margin: 10px auto;
	font-size: 15px;
	text-align: center;
}

.email_erreur {
	background: #FF0000;
}

.email_ok {
	background: green;
}

/*PAGE COMPTE*/
.btnEtude {
	width: 100%;
	color: #fff;
	border-radius: 10px;
	padding: 15px 40px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.btnEtude:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.boutonContrat .btnGen {
	font-size: 1rem;
	margin-left: 10px;
}

.btnVerifAdresse {
	color: #F39100;
	text-decoration: underline;
	cursor: pointer;
	font-size: 0.9rem;
}

#espace_membre h1{
	font-size: 40px;
	color: #F39100;
	font-family: 'MiloOT', 'Arimo', Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: left;
}

#espace_membre h2{
	font-family: 'MiloOT', 'Arimo', Helvetica, Arial, sans-serif;
	font-size : 30px;
	padding : 0;
	margin : 0;
	color : #F39100;
}

#espace_membre h3{
	font-style: normal;
	font-family: 'MiloOT';
	font-size : 1.5rem;
	padding: 0 5px;
	box-sizing: border-box;
	margin : 0 0 15px 0;
	font-weight: 600;
	color : #3E3F4D;
	max-height: 62px;
	overflow: hidden;
}

.blocMembre {
	width: 100%;
	min-height: 120px;
	position: relative;
	background: #fff;
	border-radius: 30px;
	padding: 32px 11% 32px 6%;
	box-sizing: border-box;
	margin-bottom:20px;
}

.infoMembre {
	width: 56%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.infoBCEtude {
	width: 75%;
	align-items: normal;
}

.wraper-blocRightMembre {
	width: 22.4%;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.supprimer_item {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.supprimer_item:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.blocMembre .blocItems{
	width: 100%;

	display: flex;
	justify-content:flex-end;
}

.blocMembre .blocItemsCol{
	display: flex;
	height: 336px;
	width: 100%;
}

.blocMoyen {
	width: 1366px;
	margin: auto;
}

.blocInfo {
	position: relative;
	padding: 20px;
	margin:8px;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: left;
	color: #696969;
	font-style: italic;
	background-color: rgba(62,63,77,0.08);
}

.blocMembre .blocInfo {
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.blocMembre .blocInfo:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.blocNor{
		width: 94.6%;
		max-width: 259px;
		min-width: 160px;
		height: 152px;
	}

	.blocLarge {
		width: calc(100% - 844px);
		min-width: 260px;
		height: 152px;
	}

	.blocHaut{
		width: 94.6%;
		max-width: 259px;
		min-width: 160px;
		height: 320px;
	}

	.blocHaut .sousblocHaut{
		height : 152px;
	}

#infos_user span.photoProfil {
	height: 8vw;
	width: 8vw;
	min-width: 8vw;
	min-height: 8vw;
	max-width: 160px;
	max-height: 160px;
	border-radius: 100%;
	margin-right: 10%;
	text-decoration: none;
	border: 3px solid #EFF1F5;
	background: url(../images/general/icone_user.jpg) no-repeat center center;
	background-size: 90%;
}

.compte_inscriptionEtude .cadreChien {
	border: 3px solid #00B5CA !important;
}

.compte_inscriptionEtude .cadreChat {
	border: 3px solid #F39129 !important;
}

.photoProfil, .nomCode {
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
}

#infos_user p {
	text-align: left;
	font-size: 0.9rem;
	display: inline-block;
	font-weight: normal;
}


.infos_compte ul, .infos_compte ul li {
	padding: 0;
	display: block;
	overflow: hidden;
	margin: 0;
	text-align: left;
	text-decoration: none;
}

.infos_compte #gestion_animaux ul {
	float: none;
	margin: 10px 0;
	overflow: hidden;
	padding-top: 10px;
}

.infos_compte #gestion_animaux #ajout_animal {
	border-top: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	text-align: center;


}

.infos_compte #gestion_animaux #ajout_animal li {
	display: inline-block;
}

.infos_compte #gestion_animaux ul li {
	/*height: 35px;*/
	padding: 30px 0 0;
	margin-bottom: 10px;

}

.infos_compte .nom_animal {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	color: #F39100;
}

body .blocEtude h2 {
	font-size: 1.5rem !important;
	color: #3E3F4D !important;
}

.infos_compte .progression-inscription {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	color: #6EAA3A;
}


.infos_compte #gestion_animaux ul li form {
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.infos_compte #gestion_animaux ul li input[type="submit"] {
	padding: 6px 20px;
	font-size: 15px;
	margin: 0 10px 0 0;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
}

.infos_compte ul#liste_chat li form,
.infos_compte ul#liste_chien li form {
	margin: 10px 0;
	border: none;
}

.infos_compte .pictoAnimal,
.infos_compte  #ajout_animal .pictoAnimal {
	display: inline-block;
	vertical-align: middle;
	height: 8vw;
	width: 8vw;
	max-height: 160px;
	max-width: 160px;
	border-radius: 100%;
	text-decoration: none;

}

.infos_compte #ajout_animal .pictoAnimal {
	width: 40px;
}

.infos_compte .listeChien .pictoAnimal{
	border: 3px solid #00B5CA;
	background: url(../images/general/icone_chien.jpg) no-repeat center center;
	background-size: 90%;
	margin-right: 10%;
}

.infos_compte .listeChat .pictoAnimal{
	border: 3px solid #F39129;
	background: url(../images/general/icone_chat.jpg) no-repeat center center;
	background-size: 90%;
	margin-right: 10%;
}

.infos_compte ul#liste_chien .pictoAnimal,
.infos_compte #ajout_animal li#ajout_chien .pictoAnimal {
	border: 3px solid #00b5ca;
	background: url(../images/general/icone_chien.png) no-repeat center center;
	background-size: 90%;
}

.infos_compte  ul#liste_chat li .pictoAnimal,
.infos_compte  #ajout_animal li#ajout_chat .pictoAnimal {
	border: 3px solid #dd6826;
	background: url(../images/general/icone_chat.png) no-repeat center center;
	background-size: 90%;
}

.infos_compte #gestion_animaux .lien_questionnaire {
	background: #dd6826 !important;
	color: #fff !important;
	border-radius: 25px !important;
	padding: 4px 0 !important;
	line-height: 20px !important;
	margin: 10px 0 !important;
	width: 100% !important;
	text-align: center !important;
	box-sizing: border-box !important;
	display: block !important;
	white-space: pre-wrap;
	height: auto !important;
	transition: all 0.5s ease;
	border: none;
	cursor: pointer;
}

.infos_compte #gestion_animaux .lien_questionnaire.en_cours {
	background-color: #01B6CB !important;
}

.infos_compte #gestion_animaux .lien_questionnaire.pas_commence {
	background-color: #DE6926 !important;
}

.infos_compte #gestion_animaux .lien_questionnaire:hover {
	background-color: #DD5824 !important;
}

.infos_compte #gestion_animaux .questionnaire_ok,
.infos_compte #gestion_animaux .questionnaire_ok:hover {
	cursor: text;
	color: #ffffff;
	background: #198c46;
	border: 2px solid #198d48;
	margin-left: 0;
	width: 35%;
}

.infos_compte #gestion_animaux .questionnaire_okz, .infos_compte #gestion_animaux .questionnaire_okz:hover {
	cursor: none;
	color: #ffffff !important;
	background: #3e3f4d !important;
}

.infos_compte #gestion_animaux .ajout {
	background: #dd6826;
	color: #fff;
	border: 2px solid #dd6826;
	border-radius: 10px;
	padding: 1px 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}

.infos_compte #gestion_animaux .ajout:hover {
	background: #fff;
	color: #dd6826;
}

.infos_compte #gestion_animaux #ajout_chat .ajout {
	background: #00b5ca;
	border: 2px solid #00b5ca;
}

.infos_compte #gestion_animaux #ajout_chat .ajout:hover {
	background: #fff;
	color: #00b5ca;
}

.dateFinQuestionnaire {
	font-size: 0.8em;
	color: #696969;
	font-style: italic;
	margin-top: 15px;
}

#gestion_cadeau {
	display: block;
	overflow: hidden;
	width: 100%;
	min-height: 200px;
	text-align: center;
}

#gestion_cadeau p {
	font-size: 15px;
}

#gestion_cadeau img {
	max-width: 70px;
}


#gestion_cadeau span.nbre_points {
	font-size: 20px;
	font-weight: bold;
}

.dataTables_wrapper .dataTables_filter {
	text-align: left !important;
	float: none !important;
	padding-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter label {
	font-family: 'Arial' !important;
	font-size: 0.9rem !important;
}

.dataTables_wrapper .dataTables_filter input {
	background-color: #F0F0F1 !important;
	border-radius: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border-top: none !important;
	border-bottom: none !important;
	background-color: #F0F0F1 !important;
	background-image: none !important;
	color: #3E3F4D !important;
	font-family: 'MiloOT' !important;
	text-transform: uppercase !important;
	cursor: pointer;
}

/*AJOUT ANIMAL*/
.ajout_animal #page_contact {
	width: 35% !important;
}

.body-popup #texte_ok_contact ~ .page_dyn_article_content {
	display: none;
}

.body-popup .btn_connexion {
	background-color: #00b5ca;
	background-image: linear-gradient(to right, #00b5ca 50%, #fff 50%);
	-webkit-background-image: linear-gradient(to right, #00b5ca 50%, #fff 50%);
	-moz-background-image: linear-gradient(to right, #00b5ca 50%, #fff 50%);
	border: 2px solid #00b5ca;
	border-radius: 20px;
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	transition: background-position 1s;
	background-size: 200% 200%;
	display: inline-block;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 5px 30px;
	text-align: center;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	width: auto;
	font-weight: bold;
}

.body-popup .btn_connexion:hover {
	background-color: #ffffff;
	background-position: -100% 0;
	color: #00b5ca;
}

.infos_compte #gestion_animaux .modif_questionnaire {
	background: #3e3f4d;
	color: #fff;
	border: 2px solid #3e3f4d;
	border-radius: 10px;
	padding: 1px 5px;
	line-height: 20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 2%;
	width: 10%;
	display: block;
	text-align: center;
	background-image: none;
}

/*KIDDLE*/

.page_kiddle main main {
	width: 50%;
}

.page_kiddle main .page_dynamique_content {
	padding-bottom: 50px;
}

.page_kiddle .bloc_cadeau {
	width: 100%;
	margin: 20px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #868686;
}

.page_kiddle .bloc_cadeau:last-child {
	border-bottom: none;
}

#espace_membre main .bloc_cadeau h3 {
	margin-bottom: 20px;
}

.page_kiddle .bloc_cadeau_inactif {
	opacity: 0.45;
	cursor: text;
}

.page_kiddle .infos_compte .btn_orange {
	width: 88% !important;
	cursor: pointer;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: bold;
}

.page_kiddle .infos_compte #gestion_cadeau p {
	font-size: 14px;
	line-height: 18px;
}

.page_kiddle .infos_compte #gestion_cadeau .nbre_kiddle {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: bold;
}

.page_kiddle .infos_compte .btn_orange input[type="radio"] {
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
}

.page_kiddle #carousel_projet li a {
	height: 130px;
	margin: 0 auto 0;
}

.page_kiddle #carousel_projet ul li a img {
	border-radius: 10px;
}

.page_kiddle .infos_compte .btn_orange:hover, .page_kiddle .infos_compte .btn_fond_orange:hover {
	background-position: 0 0;
	color: #fff;
}

.page_kiddle .infos_compte .photoactu_grd {
	overflow: hidden;
	position: relative;
	float: left;
	max-width: 30%;
	margin: 0 2% 10px 0 !important;
}

.page_kiddle .infos_compte .photoactu_grd img {
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
	max-width: 99%;
	border-radius: 10px;
	width: auto;
	display: inline-block;
}

.page_kiddle .infos_compte .texte_article {
	display: block;
	margin: 0;
}

.page_kiddle #gestion_cadeau span.icone {
	height: 20px;
	width: 20px;
}

.page_kiddle main .infos_compte .texte_article h3 {
	margin: 0 0 5px !important;
}

.page_kiddle main h3.red_h3 {
	background: #a40303 !important;
}

#page_connexion .creer_compte {
	margin-top: 10px;
	height: 45px;
	cursor: pointer;
	background-image: linear-gradient(to right, #dd6826 50%, #fff 50%);
}


.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
	display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	background: none;
	color: inherit;
	border: none;
	outline: none;
	border-bottom: solid 1px #555;
	width: 95%;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
	border-bottom-color: #aaa;
}

.ui-timepicker-rtl {
	direction: rtl;
}

.ui-timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-timepicker-rtl dl dd {
	margin: 0 40% 10px 10px;
}

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
	padding-right: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
	display: none;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
	display: block;
	padding-top: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
	text-align: right;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
	display: inline-block;
	margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
	content: ':';
	display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
	content: '.';
	display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
	display: none;
}

.kiddlech-label {
	font-size: inherit;
	margin: 0;
	color: inherit;
	font-family: inherit;
	cursor: pointer;
}

.messagerie {
	margin-bottom: 30px;
}

.messagerie_content, .mesContrats_content {
	display: none; /* à déployer */
	text-align: left;
}

.lienDeploiement {
	text-decoration: underline;
}

.messagerie_form {
	position: relative;
}

.messagerie_nouveauMsg_champ {
	width: 98%;
	min-width: 98%;
	max-width: 98%;
	min-height: 150px;
	resize : none;
	margin: 10px 0;
}

.messagerie_nouveauMsg_btn {
	text-decoration: none;
	color: #ffffff;
	background-color: #00b5ca;
	display: block;
	padding: 8px 20px;
	font-size: 15px;
	margin: 10px auto;
	border-radius: 20px;
	border: none;
	transition: all 0.25s ease;
	position: absolute;
	right: 0;
	top: -10px;
	height: 100%;
}

.messagerie_nouveauMsg_btn:hover {
	color: #00b5ca;
	background-color: #fff;
	border: 1px solid #00b5ca;
}

.message {
	overflow: hidden;
	margin: 20px 0;
	padding: 10px;
	background-color: #f5f5f5;
}

.message-nonlu {
	background-color: rgba(0, 255, 0, 0.1);
}

.message_date {
	font-size: 11px;
}

.messageParainage {
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.parainage-info {
	text-align: center;
	padding-bottom: 10px;
}

.parainage-lienPopup-wrapper {
	margin-top: 8px;
}

.parainage-form-champ {
	margin: 15px 0;
}

.parainage-form-label {
	font-size: 1.2em;
	font-weight: bold;
}

.parainage-erreur, .contrat-erreur, .erreur {
	color: #D00;
}

.parainage-succes, .contrat-succes, .succes {
	color: green;
	font-size: 17px;
	text-align: center;
	border-radius: 25px;
	box-sizing: border-box;
}

.contrat-succes a {
	color: green;
}

.parainage-form-btnValider-input {
	cursor: pointer;
}

.aideLink-img {
	width: 16px;
	vertical-align: top;
}

.thumbnailImg {
	max-width: 50px;
	max-height: 50px;
}

#signature {
	height: 100%;
}

.contrat-inputText {
	width: 100%;
	box-sizing: border-box;
}

#colorbox {
	max-height: 100%;
	overflow-y: auto;
}

.panierBtn {
	position: absolute;
	top: 8px;
	right: 45px;
}

.panierBtn_img {
	width: 30px;
}

.panierBtn_nb {
	margin-top: -6px;
}


#espace_membre .close.kiddleClose {
	top: 60px;
}

#espace_membre .kiddleH1 {
	margin-top: 55px;
}

.panier {
	width: 100%;
	border: 1px solid grey;
	border-collapse: collapse;
}

.panier_img {
	width: 40px;
	float: left;
}

.panier_titre {
	margin-left: 45px;
}

.panier td {
	text-align: left;
	border: 1px solid grey;
}

.panier th {
	border: 1px solid grey;
}

.moins, .plus {
	color : #F39100;
	font-size: 1.4em;
	font-weight: bold;
}

.panier .panier_colQte, .panier .panier_colCout {
	text-align: center;
}

.btnCommander_wrapper {
	margin-top: 40px;
}

.marginTop {
	margin-top: 20px;
}

.tableTransporteurs {
	border-collapse: collapse;
	width: 100%;
}

.tableTransporteurs td {
	border: 1px solid grey;
}

.tableTransporteurs label, .tableTransporteurs input[type=radio] {
	cursor: pointer;
}

input.btn {
	cursor: pointer;
}

.questionInput {
	background-color: #F9F9F9;
}

.contrat-form-info_libelleContrat {
	font-size: 16px;
}

.contrat-form-hr {
	color: #fff;
}

.jSignature {
	border: 1px solid grey !important;
}

.mesContrats_content {
	line-height: 2;
}

.lienDeploiement {
	text-decoration: none;
	color: #ffffff;
	background-color: #F39100;
	display: block;
	text-align: center;
	width: 60%;
	padding: 8px 20px;
	font-size: 15px;
	margin: 10px auto;
	border-radius: 20px;
	transition: all 0.25s ease;
}

.lienDeploiement:hover {
	background-color: #00b5ca;
}

.mesContrats_contrat a:hover {
	color: #F39100;
}

.signerContrat-lienPopup {
	cursor: pointer;
}

.btnhaut {
	display: none;
	color: #3e3f4d;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 35px;
	position: relative;
}

.btnhaut span {
	color: #ffffff;
	background-color: #00b5ca;
	border-radius: 20px;
	font-size: 9px;
	padding: 5px;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top: -11px;
	right: -30px;
}

.btns_new {
	margin-top: 20px;
}

.message_auteur {
	font-weight: bold;
}

.supprimer_item_ani {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 8px;
	display: inline-block;
	padding: 5px 12px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	border: 1px solid #e0dfdf;
}

.supprimer_item_ani:hover {
	background-color: #00b5ca;
}

.creation_animal_info, .reunion_titre {
	color: #ffffff;
	background-color: #00b5ca;
	border-radius: 20px;
	margin: 15px 0;
	padding: 8px 25px;
	display: block;
}

.progress {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

body .progressText {
	font-style: normal;
	margin-bottom: 10px;
}

.progressValue {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	color: #00B5CA;
	font-weight: bold;
}

.progressValueEtd{
	width: 100%;
	background-color: #fff;
}

.titreEtude {
	padding: 5px 18px;
	font-size: 16px;
	margin: 10px 0 30px;
	background-color: #00b5ca;
	color: #ffffff;
	display: block;
	font-weight: bold;
	border-radius: 20px;
}

.reunion_description {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 20px;
}

.reunion_titre {
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #00b5ca;
}

.reunion {
	margin-bottom: 20px;
	padding: 0 50px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
}

.reunion:last-child {
	border: none;
}

.reunion_creneau {
	float: left;
	width: 29.3%;
	text-align: center;
	padding: 20px 30px;
	box-sizing: border-box;
	margin: 15px 2%;
	background-color: #ffffff;
	border-radius: 25px;
	min-height: 250px;
	border: 1px solid #e0dfdf;
}

.reunion_creneau:last-child {
	margin-bottom: 0;
}

.reunion .progress {
	margin: 5px 0;
}

.popupInscriptionReunion_titre {
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}

.popupInscriptionReunion {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
}

#espace_membre .popupInscriptionReunion * {
	font-size: 0.9rem;
	color: #3E3F4D;
}

#espace_membre .popupInscriptionReunion h1 {
	margin: 20px 0;
	text-align: center;
	font-size: 1.9rem;
	color: #F29000;
	font-family: 'MiloOT';
}

#espace_membre .popupInscriptionReunion b {
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'MiloOT';
}

#espace_membre .popupInscriptionReunion .btnGen {
	color: #fff;
}

.popupInscriptionReunion_btnValider {
	margin-top: 25px;
}

.popupInscriptionReunion_inputNbParticipants {
	width: 50px;
}

#espace_membre .succes {
	color: green;
}

#formulaire #kibbles_ins_2_all {
	/* cacher champ point kibbles */
	display: none;
}

.clearfix {
	clear: both;
}

.h1-histoKibbles {
	display: block;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	background: #00b5ca;
	border-radius: 20px;
	margin-bottom: 20px;
}

.albumPhoto {
	margin: 60px 0;
}

.albumPhoto_titre {
	margin-bottom: 15px;
}

.albumPhoto_slider-for img {
	max-width: 100%;
}

.albumPhoto_slider-nav {
	margin-top: 15px;
}

.albumPhoto_slider-nav .slick-slide {
	padding: 5px;
	box-sizing: border-box;
}

.albumPhoto_slider-nav .slick-current {
	background-color: #00B5CA;
}

.slick-slide {
	cursor: pointer;
}

.albumPhoto_lien {
	display: block;
}

.albumPhoto_legende {
	padding: 7px;
	width: 100%;
	text-align: center;
	background-color: #DD6826;
	color: #fff;
}

.infoKibblesExpiration {
	margin: 20px 10px;
	text-align: right;
	font-size: 16px;
	font-style: italic;
	color: #3e3f4d;
}

/**MENU MON COMPTE **/
.mainCompte {
	padding: 0 0 20px;
}

.main_inner {
	position: relative;
}

.mainCompte .page_dynamique_content {
	padding-top: 20px;
}

.mainCompteTitre {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding-bottom: 15px;
	color: #696969;
	font-family: 'MiloOT';
	font-size: 1.2rem;
}

.mainCompteTitre div {
	display: flex;
	align-items: center;
}

.logo-nbKibbles {
	display: none;
	margin-left: 10px;
}

.blocAccueil{
	display: flex;
	justify-content:space-between;
}

.navigationCompte {
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: 4;
	background-color: #fff;
	padding: 120px 0 0;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 120px;
	-webkit-box-shadow: 3px 0px 99px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 0px 99px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 0px 99px 0px rgba(0,0,0,0.1);
}

.ulCompte {
	padding: 0;
	margin: 0;

}

.liCompte {
	list-style-type: none;
	text-align: center;
	margin-bottom: 15px;
}

.lienCompte {
	display: block;
	text-align: center;
	margin: auto;
	padding: 10px 5px 5px;
	box-sizing: border-box;
	position: relative;
	font-size: 0.8rem;
	/*effet*/
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
}

.lienCompte:hover {
	color: #F39100;
}

/*------------------------
	icons
-------------------------*/
.iconPanelis-accueil::before {content: "\ea01";}
.iconPanelis-contrat::before {content: "\ea02";}
.iconPanelis-kibble::before {content: "\ea03";}
.iconPanelis-messagerie::before {content: "\ea04";}
.iconPanelis-parrainage::before {content: "\ea05";}
.iconPanelis-profil::before {content: "\ea06";}
.iconPanelis-rencontre::before {content: "\ea07";}
.iconPanelis-etude::before {content: "\ea08";}

body .iconPanelis {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
}

.navigationMobile a.active span,
.navigationCompte a.active span {
	color : #F39100;
}

.lienCompte img,
.lienCompte span {
	display: block;
	margin: auto;
}

.lienCompte .nameMenu {
	padding: 10px 0 0;
}

.lienCompte .notifNew, .lienCompte .notifChiffre, .notifChiffre {
	position: absolute;
	top: 0;
	right: 30px;
	border-radius: 100px;
	color: #fff !important;
	background-color: #EB4D4D;
	box-sizing: border-box;
	width: 23px;
	height: 23px;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blocInfo .notifChiffre{
	top: -10px;
	right: -10px;
	font-style: normal;
	font-size: 1rem;
	width: 23px;
}

.infos_compte .notifMembreChiffre {
	position: absolute;
	top: -14px;
	right: -14px;
	border-radius: 100px;
	color: #ffffff;
	background-color: #EB4D4D;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.infos_compte .voirPlus {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 14px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	text-decoration: underline;
	font-style: normal;
	font-size: 0.8rem;
}

.voirPlus a{
	cursor: pointer;
	display: flex;
	align-items: center;
	text-decoration: underline;
}

.voirPlus img{
	padding-left:10px;
}

.titreCompte {
	background: none;
	color: #F39100;
	font-size: 40px;
	font-weight: bold;
}

.titreMontantKibbles {
	background: none;
	color: #F39100;
	font-size: 30px;
	margin-left: 10px;
	font-weight: bold;
	font-family: 'MiloOT';
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.titreCompteDeux {
	font-size: 16px;
	padding-bottom: 10px;
}

.texte_photo {
	font-size: 14px;
}

.infos_compte {
	padding-top: 10px;
}

.infosUser {
	text-align: left;
	padding: 0 50px;
	box-sizing: border-box;
}

.profilModif {
	float: right;
	padding-top: 15px;
}

.infosAnimaux {
	text-align: center;
	padding: 0 50px;
	box-sizing: border-box;
}

.actionAnimaux {
	float: right;
	padding-top: 20px;
}

.nomQuestionnaire {
	color: #ffffff;
	background-color: #00b5ca;
	font-size: 16px;
	margin: 40px 0 20px;
	border-radius: 20px;
	padding: 12px 30px;
	box-sizing: border-box;
}

.sousQuestionnaire {
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	margin: 15px 0;
	background-color: rgba(62,63,77,0.08);
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nQuestionnaire {
	width: calc(100% - 440px);
	font-size: 16px;
	color: #3e3f4d;
	margin-right: 10px;
}

.wrapper-blocRightEtude {
	max-width: 400px;
	width: 100%;
	display: flex;
	align-items: center;
}

.wrapper-blocRightEtude a {
	margin-left: 20px;
}

.sousQuestionnaire .texteNoKibbles {
	margin-bottom: 0;
}

.calLigne{
	padding:10px;
	box-sizing: border-box;
	position: relative;
}

.codeGamelle {
	font-weight: bold ;
	color: #0F377F;
}

.jourActifOui{
	background-color:#FFF;
	color:#00A7B5;
}

.jourActifNon{
	background-color:#FFF;
	color:#000;
}

/**
 * Start by hiding the checkboxes
 */
.checkboxFour [type=checkbox] {
	visibility: hidden;
}
/**
 * Checkbox Four
 */
.checkboxFour {
	width: 30px;
	height: 30px;
	background: #ddd;
	margin: 0 auto;
	border-radius: 100%;
	position: relative;
}

/**
 * Create the checkbox button
 */
.checkboxFour label {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

/**
 * Create the checked state
 */
.checkboxFour input[type=checkbox]:checked + label {
	background: #F39100;
}

.dateQuestionnaire {
	font-size: 16px;
	font-weight: bold;
	color: #3e3f4d;
}

.sousQuestionnaire .termine {
	background-color: #6a645e !important;
}
.btnQuest{
	font-size: 1rem;
}

.fancyboxClose{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #F39100;
	font-weight: bold;
}

.une_etude {
	width: 29.3%;
	text-align: center;
	padding: 20px 30px;
	box-sizing: border-box;
	margin: 15px 2%;
	background-color: #ffffff;
	border-radius: 25px;
	min-height: 345px;
	border: 1px solid #e0dfdf;
}

.inscription {
	color: #3e3f4d;
	font-size: 16px;
}

.messageListeAttente {
	text-align: center;
	color: red;
	margin-right: 40px;
	font-weight: bold;
}

.desinscrire {
	max-width: 200px;
	width: 100%;
	margin-left: 20px;
	background-color: #00A7B5;
}

#compte_inscriptionEtude .wraper-blocRightMembre .btnEtude {
	max-width: 200px;
	width: 100%;
	margin-left: 20px;
}

.btnValide {
	background-color: #F39100;
}

.orange {
	color: #F39100;
}

.participerEtude {
	border-radius: 40px;
	padding: 5px 6px;
	box-sizing: border-box;
	display: block;
	line-height: 23px;
	margin: 10px 0;
	background-color: #F39100;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s ease;
}

.participerEtude:hover {
	background-color: #F39100;
}

#compte_inscriptionEtude .wraper-blocRightMembre {
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

#compte_inscriptionEtude .wraper-blocRightMembre .wrapper-progressBar {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrapper-progressBar {
	position: relative;
	width: 100%;
	height: 50px;
}

progress[value] {
	overflow: hidden;
	border-radius: 100px;
	border: 2px solid #3E3F4D;
	box-sizing: border-box;
}

progress::-moz-progress-bar {
	background: #3E3F4D;
	border-radius: 0px 20px 20px 0px;
	box-sizing: border-box;
}

progress::-webkit-progress-value {
	background: #3E3F4D;
	border-radius: 20px;
	box-sizing: border-box;
}

progress {
	border-radius: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 225px;
	height: 100%;
	box-sizing: border-box;
	max-width: 100%;
	background-color: #FFF;
	color: #3E3F4D;

}

progress[value]::-webkit-progress-bar {
	background-color: #fff;
	border-radius: 2px;
	box-sizing: border-box;

}

progress[value]::-webkit-progress-value {
	background-color: #3E3F4D;
	height: 100%;

}

.progression-inscription_wrapper {
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
}

.infoIncription {
	padding: 10px 0;
	box-sizing: border-box;
	height: 40px;
	font-size: 1em;
	color: #25BF00;
	display: block;
}

.mesContrats_contrat {
	float: left;
	width: 29.3%;
	margin: 10px 2%;
	padding: 20px 40px;
	box-sizing: border-box;
	text-align: center;
	background-color: #ffffff;
	min-height: 190px;

	border: 1px solid #e0dfdf;
}

.mesContrats_contrat img {
	display: block;
	margin: auto;
	text-align: center;
}

.msgClient {
	align-self: flex-end;
	width: 100%;
	max-width: 715px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 25px;
	background-color: #F39100;
}

.msgClient:first-child {
	margin-top: 0;
}

.msgClient span,
.msgAdmin span {
	color: #ffffff;
}


.msgAdmin {
	width: 100%;
	max-width: 715px;
	border-radius: 25px;
	background-color: #00b5ca;
	padding: 20px;
	box-sizing: border-box;
}

#liste_chat li,
#liste_chien li {
	border-top: 1px solid #747474;
}


.plusResponsive {
	display: none;
}


/* inscription à la newsletter */
.newsletterBloc {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletterBloc_img {
	width: 35px;
	margin-right: 10px;
}

.lienInscriptionNewsletter {
	font-size: 17px;
	text-decoration: underline;
	margin-right: 10px;
}


.chkContactRGPD_wrapper {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 15px 10px;
	vertical-align: top;
}

.chkContactRGPD {
	float: left;
	margin-right: 10px;
}

.formLabelPrecision {
	font-weight: normal;
	font-style: italic;
	font-size: 85%;
}

.champ_dateHeure_wrapper {
	max-width: 800px;
	margin: 0 auto;
	display: block;
	width: 95%;
}


/**
 * Module traçabilité des questionnaires
 */
.popup_idGamelle_saisie input {
	text-transform: uppercase;
}


#popup_idGamelle_idEtude {
	width: 75px;
}

#popup_idGamelle_mode {
	width: 32px;
}

#popup_idGamelle_idRepas {
	width: 43px;
}

#popup_idGamelle_idAnimal {
	width: 87px;
}

#popup_idGamelle_idRepas2 {
	width: 43px;
}

.popup_idGamelle_texte {
	font-size: 17px;
}

.popup_idGamelle_saisie {
	margin: 30px 0;
	text-align: center;
	font-size: 1.5rem;
}

.popup_idGamelle_saisie input {
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 1rem;
	font-family: 'Arial';
}

.popup_idGamelle_saisie input::placeholder {
	font-size: 1rem;
	font-family: 'Arial';
}

.popup_idGamelle_lienMonCompte {
	margin-bottom: 20px;
	text-align: right;
	font-size: 11px;
}

.flashErrors {
	background-color: #D9241C;
	color: #fff;
	padding: 15px 10px;
	margin: 30px 0;
	font-size: 19px;
	font-weight: bold;
}

input[readonly], select[readonly], textarea[readonly]{
	opacity: 0.4;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 30px;
	margin-bottom: 0;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.boxslider{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px auto;
	width: 100%;
}

.boxslider .texteslider {
	margin: 0 5%;
	color : #F39100;
	font-style: normal;
}

.slider {
	position: absolute;
	border-radius: 15px;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	border-radius: 100px;
	content: "";
	height: 26px;
	width: 26px;
	left: 3px;
	bottom: 2px;
	background-color: #F39100;
	-webkit-transition: .4s;
	transition: .4s;
}

input:focus + .slider {
	box-shadow: 0 0 1px #FFF;
}

input:not(:checked) + .slider:before {
	-webkit-transform: translateX(47px);
	-ms-transform: translateX(47px);
	transform: translateX(47px);
}

.toggle {
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
}
.toggle label {
	display: block;
	padding: 3px 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
.toggle input {
	opacity: 0;
	position: absolute;
	z-index: 5;
}
.toggle input:focus ~ .toggle-button {
	outline: 1px dotted #6B6B6B;
}
.flex-container {
	overflow: hidden;
	display: flex;
	margin: 1em;
}

.item {
	margin: 1em;
	padding: 0.5em;
	width: 110px;
}

.auto {
	flex: auto;
}

option:disabled{
	color: #00b5ca;
}
.alert {
	text-align:center;
	padding: 10px;
	font-size: 15px;
	padding-right: 15px;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}
	.alert-info {
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1;
	}

	.alert-warning {
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc;
	}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltipcompte {
	position: absolute;
	bottom:0;
	left:0;
	padding:5px;
}

.tooltipQEtude {
	position: absolute;
	top:0;
	left:0;
	padding:5px;
}

.tooltipEtat {
	position: absolute;
	top:-10px;
	right:-15px;
	padding:5px;
}

.tooltiptext {
	visibility: hidden;
	background-color: rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.9);
	color: #fff;
	font-size: 0.8rem;
	padding: 16px;
	box-sizing: border-box;
	width: 200px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	text-align: left;
	font-style: italic;
	right: 0;
}

.tooltip:hover .tooltiptext,
.tooltipcompte:hover .tooltiptext,
.tooltipQEtude:hover .tooltiptext,
.tooltipEtat:hover .tooltiptext {
	visibility: visible;
}

.animaux_slider {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #DBDBDC;
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.animaux_slider::-moz-range-thumb{
	width: 10px;
	height: 40px;
	border: none;
	background: #F39100;
	cursor: pointer;
	-moz-appearance: none;
	border-radius: 20px;
}

.animaux_slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 5px;
	height: 40px;
	border: none;
	background: #F39100;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 20px;
}


/** ACTUALITES **/

.fancybox-close {
	position: absolute;
	background-color: white;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/images/general/close2.svg");
	border-radius: 30px;
	border: 1px solid black;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: -22px;
	right: -22px;
}

.page_accueil .fancybox-content,
.page_accueil .fancybox-content iframe {
	border-radius: 0;
}

.page_accueil .fancybox-slide--video .fancybox-content {
	height: 80vh !important;
}

.blocUneActuAll {
	background-color: rgba(62,63,77,0.08);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
}

.blocUneActu {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blocRightActu,
.blocCenterActu,
.blocLeftActu {
	width: 48%;
	position: relative;
}

.blocCenterActu {
	margin : 0 auto;
}

.dateActu {
	display: flex;
	font-style: italic;
	margin-bottom: 10px;
}

.blocRightActu {
	cursor: pointer;
}

.videoYoutube {
	position: relative;
	cursor: pointer;
}

.videoYoutube img  {
	width: 100%;
	height: auto;
}

.videoYoutube:before {
	content: url("/images/general/compte/btn-youtube.svg");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


	/** MESSAGERIE **/
.icon-download-mess {
	position: absolute;
	left: 0;
	bottom: 0px;
	margin: 10px 0 0;
	cursor: pointer;
}

body .emoji-wysiwyg-editor {
	outline: none !important;
}

body .emoji-picker-icon {
	opacity: 1;
	left: 0;
	top: 0;
}

.icon-emoji-mess {
	background-image: url("/images/general/compte/emoticon-face.svg");
	width:30px;
	height:30px;
}

.icon-piece-jointe {
	width:30px;
	height:30px;
}

.file-return, .file-mess {
	margin: 5px 0 5px 60px;
	border: 2px solid #DEDEDE;
	box-sizing: border-box;
	align-items: center;
	padding: 10px 45px 10px 10px;
	border-radius: 20px;
	max-width: 250px;
	width: 100%;
	position: relative;
}
.file-mess {
	margin: 20px 0;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;

}

.voirFile {
	color :#00A7B5;
	text-decoration: underline;
}

.iconFile{
	width: 45px;
	margin-right: 10px;
	min-width: 45px;
}

.iconCancel, .iconView{
	width: 25px;
	min-width: 25px;
	position: absolute;
	right: 10px;
	cursor:pointer;
	top: 50%;
	transform: translateY(-50%);
}

.file-name, .file-mess-name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	color: #0e0e0e !important;
}

.messageEnvoi{
	border: 1px solid #00b5ca;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
}

/** REUNIONS **/
.reunion_creneau_titre {
	font-style: normal;
}

.titreReunion{
	font-size: 1.5em;
	font-weight: bold;
	color: #3E3F4D;
}

.reunion_creneau_titre p {
	margin-bottom: 15px;
	color: #3E3F4D;
}

.blocCentre{
	text-align: center;
}


/** PARRAINAGE **/

.formParrainage{
	background-color:rgba(62, 63, 77, 0.08);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.emailParrainage {
	width: 60%;
	border: none;
	padding: 10px;
	margin: 10px 0 25px 0;
	border-radius: 10px;
	box-sizing: border-box;
}

#parainage-txt{
	height: 345px;
}

.blocHistoParrain{
	max-height: 425px;
	overflow-y: auto;
	overflow-x: hidden;
}

.histoParrain{
	padding: 20px 0;
	box-sizing: border-box;
}

.filActu li {
	margin-bottom: 10px;
}

/** CONTRAT **/


.contrat-popup h3{
	font-family: 'MiloOT', 'Arimo', Helvetica, Arial, sans-serif;
	font-size : 25px;
	padding : 0;
	margin : 0 0 15px 0;
	font-weight: 600;
	color : #3E3F4D;
}

.ligneContrat{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 2px solid #F0F0F1;
}

.contrat-form-popup{
	padding:20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
}

.contrat-popup {
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}

.contrat-succes {
	background-color: #fff;
}

.contrat-popup #contrat-form {
	background-color: #F0F0F1;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.blocSignature{
	display: flex;
	justify-content: space-between;
	/*visibility: hidden;*/
}

.texteInfoLecture {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	text-align: center;
	text-decoration: underline;
	font-style: italic;
	color: red;
}

.contrat-form-btnValider{
	display: none;
	justify-content: space-between;
	flex-direction: column;
	margin-right:25px;
}

.btn-effacerSignature {
	margin-top:0px;
	border: none;
	color: #777;
}

.btn-effacerSignature:hover {
	background-color: #F39100;
	color: #ffffff;
}

/** ETUDE **/

.blocEtudeEnCours {
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom:20px;
}

.blocEtudeEnCours .photoProfil {
	margin-right: 20px !important;
}

.blocEtude{
	display: flex;
	justify-content: space-between;
}

.blocEtude .wrapper-progressBar {
	width: 200px;
	min-width: 200px;
}

.calendPos {
	cursor: help;
	font-weight: bold;
}

.messageVideoEtude {
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	display: flex;
	justify-content: center;
	margin: 15px 0;
	color: #696969;
}

.wrapper-btnPlayer {
	width: 100%;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}


.btnPlayer {
	padding: 0;
	margin: 0 10px;
	width: 40px;
	background: none;
	opacity: 0.8;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.btnPlayer:hover {
	opacity: 1;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.messageVideoEtude {
	text-decoration: underline;
	font-style: italic;
	text-align: center;
	display: flex;
	justify-content: center;
}

#btnFermerVideo {
	margin: 20px auto;
}

.blocQuestionnaire{
	margin-top:20px
}

.popup-commentaire{
	padding: 50px;
	box-sizing: border-box;
}

.blocEtude-Cal-Video {
	display: flex;
	justify-content: space-around;
	margin : 20px 0 0 0;
}

.blocDegustation {
	overflow-y: hidden;
	overflow-x: auto;
}

.blocEtude-Cal-Video .blocEtudeSousBloc:first-child {
	margin-right: 5px;
}

.blocEtudeSousBloc {
	background-color: rgba(62,63,77,0.08);
	padding: 30px;
	margin:10px 0 ;
	box-sizing: border-box;
	border-radius: 30px;
	width:48%;
}

.infoTableauEtude {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.infoTableauEtude img {
	margin-right: 5px;
	width: 18px;
}


.blocEtudeSousBloc table img {
	width: 18px;
	height: 18px;
}

.dateEtude {
	font-style: italic !important;
	font-family: 'Arial' !important;
	font-weight: normal !important;
	font-size: 1rem !important;
}

.etude-video iframe{
	padding : 0 100px;
	box-sizing: border-box;
	width:100%;
	height:315px;
}

.infoEtude {
	margin-top:50px;
	border-radius: 10px;
	padding:15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.infoEtude a {
	color: #3E3F4D;
	text-decoration: underline;
}

.gamelleCom{
	cursor: pointer;
	background-color: rgba(62,63,77,0.08);
	padding: 10px;
	box-sizing: border-box;
}

.tagValid{
	background-color: #25BF00;
	color: #fff;
}

.tagInfo {
	background-color: #F39129;
	color: #fff;
}

.youtube {
	position: relative;
	padding-top: 52.25%;
	overflow: hidden;
	cursor: pointer;
}

.youtube img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.95;
	margin: 0;
}



/** KIBBLE **/

.blocKibbles {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom:20px;
}

.page_kibbles .fancybox-content {
	max-width: 635px;
}

.popupDetailsKibbles {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.popupDetailsKibbles a {
	width: 100%;
	max-width: 201px;
	padding: 20px 5%;
	font-size: 1rem !important;
}

.popupInfoKibbles {
	width: 100%;
	margin-bottom: 20px;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: #F0F0F1;
	border-radius: 20px;
}

.popupInfoKibbles span {
	width: 100%;
}

.btnsBlocKibbles {
	width: 100%;
}

.popupDetailsKibbles .btnAddPanierKibbles {
	width: auto;
	padding: 20px 40px;
}

.listeKibble {
	display: flex;
	flex-wrap: wrap;
}

.blocProduit{
	padding: 20px;
	margin: 0.6%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tailleChoix{
	width: 23.8%;
	min-height: 274px;
}

.tailleVisu{
	width: 372px;
	height: 250px;
}

.blocInfoKibbles {
	display: flex;
	align-items: center;
}
.blocInfoKibblesPopup {
	margin:50px;
}

.popupInfoKibbles p {
	font-size: 0.9rem;
}

.imgBlocKibbles {
	width: 8vw;
	height: 8vw;
	margin-right: 20px;
	background-color: #fff;
}

.infoBlocKibbles {
	display: flex;
	flex-direction: column;
}

.infoBlocKibbles:first-child {
	margin-bottom: 10px;
}

.valeurKibbles {
	font-size: 1.5rem;
	font-weight: bold;
}

.nbBlocKibbles {
	color: #F39100;
}


.nomProdKibbles {
	margin: 5% 0;
	font-weight: bold;
	font-size: 1.2rem;
	font-weight: bold;
	color: #3E3F4D;
}

.nomProdKibblesPopup {
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 1.5rem;
	color: #3E3F4D;
}

.btnsBlocKibbles form {
	display: flex;
	justify-content: space-between;
}

.btnsBlocKibbles a {
	width: 48%;
	padding: 20px 5px;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-family: 'MiloOT';
	text-align: center;
	cursor: pointer;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.btnsBlocKibbles a:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.btnPlusKibbles {
	background-color: #00A7B5;
}

.btnAddPanierKibbles {
	background-color: #F39100;
}

body .btnDisabledKibbles {
	background-color: #B7B7B7;
	cursor: not-allowed;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

body .btnDisabledKibbles:hover {
	-webkit-transform: none;
	transform: none;
}

.texteNoKibbles {
	font-weight: bold;
	text-align: center;
	color: red;
	margin-bottom: 10px;
}

.btnBlocPanier {
	display: flex;
	align-items: center;
	margin: 35px 0 20px 10px;
}

.lienBtnPanier {
	max-width: 500px;
	width: 100%;
	display: flex;
	align-items: center;
}

.btnPanier {
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	line-height: 0;
	font-family: 'MiloOT';
	font-size: 1.5em;
	font-weight: bold;
	background-color: #F39100;
	max-width: 365px;
	max-height: 80px;
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.icon-panier {
	width:35px;
	height:42px;
	margin-right: 10px;
}

.nbArticles{
	font-size: 1.5em;
	font-family: 'Arial';
	color: #00A7B5;
}

/** MESSAGERIE **/
.messagerie_conversation {
	height: 45vh;
	overflow-y: auto;
	margin-bottom: 25px;
}

.messagerieFlexContent {
	display: flex;
	flex-direction: column;
}
/** TUNNEL COMMANDE **/

.blocCommande{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.sousBlocCommande {
	background: #fff;
	border-radius: 30px;
	padding: 32px;
	box-sizing: border-box;
	height: auto;
	width: 100%;
	margin-right: 20px;
}

.blocPanierLeft {
	display: flex;
	flex-wrap: wrap;
}

.blocPanierLeft .blocProduit {
	width: 32.1%;
}

.blocPanierRight{
	width: 455px;
	display: flex;
	flex-direction: column;
}

.blocTransportLeft{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.blocTransportRight{
	width: 650px;
	display: flex;
	flex-direction: column;
}

.blocTransportRight .blocProduit {
	width: 100%;
	height: auto;
	margin: 0 0 8px;
}

.totalPrix{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	box-sizing: border-box;
}

.totalPrixPanier{
	font-size: 1.5em;
	font-weight: bold;
}

.bottomPanierKibbles{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plusMoinsqte{
	display: flex;
	align-items: center;
}

.suppProdPanier {
	display: flex;
	align-items: center;
	color: #FF0000;
	font-weight: bold;
	font-size: 1em;
}

.suppProdPanier:after {
	content: url('/images/general/compte/cancel.svg');
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

.btnannulCommande{
	text-align: center;
	margin-top: 10px;
}


.livraisonImpo{
	color : #FF0000;
	font-style: italic;
	font-size: 1em;
}

.ligneTransporteur {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #A8A8A8;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
}

.ligneTransporteur label {
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 0;
}

.nbProd{
	margin:8px;
	padding: 10px 15px 10px 15px;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 2px solid #BFBFBF;
	border-radius: 10px;
	color : #F39100;
	font-size: 1.5em;
	font-weight: bold;
}

.btnValidCommande {
	width: 100%;
	border-radius: 10px;
	padding: 20px 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	transition: background-position 1s;
	background-size: 200% 200%;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.btnValidCommande:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.btnDisableKibbles{
	background-color: #B7B7B7;
	cursor: not-allowed;
}

.btnActiveKibbles{
	background-color: #F39100;
}

.borderBottomGrey{
	border-bottom: 1px solid #CECECE;
}

.validTexte{
	color: #25BF00 ;
	font-style: italic;
}

.infoTexte{
	color: #F39100 ;
	font-style: italic;
}

.textGras{
	font-weight: bold;
}

/** ANIMAUX **/

.ajoutAnimaux{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}

.ajoutAnimal {
	margin-bottom: 20px;
}

.btnGeoloc_img{
	width: 30px;
}

.geolocMap{
	max-width: 700px;
	width: 100%;
	height: 300px;
	margin: 0 auto 60px auto;
	overflow: hidden;
}


/** POPUP FORMULAIRE **/

.formBlocView {
	background-color: #F0F0F1;
	border: none;
	border-radius: 10px;
	margin: 0 auto 40px;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	display: block;
}

.champsimple label {
	color: #00A7B5;
	text-align: center;
	font-weight: bold;
	font-family: 'MiloOT';
	margin-bottom: 0;
	font-size: 1.5rem;
	text-transform: uppercase;
}

#espace_public .formBlocView {
	background-color: #DDDEE4;
}

.formBlocPoids {
	background-color: #F0F0F1;
	border: none;
	border-radius: 10px;
	margin: 0 auto 40px;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.formBlocPoids label {
	margin-bottom: 0;
}

.formBlocPoids input[type="number"] {
	border: none;
	text-align: center;
	min-width: 100px;
	max-width: 100px;
	padding: 10px;
	margin: 0 20px;
	box-sizing: border-box;
	background: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Arial';
	color: #F39129;
}

.formBlocEtat {
	background-color: #F0F0F1;
	border: none;
	border-radius: 10px;
	margin: 0 auto 40px;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
}

.formBlocView input[type="text"],
.formBlocView input[type="number"],
.formBlocView input[type="email"],
.formBlocView input[type="file"],
.formBlocView input[type="password"],
select {
	border: none;
	display: block;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	max-width: 600px;
	outline: none;
	padding: 10px;
	margin: 0 auto 10px;
	box-sizing: border-box;
	background: #fff;
	color: #3E3F4D;
	font-family: 'Arial';
}

.imgEtatCorps {
	max-width: 130px;
	width: 100%;
	height: auto;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.formBlocEtat .tooltipEtat {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.tabSante{
	width: 100%;
}

.tabSanteCol{
	width: 20%;
	text-align: center;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: right;
}

.textcenter{
	text-align: center;
}

.tabSanteLigne{
	width: 80%;
}

.ui-datepicker{
	position: absolute !important; /* parfois on ne voyait pas le datepicker à cause du position fixed du fichier jquery-ui-smooth.css */
}

.liste_choix-sortable li {
	border-radius: 10px;
	background: white;
	padding: 10px;
	justify-content: space-between;
}

.liste_choix-sortable .fleche{
	height: 30px;
	cursor: pointer;
	padding: 0 6px;
}

.fancybox-close-small {
	background: white;
	border-radius: 50%;
	padding: 4px;
	color: black;
	border: 1px solid black;
	right: -20px;
}

.reinitialisation_mdp {
	width: 100%;
	margin: 0 auto;
	border: none !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*PAGINATION*/

.paginationCMS{
	text-align: center;
	margin-top: 20px;
}

.paginationCMS a, .paginationCMS span{
	margin: 5px;
	font-size:20px;
	color:#333333;
}

.paginationCMS .pageCourante{
	font-weight: 700;
	color:#F39129;
	font-size:22px;
}

/*******************************
           REFONTE 2024
/*******************************/

/*** GENERAL ***/
#espace_public main {
	position: relative;
	max-width: 1460px;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 98px 16px 0;
	box-sizing: border-box;
}

/*** MENU ***/
.desktopNone {
	display: none !important;
}

/*** ACCUEIL ***/
.page_home main {
	padding: 98px 0 0 !important;
	max-width: unset !important;
	width: unset !important;
	background-color: #dfdbcc;
}
/* HERO */
.hero__wrapper {
	height: 944px;
	position: relative;
	overflow: hidden;
	background-color: #0f377f;
}
.hero_content__wrapper {
	max-width: 1460px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	height: 100%;
}
.hero_background__wrapper {
	width: 1920px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	height: 100%;
	margin: auto;
}
.hero_background {
	height: 100%;
	width: 100%;
	background-image: url("/images/general/refonte/hero_background.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
.hero_content__right {
	max-width: 40%;
	right: 0;
	padding-right: 16px;
	width: 100%;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	text-align: right;
}
.page_home h1 {
	margin: 30px auto 45px;
	font-size:3rem;
	text-align: right;
	color: #fff;
	font-family: 'FF Milo Serif for Symrise', serif;
}
.hero_content__txt {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.5;
}
.hero_content__reassurances {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style-type: none;
	margin-bottom: 50px;
	padding: 0;
}
.hero_content__reassurances li {
	padding: 5px 15px;
	border-left: 1px solid #fff;
	max-width: 20%;
	text-align: center;
	list-style-type: none;
	color: #fff;
	font-style: italic;
}
.hero_content__reassurances li:first-of-type {
	border-left: none;
}
.hero_content__btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.btn_inscription {
	background-color: #f39100;
	color: #0f377f;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 1.3rem;
	margin-left: auto;
}
.btn_more {
	background-color: #E1B600;
	color: #0f377f;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 1.3rem;
}
.yellow {
	color: #E1B600;
}
.orange {
	color: #f39100;
}
/* POINTS ASSURANCE */
.assurances__wrapper {
	margin: -190px 16px 0;
	position: relative;
}
.assurances__content {
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
}
.assurances__slider {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	align-items: flex-start;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.une_assurance {
	background-color: #E1B600;
	list-style-type: none;
}
.une_assurance__img_wrapper {
	position: relative;
	height: 545px;
	width: 100%;
}
.une_assurance__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.une_assurance__img_wrapper span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.375rem;
	font-family: 'FF Milo for Symrise', 'Arial', sans-serif;
	font-weight: bold;
	text-align: center;
}
.une_assurance__txt_wrapper {
	padding: 30px 40px;
}
.une_assurance__txt_wrapper img {
	padding-bottom: 30px;
}
.une_assurance__txt_wrapper hr {
	margin-bottom: 20px;
	width: 20px;
	outline: none;
	height: 2px;
	background: #0F377F;
	border: none;
	margin-left: 0;
}
.une_assurance__txt_wrapper p {
	font-family: 'FF Milo CFF for Symrise', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 1.125rem;
}
/* VIDEO */
.home_video__wrapper {
	margin-top: -150px;
	position: relative;
	padding: 0 16px 100px;
}
.home_video__content {
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
}
.home_video {
	margin-top: 60px;
	position: relative;
	z-index: 2;
	height: 617px;
}
.home_video__content h2 {
	text-align: center;
}

/* BANDEAU INSCRIPTION */
.inscription__wrapper {
	background-image: url("/images/general/refonte/inscription_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 180px 16px;
	background-position: center;
}
.inscription___content {
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inscription__left {
	max-width: 50%;
	width: 100%;
}
.inscription__left span {
	font-size: 4rem;
	color: #fff;
	font-family: 'FF Milo Serif for Symrise';
}
.inscription__right {
	max-width: 30%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: self-end;
}
.inscription_logo {
	margin-bottom: 40px;
	margin-right: 30px;
}
.inscription__right .btn_inscription {
	font-size: 1rem;
}

.texteSimple {
	width: 100%;
}




/******************************************
	  INSCRIPTION ETUDE REFONTE 2025
*******************************************/
#compte_inscriptionEtude_content {
    background-color: #fff;
    padding: 15px 15px 30px;
    -webkit-border-bottom-right-radius: 80px;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius-bottomright: 80px;
    -moz-border-radius-bottomleft: 80px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

/********* BANNIERE TOP **********/
.banner_inscriptionEtude_wrapper {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    position: relative;
}
.banner_inscriptionEtude_top {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}
#espace_membre .banner_inscriptionEtude_titre {
    text-transform: uppercase;
    color: #0F377F;
    padding: 0;
}
.banner_inscriptionEtude_date {
    font-style: italic;
    font-weight: 600;
    color: #0F377F;
    font-size: 1.125rem;
    font-family: 'MiloOT';
}
.banner_inscriptionEtude_count {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #0F377F;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner_inscriptionEtude_count  p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
}

/********* BANNIERE INTRO **********/
.intro_inscriptionEtude_wrapper {
    padding: 15px;
    background-color : #0F377F;
}
.intro_inscriptionEtude p {
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
}

/********* LISTE A GAUCHE + BTN A DROITE **********/
.leftList_inscriptionEtude_wrapper {
    padding: 15px 0;
}
.leftList_inscriptionEtude_titre {
    font-size: 1.125rem;
    font-family: 'MiloOT';
    font-weight: 600;
}
.leftList_inscriptionEtude_aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    padding-top: 10px;
    flex-wrap: wrap;
}
.infos_compte .leftList_inscriptionEtude_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
#leftList_inscriptionEtude_wrapper span.photoProfil {
    max-width: 50px;
    max-height: 50px;
}
.btnInscription {
    background-color : #0F377F;
}

/*********  LISTE CENTREE + BTNS  **********/
.listCenter_inscriptionEtude_wrapper {
    padding: 50px 0;
}
.infos_compte .listCenter_inscriptionEtude {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.infos_compte .listCenter_inscriptionEtude_membre {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}
#listCenter_inscriptionEtude_wrapper span.photoProfil {
    max-width: 100px;
    max-height: 100px;
}


/*********  LISTE + BTN INDIVIDUEL  **********/
.listBtn_inscriptionEtude_wrapper {
    padding: 15px 0;
}
.infos_compte .listBtn_inscriptionEtude_membre {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 30px;
    padding-bottom: 15px;
    flex-wrap: wrap;
}
.infos_compte .listBtn_inscriptionEtude_membre:last-of-type {
    padding-bottom: 0;
}
.listBtn_inscriptionEtude_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    flex-wrap: wrap;
}
.listBtn_inscriptionEtude_left p {
    font-size: 1.125rem;
    font-family: 'MiloOT';
    font-weight: 600;
}
#listBtn_inscriptionEtude_wrapper span.photoProfil {
    max-width: 50px;
    max-height: 50px;
}


/*********  POP UP VIDEO  **********/
.popup_inscriptionEtude {
    padding: 30px;
    border-radius: 30px;
    background-color: #eff1f5 !important;
}
.popup_inscriptionEtude_titre {
    font-size: 1.25rem;
    font-family: 'MiloOT';
    font-weight: 600;
    color : #0F377F;
}

/*********  TABLEAU DES QUESTIONNAIRES  **********/
.table_inscriptionEtude_wrapper {
    padding: 15px 0;
}
.table_inscriptionEtude_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.table_inscriptionEtude_top_titre {
    font-size: 1.125rem;
    font-family: 'MiloOT';
    font-weight: 600;
}
.infos_compte .table_inscriptionEtude_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
}
#table_inscriptionEtude_wrapper span.photoProfil {
    max-width: 100px;
    max-height: 100px;
}
.table_inscriptionEtude_bottom {
    padding-top: 15px;
}
.table_inscriptionEtude_titre {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.linkVideo {
    color : #0F377F;
    font-family: 'MiloOT';
    font-weight: 600;
    font-size: 1.25rem;
}
.linkVideo:before {
    font: normal normal 600 1.25rem / 1 'panelis-icon';
    content: "\f40c";
    margin-right: 5px;
}
.progress-container {
    max-width: 300px;
    background-color: #F39129;
    border-radius: 15px;
    padding: 2px;
    margin: 0 auto;
}
.progress-bar {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F39129;
    font-weight: 600;
    font-family: 'MiloOT';
}
.progress-90 {
    width: 90%;
}
.progress-100 {
    width: 100%;
}
.blocDegustation tr:nth-child(2n) {
    background-color: #eff1f5;
}
.blocDegustation table,
.blocDegustation th,
.blocDegustation td {
    border: 1px solid black;
    border-collapse: collapse;
}
.calLigne {
    text-align: center;
}
.noQuestionnaire {
    color: red;
    font-family: 'MiloOT';
    font-weight: 600;
}
.btnLightblue {
    background-color: #00AEC2;
}
.calLigne .btnGen {
    padding: 10px 30px;
}
#calLigne_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    border: none;
}