/*--------------------------------------------------------------
# PAGES

Styles for pages of website
If it's specifi to an only page - please add a custom page stylesheet

--------------------------------------------------------------*/

.side-line {
	width: 11px;
	height: 85px;
}
/* Typo */

.wpcf7 h3 {
	font-family: 'Mosk', sans-serif;
	font-weight: 900;
	font-size: 2.2rem;
	letter-spacing: 1.32px;
	color: #303545;
	position: relative;
}

.wpcf7 h3:before {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 6px;
	background-color: #893836;
	top: 11px;
	left: -60px;
}

.wpcf7 h3:after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background-color: #893836;
	left: -50px;
	top: 13px;
	width: 38px;
}

.wpcf7 p {
	font-weight: 700;
	position: relative;
}

.wpcf7 .select-group:not(.inspi) p:first-child {
	margin-left: 10px;
}

.wpcf7 .select-group p:first-child {
	margin-top: 20px;
}


.wpcf7 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 47px;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	border:none;
}


.wpcf7 small {
	font-size: 70%;
}

/* End Typo */	


.quote-group {
	margin-bottom: 60px;
}	

@media screen and (min-width:768px) {
	.quote-group {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.select-group {
		width: 49%;
	}
	.wpcf7 .inspi {
		padding-right: 50px;
	}
	
}

@media screen and (max-width:767px) {
	.quote-group .empty {
		display: none;
	}
	.wpcf7 .inspi p>span:last-child{
		position: static;
		right: 0;
		bottom: 0;
		left: calc(50% - 20px);
	}

}


@media screen and (min-width:992px) {
	.select-group {
		width: 32%;
	}
	.wpcf7 .inspi {
		padding: 0;
	}	
}


.wpcf7 input {
	height: 47px; 
	width: 100%;
	border: 1px solid #B6B8BE;
	border-radius: 0;
}

.wpcf7 .select2-container--default .select2-selection--single {
	border: 1px solid #B6B8BE;
	height: 47px; 
}




/* Radio Button */

.wpcf7-radio > span  {
	position: relative;
}

.wpcf7 input[type=radio]+span {
	position: relative;
}

.wpcf7 input[type=radio]+span:before {
	content:"";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #B6B8BE;
	position: absolute;
	display: block;
	top: 10px;
   	left: 10px;
}

.wpcf7 input[type=radio]+span:after {
	content:"";
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #B6B8BE;
	position: absolute;
	display: block;
	top: 0;
    left: 0;
}

.wpcf7 input[type=radio]:checked+span:before {
	background-color: #893836;
}

.wpcf7 input[type=radio] {
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item.first {
	margin-right: 10px;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item-label {
	height: 30px;
	padding-left: 40px;
	display: inline-block;
    white-space: nowrap;
    line-height: 30px;
}

.wpcf7 input[type=radio] {
	position: absolute;
}

.wpcf7 .referto input[type=radio]+span:after {
	content:"\2713";
	width: 17px;
	height: 17px;
	border-radius: 15px;
	border: 1px solid #B6B8BE;
	position: absolute;
	display: block;
	top: 0;
    left: 0;
    line-height: 17px;
    text-align: center;
    opacity: 0
}

.wpcf7 .referto .wpcf7-radio .wpcf7-list-item-label {
	line-height: 17px;
	padding-left: 25px;
}

.wpcf7 .referto input[type=radio]:checked+span:after {
	opacity: 1;
}

.wpcf7 .referto input[type=radio]:checked+span:after {
	color: #893836;
	border-color: #893836;
}
.wpcf7 .referto input[type=radio]:checked+span {
	color: #893836;
}

.wpcf7 .referto input[type=radio]+span {
	color: #B6B8BE;
	font-weight: bold;
}
.wpcf7 .referto input[type=radio]+span:before {
	display: none;
}

.wpcf7 input[type=checkbox] {
	height: 15px;
	border-radius: 0;
}

.wpcf7 .referto p:nth-child(2) {
	margin-top: 23px;
}
/* checkbox */

.wpcf7-radio > span  {
	position: relative;
}

.wpcf7 input[type=checkbox]+span {
	position: relative;
}

.wpcf7 .budget input[type=checkbox]+span:before {
	content:"";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #B6B8BE;
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	opacity:1;
}

.wpcf7 .budget input[type=checkbox]+span:after {
	content:"";
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #B6B8BE;
	position: absolute;
	display: block;
	top: 0;
    left: 0;
}

.wpcf7 .budget input[type=checkbox]:checked+span:before {
	background-color: #893836;
}

.wpcf7 .budget input[type=checkbox] {
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}
.wpcf7 .checkboxes-group .wpcf7-checkbox{
	display: flex;
	flex-flow: column;
	margin-bottom: 3em;
}
.wpcf7 .checkboxes-group .wpcf7-list-item {
	margin: 0 10px 0 0;
}

.wpcf7 .checkboxes-group .wpcf7-list-item-label {
	height: 30px;
	padding-left: 40px;
	display: inline-block;
    white-space: nowrap;
    line-height: 30px;
}

.wpcf7 input[type=radio] {
	position: absolute;
}

.wpcf7 input[type=checkbox]+span:after {
	content: "";
	display: block;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0;
	left: -14px;
	border: 1px solid #B6B8BE;
}

.wpcf7 input[type=checkbox]+span:before {
	content:"\2713";
	display: block;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0;
	left: -14px;
	line-height: 15px;
    text-align: center;
    color: #893836;
    opacity: 0;
}

.wpcf7 input[type=checkbox]:checked+span:before {
	opacity: 1;
}
.wpcf7 input[type=checkbox]+span {
	padding-left: 20px;
	position: relative;
}
.wpcf7 input[type=checkbox] {
	opacity: 0;
}

.wpcf7 .inspi {
	position: relative;
}

.wpcf7 textarea {
	width: 100%;
	height: 220px;
	padding: 20px;
	border-radius: 0;
}

.wpcf7 input[type=submit] {
	width: 228px;
	max-width: 100%;
	height: 40px;
}

.wpcf7 .valide {
	display: block;
}

.wpcf7 .budget {
	margin-bottom: 90px;
}

.wpcf7 .inspi p>span:last-child {
	position: absolute;
	right: -30px;
    bottom: 38px;
    z-index: 5;
    height: 20px;
	width: 20px;
	display: block;
}

@media screen and (max-width:767px) {
	.wpcf7 .inspi p>span:last-child{
		position: static;
		margin:0 auto;
		transform:translateX(-20px);
	}
}



.wpcf7 .inspi .moreinspi .wpcf7-list-item-label {
	position: relative;
	height: 20px;
	width: 20px;
	display: block;
	font-size: 0;
	cursor: pointer;
}

.wpcf7 .inspi .moreinspi .wpcf7-list-item-label:after,
.wpcf7 .inspi .moreinspi .wpcf7-list-item-label:before {
 	content: "";
 	display: block;
 	position: absolute;
 	background-color: #893836;
 	border:none;
 	opacity: 1;
}

.wpcf7 .inspi .moreinspi .wpcf7-list-item-label:after {
	top: 0;
	left: 9px;
	height: 20px;
	width: 2px;
}

.wpcf7 .inspi .moreinspi .wpcf7-list-item-label:before {
	left: 0;
	top: 9px;
	width: 20px;
	height: 2px;
}

.wpcf7 .inspi .moreinspi input:checked + .wpcf7-list-item-label:after,
.wpcf7 .inspi .moreinspi input:checked + .wpcf7-list-item-label:before {
	opacity: 0;
	transition: opacity 0.4s;
}

.wpcf7 .select-group input {
	font-weight: bold;
	padding-left: 10px;
}


.wpcf7 .input-suffix {
	position: absolute;
	display: block;
	height: 47px;
	z-index: 5;
	bottom: 0;
    left: 33px;
    line-height: 48px;
    vertical-align: middle;
} 

.wpcf7 .select2-container--default .select2-selection--single:after {
    bottom: 24px;
    height: 4px;
    width: 4px;
    border-bottom: 1px solid rgba(124, 37, 36, 1);
    border-right: 1px solid rgba(124, 37, 36, 1);
    transform: rotate(45deg);
}

.wpcf7 .select2-container--default .select2-selection--single:before, 
.wpcf7 .select2-container--default .select2-selection--single:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
}

.wpcf7 input[type="number"]{
	background: none;
}

.number-arrow {
	border-bottom: 1px solid rgba(124, 37, 36, 1);
    border-right: 1px solid rgba(124, 37, 36, 1);
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    right: 15px;
    z-index: -1;
}

.number-arrow-up {
	transform: rotate(-135deg);
	top: calc(50% - 6px);	
}

.number-arrow-down {
	transform: rotate(45deg);
	bottom: calc(50% - 6px);
}

.wpcf7 .radio-genre {
	display: block;
    margin-top: 15px;
}


.wpcf7 .end-sub {
	text-align: center;
}

.wpcf7 input[type=submit] {
	margin-top: 25px;
}

.wpcf7 .terms-form {
	margin:25px 68px;
}

.wpcf7 .terms-form p {
	font-size: 1rem;
	font-weight: 400;
}

.wpcf7 .end-sub img {
	margin-top: 40px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	opacity: 0;
}




/* Phone Selector */

.wpcf7 .wpcf7-tel {
	border-left:none;
}

.select-phone .indi-tel {
	display: flex;
}

.select-phone .indi-tel span:nth-child(2) {
    width: calc(100% - 67px);
}

.wpcf7-tel {
	max-width: 100%;
}

.wpcf7 .menu-indicatif {
	min-width: 67px;
	text-align:center;
}

.angles-bg > .fl-row-content-wrap {
	position: relative;
}

.angles-bg > .fl-row-content-wrap:before,
.angles-bg > .fl-row-content-wrap:after {
	position: absolute;
	content: "";
	height: 60px;
	width: 60px;
	display: block;
	z-index: 2;
	
}
.angles-bg > .fl-row-content-wrap:before {
	background: url('../img/angle_top_left.svg') center no-repeat;
	top: 25px;
	left: 25px;
}
.angles-bg > .fl-row-content-wrap:after {
	background: url('../img/angle_bottom_left.svg') center no-repeat;
	bottom: 25px;
	left: 25px;
}

.angles-bg  .fl-row-content:before,
.angles-bg  .fl-row-content:after {
	position: absolute;
	content: "";
	height: 60px;
	width: 60px;
	display: block;
	z-index: 2;
	
}
.angles-bg  .fl-row-content:before {
	background: url('../img/angle_top_left.svg') center no-repeat;
	top: 25px;
	right: 25px;
	transform: rotate(90deg);
}
.angles-bg  .fl-row-content:after {
	background: url('../img/angle_bottom_left.svg') center no-repeat;
	bottom: 25px;
	right: 25px;
	transform: rotate(-90deg);
}

/* GOOGLE MAP */
	
#map {
    height: 70vh;
}

.gm-style .gm-style-iw-c {
	margin-top: -25px;
	margin-left: 55px;
	box-shadow: 0.86px 0.52px 27px #9D9C9C42 !important;
}

.gm-style .gm-style-iw-t::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 25px 0 0;
	border-color: #ffffff transparent transparent transparent;
	transform: none;
	box-shadow: none;
	margin-top: -25px;
}



.gm-style .gm-style-iw-t button { 
	opacity: 0;
}

/* Contact Form */

.peplum-contact-form textarea,
.peplum-contact-form input,
.peplum-contact-form .select2-container--default .select2-selection--single {
	border: 1px solid #893836;
}

.peplum-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: 400 !important;
}

.peplum-contact-form .select2-container--default .select2-selection--single {
	padding-left: 10px;
}

.peplum-contact-form input[type="email"], .peplum-contact-form input[type="text"] {
	padding-left: 20px;
}


.peplum-contact-form .select2-container--default .select2-selection--single:after {
	display : inline-block;
 	height : 0;
 	width : 0;
 	border-top : 9px solid #893836;
 	border-right : 9px solid transparent;
 	border-left : 8px solid transparent;
 	border-bottom:none;
 	transform:none;
 	bottom: 18px;
}

.peplum-contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.peplum-contact-form ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.peplum-contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.peplum-contact-form :-moz-placeholder { /* Firefox 18- */
  color: #000;
}

/* Icon quote page who-we-are */
.quote-icon{
	position: relative;
}

.fl-rich-text p{
	text-align: justify;
	font-size:1.5rem;
}