#back_ave
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 90px;
	background-image: url('../images/ave/back_ave.png');
	background-size: cover;
	background-position: 50% 0;
}

#back_ave2
{
	width: 100%;
	padding-top: 130px;
	padding-bottom: 130px;
	background-image: url('../images/ave/background_rpvp.png');
	background-size: cover;
	background-position: 50% 0;
}

#back_ave .content, #back_ave2 .content
{
	max-width: 960px;
	margin: 0 auto;
	/*display: contents;*/
}

#back_ave2 .title p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px;
    color: #02b9f6;
	line-height: 32px;
}

#back_ave2 .title img
{
    margin-top: 8px;
}

#back_ave2 .subtitle
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 39px;
    text-align: center;
}

#back_ave2 .blue_cont, #back_ave2 .red_cont
{
    max-width: 560px;
    width: calc(100% - 15px);
    margin: 0 auto;
    position: relative;
}

#back_ave2 .blue_cont .background
{
    background-color:  #db0f19;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#back_ave2 .blue_cont p, #back_ave2 .red_cont p
{
    font-size: 27px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    width: calc(100% - 15px);
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

#back_ave
{
	/*display: flex;*/
	margin: 0 auto;
}

#back_ave .title, #back_ave2 .title
{
	margin: 0 auto;
	display: table;
}

#back_ave h1
{
	font-family: 'Montserrat', sans-serif;
	font-size: 43px;
	font-weight: 200;
	color: black;
	margin-left: 45px;
}

#back_ave .special
{
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 0 #db0f19,
    -1px 1px 0 #db0f19,
    1px -1px 0 #db0f19,
    -1px -1px 0 #db0f19,
    0px 1px 0 #db0f19,
    0px -1px 0 #db0f19,
    -1px 0px 0 #db0f19,
    1px 0px 0 #db0f19,
    3px 3px 0 #db0f19,
    -3px 3px 0 #db0f19,
    3px -3px 0 #db0f19,
    -3px -3px 0 #db0f19,
    0px 3px 0 #db0f19,
    0px -3px 0 #db0f19,
    -3px 0px 0 #db0f19,
    3px 0px 0 #db0f19,
    1px 3px 0 #db0f19,
    -1px 3px 0 #db0f19,
    1px -3px 0 #db0f19,
    -1px -3px 0 #db0f19,
    3px 1px 0 #db0f19,
    -3px 1px 0 #db0f19,
    3px -1px 0 #db0f19,
    -2px -1px 0 #db0f19;
}

#back_ave .title img
{
	margin-top: 8px;
}

#back_ave .subtitle
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: white;
	font-size: 39px;
	text-align: center;
}

#back_ave .blue_cont, #back_ave .red_cont
{
	max-width: 560px;
	width: calc(100% - 15px);
	margin: 0 auto;
	position: relative;
}

#back_ave .blue_cont .background
{
	background-color: #db0f19;
	opacity: 0.7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#back_ave .red_cont .background
{
	background-color: #db0f19;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#back_ave .blue_cont p, #back_ave .red_cont p
{
	font-size: 27px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	width: calc(100% - 15px);
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

#back_ave .red_cont p
{
	font-size: 24px;
}

@media only screen and (max-width: 520px)
{
	#back_ave2 .title p
	{
		margin: 0 10px;
		font-size: 40px;
		width: 160px;
		line-height: 40px;
	}

	#back_ave2 .title img
	{
		margin-top: 31px;
	}
}

h2
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	max-width: calc(100% - 15px);
	margin: 0 auto;
	color: #252525;
	text-align: center;
}

.text_s1
{
	width: calc(100% - 15px);
	margin: 0 auto;
	text-align: center;
}

#device_list
{
	display: table;
	margin: 0 auto;
}

#device_list .left
{
	margin-right: 40px; 
}

@media only screen and (max-width: 870px)
{
	#back_ave
	{
		background-image: url('../images/ave/back_ave_responsive.png');
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#back_ave h1
	{
		text-align: center;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 810px)
{
	#device_list .img1
	{
		margin-left: 79px;
		margin-bottom: 30px;
	}

	#device_list .img3
	{
		clear: left;
	}
}

@media only screen and (max-width: 500px)
{
	#device_list
	{
		display: initial;
	}

	#device_list div
	{
		float: none;
		text-align: center;
		margin: 0 !important;
		margin-bottom: 30px !important;
	}

	#back_ave h1
	{
		font-size: 35px;
	}
}

#ave_cont_1
{
	width: 100%;
	height: 384px;
	background-color: #f2e9ea;
	background-image: url('../images/ave/back_gr_h3.png');
	background-repeat: no-repeat;
	background-position: 50% 0px;
}


#ave_cont_1 .container
{
	max-width: 960px;
	margin: 0 auto;
}

#ave_cont_1 .content
{
	width: 520px;
	float: right;
}

.h3_a
{
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	color: #252525;
	font-weight: 700;
}

.subtitle
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #db0f19;
}

.h3_a_title_sep
{
	height: 1px;
	width: 99px;
	background-color: #db0f19;
	margin: 15px 0;
}

#ave_cont_1 .desc
{
	line-height: 20px;
}

#ave_cont_1 .desc .red
{
	color: #db0f19;
	font-weight: 600;
	font-size: 25px;
}

@media only screen and (max-width: 960px)
{
	#ave_cont_1
	{
		background-image: none;
		height: initial;
		padding-bottom: 22px;
	}

	#ave_cont_1 .content
	{
		float: none;
		margin: 0 auto;
		text-align: center;
		max-width: calc(100% - 15px);
	}

	#ave_cont_1 .h3_a_title_sep
	{
		margin: 15px auto;
	}
}

#ave_cont_2 .card
{
	margin-bottom: 30px;
	width: 280px;
	text-align: center;
}

#ave_cont_2 .card .title
{
	color: #db0f19;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0;
}

#ave_cont_2 .card2
{
	margin-left: 50px;
}

@media only screen and (max-width: 980px)
{
	#ave_cont_2 .card
	{
		float: none;
		width: calc(100% - 15px);
		margin: 0 auto;
		clear: both;
		text-align: left;
		margin-bottom: 50px;
	}

	#ave_cont_2 .card img
	{
		float: left;
		margin-right: 30px;
	}
}

.reparation_smartphone_scont3
{
	width: 100%;
	background-image: url('../images/reparation-smartphone/img_ban_mag.png');
	background-size: cover;
}

.reparation_smartphone_scont3 .container
{
	height: 86px;
	width: 801px;
	margin: 0 auto;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.reparation_smartphone_scont3 .container p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #252525;
	margin-left: 40px;
	margin-top: 16px;
	width: 420px;
}

.reparation_smartphone_scont3 .container .button p
{
	width: initial;
}

.reparation_smartphone_scont3 .button
{
	background-color: #db0f19;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	height: 45px;
	width: 295px;
	margin-right: 41px;
	margin-top: 21px;
}

.reparation_smartphone_scont3 a:hover
{
	text-decoration: none;
}

.reparation_smartphone_scont3 .button p
{
	line-height: 45px;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-left: 60px;
	margin-top: 0;
}

.reparation_smartphone_scont3 .button img
{
	position: absolute;
	right: 61px;
	top: 11px;
}

@media only screen and (max-width: 840px)
{
	.reparation_smartphone_scont3 .container
	{
		width: calc(100% - 30px);
		height: initial;
	}

	.reparation_smartphone_scont3 .container .left p
	{
		margin-left: 0;
		width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	.reparation_smartphone_scont3 .container .left, .reparation_smartphone_scont3 .container .right
	{
		width: 100%;
	}

	.reparation_smartphone_scont3 .container .button
	{
		width: 230px;
		margin: 21px auto;
	}

	.reparation_smartphone_scont3 .container .button p
	{
		margin-left: 30px;
		width: 200px;
	}

	.reparation_smartphone_scont3 .container .button img
	{
		right: 30px;
	}
}

.h2_b
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	color: #252525;
	width: calc(100% - 15px);
	margin: 0 auto;
}

.h2_b_sub
{
	text-align: center;
	width: calc(100% - 15px);
	margin: 0 auto;
}

.title_sep
{
	width: 99px;
	height: 1px;
	background-color: #db0f19;
	margin: 15px auto;
}

.row4 .left, .row4 .right
{
	width: 460px;
}

@media only screen and (max-width: 990px)
{
	.row4 .left
	{
		padding-bottom: 25px;
	}

	.row4 .left, .row4 .right
	{
		float: none;
		width: calc(100% - 30px) !important;
		margin: 0 auto;
		text-align: center;
	}
}

#formulaire
{
	width: 100%;
	padding: 60px 0;
	background-color: #e5e4e4;
}

#formulaire .content
{
	max-width: 960px;
	margin: 0 auto;
}

.h3_b
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #252525;
	text-align: center;
	margin: 0 auto;
	width: calc(100% - 15px);
}

#formulaire .subtitle
{
	text-align: center;
	width: calc(100% - 15px);
	margin: 0 auto;
}

#formulaire .image
{
	display: block;
	margin: 0 auto;
}

input
{
	height: 37px;
	border: 1px solid #bbb9b9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	padding-left: 12px;
	padding-right: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #252525;
	width: 252px;
	margin-bottom: 12px;
}

input:placeholder
{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #252525;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #252525;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #252525;
}
:-moz-placeholder { /* Firefox 18- */
  color: #252525;
  opacity: 1;
}

textarea
{
	display: block;
	width: 862px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	border: 1px solid #bbb9b9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: none;
	padding: 10px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #252525;
	height: 108px;
}

textarea::placeholder
{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

#formulaire .row
{
	width: 884px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}

#formulaire .col3
{
	float: right;
}

#formulaire .col2
{
	margin-left: 21px;
}

button
{
	background-color: #db0f19;
	padding: 13px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 545px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	/*max-width: calc(100% - 30px);*/
}

button p
{
	text-align: center;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

button p .title
{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.submit_cont
{
	position: relative;
}

#formulaire .line
{
	width: 884px;
	max-width: calc(100% - 30px);
	height: 1px;
	background-color: #db0f19;
	position: absolute;
	top: 37px;
	display: block;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

#formulaire .mask
{
	padding-left: 21px;
	padding-right: 21px;
	background-color: #e5e4e4;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

@media only screen and (max-width: 910px)
{
	input
	{
		width: calc(100% - 24px);
		float: none !important;
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 770px)
{
	.button_container .sep
	{
		display: none;
	}

	.button_container .mask
	{
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 730px)
{
	.button_container img
	{
		display: none;
		float: none;
	}

	.button_container p
	{
		padding-left: 0 !important;
		float: none !important;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		line-height: initial !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 630px)
{
	#formulaire .mask
	{
		padding: 0;
		width: calc(100% - 30px);
	}

	#formulaire button
	{
		width: 100%;
	}
}

.button_container
{
	max-width: 850px;
	margin: 0 auto;
	width: 90%;
}

.button_container .sep
{
	height: 1px;
	width: 100%;
	margin: 0 auto;
	background-color: #db0f19;
	margin-top: 25px;
}

.button_container .button
{
	background-color: #db0f19;
	max-width: 100%;
	max-width: 650px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
}

.button_container .button p
{
	color: white;
	font-size: 24px;
	float: left;
	line-height: 50px;
	padding-left: 75px;
}

.button_container .button img
{
	float: right;
	padding-top: 14px;
	padding-right: 39px;
}

.button_container .mask
{
	background-color: #f6f6f6;
	max-width: 690px;
	margin: 0 auto;
	margin-top: -25px;
}