/*
╭━━━━━━━━━━━━╯ Karimba.net ╰━━━━━━━━━━━━╮
	Feuille de styles
 __________________________________________________________ 
	© 2019 https://www.karimba.net
╰━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╯
*/

#main div.intro {
	padding: 5%;
    text-align: center;
	position: relative;
}
#main div.intro h3 {
	font-size: 1.7em;
	margin: 0 auto 1em;
	font-weight: 200;
	color: #3E3C3C;
}
#main div.intro p {
	font-size: 0.75em;
	margin-bottom: 0.2em;
}
#main div.intro p strong {
	font-weight: 600;
	color: #AF1917;
	white-space: nowrap;
}
section {
	position: relative;
}
section .maxwidth {
	display: table;
	width: 100%;
    font-size: 0.8em;
    text-align: left;
}
section .maxwidth .contenu,
section .maxwidth .formulaire {
	display: table-cell;
	position: relative;
    vertical-align: top;
	padding: 5%;
	width: 50%;
}
section .maxwidth .contenu {width: 40%;padding-right: 1%;}
section .maxwidth .formulaire {width: 60%;padding-left: 1%;}

section .maxwidth h4 {
	font-size: 1.2em;
	font-weight: 400;
	color: #AF1917;
	margin-bottom: 0.2em;
	line-height: 1.1em;
}
section .maxwidth p,
section .maxwidth address,
section .maxwidth dl {
    margin-bottom: 0.5em;
    line-height: 1.3em;
    font-size: 0.8em;
	font-style: normal;
}
section .maxwidth dl dt {
	font-weight: 600;
	float: left;
	margin-right: 0.4em;
}
section.contact {
	background: #FDF1E4;
}
#KForms-contact {font-size: 0.7em;}
#KForms-contact p.valide {
	text-align: right;
}
#KForms-contact p.reponse {
	font-size: 1.2em;
    font-weight: 400;
    background: #AF1917;
    margin: 1em 0 1.5em;
    line-height: 1.3em;
    text-align: center;
    color: #FFF;
    padding: 0.3em;
}

.intro div.carre1,
.intro div.carre2,
.intro div.carre3,
.intro div.carre4,
.intro div.carre5 {
	position: absolute;
}

.intro div.carre1 {
	width: 0.5em;
    height: 0.5em;
    bottom: 1em;
    left: 6em;
	background: #AF1917;
}
.intro div.carre2 {
    width: 2.5em;
    height: 2.5em;
    top: 2.5em;
    left: 0.5em;
    border: 1px solid #AF1917;
	opacity: 0.3;
}
.intro div.carre3 {
	width: 3em;
    height: 3em;
    top: 0.8em;
    right: 4em;
    background: #FBE3C9;
    opacity: 0.5;
}
.intro div.carre4 {
    width: 0.5em;
    height: 0.5em;
    bottom: 3.5em;
    right: 0.6em;
    background: #62AD23;
}
.intro div.carre5 {
    width: 2em;
    height: 2em;
    bottom: 1em;
    right: 1.2em;
	border: 1px solid #AF1917;
}


section.lait div.carre1 {
    width: 2em;
    height: 2em;
    bottom: 1.5em;
    right: 2em;
    background: #FFF;
}
section.lait div.carre2 {
    width: 0.8em;
    height: 0.8em;
    top: 1.5em;
    right: 0.5em;
	border: 1px solid #AF1917;
}
section.lait div.carre3 {
	width: 0.6em;
    height: 0.6em;
    top: 0.5em;
    right: 4.5em;
	background: #AF1917;
}
section.lait div.carre4 {
	width: 5em;
    height: 5em;
    top: 1em;
    left: 1em;
    background: #F9D7B3;
}
section.lait div.carre5 {
    width: 1em;
    height: 1em;
    bottom: 1em;
    left: 39%;
    border: 1px solid #62AD23;
    opacity: 0.5;
}
section.gmaps iframe {
	display: block;
	border: 0;
	width: 100%;
	height: 20em;
}

@media (max-width : 800px) {
	section .maxwidth {font-size: 0.9em;}
}
@media (max-width : 700px) {
	section .maxwidth {font-size: 1em;}
}
@media (max-width : 600px) {
	#main div.intro {padding: 5% 20px 8%;}
	#main div.intro h3 strong {display: block;}
	#main div.intro p {font-size: 16px;}
	section .maxwidth {font-size: 18px;display: block;padding: 5% 20px;}
	section .maxwidth .contenu, section .maxwidth .formulaire {
		display: block;
		padding: 0;
	    width: 100%
	}
	section .maxwidth .contenu {margin-bottom: 8%;}
	section .maxwidth h4 {text-align: center;font-size: 1.4em;margin: 0 0 0.5em;}
}
@media (max-width : 450px) {
	#main div.intro h3 {line-height: 0.9em;}
	section .maxwidth {padding: 10% 20px;}
	section .maxwidth p {margin-bottom: 0.7em;line-height: 1.5em;}
	.intro div.carre1,
	.intro div.carre2,
	.intro div.carre3,
	.intro div.carre4,
	.intro div.carre5 {display: none;}
}





/* ╰━━┅┉┈  © KARIMBA.NET - www.karimba.net  ┈┉┅━━╯ */