@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400italic,400,500,500italic,700,700italic,900,900italic|Open+Sans:400,300,600,700,800,300italic,400italic,800italic,700italic,600italic);

html {
	width: 100%;	
}

body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	position: relative;	
	font-family: 'Roboto', sans-serif;	
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #4f4f4f;
}


.bloc {
	position: relative;
}

.titre1 {
	font-weight: 900;	
}

.titre2 {
	font-weight: 300;
}

.soustitre1 {
	font-weight: 700;
}

.soustitre2 {
	font-weight: 300;
}

.sep hr {	
	border: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1px;
	height: 100%;
	background-color: #c9c9c9;
}


/* ********** MODAL RECRUTEMENT ********** */

.recrutement_modal-header {
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	color: rgba(0, 85, 184, 1);
}

.recrutement_titre {
	font-weight: 900;
	font-size: 16px;
}

.recrutement_texte {
	font-weight: 300;
	font-size: 14px;
}

.recrutement_sep {
	border-top: 1px dotted #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
}





/* ********** MODAL ********** */

.texte_modal-header {
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	color: rgba(0, 85, 184, 1);
}


/********** VOIR LE FILM **********/

#voir_le_film {
	background: rgba(0, 0, 0, 1);
	position: absolute;
	z-index: 1000;
	top: -100;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#voir_le_film_contenu {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#voir_le_film_film {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 1;
}

#voir_le_film_close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 20px;
	color: #FFF;
	text-shadow: 0px 0px 3px #000;
	font-size: 20px;
}

#voir_le_film_close span {
	cursor: pointer;
}

/********** FIN VOIR LE FILM **********/



/********** ENTETE **********/
#entete {
	width: 100%;
	height: 140px;
	background-color: #FFF;
	background-image: url(/images/entete_fond.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: fixed; 
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-moz-box-shadow: 0px 2px 8px 0px rgba(1,1,1,0.17);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(1,1,1,0.17);
	-o-box-shadow: 0px 2px 8px 0px rgba(1,1,1,0.17);
	box-shadow: 0px 2px 8px 0px rgba(1,1,1,0.17);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#010101, Direction=180, Strength=8);
}

#entete_logo {
	margin-top: 28px;
}

#entete ul, #m_menu ul {
	list-style-type: none;
}

#entete li {
	display: inline-block;
}


#menu1 {
	margin-top: 30px;
}

#menu1 li {
	font-size: 14px;
	font-weight: 700;
	background-color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
}

#menu1 li:first-child {
	margin-left: 0;
}

#menu1 li:last-child {
	margin-right: 0;
}



#menu1 li:hover {
	background-color: #c5ebff;
}

#menu1 a {
	color: #0056b8;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


#menu2, #menu3 {
	float: right;	
	padding: 0;
	margin: 0;
	margin-top: 15px;
}


#menu2 li {
	font-size: 10px;
	font-weight: 700;
	background-color: #0056b8;
	color: #FFF;	
	padding: 5px;
	padding-left: 15px;
	padding-right: 50px;
	cursor: pointer;
	background-image: url(/images/menu2_fond.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}

#menu2 li img {
	margin-left: 5px;
	margin-right: 15px;
	-webkit-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}


#menu3 li {
	font-size: 10px;
	font-weight: 700;
	background-color: #1f9bde;
	color: #a5d7f2;
}

#menu3 li:hover {
	background-color: #2fa4e3;
}

#menu3 a {
	color: #a5d7f2;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#menu3 img {
	margin-right: 7px;
}

/********** FIN ENTETE **********/



/********** MENU FILIALES **********/
#menufiliales {
	background-color: rgba(0, 86, 184, 1);
	color: #FFF;
	overflow: hidden;
	-webkit-transition: max-height 0.8s ease-in-out;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
	position: fixed; 
	z-index: 100;
	top: 140px;
	left: 0;
	right: 0;
}

.hauteur0 {
	max-height: 0;
}

