@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Open sans', sans-serif;
}
/*ENTETE*/
header {
	background-color: rgba(23, 31, 50, 0.8);
}
#logo1 {
	margin-left: 25px;
	float: left;
}
#logo1 img {
	max-width: 500px;
}
#logo2 {
	max-width: 300px;
	margin-left: 550px;
}
#logo2 img {
	width: 300px;
}
/*SLICKNAV MENU*/
#menu_hid {
	display: none;
}
.slicknav_menu {
	display: none;
}
/*MENU*/
#menu1 {
	float: right;
	margin-top: 14px;
	margin-bottom: 15px;
}
#menu1 li {
	list-style-type: none;
	margin-left: 17px;
	margin-right: 17px;
	float: left;
}
#menu1 a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: 17px;
	padding-bottom: 13px;
}
#menu1 a:hover {
	color: white;
	transition: all 0.2s ease;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AC4581;
}
#menu1 ul {
	position: relative;
	margin-left: 0;
	padding: 0;
}
#menu1 ul ul {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	position: absolute;
	background-color: #171f32;
	margin-top: 15px;
	visibility: hidden;
}
#menu1 li li {
	clear: both;
	padding: 0;
	margin: 0;
}
#menu1 li li a {
	margin: 15px;
	font-size: 15px;
}
#menu1 li li a:hover {
	border-bottom: none;
}
#menu1 ul li:hover > ul {
	visibility: visible;
}
#menu2 {
	clear: both;
	background-color: #171f32;
	overflow: hidden;
}
#menu2 a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: 17px;
}
#menu2 a:hover {
	color: white;
}
#menu2 ul {
	margin-bottom: 30px;
	margin-top: 2px;
	padding-left: 25px;
}
#menu2 li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
#fixed_menu {
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 15px;
	background-color: rgba(23, 31, 50, 0.8);
	z-index: 1000;
}
/*CAROUSEL?*/

#carousel img {
	width: 100%;
}
/*CORPS*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #AC4581;
	font-family: 'Roboto', sans-serif;
}
a {
	text-decoration: none;
	color: #02a8dc;
}
a:hover {
	color: #AC4581;
}
#content {
	max-width: 900px;
	margin: auto;
	padding: 20px;
	padding-top: 70px;
	padding-bottom: 70px;
}
#content p, #content ul {
	line-height: 23px;
	font-size: 15px;
	color: #044098;
}
/*PREFOOTER*/
#preFooter a {
	text-decoration: none;
	color: white;
}
#preFooter a:hover {
	color: #044098;
}
#imgPreFooter {
	width: 100%;
	display: block;
	padding-top: 70px;
}
#preFooter {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #171f32;
	color: white;
	text-align: center;
	clear: both;
}
#preFooter img {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
.upper {
	text-transform: uppercase;
}
/*FOOTER*/

footer a:hover {
	color: #475f98;
}
#col1_footer, #col2_footer, #col3_footer {
	width: 33%;
	float: left;
	padding-bottom: 20px;
}
div#col1_footer {
	padding-top: 15px;
}
span.pastille {
	display: block;
	line-height: 36px;
}
span.pastille a {
	padding-left: 7px;
}
span.pastille img {
	width: 13px;
	vertical-align: middle;
}
footer {
	padding-top: 20px;
}
footer, footer a {
	text-decoration: none;
	color: #044098;
}
footer ul {
	list-style-type: none;
	font-weight: 600;
}
footer ul li ul li {
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
}
#info {
	clear: both;
	text-align: center;
	background-color: #171f32;
	color: white;
	height: 50px;
}
#info a {
	color: white;
	padding-top: 15px;
	display: block;
	font-size: 14px;
}
#info a:hover {
	color: #02a8dc;
}
@media (max-width: 1615px) {
#logo1 img {
	max-width: 380px;
}
#logo2 img {
	width: 250px;
}
#logo2 {
	margin-left: 430px
}
#menu1 li {
	margin-left: 11px;
	margin-right: 11px;
}
}
@media (max-width: 1230px) {
#menu2 li {
	margin-left: 15px;
	margin-right: 15px;
}
#menu2 ul {
	padding-left: 0;
}
#logo2 {
	margin-left: 280px;
}
#logo2 img {
	width: 215px;
}
#logo1 {
	margin-left: 20px;
}
#logo1 img {
	max-width: 250px;
}
#menu1 a, #menu2 a {
	font-size: 15px;
}
}
@media (max-width: 1000px) {
#menu2, #menu1 {
	display: none;
}
.slicknav_menu, #menu_hid {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.slicknav_nav ul {
	background-color: #171f32;
	margin: 0;
}
#fixed_menu {
	position: absolute;
	top: 49px;
}
#logo1 {
	float: left;
}
#logo1 img {
	max-width: 380px;
}
#logo2 {
	margin-right: 20px;
	float: right;
	margin-left: 0;
}
#logo2 img {
	width: 250px;
}
header {
	overflow: hidden;
	padding-top: 0;
}
}
@media only screen and (max-width: 850px) {
/*FOOTER*/
#col1_footer {
	width: 100%;
}
#col2_footer, #col3_footer {
	display: none;
}
}
@media (max-width: 700px) {
#logo1 img, #logo2 img {
	padding: 0;
	margin: 0;
	float: none;
	max-width: 60%;
	display: block;
	margin: auto;
	width:inherit;
}
#logo2 img {
	margin-top: 20px;
    margin-bottom: 20px;
}
#logo1, #logo2 {
	padding: 0;
	margin: 0;
	float: none;
	margin: auto;
	width: 100%;
	max-width: inherit;

}
#carousel img {
	display: none;
}
#content {
	padding-top: 200px;
}
}
