._home_1{
	min-height: calc(100vh - 104px);
    background:url(/img/home/home-1-s.png) no-repeat center center, url(/img/home/home-1-back.jpg) center top;
    background-size: cover;
	position:relative;
	padding-bottom:28px;
}

._home_1 h1{
    display: block;
    text-align: center;
    color: rgb(0, 169, 141);
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    top: 50px;
    /* text-shadow: 1px 1px 1px #767676; */
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 0;
    margin: 0;
    line-height: 1em;
    padding: 0;
	padding-top: 100px;
}

._home_you {
	box-sizing: border-box;
    display: block;
    text-align: center;
    color: #FFF;
    position: absolute;
    width: 100%;
    bottom: 20%;
}

._home_you p{
	font-weight: 600;
    font-size: 3vw;
	margin-bottom: 28px;
	line-height: 1em;
    text-shadow: 1px 1px 1px #767676;
}

._home_you span{
    font-size: 1.25rem;
    display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
    width: 30%;
	max-width: 300px;
	font-weight: 700;
}

._home_you span i{
    display: block;
    background: #00a98d;
    width: 100px;
    height: 100px;
    font-size: 56px;
    border-radius: 50px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 17px;
    margin: 0px auto;
    margin-bottom: 10px;
	transition:all 0.5s;
}

._home_you span i a{
	color:inherit;
}

._home_you span i:hover{
    -webkit-transform: rotateY(180deg); /* Safari */
    transform: rotateY(180deg); /* Standard syntax */
	color:#00a98d;
	background: #fff;
	transition:all 0.5s;
}

._home{
    background:#FFF;
	position:relative;
	padding: 5px;
}

._home ._topi{
    color: #fff;
    background: #00a98d;
    font-size: 4rem;
    display: inline-block;
    margin: 10px auto;
    width: 6rem;
    height: 6rem;
    padding-top: 1rem;
    border-radius: 3rem;
	margin-top: 48px;
	text-align: center;
}

._home._online{
	min-height: calc(100vh - 105px);
    background: url(/img/home/home-1.jpg) no-repeat center center;
    background-size: cover;
	position:relative;
}

._home:nth-of-type(3),
._home:nth-of-type(6){
    background: url(/img/home/pattern.gif) center top repeat;
}

._home > div{
	margin:0 auto;
	position:relative;
	padding:28px 0px;
	text-align: center;
}

._home h2{
    display: block;
    text-align: left;
    color: #00a98d;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1em;
    padding: 0;
}

._home h2._ref_h2{
    text-align: center;
    color: #00a98d;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2em;
	margin: 20px auto;
}

._home h3{
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
    color: #454546;
    font-size: 18px;
	margin-bottom: 16px;
}


._home ._illus{
	width:calc(50% - 15px);
	height:60vh;
	display: inline-block;
    float: left;
	margin-bottom: 24px;
	margin-right:15px;
}

._home ._illus._ref{
    background: url(/img/home/home_ref-2.jpg) no-repeat center center;
    background-size: cover;
}

._home ._illus_par{
	border-bottom:1px solid #00a98d;
    padding: 0px;
    margin: 10px auto;
	margin-top:20px;
    text-align: center;
}

