@charset "utf-8";
/* CSS Document */

/* Code fonts Google */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Satisfy');

/*font-family: 'Satisfy', cursive;*/
/* Colors */
.blue {color: #287fb8;}
.grille {color: #f1efea;}
.noir {color: #27374c;}
.orange {color: #ed6504;}
.darkred {color: #b20000;}
.white {color: #ffffff;}

/* CSS General */
body {
	padding: 0;
	border: 0;
	font-size: 100%;
	font-size:14px; 
	font-family: "Lato", sans-serif;
    -webkit-font-feature-settings: 'kern', 'liga', 'pnum';
    -moz-font-feature-settings: 'kern', 'liga', 'pnum';
    font-feature-settings: 'kern', 'liga', 'pnum';
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	color: #ffffff;
	/*margin: 5% auto;*/
	position:relative;
	background-color: #9494c8 !important;
	min-height:100%
}
.bloc1 {
	background-image:url(../images/bdg_pages.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: bottom right;
	/*background-size:contain;*/
	/*background-color: #287fb8;*/
	background-color: #9494c8 !important;
	padding-bottom:10%;
	padding-top: 200px;
	vertical-align:central;
	/*height:100%*/
}

h1.h_titre {
	color: white;
    font-size: 100px;
	font-weight: 300 !important;
    line-height: 1.1;
    margin-bottom: 0.1em;
	text-align: center;
	}
h2.s_titre {
	color: white;
    font-size: 28px;
	font-weight: 300 !important;
    line-height: 1.1;
    margin-bottom: 0.5em;
	text-align: center;
	}
hr.h_white {
    background-color: #ffffff;
    border-width: 0;
    color: #27374c;
    height: 2px;
    width: 50px;
	margin-bottom: 2.5em;
}
.mod_box {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
.mod_box .box {
	background-color: #36689a;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	margin-right: 10px;
	padding: 30px;
	color: #ffffff;
	text-align: center;
}
.mod_box .box img, picture {
    margin-bottom: 1em;
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
	border: 0;
}
.mod_box .box h3 {
	line-height: 1.2;
	font-size: 1.2em;
	font-weight: 500;
    margin: 0 0 0.75em 0;
}
.mod_box .box hr {
	width: 30px;
	margin-bottom: 1em;
	height: 2px;
	border-width: 0;
	background-color: white;
    color: white;
	box-sizing: content-box;
}
.mod_box .box p {
    margin: 0 0 1em 0;
}
.mod_box .box p:last-child {
    margin-bottom: 0;
}
.box .btn_box {
	color: #27374c;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
	/*color: #ffffff;*/
	text-decoration: underline;
}


.tophead {
	background-color: white;
	border-bottom: 2px solid #3e99d5;
	color: #287fb8;
	font-size: smaller;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.tophead h1.h_titre {
	color: #287fb8;
	font-size: 31px;
	font-weight: 300 !important;
	line-height: 1.1;
	margin: 0;
	text-align: left;
	font-family: 'Satisfy', cursive;
}
.tophead .form-control {
    color: #287fb8;
    border: 0px solid #ccc;
}

.bloc2 {
	padding:5% 0;
	background-color:#ecf0f1;
	color: #27374c;
}
.bloc2 h1.h_titre {
	color: #27374c;
    font-size: 56px;
	font-weight: 300 !important;
    line-height: 1.1;
    margin-bottom: 0.5em;
	text-align: center;
}
.bloc2 hr.h_white {
    background-color: #27374c;
    border-width: 0;
    color: #27374c;
    height: 2px;
    width: 50px;
	margin-bottom: 2.5em;
}
.bloc2 .box {
	padding-right: 5px !important;
	padding-left: 5px !important;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
.bloc2 .box section {
	background-color:#ffffff;
	text-align:center;
	padding:8% 0;
}
.bloc2 .box section h1 {
    margin: 0;
	padding: 0px;
	line-height: 1.5em;
	font-size: 3.5em;
	font-weight: 900 !important;
	text-transform:uppercase;
}
.bloc2 .box section h1:last-child {
    margin: 0;
}
.bloc2 .box section p {
    margin: 0;
	font-size: 1.8em;
}
.bloc2 .box section p:last-child {
    margin-bottom: 0;
}


.bloc3  {
	
	background-color:#FFF;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-size:100%;
	background-position:bottom !important;
	margin:0px;
	/*padding:8% 0;*/
	/*text-align:center;*/
}
.bloc3-auteur  {
	text-align:right;
	
	
}
.bloc3 h1 {
	padding: 0px;
	margin-bottom:5%;
	line-height: 1.5em;
	font-size: 4em;
	font-weight: 400 !important;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #27374c;
}



.btn-primary {
    color: #fff;
    background-color: #ed1d67 !important;
	border-radius:3px;
    border-color: transparent !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #287fb8;
    border-color: transparent !important;
}



.btn-danger {
    color: #fff;
    background-color: #b20000;
	border-radius:3px;
    border-color: transparent !important;
}
.btn-danger:hover {
    color: #fff;
    background-color: #7f0202;
    border-color: transparent !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto !important;
}

.bootstrap-select > .btn-default {
    color: #287fb8 !important;
    background-color: #fff;
    border-color: rgba(204,204,204,0.3);
}
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:active {
    color: #333;
    background-color: #fff !important;
    border-color: rgba(204,204,204,0.3) !important;
}

/**
  MEDIA QUERIES
**/
@media (max-width: 480px) {
}
     
@media (max-width: 767px) {
	.mod_box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
	justify-content: center;
}
	.mod_box .box {
    margin-top: 10px;
	background-color: #3e99d5;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	margin-right: 0px;
	padding: 30px;
}
.bloc2 h1.h_titre {
    font-size: 2em;
	font-weight: 400 !important;
    line-height: 1.1;
    margin-bottom: 0.5em;
}
.bloc2 .box section {
	padding:5% 0;
	margin-bottom:5px;
}
.bloc2 .box section h1 {
    margin: 0;
	padding: 0px;
	line-height: 1em;
	font-size: 2.5em;
	font-weight: 900 !important;
}
.bloc2 .box section p {
    margin: 0;
	font-size: 1em;
}
.bloc3  {
	padding:5% 0;
}
.bloc3 h1 {
	padding: 0px;
	margin-bottom:5%;
	margin-top:0px;
	line-height: normal;
	font-size: 1.5em;
	font-weight: 400 !important;
}
h1.h_titre {
    font-size: 2em;
    line-height: 1.1;
    margin-bottom: 0.5em;
	}
}
     
@media (max-width: 979px) {
}
     
@media (min-width: 768px) and (max-width: 979px) {
	.bloc2 .box section h1 {
    font-size: 3em;
}
}
     
@media (min-width: 980px) and (max-width: 1170px) {
}
     
@media (min-width: 1200px) {
}

.titre{ color:#FFF;
		font-weight:800;
		
		}
.titre a{ color:#FFF;
		font-weight:800;
		font-style:inherit;
		}		
		
footer {position: absolute; bottom: 0; left: 0; right: 0
	background-color:#FFF !important;
	/*background-attachment: fixed;*/
	/*background-repeat: no-repeat;
	background-size:100%;*/
	background-position:bottom !important;
	position:fixed;
	}
