/* -------------------------------- 

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 80%;
}

body {
  font-size: 1.6rem;
  font-family: 'Poppins', sans-serif;
  color: #252D40;
  background-color: #343F59;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
a {
  color: #252D40;
  text-decoration: none;
}

/*-----------------------------
MENU
-------------------------------*/
#main_menu {
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFC74F;
    z-index: 1000;
}
#main_menu ul {
	list-style:none;
	width:100%;
	overflow:hidden;
}
#main_menu li {
	float:left;
	width:14%;
	font-size: 16px;
}

#main_menu a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#252D40;
    padding: 0 0 55px 0;

}
#main_menu a:hover {
	color:#F4F4F8;

}
.current {
	color:#ffffff !important;	
 
}
#logo_menu  {
	float:left;
	margin: 0 auto;
	width:30%;
}
#logo_menu img  {
	padding: 1px 0;
	margin: 0 auto;
	text-align: center;
    display: block;
}
#home {
	padding:6px !important;
}
.sous {
    position: absolute;
    display: none;
    background-color: #ffffff;
    margin-top: 0px;
}
nav > ul li:hover .sous {
    display: block;
}
.sous li {
    float: none!important;
    text-align: left;
    width: 100%!important;
    padding: 10px;
    margin: 0!important;
}
.sous a {
    color: #343F59 !important;
    text-align: left !important;
    padding: 10px 0 !important;
}
.sous a:hover {
    color:#E94854!important;
}
li {
	list-style-type: none;
	font-size:0.8em;
    margin: 60px 0 0 0;
}
li img {
	max-width: 30px;
	margin-right: 10px;
	margin-bottom:-5px;
	}

/* -------------------------------- 
SECTION COMMUNE
-------------------------------- */
#presentation, #fonctionnalites, #pointsforts, #references, #avantages, #contact .section {
	overflow: hidden;
	padding-top: 130px;
}
.points {
    background-image:url("../images/motifs_birhdy.png");
    background-repeat:repeat;
    background-attachment: fixed;
}
.sectionts {
	overflow: hidden;
	padding-top: 130px!important;
}
.cd-section {
  overflow: hidden;
}
.retrait {
  width:100%;
  padding:0 0 5% 0;
  overflow: hidden;
  margin:0 auto;
  max-width: 90%;
}
.container {
  width: 100%;
  overflow: hidden;
}
.espace {
	margin: 2% 0 2% 0;
    overflow: hidden;
}
.overflow {
    overflow: hidden;
}

.cd-section:first-of-type > div {
  background-color: #FFC74F;
  color: #343F59;
}
.cd-section:nth-of-type(2) > div {
  background-color: #8BB4D2;
  color: #343F59;
}
.cd-section:nth-of-type(3) > div {
  background-color: #467BA9;
  color: #343F59;
}
.cd-section:nth-of-type(4) > div {
  background-color: #69C0B3;
  color: #343F59;
}
.cd-section:nth-of-type(5) > div {
  background-color: #E9E9F0;
  color: #343F59;
}
.cd-section:nth-of-type(6) > div {
  background-color: #343F59;
  color: #343F59;
}


/* -------------------------------- 
SECTION PRESENTATION
-------------------------------- */
.img_accueil {
background-image:url("../images/img_accueil.png");
    background-repeat: no-repeat;
    background-position: bottom;
} 

#img_presentation {
	max-width: 100%;
	margin: 0 0;
	text-align: center;
	display: block;
	vertical-align:middle;
	padding-top: 20px;
} 
/* -------------------------------- 
SECTION FONCTIONNALITES
-------------------------------- */
#fonctionnalites {
	min-height:600px;
}
#fonctionnalites h3 {
	font-size:1.2em;
	font-weight: bold;
	color: #ffffff;
    text-align: center;
    margin: 10px 0px 30px 0;
}
#fonctionnalites ul {
	color: #ffffff;
}
#fonctionnalites p {
	color: #FFC74F;
}
.picto {
	width: 80%;
	max-width: 150px;
	margin: 10px auto;
	display: block;
	text-align: center;
} 
.img100 {
	width: 100%;
}
.ecran {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
}
.tag {
    border: solid #ffffff 1px;
    padding: 15px;
    border-radius: 20px;
    margin: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.9em;
    text-align: center;
}
.tag100 {
    border: solid #ffffff 1px;
    padding: 15px;
    border-radius: 20px;
    margin: 3%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    width: 96%;
    font-size: 0.9em;
    text-align: center;
}
.btn-decouvrir {
    width: 250px;
    background-color:#FFC74F;
    color: #343F59!important;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    padding: 20px;
    border: 2px solid #343F59;
    margin: 20px auto;
}
.btn-decouvrir:hover {
    width: 250px;
    background-color:#E94854;
    color: #ffffff;    
    border: 2px solid #ffffff;
    cursor: pointer;
}
a:hover, a:focus {
    color: #343F59;
    text-decoration: none;
}

