@charset utf-8;

	/* Import fonts from fonts.css file*/

	@import url(assets/fonts.css);


	/*Form numero de dossier*/

	

	body,html
	{
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100%;
	}


	body
	{
		font-weight: 300;
		height: 100%;
		width: 100%;
		line-height: 1;
		overflow-x: hidden;
	}

	/*Header*/

		.menu
		{
			margin: 0px;
		}

		nav{
			margin-bottom: 0px;
		}

		.logo
		{
			float: left;
			color:#21b254;
		}

		.logo h1{
			font-size: 25px;
			color:#21b254;
			margin: 0px;
		}

		.logo a:hover{
			color:#21b254;
		}

		.logo img{
			width: 8%;
			margin-bottom: 4px;
		}

		ul 
		{
			list-style-type: none;
		}

		 .u a:hover
		{
			color: #469a7e;

		}

		a
		{
			color: #7E7E7E;
			text-decoration: none;
		}

		.u a:hover
		{
			text-decoration: underline;
		}

		.menu li
		{
			font-size: 14px;
			padding: 15px 5px;
		}

		.menu li a
		{
			display: block;
			color: #7E7E7E;
		}

		.btn
		{
			font-size: 17px!important;
		    font-weight: 700;
		    box-shadow: none!important;
		    border: 0!important;
		}

		.fas
		{
			color: white;
			font-size: 15px
		}


		.fa
		{
			font-size: 20px;
			color: #21b254;
		}

		.inline-block li{
			color: #7E7E7E;
		}

		.inline-block a:hover
		{
			text-decoration: none;
			color: #469a7e;
		}


		/*Mobil Mneu*/

		.menu
		{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
		}


		.toggle
		{
			order: 1;
		}

		.item.button
		{
			order: 3;
		}

		.animplay {
		    -webkit-animation-duration: 5s;
		    animation-duration: 5s;
		    -webkit-animation-fill-mode: both;
		    animation-fill-mode: both;
		    -webkit-animation-iteration-count: infinite;
		    animation-iteration-count: infinite;
		    -webkit-animation-name: flash;
		    animation-name: flash;
		}

		.item
		{
			width: 100%;
			text-align: center;
			order: 3;
			display:none;
		}

		.item.active
		{
			display: block;
		}


		.toggle
		{
			cursor: pointer;
		}


		.bars
		{
			background: #999;
			display: inline-block;
			height: 2px;
			position: relative;
			width: 18px;
			margin-bottom: 5px;
		}


		.bars::before,.bars::after
		{
			background:#999;
			content: "";
			display: inline-block;
			height: 2px;
			position: absolute;
			width: 18px;
		}


		.bars::before
		{
			top: 5px;
		}


		.bars::after
		{
			top: -5px;
		}
	/*Fin header*/


	/*Simulation*/

	.simulation
	{
		background: #edf2f0;
		min-height: 100vh;
	}

	/*Fin*/


	/* Footer*/

	footer
	{
		background: white;
		padding: 20px 0;
		margin-top: auto;
	}



	.text-center
	{
		color: #7E7E7E;
	}

	.couler
	{
		color: #7E7E7E;
	}

	.text-center a
	{
		font-weight: 700;
		color: inherit;
		text-decoration: none;
	}


	.text-center a:hover, a:visited, a:focus, a:link
	{
		text-decoration: none;
		color: inherit;
		outline: none;
	}


	button a
	{
		text-decoration: none;
	}

	button a:hover, a:visited, a:focus, a:link
	{
		text-decoration: none;
		color: inherit;
		outline: none;
	}
	
	
	p{
		font-size: 20px;
	}

	.cover 
	{
		color: white;
		font-weight: bolder;
		padding-top: 15px;
	}

	.cover a
	{
		padding: 15px 60px 20px; 
		background-color: #469a7e;
		border-radius: 10px;
		font-weight: bolder;
	}


	.cover a:hover, a:visited, a:focus, a:link
	{
		text-decoration: none;
		color: inherit;
		outline: none;
	}

	/*Fin Footer*/


	/* Section */

	section
	{
		background: #edf2f0;
		min-height: 100vh;
	}

	/* Fin */

	/* A propos */
	.top-text{
		margin-top: 80px;
	}

	.top-text h2 
	{
		font-size: 40px;
	    font-weight: 500;
	   color: #7E7E7E;
	}


	.top-text p{
		color: #7E7E7E;
	}


	.color-vert{
		color: #21b254;
	}

	/* Fin*/

	/* Etat dossier IMG */

	.image-secu

	{
   		 max-width: 100%;
   		 margin-top: 80px;
	}


	/* Fin*/

	/* Form été dossier text*/
	.form-dossier
	{
		padding-top: 150px;
	}


	.form-dossie
	{
		padding-top: 20px;
	}

	.form-dossiee
	{
		padding-top: 100px;
	}

	.form-dossi
	{
		padding-top: 0px;
	}

	.simulationn
	{
		padding-top: 90px;
	}

	input
	{
		padding: 15px;
		width: 100%;
		border-radius: 10px;
		resize: none;
		font-weight: bolder;
		font-size: 14px;
		border: 1px solid #edf2f0;
	}

	select
	{
		padding: 15px;
		width: 100%;
		border-radius: 10px;
		resize: none;
		font-weight: bolder;
		font-size: 14px;
		border: 1px solid #edf2f0;
	}

	#button-1
	{
		padding: 15px;
		background-color: #21b254;
		color: white;
		font-size: 14px;
		width: 100%;
		border-radius: 10px;
		font-weight: bold;
		white-space: nowrap;
	}

	#button-1:hover
	{
		background-color: #469a7e;
	}

	#submit_7
	{
		padding: 15px;
		background-color: #21b254;
		color: white;
		font-size: 14px;
		width: 100%;
		border-radius: 10px;
		font-weight: bold;
		white-space: nowrap;
	}

	.resultat-simulation
	{
		font-size: 13px;
		background-color: #21b254;
		color: white;
		width: 100%;
		text-align: center;
	}


	.simulation h3
	{
		color: #7E7E7E;
	}

	label
	{
		color: #7E7E7E;
	}

	/*Fin*/

	/* Demande crédit button*/

	#submit_1
	{
		padding: 15px;
		background-color: #21b254;
		color: white;
		font-size: 14px;
		width: 100%;
		border-radius: 10px;
		font-weight: bold;
		white-space: nowrap;
	}


	#submit_2
	{
		padding: 15px;
		background-color: #21b254;
		color: white;
		font-size: 14px;
		width: 100%;
		border-radius: 10px;
		font-weight: bold;
		white-space: nowrap;
	}

	#submit_3
	{
		padding: 15px;
		background-color: #21b254;
		color: white;
		font-size: 14px;
		width: 100%;
		border-radius: 10px;
		font-weight: bold;
		white-space: nowrap;
	}

	#valider_formulaire
	{
		padding: 15px;
		background-color: #21b254;
		color: white;
		font-size: 14px;
		width: 100%;
		border-radius: 10px;
		font-weight: bold;
		white-space: nowrap;
	}

	.bouton
	{
		padding: 15px;
		display: block;
		text-align: center;
		border-radius: 5px;
		font-family: 'Maven Pro', sans-serif!important;
		margin: 7px 2px;
	
	}


	.boutonn
	{
		padding: 15px;
		display: block;
		text-align: center;
		border-radius: 5px;
		font-family: 'Maven Pro', sans-serif!important;
		margin-top: 5px;
	}


	#submit_8
	{
		background-color: black;
		color: white;
		text-decoration: none;
		font-weight: bold;

	}

	.btn-3
	{
		background: transparent;
		border: 1px solid black;
		color: #2b689c;
		font-weight: bold;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

	.btn-3:focus,
	.btn-3:active,
	.btn-3:hover
	{
		background: black;
		border: 1px solid black;
		color: #FFFFFF;
		outline: 0;
		text-decoration: none;
	}


	.btn-1
	{
		padding: 15px;
		background-color: #21b254;
		color: white;
		font-size: 14px;
		width: 100%;
		border-radius: 10px;
		font-weight: bold;
		white-space: nowrap;
	}


	textarea{
		padding: 15px;
		width: 100%;
		margin: 7px 0;
		border: 1px solid #e1e1e1;
		resize: none;
		font-weight: 600;
		text-transform: capitalize;
	}


	.erreur-message
	{
		color: red;
	}

	/*fin*/


/* Tablet Menu */

@media all and (min-width: 468px){

	.menu
	{
		justify-content: center;
	}

	.logo
	{
		flex: 1;
	}

	.item.button
	{
		width: auto;
		order: 1;
		display: block;
	}


	.toggle
	{
		order: 2
	}


	.button.success
	{
		border:0;
	}

	.button a
	{
		padding: 7px 15px;
	}

}


/*Contact*/
 
/*fin*/

@media all and (min-width: 989px){

	.item
	{
		display: block;
		width: auto;
	}

	.toggle
	{
		display: none;
	}

	.item
	{
		order: 1;
	}


	.button
	{
		order: 2;
	}

	.menu li
	{
		padding: 15px 10px;
	}

	.menu li.button
	{
		padding-right: 0;
	}  
}


	.apropos i{
		font-size: 40px;
		padding-top: 8px;
		padding-bottom: 10px;
	}

	.apropos span{
		font-weight: bold;
	}


	.apropos p{
		color:#7E7E7E;
		font-weight: 600px;
		padding-top: 10px;
	}

	.apropos{
		padding-top: 40px;
	}

	.no{
		background-color: white;
		border-radius: 5px; 
		text-align: center;
		color: #7E7E7E;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}


.texto-aporpos{
	padding-top: 40px;
}

.ino{
	background-color: white;
	border-radius: 5px;
	color: #7E7E7E;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.nos-services h3{
	text-align: center;
	color: #21b254;
	padding-top: 20px;
}

.servcies-text{
	color: #7E7E7E;
}

.iconn i{
	font-size: 35px;
}

.domaines-pratique{
	padding-top: 40px;
}

.domaines-pratique h3{
	text-align: center;
	color: #21b254;
	padding-top: 20px;
}


@media only screen and (max-device-width: 480px) and (min-device-width: 201px){
	section {
	    padding: 60px 0;
	}

	.logo img{
		width: 30px;
	}

	.no{
		margin: 10px;
	}

	.iconn i{
		position: center;
	}

	.top-text{
		margin-top: 0px;
	}

	.form-dossi{
		margin-top: 0px;
		padding-bottom: 0px;
	}
}


@media only screen and (max-device-width: 812px) and (min-device-width: 201px){

	.top-text{
		margin-top: 1px;
	}
}


@media only screen and (max-device-width: 854px) and (min-device-width: 480px){

	.top-text{
		margin-top: 1px;
	}
}


@media only screen and (max-device-width: 960px) and (min-device-width: 600px){

	.top-text{
		margin-top: 1px;
	}
}


.st-accordion ul li.ul-li>a {
    text-shadow: 1px 1px 1px #fff;
    font-size: 20px;
    text-align: center;
    color:#21b254;
    display: block;
    position: relative;
    line-height: 100px;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}


.st-accordion ul li.ul-li:first-child {
    border-top: none;
}
.st-accordion ul li.ul-li {
    height: 100px;
    border-bottom: 1px solid #c7deef;
    border-top: 1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li {
    height: auto;
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.wrapper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}


.no-padding-top {
    padding-top: 0!important;
}

section {
    padding: 20px 0;
    padding-bottom: 30px;
}

.st-accordion {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
}


.st-content {
    padding: 5px 0px 30px 0px;
}

.st-content
{
	color: #7E7E7E;
}


/*index */
	.hot{
		display: inline-block;
		margin: 5px;
	}

	.top-text{
		padding-top: 40px;
	}

	.comment{
		padding-top: 40px;
	}

	.comment h3{
		text-align: center;
		color: #21b254;
	}

	.comment p{
		text-align: center;
		color: #7E7E7E;
	}

	.avantage{
		padding-top: 40px;
	}

	.avantage h3{
		text-align: center;
		color: #21b254;
	}

	.avantage p{
		text-align: center;
		color: #7E7E7E;
	}

	.entape{
		padding-top: 90px;
	}

	.entapee{
		padding-top: 120px;
	}
/*fin*/

.referencement_h{
		position : relative;
		height: 1px!important;
		overflow: auto;
	}
		.referencement_h h2,
		.referencement_h h3,
		.referencement_h h4,
		.referencement_h h5,
		.referencement_h h6{
			margin: 0;
			padding: 0;
		}


.wrapper{
	max-width: 100%;
	padding-top: 50px;
}

.testo-monu h2{
	font-size: 20px;
	text-align: center;
	color: #21b254;
}

.testo-monu p{
	text-align: center;
	font-size: 17px;
	color: #7E7E7E;
}

.testimonial-carousel{
	margin: 5% auto 0;
}

.img-text p{
	color: #7E7E7E;
}

.img-area{
	width: 100px;
	height: 100px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	margin:  0 auto;
}


.img-area img{
	width: 100%;
}


.single-testi{
	background:#fff;
	padding:10%;
	text-align: center;
	width: 100%;
}


.img-text h3{
	text-transform: uppercase;
	margin: 20px 0;
	color: #21b254;
}


@media only screen (min-width: 767px) and (max-width: 991px){
	.wrapper{
		width: 100%;
	}
}


@media only screen (max-width: 767px){
	.wrapper{
		width: 100%;
	}
}


@media only screen (min-width: 480px) and (max-width: 767px){
	.wrapper{
		width: 100%;
	}
}


.owl-nav{
		padding-top: 40px;
		display: inline-flex;
		display: hidden;
		padding-left: 550px;
		text-transform: uppercase;
		font-size: 8px;
	}
	
	.owl-nex{
		color:#eb5b26;
	}
	
	.owl-nav  .owl-prev:not(:first-child){
		margin-left: 10px;
	}
	
	.owl-nav  .owl-next:not(:first-child){
		margin-left: 10px;
	}


.new-work{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}


.new-work p{
	color: #21b254;
	font-size: 17px;
}


.new-work, h3 h4{
	color: #7E7E7E;
}