.hauteur500 {
	max-height: 550px;
}


.mf_col1 {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.mf_col1_gras {
	font-weight: 900;
	font-size: 20px;
	line-height: 18px;
}

#monimage {
	margin-top: 25px;
}

#menufiliales ul {
	list-style-type: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 50px;
}

#menufiliales ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
}

#menufiliales ul .metier {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	font-style: italic;
}

#menufiliales li:hover {
	background-color: #0e61bf;
}

/********** FIN MENU FILIALES **********/



/********** EFFETS **********/
.rotate0 {
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.rotate90 {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1;
}

.translatex50 {
	transform: translateX(50px);
	-ms-transform: translateX(50px);
	-webkit-transform: translateX(50px);
}

.translatexmoins50 {
	transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
}


/********** FIN EFFETS **********/



/********** ACCUEIL **********/
#decal_accueil {
	width: 100%;
	height: 140px;
}

#accueil {
	width: 100%;
	height: 630px;  
	position: relative; 
	overflow: hidden;
}

#accueil video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1000;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0
	overflow: hidden;
}

#accueil_texte {
	margin-top: 200px;
	font-size: 68px;
	font-weight: 900;
	line-height: 63px;
	color: #FFFFFF;
}

#accueil_btn {
	margin-top: 38px;
}

#accueil_btn_decouvrirgroupe, #accueil_btn_voirlefilm {
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
	font-size: 15px;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
}


#accueil_btn_decouvrirgroupe {
	background-color: #0056b8;
}

#accueil_btn_decouvrirgroupe:hover {
	background-color: #1f9bde;
}

#accueil_btn_voirlefilm {
	margin-left: 18px;
	background-color: #1f9bde;
}

#accueil_btn_voirlefilm:hover {
	background-color: #0056b8;
}

#accueil_btn_voirlefilm .glyphicon-play {
	font-size: 30px;
	margin-bottom: 7px;
	vertical-align: middle;
}



/********** FIN ACCUEIL **********/



/********** ACCUEIL MOBILE **********/
#m_accueil {
	width: 100%;
	background-image: url(/images/mobile_fond_accueil.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	position: relative;
}

#m_accueil_filtre {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
}


#m_accueil_logo {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
	right: 0;
}


#m_accueil_texte_btn {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 0;
	right: 0;
}

#m_accueil_texte_btn .col-xs-12 {
	color: #FFF;
	font-weight: 900;
}




/********** FIN ACCUEIL MOBILE **********/



/********** MENU MOBILE **********/
#m_menu {
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #1f9bde;
	-webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}

#m_menu button {
	margin: 15px;
	margin-top: 20px;
}

#m_menu3 {
	padding: 0;
	margin: 0;
}

#m_menu3 a {
	color: #a5d7f2;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#m_menu3 img {
	margin-right: 7px;
}

/********** FIN MENU MOBILE **********/



/********** MENU MOBILE FILIALES **********/
#m_menufiliales {
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #337ab7;
	-webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}

#m_menufiliales button {
	margin: 15px;
	margin-top: 20px;
}

#m_menufiliales ul {
	list-style-type: none;
	font-weight: 700;	
	padding: 0;
	margin: 0;
}

#m_menufiliales ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.m_mf_col {
	color: #FFF;
	font-weight: 300;
	padding: 10px;
	padding-bottom: 30px;
}

.m_mf_col_gras {
	font-weight: 900;
}

/********** FIN MENU MOBILE FILIALES **********/

.leftmoins100p100 {
	left: -100%;
}

.left0 {
	left: 0;
}



/********** GROUPE **********/

#groupe .titre1 {
	color: #0056b8;
}

#groupe p {
	margin: 0 0 30px;
}

#groupe .carousel-indicators li {
	border: 1px solid #000;
}

#groupe .carousel-indicators .active {
	background-color: #000;
}

#groupe .carousel-indicators {
    bottom: -50px;
}

