*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom_link {
	font-size: 0.9em;
	padding: 8px 18px;
	border: 1px solid #091197;
	color: #091197;
	border-radius: 8px;
}

.custom_link:hover {
	color: #fff;
	background-color: #091197;
}


html { 

}

.liste {
	font-size:1.2em;
	color:rgb(54,88,153);
	padding-left:40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;	
	margin-bottom:8px;
}

img {
  max-width: 100%;
  height: auto;
}

body { 
	background-color: #E4F1F9;
	font: 95%/1.4 "Arial", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    margin: 0;
}



h1 { font-size: 1.5em; margin-top: .65em; margin-bottom: .65em}
h2 { font-size: 1.5em; margin-top: .8em; margin-bottom: .8em }
h3 { font-size: 1.17em; margin-top: 1em; margin-bottom: 1em }
h4 { font-size: 1.12em; margin-top: 1.33em; margin-bottom: 1.33em }
h5 { font-size: .83em; margin-top: 1.67em; margin-bottom: 1.67em }
h6 { font-size: .67em; margin-top: 2.33em; margin-bottom: 2.33em }
p { font-size: 1em; margin-top: 1em; margin-bottom: 1em }

.caption { 
	font-size: 0.9em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: rgb(100,100,100);
}

h1 { color: rgb(54,88,153); }
h2 { color: rgb(100,100,100); }
 
.clearfix {clear:all;}

	a {
		text-decoration:none;
		color:rgb(54,88,153);
	}
	
	a:hover {
		color:rgb(0,0,0);
	}

#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0px;
	overflow:auto;
}

.grid {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 320px;
    width: 100%;
	padding-bottom: 10px;
}

#content {
	overflow: auto;
}

.content-left {
	width:100%; 
	padding:0 3% 0 3%;
}

.content-right {
	width:100%; 
	padding:0 3% 0 3%;
}

.header {
	-webkit-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.5);
}
  
.header h1 {
	font-size:28px;
	padding: 40px 0 40px 3%;
	color:#fff;
	margin: 0;
}

.header-mobile h1, .modal-header h1 {
	color:#fff;
}

.header-mobile, .header {
	color:#fff;
}

.header-mobile {
	text-align:center;
}

.header-mobile h1 {
	font-size:24px;
	padding:12px 0;
	margin:0;
	background-color: rgb(54,88,153);
}

.ishadow {
-webkit-box-shadow: 0px 3px 13px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 13px 2px rgba(0,0,0,0.3);
box-shadow: 0px 3px 13px -2px rgba(0,0,0,0.3);
}

.imgframe {
padding: 10px;
background-color: rgb(228,235,243);
}

.hand {
	cursor:pointer;
}

.block-right {
	margin-bottom:50px;
}

.block-right li {
	margin-bottom:6px;
}
 
.contact {
	width:100%;
}

.contact tr {
	border-bottom: 5px solid transparent;	
}

.custom-button {
	background-color: rgb(54,88,153);
	color:#fff;
	padding:10px 20px;
	text-decoration:none;
	min-width: 100%;
    display: block;

	margin-bottom:10px;
	font-size:1.1em;
	text-align: center;
}

.custom-button:hover {
	background-color:rgb(80,80,80);
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.45);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.45);
}

.maps_container {
	padding: 20px 3%;
}

#map {
  height: 400px;
  width: 100%;
 }
 
.copyright {
	width:100%; 
	margin:auto; 
	text-align:center; 

	font-size:0.8em;
	color: rgb(54,88,153);
	padding: 20px 3% 40px 3%;
}

.t20 {
	margin-top:20px;
}

/* Initial mobile */

.text_content {
	width: 60%;
	margin:auto;
	margin-top:25px;
	text-align: center;
}



#footer {
   background:#a2213d;
   position:fixed;
   left:0px;
   bottom:0px;
   font-size: 1em;
   width:100%;
   text-align:center;
   padding-left:2%;
   padding-right:2%;
   min-height:50px;
   color: #000;
}

a:hover {text-decoration:underline;}

#footer a {
	color: #FFF;
}

.logo-container {
	width: 80%;
	margin:auto;
	margin-top:80px;
}

.mini-content {
	margin-top:20px;
	text-align:center;
	font-size:1.3em;
}

.desktop {
	display:none;
}

.mobile {
	display:block;
}

.hide-on-mobile {
	display: none;
}

/* Desktop */

@media only screen and (min-width: 600px) {

.custom_link {
	font-size: 1em;
}

.mini-content {
	margin-top:30px;
	text-align:center;
	font-size:1em;
}

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   font-size: 1em;
   width:100%;
   text-align:center;

   padding-left:2%;
   padding-right:2%;
   min-height:50px;
   color: #000;
}

.logo-container {
	width: 500px;
	margin-top:150px;
}
	
.desktop {
	display:block;
}	

.mobile {
	display:none;
}

.hide-on-mobile {
	display: block;
}
	
.header {
	display:block;
}

.header-mobile {
	display:none;
}	
	
.header h1 {
	font-size:36px;
	padding: 70px 0 70px 3%;
	margin: 0;
 }
 
h1 { font-size: 2em; margin-top: .65em; margin-bottom: .65em} 

#content {
	margin-top: 15px;
}
 
.content-left {
	float:left; 
	width:70%; 
	padding:0 2% 0 3%;
}

.content-right {
	float:right; 
	width:30%; 
	padding:0 3% 0 2%;
}
}