@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "errormsg.css";
@import "doimessage.css";

html {
  scroll-behavior: smooth;
}


body{

	font-family: "Open sans, Helvetica, Arial", sans-serif;
	background-color: #FFF;
	box-sizing: border-box;
	max-width: 1920px;
	width: 100%;
	margin:0 auto;
}

#email{
	position: absolute;
	top: -9999px;
}

* {
  box-sizing: border-box;
}



/* --- Header --- */

	.header{
		-webkit-align-items: center;
    align-items: center;
    background: #fff;
    background: var(--c-header-bg);
    /*box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);*/
    color: currentColor;
    color: var(--c-header);
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 15px;
    /* padding: 5px var(--padding-small); */
    position: relative;
    width: 100%;
    max-width: 1920px;
    z-index: 20;
	}

	.head{
		margin: auto;
	}

	.logo img{
		max-width: 200px;
    width: 100%;
	}

	.title-banner{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
	  text-align: right;
		margin: auto;
	  font-weight: bold;
	  font-size: calc(.9rem + 0.4vw);
	}

	.title-banner p{
		margin: 0;
	}

	.general-box{
		margin: auto;
		padding: 20px 0 0;
	}

	.general-box h3{
		font-size: calc(1.2rem + .4vw);
    font-weight: bold;
	}


/* --- LEFT BOX --- */

	.left-box{

		margin: auto;
	}

	.left-box {
		margin-bottom: 30px;
	}

	.intro{
		padding-right: 80px;
	}


	.intro h2{
		font-size: calc(1.6rem + .8vw);
    font-weight: bold;
    line-height: calc(2.9rem + .7vw);
    color: #fe7120;
	}

	.intro ul{
		list-style: none;
		padding-left: 1rem;
	}

	.intro li{
		padding: 7px 0;
		font-size: calc(.8rem + .3vw);
	}

	.intro li{
		background: url(../images/panneaux-solaires_bullet.png);
		background-repeat: no-repeat;
		background-size: 25px;
		background-position: 0 5px;
		padding-left: 35px;
	}

	mark{
		color: black;
		background-color: yellow;
	}



	.intro-responsive{
		display: none;
	}

	.text-people{
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		padding: 30px 0 10px;
		margin-bottom: 30px;
	}


	.text-people div{
		margin: 0 auto;
		font-size: 9.2pt;
	}

	.text-people img{
		max-width: 80px;
		width: 100%;
	}

	.text-people h5{
		font-weight: bold;
	}

	.text-people p:last-child{
		font-weight: bold;
	}


	.info-text{
		padding: 50px 20px;
    background-color: #f2f2f2;
	}

	.info-text div{
		margin: 0 auto;
		text-align: center;
	}

	.info-text img{
		max-width: 320px;
		width: 100%;
		margin: auto;
		padding-bottom: 25px;
	}




	.info-text div:nth-child(2) img{
		display: block;
    margin: auto;
	}


