/* Styles communs */
/* @import url (https://fonts.googleapis.com/css?family=Cantarell:200,300 ) ; ***/ 
@import url (https://fonts.googleapis.com/css2?family=Sarabun:wght@300, 400, 500; ) ;  

@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*** Balises ***/
 
 .embed-responsive-10by3 { 
  padding-top: 30%; 
}
 

/*  FIN MENU */
body,td,th {
	margin:2px;
	padding:2px;
	font-family: Sarabun, 'Open Sans', sans-serif;
	font-size: 14px;
	
}

/* _transitions.scss:11 
.collapse {
  &:not(.show) {
    display: none;
  }
 */}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}




.sub_div {
        position: absolute;
        bottom: 0px;
		position: fixed;
        }

h1 {
	font-size: 1.15em;
	line-height:0.9em;
	color: #2A0BEF;
	word-spacing: 4px;
	text-align: justify;
	letter-spacing: 1.2px;
	font-family: Verdana, 'Open Sans', sans-serif;
	text-shadow: 3px 3px 6px #aaf;
	-webkit-transition: all 2s ease-in-out 3s;
	-moz-transition: all 2s ease-in-out 3s;
	-ms-transition: all 2s ease-in-out 3s;
	-o-transition: all 2s ease-in-out 3s;
	transition: all 2s ease-in-out 3s;
	}
h2 {
	font-size: 1.2em;
	color: #2A0BEF;
	font-weight: bold;
	text-shadow: 3px 3px 5px #aaa;
	-webkit-transition: all 2s ease-in-out 3s;
	-moz-transition: all 2s ease-in-out 3s;
	-ms-transition: all 2s ease-in-out 3s;
	-o-transition: all 2s ease-in-out 3s;
	transition: all 2s ease-in-out 3s;
}
hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    border: 0 none;
    clear: both;
    color: #d6e1ef;
    height: 1px;
	
    width: 100%;
}

header, footer {
	background-color: none;
	
}
header {
	background-color: none;
	position: relative; 
}

main {
		overflow: auto;
    }
 
article {
/*	background-color: rgba(240, 248, 255 0.6); /* 0.5 - semi-transparent */	
	box-sizing: border-box;
	float: left;
	padding: 4px;
	text-align: justify;
/*	color : #483D8B; */
	}

 

h1, p {
	margin: 0;
}

	
footer
{
    width: 100%;
 /***   height: 90px; ***/
    clear: both;
    text-align: center;
    bottom: 0;
	position: fixed;
  }
	

footer div {
	float: center;
	text-align: center;
	font-style: small;
 /*	background-color: #f7f5e8; */
	max-width:960px;
	margin-left: auto;
	margin-right: auto;	

}

/*** Classes ***/
.container {
 
	margin: 1px auto;
	width: 90%;
	color: none;
}

/*** Identifants ***/
#wraper {
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
	/* background-color: rgba(240, 248, 255, 0.2); /* 0.5 - semi-transparent */
	
    
}
#titre-h1 {
	position:absolute;
	width:960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	/* top: -5px; */
}

/***  Animation  ***/



/*** Responsive ***/
@media screen and (min-width: 320px) {
	div.pied-gauche {
		display: none ;
	
	}
	header {
	background-color: none;
	}
	

.container {
	 
	margin: 2px auto;
	width: 100%;
	 
}

}

@media screen and (min-width: 768px) {
	.container {
		width:100%;
	}
	main article:nth-child(2n+1) {
		clear: both;
	}
	article {
		width: 50%;
		background-image: none	
	/*	color : #483D8B !veryimportant ; */
	}
		div.pied-droite {
		display: block ;
	}
	footer div.pied-gauche {
		width: 40%;
	}
	footer div.pied-droite {
		width: 60%;
	}
}

@media screen and (min-width: 790px)  /* 990px  */{
	.container {
		width:98%;
			
	}
	main article:nth-child(2n+1) {
		clear: none;
	}
	main article:nth-child(4n+1) {
		clear: both;
	}
	article {
		width: 33.3333%;
	}
	div.pied-droite {
		display: block ;
	}
	footer div.pied-gauche {
		width: 40%;
	}
	footer div.pied-droite {
		width: 60%;
	}
}

   @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 2.5rem;
        }
      }

      
 


xxx {
  animation-duration: 2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 200%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