/********** FIN GROUPE **********/



/********** VALEURS **********/

#valeurs {
	background-color: rgba(31, 155, 222, 0.1);
}

#valeurs .titre1 {
	color: #0056b8;
}

#valeurs .soustitre1 {
	color: #0056b8;
	font-size: 25px;
}

#valeurs .sousbloc {
	margin-top: 40px;
	margin-bottom: 40px;
}

/********** FIN VALEURS **********/



/********** CITATION **********/
#citation {	
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	color: #FFFFFF;
}

#citation .bloc {
	background-color: rgba(35, 156, 215, 0.38);
}

#citation .signature {
	font-size: 20px;
	line-height: 27px;
	font-weight: 900;
	margin-top: 65px;
}

#citation .fonction {
	font-weight: 300;
	font-style: italic;
}

/********** FIN CITATION **********/



/********** HISTOIRE **********/

#histoire .titre1 {
	color: #0056b8;
}

#histoire .container:nth-child(2) {
	position: relative;
}

#histoire .soustitre1 {
	color: #0097d8;
	font-weight: 900;
}

#histoire .timeline {
	width: 1px;
	position: absolute;
	z-index: 0;
	top: 130px;
	bottom: -50px;
	left: 50%;
	background-color: #5a5a5a;
}

#histoire .puce {
	margin-top: 20px;
}

#histoire .lignedate {
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

/********** FIN HISTOIRE **********/



/********** FILIALES **********/

#filiales .titre1 {
	color: #0056b8;
}

#filiales .soustitre1 {	
	font-weight: 400;
	margin-top: 15px;
}

#filiales ul.onglet {
	list-style-type: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#filiales .onglet li {
	width: 280px;
	padding: 10px;
    margin: 10px;
    display: inline-block;
	background-color: #259cd3;
	cursor: pointer;
	color: #FFF;
	font-size: 15px;
	font-weight: 900;
	line-height: 28px;
}

#filiales .onglet li.active, #filiales .onglet li.active:hover {
	background-color: #0056b8;
}

#filiales .onglet li:hover {
	background-color: #2fa4e3;
}



#filiales .filiale {
	display: none;
	margin-top: 40px;
}

#filiales .filiale.active {
	display: block;
}

#filiales .filiale .titre {	
	font-weight: 700;
	color: #0056b8;
	margin-bottom: 30px;
}

#accordeon1, #accordeon2, #accordeon3 {
	list-style-type: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#accordeon1 li{
	width: 20%;
	height: 325px;
	padding: 0;
    margin: 0;
    display: inline-block;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
	position: relative;
}

#accordeon2 li {
	width: 14.2857143%;
	height: 325px;
	padding: 0;
    margin: 0;
    display: inline-block;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
	position: relative;
}

#accordeon3 li {
	width: 50%;
	height: 325px;
	padding: 0;
    margin: 0;
    display: inline-block;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
	position: relative;
}

#accordeon1 li .fond, #accordeon2 li .fond {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	z-index: 1;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

#accordeon3 li .fond {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	z-index: 1;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}




#accordeon1 li:nth-child(1) .fond {
	background-image: url(/images/filiale01.jpg);	
}

#accordeon1 li:nth-child(2) .fond {
	background-image: url(/images/filiale02.jpg);
}

#accordeon1 li:nth-child(3) .fond {
	background-image: url(/images/filiale05.jpg);
}

#accordeon1 li:nth-child(4) .fond {
	background-image: url(/images/filiale04.jpg);
}

#accordeon1 li:nth-child(5) .fond {
	background-image: url(/images/filiale05.jpg);
}


#accordeon2 li:nth-child(1) .fond {
	background-image: url(/images/filiale06.jpg);	
}

#accordeon2 li:nth-child(2) .fond {
	background-image: url(/images/filiale07.jpg);
}

#accordeon2 li:nth-child(3) .fond {
	background-image: url(/images/filiale08.jpg);
}

