
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebas_neue/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebas_neue/bebasneue-regular-webfont.woff') format('woff'),
         url('../fonts/bebas_neue/bebasneue-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html, body {
  padding: 0px;
  margin:0px;
}

body {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
}

h1 {
	font-size: 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'bebas_neueregular';
	margin: 0;
}


#masthead {
	background-image: url('../images/banniere1200x400_overlay.jpg');
	background-size: cover;
	min-height: 300px;
	background-position: 50% 50%;
}

#logo {
	text-align: center;
	/*margin-bottom: 15px;*/
}

#logo h1 {
	max-width: 80%;
	margin: auto;
	margin-top: 15px;
	color: #fff;
  font-weight: bold;
  padding: 10px;
  text-shadow: 10px 10px 5px rgba(200, 200, 200, 0.5);

}

.img-logo {
	width: 115px;
	margin: auto;
	margin-top: 15px;
}

.site-presentation {
	font-family: 'bebas_neueregular';
	font-size: 40px;
	text-shadow: 10px 10px 5px rgba(200, 200, 200, 0.5);
}


#main-nav {
	font-family: 'bebas_neueregular';
	background-color: #6EA2D4;
}

#main-nav ul li {
	padding-right: 25px;
	font-size: 22px;
}

#main-nav ul li:first-child {
	/* padding-left: 35px; */
}

.navbar .dropdown-menu li {
  width: 100%;
  margin-left: 0 !important;
}


.navbar-light .navbar-nav .nav-link:hover {
	color: #c5de9d;
}


.dropdown-item {
	font-size: 22px;
}

.dropdown-item:hover {
	color: #c5de9d;
}

#content {
	/*margin-top: 35px;*/
	padding: 15px;
	background-color: rgba(230,230,230, 0.5);
	background-image: url('../images/logoAT81_simple.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 20%;
}

.content-page {
	background-color: rgba(230,230,230, 0.5);
	padding: 55px;
	text-align: center;
}

.content-page h1 {
	text-align: center;
	margin-bottom: 35px;
	font-size: 58px;
}

.content-page h2 {
	text-align: left;
	margin-bottom: 15px;
}

.content-page h3 {
	text-align: left;
	margin-bottom: 15px;
}

.content-page h4 {
	text-align: left;
	margin-bottom: 15px;
  /* font-family: 'Roboto Slab', serif; */
}

.content-page p {
	text-align: justify;
	margin-bottom: 35px;
	font-size: 18px;
}

.content-page img {
	margin: auto;
	margin-bottom: 35px;
}

.content-page li {
	text-align: left;
	font-size: 18px;
}

.picto-home-row {
	margin-top: 55px;
}

.main-link {
	text-decoration: none;
	color:inherit;
}

.picto-block a:hover {
	color: #c5de9d;
}

.read-more {
	color: inherit;
	text-decoration: underline;
	font-size: 12px;
}


.picto-home {
	text-align: center;
}

.picto-home-main {
	text-align: center;

}

.picto-home h3 {
	font-size:32px;
	line-height: 40px;
}

.picto-home-main h3 {
	font-size:40px;
	line-height: 40px;
}

.picto-home img {
	margin-top: 20px;
	margin-bottom: 95px;
	height: 180px;
}

.picto-home-main img {
	margin-top: 20px;
	margin-bottom: 25px;
	height: 250px;
}

.picto-home-main p {
	margin:auto;
	width: 280px;
	text-align: justify;
	/*text-justify: distribute;*/
}

.picto-home p {
	margin:auto;
	width: 280px;
	text-align: justify;
	/*text-justify: distribute;*/
}

.row-mot-president {
	margin-top: 65px;
	margin-bottom: 45px;
	margin-right: 20px;
	margin-left: 20px;
}

.div-mot-president {
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomright: 25px;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
border: 2px solid #ccc;
}

.div-mot-president h3 {
  text-align: center;
}

.div-mot-president p {
	margin-top: 15px;
	text-align: justify;
	font-style: italic;
}

footer {
	background-color: #01356F;
	min-height: 250px;
	padding: 25px;
}

.row-footer {
	color: #fff;
}

.row-footer {
	/*text-align: center;*/
}

.row-footer ul {
	list-style-type: none;
}

.div-col-footer {
	text-align: center;
}

.div-col-footer ul {
	padding:0!important;
}

.row-footer #legal {

	margin:auto;
	margin-top: 45px;
}



@media(max-width:767px){
	.site-presentation {
	font-size: 25px;
}
}

@media(max-width:992px){
#content {
	background-image: none;
}

.picto-home img {
	margin-bottom: 15px;
}

.picto-block {
	margin-top: 25px;
}
}
@media(min-width:768px){}
@media(min-width:992px){

}
@media(min-width:1200px){
	.site-presentation {
	font-size: 50px;
}
}

/*
WP Native Styles
*/

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
