/*----------------------------------------------------*/
/*----- inscription-newsletter.css -------------------*/
/*----------------------------------------------------*/



/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* --------------- MEDIAQUERIES ----------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


.header-newsletter{margin-top:60px;}

.header-newsletter h1{
	font-size:44px;
	display:inline-block;
	font-family : "Oswald";
}

.content-newsletter{
	display:flex;
	justify-content: space-between;
}

.content-newsletter-introduction{
	width:48%;
	display:flex;
	align-items: center;
}


.content-newsletter-form{
	width:48%;
}

iframe#newsletter-ua-frame {
    width: 540px;
    height: 900px;
}


.newsletter-section {
	width:80%;
	margin:0 auto;
}

.newsletter-section figure{margin-bottom:40px;}

.newsletter-section p{
	font-size:21px;
	text-align:center;
}

@media screen and (min-width:1170px) and (max-width:1400px){   /*-----------------------------------------------------------------*/


}



@media screen and (min-width:1024px) and (max-width:1200px){   /*-----------------------------------------------------------------*/

}




@media screen and (min-width:1024px) and (max-width:1169px){   /*-----------------------------------------------------------------*/
   
}




@media screen and (min-width:961px) and (max-width:1440px){   /*-----------------------------------------------------------------*/
    
}





@media screen and (min-width:769px) and (max-width:960px){   /*-----------------------------------------------------------------*/
    
    .content-newsletter{flex-direction:column;}
.content-newsletter-introduction{width:100%;}
.content-newsletter-introduction figure{display:none;}
.content-newsletter-introduction .newsletter-section p {font-size:18px;margin-bottom:30px;}
.content-newsletter-form{width:100%;}
}




@media screen and (min-width:769px) and (max-width:1023px){   /*-----------------------------------------------------------------*/
   

		
/* ------------------------------------------------- */
/* ------ PAGE NEWSLETTER ARCHIVES ----------------- */
/* ------------------------------------------------- */

.header-newsletter{margin-top:100px;}






    .content-newsletter{flex-direction:column;}
.content-newsletter-introduction{width:100%;}
.content-newsletter-introduction figure{display:none;}
.content-newsletter-introduction .newsletter-section p {font-size:16px;margin-bottom:30px;}
.content-newsletter-form{width:100%;}   
}  




@media screen and (min-width:601px) and (max-width:768px){   /*-----------------------------------------------------------------*/
   	
    .content-newsletter{flex-direction:column;}
.content-newsletter-introduction{width:100%;}
.content-newsletter-introduction figure{display:none;}
.content-newsletter-introduction .newsletter-section p {font-size:16px;margin-bottom:30px;}
.content-newsletter-form{width:100%;}

}   




@media screen and (min-width:481px) and (max-width:600px){   /*-----------------------------------------------------------------*/

    .content-newsletter{flex-direction:column;}
.content-newsletter-introduction{width:100%;}
.content-newsletter-introduction figure{display:none;}
.content-newsletter-introduction .newsletter-section p {font-size:16px;margin-bottom:30px;}
.content-newsletter-form{width:100%;}
}   



@media screen and (max-width:480px){   /*-----------------------------------------------------------------*/

    .content-newsletter{flex-direction:column;}
.content-newsletter-introduction{width:100%;}
.content-newsletter-introduction figure{display:none;}
.content-newsletter-introduction .newsletter-section p {font-size:16px;margin-bottom:30px;}
.content-newsletter-form{width:100%;}	
} 