html, body {
	width: 100%;
	height: 100%;
}

.valign {
	display: flex;
	align-items: center;
}

button {
	border: none;
}

.titre-k-34 {
	font-family: 'Klavika';
	font-size: 34px;
	color: #00b6da;
}

.text-k-20 {
	font-size: 19.997px;
	font-family: "Klavika italic";
	color: rgb(18, 18, 18);
}

.border {
	border: 1px solid black;
}

select.custom {
	background-image: url("../site_images/select_arrow.png");
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "roboto";
}

button {
	border: 0px none !important;
}

.btn_margin_bottom {
	margin-bottom: 20px !important;
}

.roboto_20 {
	font-size: 20px;
}

.rb-bold {
	font-family: 'roboto bold';
}

.roboto_16 {
	font-family: 'roboto';
	font-size: 16px !important;
}

/* __________________________________________________________________________________________________________ */
/* Full Screen*/ /* Full Screen*/ /* Full Screen*/ /* Full Screen*/ /* Full Screen*/ /* Full Screen*/ /* Full Screen*/

header {
	position: relative;
	width: 100%;
	min-height: auto;
	text-align: center;
	color: #fff;
	background-image: url(../site_images/intro-min.jpg);
	/*  background-image: url(../site_images/blue_minimal.jpg); */
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

header .header-content {
	position: relative;
	width: 100%;
	/* padding: 100px 15px; */
	text-align: center;
}

header .header-content .header-content-inner hr {
	margin: 30px auto;
}

header .header-content .header-content-inner p {
	font-family: 'roboto';
	font-size: 18px;
	text-align: left;
	color: rgba(255, 255, 255, 0.88);
}

.section-heading {
	margin-top: 0;
}

.header-titre {
	font-family: 'klavika bold';
	font-size: 54px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
}

.padding_left_0 {
	padding-left: 0px !important;
}

/* Full Screen*/

/*________________________________________________________________________________*/

/* FORMULAIRE DU HEADER */ /* FORMULAIRE DU HEADER */ /* FORMULAIRE DU HEADER */ /* FORMULAIRE DU HEADER */

.form-horizontal {
	margin-left: -15px;
}

.header-form {
	display: block;
	width: 100%;
	height: 42px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 36px;
	color: #4f5362;
	border: 1px solid #ccc;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-family: "roboto";
	margin-top: 40px;
}

.btn-form-header {
	width: 132px;
	height: 42px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background-color: #00b6da;
	margin-top: 40px;
	font-family: 'Klavika';
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}

.btn-form-header:hover {
	background-color: #00AED1;
	color: #FFF !important;
}

/* FORMULAIRE DU HEADER */

.index_img_btn_type_societe {
	vertical-align: inherit;
	position: absolute;
	margin: auto;
	right: 25px;
	top: 34%;
}

.index_text_btn_type_societe {
	font-family: 'Klavika medium';
	font-size: 15.6px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	margin: auto;
	top: 28%;
	left: 14px;
}

.btn_tup {
	font-size: 16px !important;
	top: 12% !important;
	left: 25px !important;
}

.index_btn_type_societe {
	width: 90%;
	height: 45px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #2c4098;
	background-image: -webkit-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -moz-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -o-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -ms-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: linear-gradient(to bottom, #00b6da, #10a4d0 99%);
	margin-bottom: 20px;
	position: relative;
}

/* _______________________________________________________________________________________ */

.section1 {
	margin: 25px;
}

/* _______________________________________________________________________________________ */

/* SECTION 2 */ /* SECTION 2 */ /* SECTION 2 */ /* SECTION 2 */ /* SECTION 2 */ /* SECTION 2 */ /* SECTION 2 */

/* CERCLE */ /* CERCLE */ /* CERCLE */ /* CERCLE */ /* CERCLE */ /* CERCLE */ /* CERCLE */ /* CERCLE */

section.section2 {
	background-image: url(../site_images/background-2-min.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	position: relative;
}

.rounded-crea, .rounded-modif, .rounded-liqui {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.78);
	width: 300px !important;
	height: 300px;
	margin: 45px;
	padding: 5%;
}

.rounded-crea h3, .rounded-modif h3, .rounded-liqui h3 {
	font-family: 'Klavika bold';
	font-size: 20px;
	text-transform: uppercase;
	color: #2c4098;
	text-align: center;
}

.rounded-crea p, .rounded-modif p, .rounded-liqui p {
	font-family: 'Roboto';
	font-size: 16px;
	color: #121212;
	text-align: center;
	padding: 20px;
}

.cercle {
	display: block;
	position: relative;
	min-height: 100px;
}

/* CERCLE */

/* _______________________________________________________________________________________ */

/* COMMENT CA MARCHE */ /* COMMENT CA MARCHE */ /* COMMENT CA MARCHE */ /* COMMENT CA MARCHE */ /* COMMENT CA MARCHE */

.section3 {
	width: 100%;
	/*     height: 560px; */
	background-color: #00b6da;
	background-image: -webkit-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -moz-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -o-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -ms-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: linear-gradient(to bottom, #00b6da, #10a4d0 99%);
	/*     padding: 15px 70px 0px 70px; */
}

.section3 h2 {
	font-family: 'Klavika';
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

.section3-text h3 {
	font-family: 'Klavika medium';
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

.section3 p {
	font-family: 'roboto';
	font-size: 16px;
	color: #fff;
	text-align: left;
}

.section3-img {
	text-align: center;
	/*  float: right !important; */
}

.section3-text {
	text-align: center;
}

/*________________________________________________________________________________*/

.section4 h2 {
	font-family: 'Klavika';
	font-size: 34px;
	text-transform: uppercase;
	color: #00b6da;
	text-align: center;
	margin-bottom: 58px;
	margin-top: 40px;
}

.section4-row {
	position: relative;
	text-align: center;
}

.section4-sous-titre {
	font-family: 'Klavika medium';
	font-size: 19px;
	text-transform: uppercase;
	color: #2c4098;
	text-align: center;
	margin-bottom: 65px;
	margin-top: 25px;
}

/*________________________________________________________________________________*/

.section5 {
	background-image: url(../site_images/background-5-min.jpg);
	width: 100%;
	min-height: auto;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 150px;
	background-position: right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/*________________________________________________________________________________*/

.temoignage {
	background: #fafafa;
	padding-bottom: 60px;
}

.temoignage h2 {
	font-family: 'Klavika';
	font-size: 34px;
	text-transform: uppercase;
	color: #00b6da;
	text-align: center;
	margin-bottom: 25px;
}

.temoignage p {
	line-height: 30px;
}

.temoignage .nom {
	font-family: 'Klavika medium';
	font-size: 18px;
	color: #000;
	text-align: left;
}

.temoignage .entreprise {
	font-family: 'roboto medium';
	font-size: 14px;
	text-transform: uppercase;
	color: #a8acb9;
	text-align: left;
}

.row2-temoignage {
	display: inline;
	float: none;
	text-align: center;
}

/*________________________________________________________________________________*/

.media h2 {
	font-family: 'Klavika';
	font-size: 34px;
	text-transform: uppercase;
	color: #00b6da;
	text-align: center;
	margin-bottom: 38px;
	margin-top: 5px;
}

.media-row {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

/*________________________________________________________________________________*/

.decompte {
	background: url(../site_images/background-6-min.jpg);
	padding: 30px;
	background-size: cover;
	position: relative;
	text-align: center;
}

.defilement {
	padding: 0 10px 0 10px;
}

.counter-item {
	position: relative;
	text-align: center;
}

.counter-item i {
	font-size: 40px;
}

.counter-item i, .timer {
	color: #FFF;
}

.timer {
	font-family: 'Klavika light';
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
}

.counter-item h5 {
	font-family: 'Klavika medium';
	font-size: 20px;
	;
	color: #FFF;
	text-align: center;
	margin-bottom: 38px;
	margin-top: 5px;
}

/*________________________________________________________________________________*/

.footer {
	background: #272727;
	color: #DEDEDE;
	padding: 60px 0 50px 0;
}

.header_redirection {
	background: #272727;
	color: #DEDEDE;
	padding: 20px 0 40px 0;
}

.footer_redirection {
	background: #272727;
	color: #DEDEDE;
	padding: 60px 0 50px 0;
}

.footer h4 {
	font-family: 'Klavika light';
	font-size: 18px;
	text-transform: uppercase;
	color: #DEDEDE !important;
}

.footer h5 {
	font-family: 'Klavika light';
	font-size: 17px;
	color: #DEDEDE !important;
}

.mentions a {
	font-family: 'roboto';
	font-size: 12px !important;
	color: #737373 !important;
}

.mentions span {
	font-size: 12px !important;
	color: #DEDEDE !important;
}

.footer p, .footer .contact {
	font-family: 'roboto medium';
	font-size: 13px;
	color: #737373 !important;
}

.footer .contact a {
	font-family: 'roboto medium';
	font-size: 13px;
	color: #737373 !important;
}

.footer .contact a:hover {
	color: #646363 !important;
}

.footer li {
	list-style-type: none;
	font-family: 'roboto';
	font-size: 13px;
	text-align: left;
	color: #737373 !important;
}

.list ul {
	margin-left: -39px;
	margin-top: -10px;
}

.footer-form {
	margin-left: -30px !important;
	margin-top: -15px;
}

.btn-form-footer {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background-color: #00b6da !important;
	font-family: 'Klavika';
	font-size: 12px;
	text-transform: uppercase;
	color: #fff !important;
	border-color: #00b6da !important;
}

.btn-form-footer:hover {
	background-color: #00AED1 !important;
	color: #FFF !important;
}

.footer .form-control {
	background-color: #2f2e2e;
	border-color: #2F2E2E;
}

.footer .form-control:focus {
	border-color: #ccc;
}

.footer[placeholder] {
	font-family: 'roboto';
}

.footer a {
	color: #737373 !important;
}

.footer a:hover {
	color: #7E7C7C !important;
}

/* _________________________________________________________________________ */
/* _________________________________________________________________________ */
/* _________________________________________________________________________ */
/* _________________________________________________________________________ */

.type_entreprise {
	background: #FAFAFA;
	padding-bottom: 55px;
}

.type_entreprise h1 {
	font-family: 'Klavika';
	font-size: 40px;
	color: #00b6da;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 35px;
}

.type_entreprise h2 {
	font-family: 'Klavika';
	font-size: 34px;
	color: #00b6da;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 35px;
}

.type_entreprise h3 {
	font-family: 'Klavika medium';
	font-size: 27px;
	color: #2c4098;
	margin-bottom: 0px !important;
}

.type_entreprise h4 {
	font-family: 'Klavika medium';
	font-size: 20px;
	color: #2c4098;
	margin-bottom: 0px !important;
}

.type_entreprise h5 {
	font-family: 'Klavika medium';
	font-size: 17px;
	color: #2c4098;
	margin-bottom: 0px !important;
}

.type_entreprise p {
	font-family: 'roboto';
	font-size: 15px;
	line-height: 1.6;
	text-align: justify;
}

.type_entreprise ul {
	font-family: 'roboto';
	font-size: 15px;
	line-height: 1.6;
	text-align: justify;
}

.type_entreprise ol {
	font-family: 'roboto';
	font-size: 15px;
	line-height: 1.6;
	text-align: justify;
}

.type_entreprise .col-md-6 {
	padding-right: 38px;
}

.btn_modif img, .btn_liqui img {
	width: 90%;
}

/* _________________________________________________________________________ */
/* _________________________________________________________________________ */

/* PAGE PRODUIT */ /* PAGE PRODUIT */ /* PAGE PRODUIT */ /* PAGE PRODUIT */ /* PAGE PRODUIT */ /* PAGE PRODUIT */ /* PAGE PRODUIT */

.half_background_produit {
	height: 500px;
	text-align: center;
	color: #fff;
	background-image: url(../site_images/background_produit-min.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: right;
}

.half_produit .container {
	width: 100% !important;
}

.losange {
	position: absolute !important;
	margin: 0px auto !important;
	right: 0px !important;
	left: 0px !important;
	bottom: 50% !important;
	width: 50px;
	height: 50px;
}

.half_produit .row {
	position: relative;
}

.half_produit h2 {
	font-family: 'Klavika bold';
	font-size: 40px;
	color: #00b6da;
}

.half_produit_page_commune {
	font-family: 'klavika bold' !important;
	/* font-size: 45px !important; */
	font-size: 3.2em !important;
	color: #FFF !important;
	line-height: 64px;
	margin: 0 0 10px !important;
	display: block !important;
	-webkit-margin-before: 1em !important;
	-webkit-margin-after: 1em !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	position: relative;
	top: -46px;
}

.half_produit h1 {
	font-family: 'klavika bold' !important;
	/* font-size: 45px !important; */
	font-size: 3.2em !important;
	color: #2C4098;
	line-height: 64px;
	margin: 0 0 10px !important;
	display: block !important;
	-webkit-margin-before: 1em !important;
	/*-webkit-margin-after: 1em !important;*/
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	position: relative;
	/* top: -46px;*/
}

.OutilTitreBlue {
	color: #00b6da !important;
}

.half_produit .sous_titre {
	font-family: 'Klavika light italic';
	font-size: 22px;
	color: #000;
	margin: 20px 0px 20px 0px !important
}

.half_produit .sous_titre b {
	white-space: nowrap;
}

.half_produit .description {
	font-family: 'roboto';
	font-size: 16px;
	color: #000;
}

.sous_description {
	font-size: 14px;
	font-style: italic;
}

.ariane {
	font-family: 'Roboto';
	font-size: 13px;
	color: #090909;
	margin-bottom: 55px;
	margin-top: 20px;
	display: block;
}

.half_btn {
	width: 218px;
	height: 55px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #2c4098;
	margin-top: 50px;
}

.half_btn_haut {
	width: 208px;
	height: 55px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #2c4098;
	margin-top: -5px;
	margin-bottom: 10px;
}

.half_btn_haut span {
	font-family: 'Klavika medium';
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

.btn_disso_ami {
	width: 232px !important;
}

.btn_modification {
	width: 278px;
}

.btn_modification_denomination {
	width: 318px;
}

.half_btn span {
	font-family: 'Klavika medium';
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

/* _________________________________________________________________________ */
/* _________________________________________________________________________ */

/* PAGE teasers */ /* PAGE teasers */ /* PAGE teasers */ /* PAGE teasers */ /* PAGE teasers */ /* PAGE teasers */ /* PAGE teasers */

.half_background_teasers {
	height: 500px;
	text-align: center;
	color: #fff;
	background-image: url(../site_images/backround_teasers-min.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom;
}

.half_background_teasers_titre {
	top: 180px;
	position: absolute;
	bottom: 0px;
	left: 45px;
	text-align: left;
}

.btn_type_societe {
	width: 90%;
	height: 55px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #2c4098;
	background-image: -webkit-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -moz-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -o-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: -ms-linear-gradient(top, #00b6da, #10a4d0 99%);
	background-image: linear-gradient(to bottom, #00b6da, #10a4d0 99%);
	margin-bottom: 20px;
	position: relative;
}

.img_btn_type_societe {
	vertical-align: inherit;
	top: 7%;
	float: right;
	display: block;
	position: relative;
}

.img_btn_type_societe_haut {
	vertical-align: inherit;
	top: -10%;
	float: right;
	display: block;
	position: relative;
}

.text_btn_type_societe {
	font-family: 'Klavika medium';
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	/*position: absolute;*/
	margin: auto;
	top: 28%;
	left: 25px;
}

.text_btn_type_societe_modification {
	font-family: 'Klavika medium';
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin: auto;
}

.denomination {
	top: 7% !important;
	left: 63px !important;
}

.sous_text_btn_type_societe {
	font-family: 'Klavika';
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding-right: 25px;
}

.kb_45 {
	font-family: 'klavika bold';
	/* font-size: 45px; */
	font-size: 3.2em;
	color: #FFF;
}

.kli_22 {
	font-family: 'klavika light italic';
	font-size: 22px;
}

.rm_15 {
	font-family: 'roboto medium';
	font-size: 15px;
}

#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

#signup {
	width: 490px;
	height: 435px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fff;
	-webkit-box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	-moz-box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	display: none;
	top: 22% !important;
	padding: 30px 50px 0px 50px;
}

.btn_signup {
	width: 208px;
	height: 55px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #2c4098;
	font-family: 'Klavika medium';
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}

#signup input {
	height: 42px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fafafa;
	-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .04);
	-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .04);
	box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .04);
	border: solid 1px #eae7e7;
}

.background_connexion {
	/*background-image: url(../site_images/background_connexion-min2.jpg);*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 300px;
}

#signin {
	width: 550px;
	height: 750px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fff;
	-webkit-box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	-moz-box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	top: 28%;
	padding: 30px 50px 0px 50px;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
}

#demande_crea_compte {
	width: 900px;
	height: 750px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fff;
	-webkit-box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	-moz-box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	top: 28%;
	padding: 30px 50px 0px 50px;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
}

#signin .row {
	position: relative;
}

#white_frame_public {
	width: 1100px;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fff;
	-webkit-box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	-moz-box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	box-shadow: -9px 8px 62px 11px rgba(0, 0, 0, .36);
	top: 28%;
	padding: 30px 50px 0px 50px;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
}

#white_frame_public .row {
	position: relative;
}

.btn_signin {
	width: 227px;
	height: 48px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #2c4098;
	font-family: 'Klavika medium';
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

.btn_signin_poursuivre {
	width: 500px;
	height: 48px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #2c4098;
	font-family: 'Klavika medium';
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

#signin input {
	height: 42px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fafafa;
	-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .04);
	-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .04);
	box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .04);
	border: solid 1px #eae7e7;
}

.mot_de_passe_oublie {
	text-align: right;
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	color: #adadad !important;
	text-decoration: underline;
}

#signin a {
	color: #adadad !important;
}

#signin a:hover {
	color: #9A9A9A !important;
}

.titre_connexion {
	text-align: center;
	top: 20%;
	position: absolute;
	margin: 0px auto !important;
	left: 0px;
	right: 0px;
	font-family: "klavika bold";
	font-size: 32px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 34px;
}

.divtop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.7;
	display: none;
	width: auto;
}

/* _______________________________________________________________________ jout depuis style page index*/

.h3_titre_index {
	line-height: 32px;
	font-family: "roboto bold";
	font-size: 27px;
}

.h5_titre_index {
	font-family: "roboto bold";
	font-size: 14px;
}

.cercle a {
	color: #2c4098;
}

.cercle a:hover {
	color: #2c4098;
	text-decoration: none;
}

.text-r-16 {
	font-family: "roboto";
	font-size: 16px;
}

.section6 a {
	color: #06B0D6;
}

.section6 a:hover {
	color: #069ed6;
}

.section6 h2 {
	margin-bottom: 1px;
}

.titre_icone {
	font-family: 'Klavika';
	font-size: 23px;
	color: #1F93C7;
	font-weight: bold;
}

.titre-comment {
	font-family: 'Klavika';
	font-size: 35px;
	color: #2C4098;
	font-weight: bold;
}

.icone {
	font-family: 'roboto';
	font-size: 16px;
}

.titre-k-25 {
	color: #1F93C7 !important;
}

.titre-k-34 {
	color: #1F93C7 !important;
}

.titre-k-34-pourquoi {
	color: #2C4098 !important;
	font-weight: bold;
	font-family: "klavika bold";
}

.titre-k-34-petit-pourquoi {
	color: #1F93C7 !important;
	font-weight: bold;
	font-size: 23px;
}

.section3-text img {
	width: 50%;
}

.section3-text b {
	font-size: 23px;
	color: #1F93C7 !important;
	font-weight: bold;
	font-family: "roboto";
}

.homme {
	width: 80%;
}

@media (max-width: 1200px) {
	
	.section3-text img {
		width: 100%;
	}

	.homme {
		width: 30%;
	}

	.div-homme {
		text-align: center;
	}

}

@media (max-width: 980px) {
	
	.section3-text img {
		width: 100%;
	}
	
	.homme {
		width: 30%;
	}
	
	.div-homme {
		text-align: center;
	}
	
}

@media (max-width: 360px) {
	
	.homme {
		width: 50%;
	}
	
}

/* _____________________________________________________________________________Page principale rubrique */

.rubrique {
	background: #FAFAFA;
	padding-bottom: 55px;
}

.rubrique h2 {
	font-family: 'Klavika';
	font-size: 34px;
	color: #00b6da;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 35px;
}

.rubrique .sous_titre {
	font-family: 'Klavika light italic';
	font-size: 22px;
	color: #000;
	margin: 20px 0px 10px 0px !important;
}

.rubrique .description {
	font-family: 'roboto';
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}

.rubrique .half_btn {
	height: 40px;
	margin: 0 auto !important;
	display: block !important;
	text-decoration: none !important;
}

.rubrique a {
	text-decoration: none !important;
}

.en_savoir_plus {
	text-decoration: underline;
}

.en_savoir_plus:hover {
	color: #2a6496;
}

.en_savoir_plus:active {
	color: #2a6496;
}

.en_savoir_plus:focus {
	color: #2a6496;
}

/* _________________________________________________________________________________Page principale rubrique */

.section7-text b {
	font-size: 23px;
	color: #1F93C7 !important;
	font-weight: bold;
	font-family: "roboto";
}

.section7-text {
	text-align: center;
}

/*iPad Pro 9.7"*/

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	
	.half_btn_haut.hidden-lg {
		display: block !important;
	}
	
	.half_btn.hidden-xs {
		display: none !important;
	}

}

/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	
	.half_btn_haut.hidden-lg {
		display: block !important;
	}
	
	.half_btn.hidden-xs {
		display: none !important;
	}

}

/*iPad Pro 10.5"*/

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	
	.half_btn_haut.hidden-lg {
		display: block !important;
	}
	
	.half_btn.hidden-xs {
		display: none !important;
	}

}

/* Landscape */

/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	
	.half_btn_haut.hidden-lg {
		display: block !important;
	}
	
	.half_btn.hidden-xs {
		display: none !important;
	}
	
}

/*ipad PRo 12.9"*/

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	
	.half_btn_haut.hidden-lg {
		display: block !important;
	}
	
	.half_btn.hidden-xs {
		display: none !important;
	}

}

/* Landscape */

/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	
	.half_btn_haut.hidden-lg {
		display: block !important;
	}
	
	.half_btn.hidden-xs {
		display: none !important;
	}

}

.align-centre {
	margin-left: 33%;
}

@media (max-width: 770px) {
	
	.icone img {
		width: 14%;
		margin-top: 15px;
	}
	
}

@media (max-width: 1112px), screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	
	#signin {
		top: 15%;
	}

	#white_frame_public {
		top: 15%;
	}
	
	.titre_connexion {
		text-align: center;
		top: 4%;
	}
	
	.background_connexion {
		height: 523px;
	}
	
}