/* -------------------------------- 
SECTION A PROPOS / QUI SOMMES NOUS
-------------------------------- */
.img_imail {
background-image:url("../images/img_imail.png");
    background-repeat: no-repeat;
    background-position: bottom;
} 
/* -------------------------------- 
SECTION Dossier PERSONNEL
-------------------------------- */
.dossierperso {
background-image:url("../images/dossier_du_personnel.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: center;
} 
/* -------------------------------- 
SECTION CONGES
-------------------------------- */
.conges {
background-image:url("../images/conges_absences.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: center;
} 

/* -------------------------------- 
SECTION NOTES DE FRAIS
-------------------------------- */
.notes {
background-image:url("../images/note_frais.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: center;
} 

/* -------------------------------- 
SECTION ALERTES
-------------------------------- */
.alertes {
background-image:url("../images/alerte.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: center;
} 

/* -------------------------------- 
SECTION REPORTING
-------------------------------- */
.reporting {
background-image:url("../images/reporting.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: center;
} 

/* -------------------------------- 
SECTION CONTACT
-------------------------------- */
.img_contact {
background-image:url("../images/img_contact.png");
    background-repeat: no-repeat;
    background-position: bottom;
} 
input {
	width: 100%;
	height:50px;
	border-radius:2px;
	border:none;
	background-color:#fff;
	color: #22283f;
	margin-top: 30px;
	padding-left: 10px;
}
#formulaire label {
}

#formulaire p {
		color: #F4F4F8;
}
#formulaire textarea {
	width: 100%;
	min-height:50px;
	border-radius:2px;
	border:none;
	background-color:#fff;
	color: #22283f;
	padding-left: 10px;
	margin-top: 30px;
}
#go {
	background-color:#FFC74F;
	width: 40%;
	padding: 10px;
	display: block;
	cursor: pointer;
	font-size:18px;
	color: #fff;
}
#go:hover {
	background-color: #252D40;
	color: #fff;
}
.error, .alerte {
	color: #E94854;
	font-size: 12px;
	text-align: left;
	line-height: 0.5;
}
#envoye {
	color: #EF7D00;
	text-align: left;
	font-size: 21px;
	text-transform: uppercase;

}
#formulaire a {
    color: #212121;
    text-decoration: none;
}
p.rgpd {	
	font-size:10px;	padding-top : 10px;
}
/* -------------------------------- 
FOOTER
-------------------------------- */
footer {
	height: 120px;
	background-color: #252D40;
}
footer p {
	font-size: 14px;
	color: #F4F4F8;
	text-align: center;
	padding-top: 20px;
}
footer a {
	font-size: 14px;
	color: #F4F4F8;
}
footer a:hover, footer a:focus, footer a:visited {
	font-size: 14px;
	color: #FFC74F;
	text-decoration: none;
}
.linkedin {
    width: 30px;
    display: block;
    margin: 20px auto;
}
/* -------------------------------- 
COULEURS
-------------------------------- */
.blanc {
   color:#ffffff;
    padding-top: 10px;
}
.fond_marine {
	background-color: rgba(52, 63, 89, 1);
}
.marine {
	color:#343F59;
}
.fond_bleu2 {
	background-color: rgba(70, 123, 169, 1);
}
.bleu2 {
	color:#467BA9;
}
.fond_bleu {
	background-color: rgba(139, 180, 210, 1)!important;
}
.bleu {
	color:#8BB4D2;
}
.fond_beige {
	background-color: rgba(244, 244, 248, 1);
}
.beige {
	color:#E9E9F0!important;
}
.fond_beige2 {
	background-color:#E9E9F0;
}
.beige2 {
	color:#E9E9F0;
}
.fond_orange {
	background-color: rgba(233, 72, 84, 1);
}
.orange {
	color:#E94854;
}
.fond_jaune {
	background-color: rgba(255, 199, 79, 1);
}
.jaune {
	color:#FFC74F;
}
.fond_vert{
	background-color: #69C0B3;
}
.vert {
	color:#69C0B3!important;
}

/* -------------------------------- 
Mise en page
-------------------------------- */
h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 62px;
	text-align: center;
	margin:60px 100px 20px 100px;
	color: #252D40;
	font-weight: 900;
}
.ml12 {
  font-weight: 900;
  font-size: 4em;
}

.ml12 .letter {
  line-height: 1em;
}