#accordeon2 li:nth-child(4) .fond {
	background-image: url(/images/filiale09.jpg);
}

#accordeon2 li:nth-child(5) .fond {
	background-image: url(/images/filiale10.jpg);
}

#accordeon2 li:nth-child(6) .fond {
	background-image: url(/images/filiale111.jpg);
}

#accordeon2 li:nth-child(7) .fond {
	background-image: url(/images/filiale112.jpg);
}

#accordeon3 li:nth-child(1) .fond {
	background-image: url(/images/filiale11.jpg);	
}

#accordeon3 li:nth-child(2) .fond {
	background-image: url(/images/filiale12.jpg);
}



#accordeon1 li .fond_bleu, #accordeon2 li .fond_bleu, #accordeon3 li .fond_bleu {
	background-color: rgba(0, 86, 184, 0.84);
	width: 100%;
	height: 100%;	
	position: absolute;
	z-index: 2;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: none;
}

#accordeon1 li .contenu, #accordeon2 li .contenu, #accordeon3 li .contenu {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	transform: translate(-50%, -50%);
	display: none;
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}

#accordeon3 li .contenu {
	width: 50%;
}

#carousel_filiale1, #carousel_filiale2, #carousel_filiale3 {
	margin-top:20px;
}



/********** FIN FILIALES **********/






/********** ACTIONNARIAT **********/
#actionnariat .titre1 {
	color: #0056b8;
}

#actionnariat .ligne1 {
	margin-top: 65px;
}



#actionnariat ul.onglet {
	list-style-type: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#actionnariat .onglet li {
	padding: 10px;
    margin: 10px;
    display: inline-block;
	background-color: #259cd3;
	cursor: pointer;
	color: #FFF;
	font-size: 15px;
	font-weight: 900;
	line-height: 28px;
}

#actionnariat .onglet li.active, #actionnariat .onglet li.active:hover {
	background-color: #0056b8;
}

#actionnariat .onglet li:hover {
	background-color: #2fa4e3;
}

#actionnariat .actionnariat {
	display: none;
}

#actionnariat .actionnariat.active {
	display: block;
}


#actionnariat .ligne1 img {
	transition: transform 1s, opacity 1s;
	-moz-transition: transform 1s, opacity 1s;
	-webkit-transition: transform 1s, opacity 1s;	
}

#actionnariat .ligne2 {
	margin-top: 100px;
}

#actionnariat .titrebis1 {
	color: #005aa7;
	font-weight: 900;
	margin-bottom: 30px;
}

#actionnariat .titrebis2 {
	color: #005aa7;
	font-weight: 700;
}

#actionnariat .fichier img {
	width: 20px;
	margin-top: -5px;
}

#actionnariat .fichier a {
	color: #4f4f4f;
}

#actionnariat .bourse {
	background-color: #1d99d6;
	color: #FFF;
	padding-right: 0px;
    padding-left: 0px;
}

#actionnariat .bourse:hover {
	background-color: #0056b8;
}

#actionnariat .bourse img {
	color: #FFF;
	margin: 25px;
}

#actionnariat .bourse a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 25px;
}


/********** FIN ACTIONNARIAT **********/



/********** ACTUALITES **********/
#actualites {
	background-color: rgba(242, 242, 242, 1);
}

#actualites .titre1 {
	color: #0056b8;
}

#actualites .ligne1 {
	margin-top: 60px;
}

#actualites .titrebis1 {
	font-weight: 300;
	height: 62px;
	overflow: hidden;
}

#actualites .titrebis2 {
	font-weight: 900;
}

#actualites p {
	margin-bottom: 30px;
}



#actualites .lirelasuite {
	font-weight: 700;
	color: #FFF;
	padding: 10px;
	text-decoration: none;
	background-color: #0c99d6;
}

#actualites .lirelasuite:hover {
	background-color: #2fa4e3;
}