@media (max-width: 992px) {
	
	.centrer_img .btn_type_societe {
		width: 70%;
		margin-left: 6% !important;
	}
	
}

@media (max-width: 767px) {
	
	.centrer_img .btn_type_societe {
		width: 63%;
		margin-left: 44% !important;
	}
	
}

@media (max-width: 548px) {
	
	.centrer_img .btn_type_societe {
		width: 85%;
		margin-left: 33% !important;
	}
	
}

@media (max-width: 414px) {
	
	.centrer_img .btn_type_societe {
		width: 112%;
		margin-left: 19% !important;
	}
	
}

@media (max-width: 411px) {
	
	.centrer_img .btn_type_societe {
		width: 113%;
		margin-left: 19% !important;
	}
	
}

@media (max-width: 375px) {
	
	.centrer_img .btn_type_societe {
		width: 124%;
		margin-left: 14% !important;
	}
	
}

@media (max-width: 360px) {
	
	.centrer_img .btn_type_societe {
		width: 129%;
		margin-left: 11% !important;
	}
	
}

@media (max-width: 320px) {
	
	.centrer_img .btn_type_societe {
		width: 146%;
		margin-left: 2% !important;
	}
	
}

a:hover, a:focus {
	
	color: #428bca !important;
	text-decoration: none !important;
	
}