@charset "UTF-8";

#wrapper {width:95%;  max-width: 1000px; margin: 0 auto; }
#header {width:100%; }
#content {width:100%; }
#sidebar {width:100%; }
#footer {width:100%; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	/* Medium devices (tablets, 768px and up) */
	@media (min-width: 768px) {
		#wrapper {width:90%;  margin: 0 auto; }
		#content {width:70%; margin: 0 auto; }

		/* Large devices (desktops, 992px and up) */
		@media (min-width: 992px) {  }

		}

		/* Extra large devices (large desktops, 1200px and up) */

		@media (min-width: 1200px) {

		#wrapper {width:90%;  margin: 0 auto; }

		}
}
		
body {
	background: #effee9;
}

#wrapper {
	background: white;
	/* border: 2px solid  #e7743f; */
	padding: 0px;
	color: #212529;
  	font-family: "Open Sans", "Segoe UI", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	line-height: 1.5;
	font-size: 1rem;
}

a {
  color: #212529;
}

/* -------------------------- Header -----------------------------*/

#header h1 {
  margin: 60px 0 0 0;
  text-align:center;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  color: black;
}

#header h2 {
  margin: 10px 0 30px 0;
  text-align:center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: black;
}

#header h3 {
  margin: 10px 0 60px 0;
  text-align:center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: black;
}

#header img.titre {
	display:block;
	margin: 0 auto 0 auto;
	padding-top: 70px;
	padding-bottom: 30px;
	width: 80%;
}

/*------------------------- Navigation --------------------------*/

.navigation-item {
  display: inline-block;
}

nav ul {
  text-align:center;
  padding: 1rem;
  margin: 0 0 50px 0;
  line-height: 60px;
}
nav li {
  background: #ccc;
  line-height: 20px;
  text-align:center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: rgb(45, 46, 92);
}

nav .navigation-link {
  text-decoration: none;
  padding: 1rem;
  display: block;
}

nav .navigation-link:hover,
nav .navigation-link:focus
{
  background: rgba(0,0,0,.15);
}

/*--------------------------------- Content ----------------------------*/

.souligne {
	text-decoration: underline;
}

#content {
	clear: both;
	/*margin: 100px 250px 0 250px;*/
	margin: 0 auto;
	width: 80%;
	font-size: 20px;
	font-style: normal;
  	font-weight: 600;
  	line-height: 42px;
  	color: black;	
}

#content h1 {
  margin: 0 0 50px 0;
  text-align:center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  color: black;
  padding: 5px 0 10px 0 ;
  border-bottom: 1px black solid;
}

#content ul li {
	font-size: 20px;
	font-style: normal;
  	font-weight: 400;
  	line-height: 42px;
  	color: black;	
}

/*--------------------------------- Publications  -------------------------*/
#publications {
	clear:both;
  	margin-top: 100px;
  	margin-bottom: 50px;
}

#publications #Ltext{
	text-align:center;
	margin-bottom: 50px;
}

#publications .Limage {
	display: block;
	margin: 0 auto 0 auto;
}
#publications a {
	color: rgb(76, 64, 207);
}

#publications iframe {
	display: block;
	margin: 30px auto 0 auto;	
 	width: 100%; 
  	max-width: 700px;
  	height: 56.25vw;    
}
@media (min-width:700px) {
  #publications iframe {
    height: calc(700px * 0.5628205128205128);
  }
}

/*--------------------- Soutien ------------------------------*/

#soutien {
	margin: 0;	
}

div#adhesion, div#dons {
	/*clear:both;*/
  	border-style: ridge;
  	width:100%;
  	height:150px;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 20px;
  	margin-bottom: 30px;
}

div#Bimage {
	float:left;
	width: 18%;
	height:150px;
	background-color: #ffffcd;
}
div#Btext {
	float: left;
	width:64%;
	height: 150px;
	text-align: center;
	align-content: center	
}

div#Blien {
	padding: 0 0 0 0;
	float: left;
	width:18%;
	height: 150px;
	background: #ccc;
	text-align: center;
	align-content: center
}

div#Btext p.titre {
	margin: 0 0 20px 0;
	font-size: 32px;
	font-style: normal;
  	font-weight: 600;
  	line-height: 20px;
}


div#Btext p.sstitre {
	margin: 0 0 0 0;
	font-size: 16px;
	font-style: normal;
  	font-weight: 400;
  	line-height: 24px;
}

@media only screen and (max-width: 800px) {
div#Btext p.sstitre { display: none;}
div#Bimage { display: none;}
div#Blien { width: 36%; }
}

div#Blien a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-style: normal;
  	font-weight: 600;
  	color: rgb(76, 64, 207);
	text-decoration: none;
	align-content: center
}

div#Blien a:hover,
div#Blien a:focus
{
  background: rgba(0,0,0,.15);
}

div#soutien ul li a {
	color: rgb(76, 64, 207);
}

div#soutien ul {
	margin: 0;
	padding: 0;
}

/*--------------------- Nous ------------------------------*/

#nous {
	clear: both;
	width: 100%;
	margin: 100px auto 0 auto;
}

#nous p {
	font-size: 20px;
	font-style: normal;
  	font-weight: 400;
  	line-height: 32px;
  	color: black;	
}

#nous .imgpanier {
	display: block;
	width: 90%;
	margin: 100px auto 50px auto;
}

div#nous .sstitre {
	margin-top:40px;
	color: #1c3e13;
	border-bottom: 1px solid rgb(113, 113, 152);
	margin-bottom: 25px;
	font-weight: 600;
}

/*------------------------ Retrouvez nous ----------------*/

div#suivez-nous a {
	color: rgb(76, 64, 207);
}

div#suivez-nous {
	margin-bottom: 100px;
}

/*----------------------- Contact --------------------------*/

div#contact p {
	text-align: center;
	line-height: 30px;	
}