/* --- RIGHT BOX --- */


	/* --- FORM --- */

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		padding: 15px 30px 20px;

		min-height: 280px;
		background-color: #f3f3f3;
		border: 1px solid #f3f3f3;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	.tlt-form-banner h3{
		text-align: center;
    font-size: calc(1.2rem + .4vw);
    font-weight: bold;
	}

	.tlt-form-banner p{

	}


	.tlt-form-banner-mobile{
		display: none;
	}

	.options{
		margin: auto;
		padding-top: 20px;
	}

	.hold-title{
		margin-top: 20px;
	}

	[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
	}

	[type=radio] + img {
  	cursor: pointer;
	}

	.hold-title p{
		margin: auto;
	}

	.options label{
		max-width: 300px;
		margin: auto;
		margin-bottom: 15px;
	}

	.answer-holder-02opt, .answer-holder-04opt, .answer-holder-05opt{
	    border-radius: 5px;
	    color: #fff;
	    background-color: #fe7120;
	    border: 2px solid #fe7120;
	    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	    cursor: pointer;
	    transition: all 0.2s ease-in-out;
	    margin: auto;
    	padding: 5px 10px;
    	min-height: 50px;
    	font-size: 11pt;
	}

	.answer-holder-02opt:hover, .answer-holder-04opt:hover, .answer-holder-05opt:hover{
			background-color: #dd5303;
	    border: 2px solid #dd5303; 
	}


	.line-box{
		margin-bottom: 20px;
		border: 1px solid #fe7120;
    color: #888888;
	}


	.item-active {
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%);
		background-color: #f0f0f0;

		border-radius: 5px;
	}

	.answer-holder-02opt p, .answer-holder-04opt p, .answer-holder-05opt p{
		margin-bottom: 0;
	}

	.extra img{
		max-width: 50px;
		width: 100%;
		margin: auto;
    display: block;
	}

	.two-opt-responsive, .four-opt-responsive, .form-fill, .form-end, .form-group{
		margin: auto;
	}

	.box-form-fill{
		padding: 0;
		margin: auto;
	}


	.box-date{
		margin: auto;
	}

	.box-date div:nth-child(1), .box-date div:nth-child(3){
		padding-left: 0;
		padding-right: 0;
	}
	.box-date div:nth-child(2){
		padding-right: 10px;
		padding-left: 10px;
	}


	.return{
		text-align: center;
    color: #c2c2c2;
    padding-top: 20px;
    text-decoration: underline;
    box-sizing: border-box;
    cursor: pointer;
	}



	.def-btn{
		box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    border: none;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 500ms ease;
    cursor: pointer;
	}

	.form-btn{
		padding: 18px 20px;
    color: #fff;
    margin-top: 0px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #fe7120;
	}

	.box-check{
		padding: 3px 0;
	}


	/*.quest7-row div:nth-child(1) h4{
		padding: 20px 0 15px;
    font-weight: bold;
    font-size: calc(1.4rem + .2vw);
    background-color: #f2f2f2;
	}*/



	.fill-form-responsive input{

		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
	}

	.fieldpp {
		font-size: 0.8em;
		/*color: #c2c2c2;*/
	}

	/* --- EXTRA  ---*/



	.usability{
		margin: auto;
		padding-top: 50px;
	}

	.usability h3{
		color: #38b6ff;
	}

	.usability img{
		max-width: 640px;
		width: 100%;
	}


	.box-details{
		margin-top: 40px;
		padding: 50px;
		background-color: #fafafa;
	}

	.box-details div[class^="text-center"]{
		max-width: 1100px;
		width: 100%;
		margin: auto;
	}

	.box-details h3{
		font-weight: initial;
		color: #38b6ff;
	}


	.advantage-cta{
		max-width: 300px;
		width: 100%;
		margin: auto;
	}






/*-- footer --*/

	.footer{
		display: inline-block;
		background-color: #0f8d3b;
		text-align: center;
	}

	.footer-position{
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
	}

	.footer-position p{
		padding: 30px;
		margin: 0;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		color: #ffffff;
	}

	.footer-position a{
		
		color: inherit;
	}

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


}

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


}
	

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

	.logo img{
		margin-left: 0;
		max-width: 120px;
	}

	.general-box{
		padding-top: 5px;
	}

	.title-banner{
		display: none;
	}

	.box-form{
		max-width: 100%;
	}

	.left-box{
		padding: 0 15px;
	}

	.title-banner, .logo{
		text-align: center;
	}


	.intro{
		margin-top: 30px;
		padding: 0;
	}

	.intro ul{
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.intro h2, .intro h4{
		text-align: center;
	}

	.img-banner{
		display: none;
	}

	.intro p{
		max-width: ;
	}

	.info-text{
		display: none;
	}



}

@media screen and (max-width: 520px) {
	.intro h2{
		font-size: calc(1.325rem + .9vw);
	}

}





