*{
	font-family: 'Manrope', sans-serif;
}

body {
	background-image: url(../images/photo_HEC.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

h1 {
	display: none;
}

h2 {
	display: none;
}

.home {
	display: flex;
	flex-direction : column;
}

.in_1p {
	text-align: center;
	margin-bottom: 10%;
}

.in_goabout {
	color: white;
	font-size: 1.5em;
	position: relative;
	top: -20px;
}

.in_arrow {
	position: relative;
	top: -10px;
}

.in_about {
	text-align: center;
	color: white;
	background-color: rgb(49, 43, 141, 1.0);
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 15px;
	padding-bottom: 50px;
}

.in_par {
	text-align: left;
	font-size: 1.2em;
}

h3 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 800;
}

hr {
	color: white;
	width: 10%;
	position: relative;
	top: -10px;
}

.in_actions {
	background-color: white;
	color: rgb(49, 43, 141, 1.0);
	padding-top: 15px;
	padding-bottom: 70px;
}

.in_actions_title {
	text-align: center;
	margin-bottom: 60px;
}

.in_act{
	display: felx;
	flex-direction: column;
	justify-content: center;
}

.in_ac_el {
	display: flex;
	justify-content: center;
}

.in_ac_el_impaire {
	flex-direction : row;
}

.in_ac_el_paire {
	flex-direction: row-reverse;
}

.in_inel {
	width: 50%;
	text-align: center;
}

.in_inel_title {
	text-transform: uppercase;
	font-size: 1.5em;
}

.in_inel_text {

}

.in_inel_img {
	display: block;
}

.in_inel_par{
	font-size: 1.2em;
	padding-left: 7%;
	padding-right: 7%;
}


@media screen and (max-width: 1024px) {
    .in_about {
    	padding-left: 5%;
    	padding-right: 5%;
    }

    .in_par {
    	text-align: center;
    	letter-spacing: .05rem;
    }

    h3 {
    	letter-spacing: .1rem;
    }

    .in_ac_el {
    	flex-direction: column;
    }

    .in_inel {
    	width: 100%;
    }

    .in_1p {
    	margin-bottom: 150px;
    }

    .in_goabout {
    	top: 100px;
    }

    .in_logo {
    	width: 50%;
    }
}

@media screen and (max-width: 550px) {
    .in_logo {
    	width: 80%;
    }
}