#actualites .fa {
	font-size: 25px;
}

.toutesactus {
	text-align: right;
	color:#0064B1;
	font-size: 14px;
}

.toutesactus a {
	color:#0064B1;
	text-decoration: underline;
}



/********** FIN ACTUALITES **********/


/********** CONTACT **********/
#contact {	
	background-image: url(/images/contact_fond.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	color: #FFFFFF;
}

#contact .bloc {
	background-color: rgba(10, 144, 207, 0.82);
}

#contact .sep hr {		
	background-color: #FFF;
}

#contact .ligne1 {
	margin-top: 40px;
}

#contact .formbloc1 {
	float: left;
	width: 50%;
	padding: 10px;
}

#contact .formbloc1gauche {
	padding-left: 0px;
}

#contact .formbloc1droite {
	padding-right: 0px;
}

#contact .formbloc2 {
	width: 100%;
	padding-top: 10px;
}

#contact .formbloc3 {
	width: 100%;
	padding-top: 10px;
}


#contact .formfield {
	background-color: #8ec5dd;
	border: 1px solid #FFF;
	background-position: 10px;
	background-repeat: no-repeat;
	padding: 15px;
	padding-left: 45px;
	width: 100%;
	color: #FFF;
}

#contact textarea.formfield {
	padding: 15px;
	height: 185px;
}

#contact .formfield1 {	
	background-image: url(/images/contact_field01.png);
}

#contact .formfield2 {	
	background-image: url(/images/contact_field02.png);
}

#contact .formfield3 {	
	background-image: url(/images/contact_field03.png);
}

#contact .formfield4 {	
	background-image: url(/images/contact_field04.png);
}

#contact .formfield:focus, #contact .formfieldtextarea:focus {
	outline: none;
}

#contact .formfield::-webkit-input-placeholder { 
	font-style: italic;
	color: #FFF;
	font-size: 14px;
}

#contact .formfield::-moz-placeholder { 
	font-style: italic;
	color: #FFF;
	font-size: 14px;
} /* firefox 19+ */

#contact .formfield :-ms-input-placeholder { 
	font-style: italic;
	color: #FFF;
	font-size: 14px;
} /* ie */

#contact .formfield input:-moz-placeholder { 
	font-style: italic;
	color: #FFF;
	font-size: 14px;
}

#submit_contact {
	background-color: #FFF;
	color: #199cd5;	
	font-size: 16px;
	line-height: 30px;
	font-weight: 900;
	border: none;
	padding: 5px;
	padding-left: 45px;
	padding-right: 45px;

}

#contact .adresse {
	font-weight: 400;
}



a#adressegooglemap {
	color: #199cd5;	
	text-decoration: none;
	background-color: #FFF;	
	display: inline-block;
	font-size: 16px;
    line-height: 30px;
	font-weight: 900;
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#reseauxsociaux {
	font-weight: 300;
}

#reseauxsociaux .titre {
	font-weight: 900;
}

#reseauxsociaux a {
	color: #FFF;
	text-decoration: none;

}

#reseauxsociaux i {
	font-size: 25px;
	line-height: 20px;
	border: 1px solid #FFF;
	background-color: #FFF;
	color: #199cd5;
	padding: 5px;
	margin-right: 8px;
}


/********** FIN CONTACT **********/





/********** ENPIED **********/



#enpied .titre {
	font-weight: 900;
	color: #0097d8;
	font-size: 25px;
	line-height: 28px;
	padding-bottom: 15px;
}



#enpied ul {
	list-style-type: none;
}

#enpied li {
	font-weight: 900;
	font-size: 14px;
	line-height: 24px;
}


#enpied a {
	color: #2661b3;
	text-decoration: none;
}

#enpied .mentionslegales {
	color: #454545;
}

#enpied .logo_responsive_digital{
	border-left: 1px solid #454545;
	box-sizing: border-box;
}

/********** FIN ENPIED **********/




