

/* 
	* Front page 
*/ 



/* Header */ 

#frontPage-header {
	height: 450px; 
}



#scrollArrow-container {
	display: none;
}

@media screen and (min-width: 700px) {
#scrollArrow-container {
  display: block;
  position: absolute; 
  bottom: 30px; 
  right: 30px; 
  height: 60px; 
  width: 60px;
  cursor: pointer;
}
}


#scrollArrow-arrow, 
#scrollArrow-circle {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}

@keyframes dash {
  from {
    stroke-dashoffset: 4000;
  }
  to {
    stroke-dashoffset: 0;
  }
}




/* Section 1 */ 

#section1 {
	padding: 60px 10% 90px 10%;  
	background-color: #FFF; 
}


#section1_container1 > div, blockquote {
	padding: 10px; 
	text-align: justify;
	text-justify: inter-word;
	background-color: #FFF; 
}

#GPatrikainen-presentation {
	font-family: 'Muli', sans-serif;
	font-size: medium;
	line-height: 2; 
}

#lacan {
	font-family: 'Muli', sans-serif;
	font-size: large;
    line-height: 2;
    color: #535353;
}

#lacan span {
	text-transform: uppercase;
	font-size: medium;
}


#GPatrikainen-photo {
	width: 250px; 
}

@media screen and (min-width: 480px) {

	#GPatrikainen-photo {
		float: right; 
		margin-top: 1vh; 
		margin-left: 2vw;
	}
}


#GPatrikainen-photo img {
	width: 100%; 
	height: 100%; 
	display: block;
	margin: auto;
	position: relative;
	object-fit: cover;
	-o-object-fit: cover; 
}


.mobile-image {
	height: 100%; 
	width: 100%; 
	object-fit: cover;
	-o-object-fit: cover;
}


.section1_new-wrap2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}




/* Section 2 */ 


.section2_textContainer {
	position: absolute; 
	right: 0;
	background-color: rgba(0, 0, 0, 0.5); 
	width: 80%; 
}


#section2_textContainer2 {
	padding: 10%; 
	position: relative;
	color: #FFF; 
	z-index: 12
}


#section2_textContainer2 div {
	color: #FFF; 
}

@media screen and (min-aspect-ratio: 4/3) {

	.section2_textContainer {
	width: 35%; 
}

	#section2_textContainer2 {
	padding: 40px; 
	}
}

#section2_textContainer2 .section-title {
	color: #FFF; 
	padding-top: 20px; 
	padding-bottom: 15px;
	text-align: left; 
	opacity: 0.8
}

#background_section2 {
	z-index: 10; 
	height: 100%
}


#section2_main_text_afterElement {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	opacity: 0.5; 
	z-index: 11
}


#section2_main_text_afterElement svg {
	position: absolute;
}



/* Section 3 */ 


#section3 {
	padding: 60px 0 60px 0;  
	background-color: #FFF; 
}

.section3_title, .section3_excerpt {
	font-family: 'Oswald', sans-serif; 
	font-weight: 200; 
}

.section3_title {
	font-size: large;
	padding: 20px 0; 
	text-align: center;
}

#pratique-container {
	display: flex; 
	flex-direction: column; 
	justify-content: space-between;
	padding: 0 7% 20px 7%; 
}


.section3_subContainer {
	border: 1px solid #000; 
	margin-bottom: 15px; 
	padding: 20px; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-between;
}


@media screen and (min-aspect-ratio: 4/3) { 

	#pratique-container {
		display: flex; 
		flex-direction: row; 
		justify-content: space-between;
		align-items: flex-start
	}

	.section3_subContainer {
	width: 25%; 
	margin-bottom: 0; 
	}

}



.section3_excerpt {
	font-size: large;
}

.formation_subContainer > div {
    font-family: 'Oswald', sans-serif;
	font-size: large;
	text-align: center;
	color: #FFF; 
	font-weight: 400; 
}




/* Section 3 (2) */ 


#section3_2 {
	height: auto; 
	background-color: #515461; 
	margin: 20px 0; 
	color: #FFF; 
	opacity: 0.6; 
	padding: 10px; 
	margin-top: 15px; 
	justify-content: center; 
	text-align: center;
}

.section3_2_title {
	color: #FFF; 
	margin: 0 auto; 
    padding-top: 0;
	padding-bottom: 1vh; 
	justify-content: center;
}

.section3_2_subContainer {
	margin: auto; 
	position: relative; 
	display: inline-block;
	background-color: #404040; 
}



/* Section 4 */ 

#section4 {
	overflow: hidden;
}

#section4 > div {
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}



#section4_main {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	margin-left: 0; 
}

#section4_main_text {
	padding: 10%; 
	position: relative; 
	color: #FFF; 
	z-index: 12; 
}



#section4_main_text > div {
	color: #FFF; 
}

#section4_main_text .section-title {
	padding-top: 30px; 
	color: #FFF; 
	padding-bottom: 30px; 
	text-align: left; 
	opacity: 0.8
}


#section4_main_text_afterElement {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	opacity: 0.5; 
	z-index: 11
}


#section4_main_text_afterElement svg {
	position: absolute;
}



#section4_addImagesContainer {
	background-color: #000; 
	position: absolute; 
	opacity: 0.7; 
	overflow: hidden;
}

.section4_addImage {
	width: 100%; 
	height: 33%; 
	background-color: #000; 
	position: relative;
}

.essai-grad2 {
	background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
}

.section4_gradientImageContainer {
	height: 100%; 
	position: absolute; 
	z-index: 10;
}

.section4_gradientImageContainer img {
	height: 100%; 
}

.section4_gradientImageContainer:after {
	content: " "; 
	position: absolute;
	height: 100%; 
	width: 100%; 
	left: 0; 
	top: 0; 
	display: inline-block;
	background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
}


/* Links style */ 



.plus {
	font-family: 'Exo', sans-serif;
	font-weight: 300; 
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    font-size: medium;
    padding: 10px; 
	}


.plus-section1 {
	text-align: right; 
	background-color: transparent; 
	padding: 10px; 
    font-weight: 400;
    color: white; 
    stroke: white; 
    background-color: #838383;
    margin-top: 10px
}

.plus-backSections {
	color: #FFF;
    border: 1px solid; 
    margin-top: 20px; 
    margin-bottom: 30px; 
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}


.plus-section3 {
	text-align: right; 
    font-weight: 400;
    background-color: orange;
    color: white;
    stroke: white; 
}

.plus-section3_2 {
	text-align: center;
    font-weight: 400;
    color: white;  
    z-index: 12;
    position: relative;
}

#section4 button {
	position: absolute; bottom: 0; right: 0; color: #FFF; margin: 3vh 3vw; z-index: 12; transform: translate(0);
    font-weight: 400;
    background-color: rgba(255, 153, 0, 0.5);
    color: white; border: none;
}

