/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*GENERAL*/

#main.landing-urd-1 h1,
#main.landing-urd-2 h1 {
	width: 100%;
	max-width: 1000px;
    font-size: 2.5em;
    line-height: 125%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #51ebdf;
    font-style: italic;
    padding: 10px 0;
    margin: 0;
}

#main.landing-urd-1 h2,
#main.landing-urd-2 h2 {
    font-size: 1.5em;
    line-height: 150%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #51ebdf;
    padding: 10px 0;
    margin: 0;
}

#main.landing-urd-1 p,
#main.landing-urd-2 p {
    font-size: 1.3em;
    color: white;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 0;
    margin: 0;
}

#main .img-tel-contact,
#main .img-tel-contact {
	width: auto;
	height: 13px;
	vertical-align: baseline;
}

#main.landing-urd-1 > section > p,
#main.landing-urd-2 > section > p {
    font-size: 1em;
    color: #00d6cd;
    font-weight: 800;
    line-height: 150%;
    padding: 10px 0;
}

#main.landing-urd-1 > section > p a,
#main.landing-urd-2 > section > p a {
    color: #00d6cd;
}

#main.landing-urd-1 .content #formulaire-urd,
#main.landing-urd-2 .content #formulaire-urd {
    width: 100% !important;
    max-width: 500px;
    background: #f4f4f5;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 6px 6px rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 6px rgba(32, 33, 36, .28);
    min-height: 500px;
	margin: 10px 0;
}

#formulaire-urd > div {
	padding: 20px;
}

#formulaire-urd label,
#modal-urd label {
	color: black;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
}

#formulaire-urd input,
#modal-urd input,
#formulaire-urd textarea {
	background: #f4f4f5;
	border: 0 !important;
	border-bottom: 1px solid #00d6cd !important;
}

#formulaire-urd .envoyer-message,
#modal-urd .envoyer-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#formulaire-urd .envoyer-message input,
#modal-urd .envoyer-message input {
	max-width: 250px;
	font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
	border-radius: 20px;
}

#formulaire-urd .envoyer-message input:hover
#modal-urd .envoyer-message input:hover {
    color: #005d70 !important;
}

#main.landing-urd-1,
#main.landing-urd-2 {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/*background-image: url(/wp-content/uploads/2020/05/bg-expertises-bloc-2.png);*/
	background: 
    	-webkit-gradient(
      		linear, 
      		left top, left bottom, 
      		from(rgba(56, 114, 129, 0.7)), 
      		to(rgba(56, 114, 129, 0.7))
    	),
    	url(/wp-content/uploads/2020/08/bg-urd.png);
	background: 
    	-o-linear-gradient(
      		rgba(56, 114, 129, 0.7), 
      		rgba(56, 114, 129, 0.7)
    	),
    	url(/wp-content/uploads/2020/08/bg-urd.png);
	background: 
    	linear-gradient(
      		rgba(56, 114, 129, 0.7), 
      		rgba(56, 114, 129, 0.7)
    	),
    	url(/wp-content/uploads/2020/08/bg-urd.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
}

#main.landing-urd-1 > section:first-of-type,
#main.landing-urd-2 > section:first-of-type {
	width: 100%;
	min-height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #387281;
	padding: 10px 30px;
}

#main.landing-urd-1 > section.titre,
#main.landing-urd-2 > section.titre {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 135px;
	padding: 30px;
	margin: 30px 0 0 0;
}

#main.landing-urd-1 .urd-gif,
#main.landing-urd-2 .urd-gif {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px 0;
}

#main.landing-urd-1 .urd-gif img,
#main.landing-urd-2 .urd-gif img {
	max-width: 300px;
}

#main.landing-urd-1 > section:last-of-type,
#main.landing-urd-2 > section:last-of-type {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 50px;
	padding: 0 20px;
}

/*CONTENT LANDING-1*/

#main.landing-urd-1 .content {
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

#main.landing-urd-1 .content > div:first-of-type {
	width: 50%;
	padding: 30px;
}

#main.landing-urd-1 .content > div:last-of-type {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	padding: 30px;
}

/*CONTENT LANDING-2*/

#main.landing-urd-2 .content {
	width: 100%;
	max-width: 1000px;
	padding: 30px 0;
}

#main.landing-urd-2 .content > div:first-of-type {
	padding: 30px;
}

#main.landing-urd-2 .content > div:last-of-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px;
}

/*POP-UP*/

#urd-pop-up {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#urd-pop-up > div {
	width: 100%;
	max-width: 600px;
	background: #51ebdf;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	padding: 20px;
}

#modal-urd .modal-header {
	border: 0;
}

#modal-urd .modal-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #f4f4f5;
	border: 0;
	border-radius: 20px;
	padding: 10px 20px;
}

#modal-urd .close {
	font-size: 30px
}

#modal-urd h3 {
	text-align: center;
	font-size: 1.5em;
    line-height: 125%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: italic;
}

#modal-urd p {
	text-align: center;
	color: black !important;
}

#modal-urd form p {
	text-align: left;
	color: black !important;
}

/*RESPONSIVE*/

@media screen and (max-width: 768px) {
	
	#main.landing-urd-1 > section.titre, 
	#main.landing-urd-2 > section.titre {
    	min-height: 0;
    	padding: 0 20px;
    	margin: 20px 0 0 0;
	}
	
	#main.landing-urd-1 .content {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-webkit-box-align: start;
    	    -ms-flex-align: start;
    	        align-items: start;
	}
	
	#main.landing-urd-1 .content > div:first-of-type,
	#main.landing-urd-1 .content > div:last-of-type,
	#main.landing-urd-2 .content > div:first-of-type,
	#main.landing-urd-2 .content > div:last-of-type {
		width: 100%;
		padding: 20px;
	}
	
}

@media screen and (max-width: 500px) {
	
	#main.landing-urd-1 h1, 
	#main.landing-urd-2 h1 {
		font-size: 2em;
	}
	
}

@media screen and (min-height: 1100px) {
	
	#main.landing-urd-1 > section:last-of-type {
		position: absolute;
		bottom: 0;
	}
	
}