/* Error message */

.errormsg {
	/*height: 0;*/
	/*padding-top: 0;*/
	/*padding-bottom: 1em;*/
	color: red;
	/*transform: scaleY(0);*/
	/*transition: all 1s ease-in;*/
}

.errormsgactive {
	transform: scaleY(1);
	height: 2em;
}

/* Contact Form */

.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  /*width: 400px;*/
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  margin-left: -70px;
  z-index: 10;
  height: auto;
   opacity: 1;
  -webkit-transition: opacity 1000ms linear;
   transition: opacity 1000ms linear;
}

#xclose {
  /*position: fixed;*/
  padding: 5px;
  margin: 0 5px 10px 0;
  background-color: #ececec;
  border: 1px solid #c5c5c5;
  width: 26px;
}

#contacterr {
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
}

#bclose {
  line-height: 1em;
  border-radius: 0;
  padding: 3px 5px;
}

/* Thank you */


/* Thank you */

#thankyoubg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  overflow:hidden;

}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/thankyou-bg.jpg');
  background-size: cover;
  background-position: -80px;

}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

#thankyoutxt1 {
  color: #ea740e;
}

#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
	border: 1px solid #c2c2c2;/* Este border se quitará cuando se haga en popup*/
	background-color: #f4f4f5; 
	position: fixed;
  	top: 10%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
  	height: auto;
  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}

.info-thanks{
	padding: 25px 40px;
}


.text{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #4D4D4D;
	text-align: center;
}

.text h1{
	font-size: 2.5em ;
	font-weight: bold;
	color: #0091A9;
}

.text h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

.text span{
	font-size: 1em;
	font-weight: lighter;
}

.line{
	height: 6px !important;
	width: 45%;
	margin: 0 auto 20px;
	color: #0091A9;
	border-radius: 2px;
	opacity: 100%;
}

.more-webs{
	width: 100%;
	margin: 20px auto 30px;

}

.web{
	width: 30%;
	background-color:#fff;
	border: solid 1px #c2c2c2;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
}

.web li{
	text-align: left;
}

.web img{
	max-width: 70px;
	width: 100%; 
}

.list{
	height: 180px;
	margin-top: 20px;
}

.hide{
	display: none;
}


.btn-thanks{
	max-width: 200px;
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 10px;
    font-size: 1em;
    color: #ffffff;
    background-color: #e68016;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
    border: 0;
}

.btn-thanks:hover{
	background-color: #d9580b;
	color: #ffffff;

}



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

	#thankyoubg{
		overflow: scroll;
	}

	.thanks-page{
		top: 0;
		position: absolute;
	}

	.web{
		max-width: 450px;
		width: 100%;
		margin: auto;
		margin-bottom: 25px;

	}

	.list{
		height: initial;

	}

	.text h1{
		font-size: calc(2.0rem + .8vw);
	}

	.text h4{
		font-size: calc(1.0rem + .5vw);
		margin-bottom: 10px;
	}

	.text span{
		font-size: calc(0.8rem + .3vw);

	}
}




/* Loader */

.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.loader {
	background-image: url("../images/loader.gif"); 
	width: 30px;
	height: 30px;
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	z-index: 10;
	/*position: relative;
	top: 50%;
	left: 50%;*/
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
	float: left;
}

.checker {
	background-image: url("../images/checker.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.thankyouloader {
	background-image: url("https://media2.giphy.com/media/3oEjI6SIIHBdRxXI40/200.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}

/* Postcode */

.postcodenoview {
	display: none;
	height: 0;
	transition: height 2s;
	transition-timing-function: ease-in;
}

.postcodeview {
	display: block;
	height: auto;
	color: #0f8d3b;;
	/*padding-top: 1em;*/
	/*padding-bottom: 1em;*/
	font-size: 1em;
}

.extrainfo {
	margin-top: 1em;
	font-size: 0.7em;
}

