header, section, footer, aside, nav, main, article, figure {
    display: block;}

html {
    scroll-behavior: smooth;}

body {
	background-color: #efeeea;
	margin: 0;
	padding: 0 1em;
	font-family: "montserrat", sans-serif;
	color: #000;}

 .init {
	margin: auto;
	max-width: 1224px;}

h1, p {
	color: #9D674C;}

header.logo {
	margin: 2.5em auto 1em;
	text-align: center;}

.intro {
	margin-top: 1em;
	gap: 1em;}


.intro.contentFlex-R  {
	text-align: center;
	justify-content: center;
	width: 63em;}

	
.intro h1 {
	font-family: "DM sans", sans-serif;
	text-transform: uppercase;
	font-size: 52px;
	font-weight: 100;
	line-height: 42px;
	margin: 0;}

.intro h1 span {
	display: block;
	font-size: 30px;}

.intro p {
	font-size: 18px;
	margin: 0.5em 0 0;}

.intro .intro-Texte {
	max-width: 400px;
	align-content: flex-end;}

.intro .intro-Img {
	max-width: 200px;
	align-content: flex-start;}

.chiffre.contentFlex-R {
	justify-content: flex-start;
	margin-left: 5em;}

.chiffre img {
	max-width: 430px;
	flex: 1 100%;}

.chiffre p span {
	font-size: 35px;
	font-weight: bold;}

.chiffre p {
	max-width: 390px;
	text-align: right;
	font-size: 29px;
    font-weight: 100;}

.formation .titreImg {
	margin-top: 2.5em;
	flex: 1 100%;
	text-align: center;}

.formation h1 {
	font-size: 36px;
	font-weight: 100;}

.formation .inscription {
	display: inline-block;
    background-color: #9D674C;
	color: #fff; 
    padding: 2em;
    border-radius: 30px;
    text-transform: uppercase;
	text-align: center;
    width: 425px;
    font-size: 20px;
	text-decoration: none;}

.formation .inscription:hover {
	text-decoration: underline;}

.formation aside {
	max-width: 438px;
    text-align: center;
    font-size: 33px;
    line-height: 47px;}

footer {
	margin-top: 3em;
	gap: 1em;}

footer a {
	color: #9D674C;
	font-size: 30px;}

footer a:hover {
	color: #fdd890;}


/*  *************** */
/*  >>>  STYLE FLEX */
.contentFlex-R {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-evenly;}

.contentFlex-R > * {
	flex: 1 0 0;}

.contentFlex-C {
	display: flex;
	flex-flow: column wrap;
	align-items: center;}

.contentFlex-C > * {
	flex: 1 100%;}

.contentFlex-Rx {
	display: flex;
	flex-flow: row;}

.contentFlex-Cx {
	display: flex;
	flex-flow: column;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

/*  //STYLE FLEX <<<  */
/*  ***************** */