.h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 62px;
	text-align: center;
	margin:60px 100px 40px 100px;
	color: #252D40!important;
	font-weight: 900;
}
.h1soustitre {
    font-family: 'Poppins', sans-serif;
	font-size: 32px;
    color: #252D40;
	text-align: center;
	font-weight: 900;
    margin-bottom:60px;
}
.trait {
	border-top: solid 5px;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-size:1.5em;
	text-align: center;
	margin:40px 0px;
	color: #F4F4F8;
}
h2 img {
	padding-right: 10px;
}
h3 {
	font-size:1.2em;
	text-align: center;
	margin:30px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 p {
	text-transform: none!important;
    font-weight: 400!important;
}
p {
    font-family: "Open Sans", sans-serif!important;
	font-size:0.9em;
	line-height:1.4em;
	text-align: left;
}
.script {
	font-family: 'Indie Flower', cursive;
	font-size:1.5em;
	text-transform: uppercase;
	text-align: center;
    color: #467BA9;
}
strong {
	font-weight: bold;
}
/*.left {
	text-align: left;
}*/
.bloc {
	color:#E9E9F0;
	padding-bottom: 20px;
}
.bloc p {
	text-align: center;
	line-height:2em;
	border-top: solid 1px #8BB4D2;
	margin: 10px 0 0 0;
	padding: 20px 30px 10px 30px;

}
.cadre {
    color: #ffffff;
}
.cadre img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.cadre li {
	list-style-type:disc;
	font-size:0.8em;
	margin: 20px;

}
.bouton {
	width: 40%;
    background-color: #E94854;
	color:#F4F4F8!important;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	font-size: 1.6em;
	cursor: pointer;
	margin-top: 20px;
	text-decoration: none;
}
.bouton a {
	text-decoration: none;
	color:#F4F4F8!important;
}
.bouton:hover {
	background-color:#343F59;
	color:#F4F4F8!important;
	text-decoration: none;
}
.bouton:hover a {
	text-decoration: none;
}

.center {
	text-align: center;
}
.awesome {
   font-size:3em!important;
    width:100%;
    padding:20px;
}
.feuille {
    background-image: url("../images/feuille.png");
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
}
.borderbottom {
    border-bottom: solid 1px #ffffff;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-align: center;
}
.blocfonc {
    border: solid 10px transparent;
	display: block;
	text-align: center;
	min-height: 400px;
    }
/*---------------------------------------------------
PAGE 404
---------------------------------------------------*/
#rub_404 img {
	text-align: center;
	margin: 0 auto;
}
#rub_404 a {
	text-align: center;
	color:#fff;
	text-decoration: none;
}
/*
---------------------------------------------------
MENTIONS LEGALES
---------------------------------------------------
*/
.retrait_mentions {
	margin:0 auto;
	width:90%;	
	max-width:1300px;
	overflow:hidden;
}
#rub-mentions  {
	margin: 50px 0;
}
#rub-mentions h2  {
	font-size:34px;
	color: #252D40;
}
#rub-mentions h3   {
	font-size:18px;
	color: #252D40;
	text-align: left;
	padding-bottom: 10px;	
	padding-top:20px;
}
#rub-mentions p {
	text-align:justify;
	color: #252D40;
}
#rub-mentions a {
	text-decoration: none;
	color: #E94854;
}
#rub-mentions #logo img {
	width: 20%;
	margin: 0 auto;
}#rub-mentions b{	
	font-weight: bold;
}
#logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
#close_mentions img {
	width: 50px;
	text-align:left;
	margin: 20px 0 0 30px;
}
ul.politique {	
	list-style: disc outside;    
	padding-left: 2em;}
ul.politique li {	
	text-align: justify;	
	color: #252D40;	font-size: 15px;    
	line-height: 1.4;	
	display: list-item;}

/*-----------------------------------------------
@MEDIA 1050px
------------------------------------------------*/
@media only screen and (min-width: 1050px) {

#logo img {
    width: 50%;
}
}
/*-----------------------------------------------
@MEDIA 769px
------------------------------------------------*/

/*---@media MENU ------------------------------*/
@media screen and (max-width:768px){

#main_menu a {
    padding: 20px 0;
}
#logo img {
    width: 40%;
}
.tab_none {
	display: none;
	}
#main_menu {
	padding:60px 0 0;
	background-image:url(../images/btn_menu_smartphone.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#FFC74F;
}
#main_menu a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #252D40;
    padding: 0 0 10px 10px;
}
#main_menu ul {
	display:none;
}
#main_menu li {
	float:none;
	clear:both;
	width:100%;
	margin-bottom:10px;
}
.sous li {
    text-align: center;
    padding:0 10px;
}
	h1 {
	font-size: 62px;
	margin:40px 30px;
}
.block {
	display:block !important;
}
.retrait {
    width: 95%;
}
}
/*-----------------------------------------------
@MEDIA 500px
------------------------------------------------*/
@media screen and (max-width:500px){
h1 {
    font-size: 42px!important;
}
.h1 {
    font-size: 42px;
    margin: 60px 5px 40px 5px;
}
.ml12 {
  font-size: 1.8em;
}
.ml12 .letter {
  line-height: 1em;
}
h2 {
    font-size: 25px;
    margin: 30px 0 20px 0;
    padding-bottom: 20px;
}
h3 {
    margin: 10px 0px;
		text-align: center;
} 
.h1soustitre {
    font-size: 25px;
}
.bouton {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    font-size: 1.4em;
}
.none {
	display: none;
} 
.xxs {
	width:100%;
}
#logo img {
    width: 80%;
    padding-top: 10px;
}
	.retrait {
	  max-width: 100%;
}
.blocfonc {
    padding: 20px!important;
    }
}
/*-----------------------------------------------
/*-----------------------------------------------
@MEDIA 320
------------------------------------------------*/
@media screen and (max-width:400px){

#main_menu li {
 	margin-bottom: 0px;
}
	.retrait {
    width: 100%;
}
	.container {
	padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
	.blocfonc {
    min-height: 100px;
}
}

