/* main CSS for les recyclettes */
* {
	margin:0;
    padding:0;
}

body {
	font-family: 'Montserrat';
	background-color: #FFFCFF;
	background-image: url("images/background.png");
	background-repeat: repeat-xy;
}

nav{
	margin: 0 auto;
	display: flex;
	
}

.button{
    background-color: #F8CA2D;
    border: 0 solid black;
    box-sizing: border-box;
    color: WHITE;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.75rem;
    padding: .75rem 1.65rem;
	margin-right: 1%;
    position: relative;
    text-align: center;
    text-decoration: none #000000 solid;
    text-decoration-thickness: auto;
    text-decoration-thickness: auto;
    width: 70%;
    max-width: 240px;
    position: relative;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button::after {
    content: '';
    position: absolute;
    border: 2px solid black;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

p, ul {
	padding: 1%;
}


h1, h2, h3, h4, h6 {
    font-family: 'Barlow Condensed', sans-serif;
	line-height: 1;
}

h1 {
	font-size: 40px;
	padding-top: 2%;
	margin-top: 3%; 
	margin-bottom: 1%;
}

h2, h3, h4, h6 {
	text-align: center;
}

h2 {
	font-size: 26px;
	margin: 5% 0 3% 0;
	padding: 2% 0;
	background-color: #F8CA2D ;
	border: 2px solid #370028 ;
	color: #370028 ;
	width: 100%;
}

h3 {
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4%;
	color: #370028 ;
}

h4 {
	font-size: 26px;
	margin: 5% 0 3% 0;
	padding: 2% 0;
	background-color: #FF5733;
	border: 2px solid #370028 ;
	color: #370028 ;
	width: 100%;
}



h5 {
	text-align: right;
}

h6 {
	font-size: 26px;
	margin: 5% 0 3% 0;
	padding: 2% 0;
	background-color: #C70039;
	border: 2px solid #370028 ;
	color: #370028 ;
	width: 100%;
}

h7 {
	font-size: 26px;
	margin: 5% 0 3% 0;
	padding: 2% 0;
	background-color: #ECC4E6 ;
	border: 2px solid #370028 ;
	color: #370028 ;
	width: 100%;
}

.rouge {
	background-color: #C70039;
	
}

.orange {
	background-color: #FF7557;
	
}

.jaune {
	background-color: #F8CA2D;
	
}




.sous-titre {
	text-align: left;
}

header, footer {
	background-color:#370028 ;
	color: white;
	/*background-image: url("images/header.png");
	background-repeat: repeat-x;*/
}

header {
	padding: 2% 5% ;

}

footer {
    /* font-size: 0.7em; */
    text-align: center;
	padding: 3%
}

article {
	margin: 2% 5% 5% 5%;

}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 2%;
}

.card, .logo, .cardO, .cardR {
	flex: 1;
	position: relative;
	padding: 1rem;
	margin: 1rem;
 }
 


.card {
	background-color: #FFFCFF;
	border: 2px solid #F8D970 ;
	box-shadow: 10px 10px 0 #F8D970 ;
	text-align: justify;
	min-width: 250px;
}

.cardO {
	background-color: #FFFCFF;
	border: 2px solid #FF7557;
	box-shadow: 10px 10px 0 #FF7557 ;
	text-align: justify;
	min-width: 250px;
}

.cardR {
	background-color: #FFFCFF;
	border: 2px solid #C7355F;
	box-shadow: 10px 10px 0 #C7355F ;
	text-align: justify;
	min-width: 250px;
}
.asso {
	background-color: #FFFCFF;
	border: 2px solid #C7355F;
	box-shadow: 10px 10px 0 #C7355F ;
	text-align: justify;
	min-width: 250px;
}

.card, .cardO {
	height: 165px;
}

.card, .cardR, .cardO p {
	font-size: 14px;
}

.asso p {
	padding: 3%;
}

img.logo {
	max-height: 120px;
	float: left;
	padding: 1%;
}

.bottom {
  position: absolute;
  bottom: 0;
  padding-top: 1%;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;			
}

a:link {
    text-decoration: none;
	color: black
}

a:visited {
    color : black ;
}

/*a:hover {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, #370028  0px 0px 0px 1px;
}*/

iframe {
	width: 100%;
	min-height: 700px;
}




@media screen and (max-width:700px){
	.sous-titre {
		padding: 2% 0;
	}
	nav{
	
	display: wrap;
	
}
  
  iframe {
	width: 100%;
	min-height: 300px;
}
	
}

@media handheld{
    .container-right {
        float:left;
        max-width: 100%;
    }
}