._home ._illus_par img{
    width: 768px;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

._home ._illus._ent{
    background: url(/img/home/home_ent.jpg) no-repeat center center;
}

._home ._home_txt{
	width:50%;
	display: inline-block;
    float: right;
	margin-bottom: 24px;
	padding-left:15px;
}

._home ._home_txt ul,
._home ._home_txt p{
	text-align:left;
	display:block;
    color: #444444;
    font-size: 1.5rem;
	line-height:1em;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

._home ._home_txt li p{
    text-align: left;
    color: #8c8c8c;
    background: transparent;
    padding-bottom: 14px;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: 'Roboto',sans-serif;
    display: inline-block;
    margin: 0;
    float: left;
    padding: 0;
	width: calc(100% - 106px);
}

._home ._home_txt p{
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    background: #00a98d;
    margin: 48px 0;
    padding: 28px;
	padding-bottom: 14px;
	cursor:pointer;
	font-weight: 400;
	border-bottom:5px solid transparent;
    border-radius: 16px;
}

._home ._home_txt ul li{
	display:block;
	margin-bottom:20px;
	position:relative;
	clear: both;
}

._home ._home_txt ul li ._fa{
    display: inline-block;
    float: left;
    margin-right: 30px;
    color: #00a98d;
    font-size: 2rem;
    border: 3px solid #00a98d;
    width: 66px;
    height: 66px;
    padding-top: 14px;
    border-radius: 33px;
    text-align: center;
    margin-bottom: 20px;
}

._home ._part_div{
    padding-top:15px;
    width: 100%;
    max-width: initial;
}

._home ._home_part ul{
    display: table;
	width:100%;
	margin:20px auto;
    text-align: center;
}

._home ._home_part ul li{
    display: table-cell;
	vertical-align: top;
	width:20%;
	padding: 0px 10px;
}

._home ._home_part ul li ._fa{
	position:relative;
    display: block;
    color: #FFF;
    font-size: 2.5rem;
    width: 80px;
    height: 80px;
    padding-top: 17px;
    border-radius: 40px;
    text-align: center;
    margin: 20px auto;
    background: #00a98d;
	overflow: hidden;
	transition:color 0.5s ease-in;
	transition:background 0.2s ease-in;
}

._home ._home_part ul li ._fa:after{
	position:absolute;
	display:block;
	content:" ";
    width: 50px;
    left: 50%;
    top: 0;
    bottom: 0;
    border-radius: 0 50% 50% 0;
    background: rgba(0, 0, 0, 0.08);
    z-index: 2;
}

._home ._home_part ul li:hover ._fa{
	border:3px solid #00a98d;
    color: #00a98d;
    background: #fff;
	padding-top: 14px;
	transition:color 0.2s ease-in;
	transition:background 0.2s ease-in;
}

._home ._home_part li p {
    text-align: center;
    color: #8c8c8c;
    background: transparent;
    padding-bottom: 14px;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: 'Roboto',sans-serif;
    display: inline-block;
    margin: 0;
    padding: 0;
}

._home._ent{
    background:#00a98d;
}

._home._ent ._topi {
    color: #00a98d;
    background: #fff;
}

._home._ent h2._ref_h2,
._home._ent li p {
	color:#fff;
}

._home._ent li{
    width: 35%;
    margin: 20px 4.5%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
	text-align:center;
}

._home._ent li img{
    width: 260px;
	height:auto;
	max-width:80%;
	display:block;
	margin:20px auto;
}

._home._ent h3{
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1.5rem;
	margin-bottom: 16px;
}

._home._ent ._btn_inv{
	background:#00b194;
}

._home._ent ._btn_inv:hover{
	background:#009076;
}

._home._pa,
._home._part{
    text-align: left;
	min-height: initial;
	padding: 28px 0 0;
}

._home._pa{
    text-align: center;
}

._home._blog {
    text-align: center;
    min-height: initial;
    padding: 28px 0;
}

._home .flex_news{
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 320px 320px 320px;
    gap: 30px;
    grid-gap: 30px;
    grid-auto-flow: row;
    align-content: center;
    align-items: start;
    justify-items: center;
    justify-content: center;
}

._home h2._border{
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
    color: #454545;
    font-size: 24px;
    text-align: center;
    margin: 35px auto;
    text-transform: uppercase;
	position:relative;
}

._home h2._border:before {
    content: " ";
    display: block;
    background: #e0e0e0;
    position: absolute;
    top: 10px;
    width: 90%;
    left: 5%;
    z-index: 1;
    height: 1px;
}

._home h2._border b {
    position: relative;
    background: #ffffff;
    padding: 0px 30px;
    z-index: 2;
    font-weight: 400;
}

._home h2._border b:before {
    content: " ";
    position: absolute;
    display: inline-block;
    background: #e0e0e0;
    width: 12px;
    height: 12px;
    left: -12px;
    top: 8px;
    border-radius: 6px;
}

._home h2._border b:after {
    content: " ";
    position: absolute;
    display: inline-block;
    background: #e0e0e0;
    width: 12px;
    height: 12px;
    right: -12px;
    top: 8px;
    border-radius: 6px;
}

._home h2._border i{
    border-bottom: 1px solid #000;
    width: 100%;
    top: 10px;
}

._home .adds{
    width: 18%;
    margin: 0px 1%;
	margin-bottom: 28px;
    display: inline-grid;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
    text-align: center;
}

._home._part .adds {
    width: 200px;
    margin: 0px 10px;
    margin-bottom: 30px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    background: #fff;
    padding: 5px 15px;
    box-shadow: none;
    text-align: center;
}

._home._blog .adds{
    width: 100%;
	/*height:100%;*/
    margin: 0;
}

._home._blog .adds._fr img{
    width: 100%;
	height:auto;
    margin: 0;
	display:block;
}

._home .adds:hover{
    background: #efefef;
}

._home .adds .im{
    width: 100%;
	text-align:center;
    text-align: center;
    margin: 6px auto 18px;
}

._home .adds .im img{
    /*width: 100%;*/
    height: auto;
	max-height:150px;
	max-width:100%;
	display:block;
	margin: 0 auto;
}

._home._blog .adds .im img{
	max-width:300px;
}

._home._blog .adds .im p{
    text-align: justify;
    margin: 14px;
    font-weight: 300;
    color: #505050;
	line-height:1.5em;
	min-height:10.5em;
}

._home .adds .im .fa{
    font-size:6rem;
	color:#e0e0e0;
	padding-top: 2rem;
}

._home .adds h3{
	font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    color: #00a98d;
    font-size: 16px;
	margin-bottom: 18px;
}

._home._blog .adds h3 {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    color: #00a98d;
    font-size: 1.4rem;
    margin-bottom: 18px;
    margin-top: 10px;
    line-height: 1.4em;
    min-height: 2.8em;
}

._home .adds h4{
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    color: #00a98d;
    font-size: 0.875rem;
    margin-bottom: 16px;
    line-height: 1.3em;
    min-height: 2.6em;
}

._home .adds ._fa{
    display: block;
    color: #00a98d;
    font-size: 1.5rem;
    border: 2px solid #00a98d;
    width: 50px;
    height: 50px;
    padding-top: 11px;
    border-radius: 33px;
    text-align: center;
    margin: 10px auto;
}

._home .adds ._i{
    background: #fafafa;
    margin: 0 -4px -4px -4px;
    border-top: 1px dashed #ebebeb;
    text-align: left;
    padding: 10px;
    line-height: 1.8em;
	font-size: 0.825rem;
    font-weight: 300;
}

._home._news{
    background: url(/img/home/home-1-back.jpg) center top;
    background-size: cover;
    position: relative;
	padding-top:28px;
	padding-bottom: 28px;
	min-height:initial;
}

._home._news h2{
    text-align:center;
	font-size:2.8125rem;
	margin-bottom: .5em;
	font-weight:700;
}

._home._news p{
    text-align: center;
    margin: 0 0 1.5em 0;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    color: #8c8c8c;
    font-size: 14px;
}

@media screen and (max-width:1000px){
	._home .flex_news{
		grid-template-columns: 320px 320px;
	}

	._home._blog .adds h3 {
		font-size: 1rem;
	}
	
	._home._blog .adds .im p {
		font-size: 0.8125rem;
		line-height: 1.3em;
		min-height: 13em;
	}
}

@media screen and (max-width:750px){
	._home._blog .adds h3 {
		font-size: 1.4rem;
	}
	
	._home._blog .adds .im p {
		line-height: 1.5em;
		min-height: 10.5em;
		font-size:0.875rem;
	}
}

@media screen and (max-width:680px){
	._home .flex_news{
		grid-template-columns: 320px;
	}
}

@media screen and (max-width:600px){
	
	._home._blog .adds .im p {
		min-height: initial;
	}
}

@media screen and (max-width:380px){
	._home > div {
		padding: 0px;
	}
}

@media screen and (max-width:660px){

	._home_1 h1 {
		bottom: 60%;
		font-size: 2rem;
	}
	
	._home h2,
	._home._news h2	{
		font-size: 2rem;
		text-align: center;
	}
	
	._home ._illus._ref{
		display:none;
	}
	
	._home_rec .add_offre {
		height:initial;
	}
	
	._home ._home_txt{
		width: 100%;
		margin:24px auto;
		margin-top:0px;
		float:initial;
		display:block;
		padding-left:0px;
	}
	
	._home ._home_txt ul li h3{
		margin-bottom:5px;
	}
	
	._home ._home_txt ul li ._fa {
		margin-right: 10px;
	}
	
	._home ._home_part ul li {
		display: table-row;
		width: 100%;
		padding: 0px 10px;
		text-align: left;
	}
	
	._home ._home_part ul li ._fa {
		display: inline-block;
		float: left;
		margin: 0px 15px 20px;
	}
	
	._home ._home_part h3 {
		display: inline-block;
		margin-bottom: 0px;
	}
	
	._home ._home_part li p {
		display: block;
		text-align: left;
	}
	
	._home h2._ref_h2 {
		font-size: 1.5rem;
	}
	
	._home._ent li {
		width: 90%;
		margin: 20px auto;
		display: block;
	}
	
	._home._pa .adds {
		width: 47%;
	}

	._home_you{
		position:relative;
		margin-top:100px;
	}
	._home_you span {
		width: 100%;
		margin: 28px auto;
		display: block;
	}
}

@media screen and (max-width:380px){
	
	._home._part .adds {
		width: 32.333333333333333%;
		margin: 0px 0.5%;
	}
	
	._home_1 h1 {
		font-size: 2rem;
		padding: 40px 15px;
	}
	
	._btn_inv {
		max-width: 280px;
		font-size: 1rem;
	}

	._home_you {
		margin-top: 40px;
	}
	
	._home_you span i {
		width: 80px;
		height: 80px;
		font-size: 40px;
	}
	
	._home ._home_part ul li{
		padding: 0px;
		margin-bottom:20px;
		display: block;
		clear: both;
	}
	
	._home ._home_part ul li ._fa {
		display: inline-block;
		float: left;
		margin: 0px 10px 20px 0px;
		font-size: 2rem;
		width: 66px;
		height: 66px;
	}

	._home._pa .adds {
		width: 90%;
		margin: 0px auto 20px;
		display: block;
	}
	
	#news_email,
	#news_sent{
		float:initial;
		display:block;
		width: 90%!important;
		margin: 5px auto;
	}
}