@import "print_raisons.css";
@import "bulles.css";

body
{
	margin:0;
	padding:0;
	font-family:'Open Sans',Verdana;
}

a
{
	text-decoration:none;
	color:black;
}

#cadre_tof
{
	background-image: url("/asso/images/welcome.jpg");
	background-repeat: no-repeat;
	background-size: cover; /* Prend toute la place dans le conteneur */
	height:391px;
	margin: -30px 0 30px 0;
}


.texto
{
	position:relative;
	top:-120px;
	z-index: 1000;
	font-size:28px;
	width:45%;
	margin:0 auto;
	color:white;
	font-weight: bold;
	text-align: center;
}

a:hover
{
	color:#FF3161;
}

/* Permet de faire coller les slides au menu */
#marge
{
	margin-top:3px;
}

#intro
{
	text-align:center;
	padding:40px 0;
	font-family:'open sans';
	background:#FFFDF5;
	border:1px solid #C2C2C2;
}

#try
{
	font-size:25px;
	font-weight:bold;
}

/* Rectange générique d'intro */
.contenu
{
	display:inline-block;
	padding:8px;
	vertical-align:middle;
	width:30%;
	height:150px;
	color:black;
	font-size:0.9em;
	margin-top:30px;
}

#contenu1
{
	background: #cbf9c9;
}

#contenu2
{
	background: #b5e2b3;
}

#contenu3
{
	background: #a2cea0;
}

#ethic
{
	  margin: 10px 0;
    padding :30px 50px;
    text-align: justify;
    line-height:20px;
    font-size:15px;
}

#ethic p::before
{
    content: '✓';
    margin-right: 1rem;
}


/* Titre des rectangles */
.adjectif
{
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:20px;
}


.intro_mob_item
{
	display:none;
}

		
.rslides 
{
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:500px;
  text-align: center;
 }

.rslides li
{
  -webkit-backface-visibility: hidden;
  display: none;
  width: 100%;
}

.rslides li:first-child
{
  position: relative;
  display: block;
  float: left;
}

.rslides img
{
  display: block;
  height: auto;
  width:100%;
  display:inline-block;
  vertical-align:middle;
  border: 0;
  border-radius: 3px;
}

/*Le texte accompagnant la slide */
.txt_slide
{
	display:inline-block;
	vertical-align:middle;
	width:20%;
	word-wrap: break-word;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	margin-right:140px;
}
 
#raisons_mob
{
	display:none;
}

#contact
{
	margin: 0px auto 0px auto;
	border:1px solid #C2C2C2;
	border-radius:5px;
	width:100%;
	text-align:center;
	padding:25px 0;
	color:white;
	background:#475268;
	line-height:30px;
}

#contact a /* hyperlien de l'email */
{
	color:white;
	font-size: 17px;
}

#contact a:hover /* hyperlien de l'email */
{
	color:pink;
}

/* les écartements */
#logo_bank
{
	padding: 30px 0 30px 0;
	text-align:center;
	vertical-align:middle;
}


#logo_bank img
{
	vertical-align:middle;
	margin:0 15px;
	width:130px;
}

#lw
{
	width:100px;
}

#lemonway
{
	width:195px;
	font-size:12px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	margin:0 15px;
}

#lemonway img
{
	margin:0 auto;
	width:150px;
}

#bnp,#made
{
	width:100px;
}

h2
{
	font-size:20px;
	text-align: center;
}

/* La partie question des clients */
#question
{
	font-weight:bold;
	margin-bottom:10px;
}

/* Les input */
.message
{
	display:block;
	margin:0px auto 0 auto;
	width:400px;
	font-size:14px;
}

label
{
	font-size:13px;
}

#envoyer
{
	margin-top:15px;
	font-size:15px;
}

.error
{
	font-size:10px;
	color :pink;
}

#bla
{
	font-size:16px;
	background: #cbf9c9;
	text-align:center;
	padding: 20px 50px 50px 50px;
	color:white;
	line-height: 25px;
}

#pquoi
{
	color:dimgrey;
}

#bla_content
{
	width:70%;
	background:white;
	color:black;
	padding:30px 10px;
	margin:0 auto;
	border-radius:5px;
}

#bla_content a
{
	color:#ff4d89;
}

.grecaptcha-badge { visibility: hidden; }

#captcha
{
	font-size: 10px;
	margin-top:25px;
	padding:0 20px;
}

#captcha a
{
	color:#E7EAEF
}

/* --------------------Les avis des utilisateurs------------------- */
#avis_cadre
{

	background: #E7EAEF;
	text-align: center;
	padding:40px 0;
}

#avis_confiance
{
	margin-bottom:30px;
}

.avis
{
	border:dotted 1px black;
	text-align:justify;
	width:250px;
	height:130px;
	display: inline-block;
	vertical-align: middle;
	margin:10px 1% 10px 1%;
	background: white;
	font-size:12px;
	padding:10px;
}

.avis_titre
{
	font-size:13px;
	font-weight: bold;
	margin-bottom:10px;
}

.avis_main
{
	margin-bottom:10px;
	height:80px;
}

.avis_sign
{
	font-size:11px;
}

/* -------------------------- */

#slides
{
	position: relative;
	height: 150px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.slide{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.showing
{
	opacity: 1;
	z-index: 2;
}

/*-------------------------------------------------Cagnottes publiques---------------------------------*/

#public
{
	text-align: center;
	background: #e7eaef;
}

#titre_public
{
	font-size:22px;
	padding:20px 0;
}


.titre
{
	font-size:1.2em;
	text-transform:uppercase;
	font-family:'Open Sans',Verdana;
	font-weight: 600;
	text-transform: capitalize;
	color:black;
	border:0px solid white;
	margin-bottom:40px;
	text-align:center; /*centre le texte inside the box */
}

a
{
	text-decoration:none;
	color:black;
}

/* Le cadre */
.mes_cagnottes
{
	padding: 0 40px;
}

.boite
{
	width:250px;
	height:300px;
	border:1px dotted black;
	display: inline-block;
	vertical-align: middle;
	margin:0 30px 40px 30px;
	background: white;
}

.image
{
	width: 250px;
	height: 180px;
	background-size: cover;
	border-bottom:1px dotted black;
}

.boite .name
{
	height:35px;
	text-align:center;
	margin-top:10px;
	font-weight: bold;
	font-size:14px;
	padding:0 3px;
}

/* Le amount et la durée */
.boite .combo
{
	text-align: center;
	font-size:12px;
	margin-top:15px;
	text-transform : uppercase;
}

.boite .amount
{
	margin:0 20px;
	display: inline-block;
}

.boite .days
{
	display: inline-block;
	margin:0 20px;
}

.boite .barre
{
	border-right:1px solid black;
	display: inline-block;
	height:25px;
}


#bloc_cadenas
{
	text-align: center;
	padding:35px 0px;
	background: white;
}

#cadenas
{
	width:40px;
	vertical-align: middle;
	margin-right:5px;
}

#asso
{
	font-weight: bold;
	color: #c37d10;
	margin-top:10px;
	font-size:18px;
}

#bloc_cadenas a
{
	color:darkslategrey;
	font-size:15px;
}


#search
{
	margin: 30px auto 40px auto;
	border: 1px dotted grey;
	width: 250px;
	padding: 10px;
	text-align: center;
	border-radius: 5%;
	background: #cbf9c9;
}

#search a
{
	padding: 7px 10px;
}

/*-----------------------------Format mobile -------------------*/

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

	#bla
	{
		padding:10px 10px 50px 10px;
	}

	#pquoi
	{
		color:dimgrey;
		margin-bottom: 30px;
	}

	h2
	{
		font-size: 20px;
	}

	#bla_content
	{
		width: 90%;
	}

	#cadre_tof
	{
		height:260px;
		overflow: hidden;
		margin-top:-10px;
	}

	.texto
	{
		font-size:20px;
		width:100%;
		top:-120px;
	}
	
	#intro
	{

	}

	/* Rectange générique d'intro */
	.contenu
	{
		display:block;
		padding:8px 8px 15px 8px;
		width:90%;
		height:auto;
		color:black;
		font-size:0.9em;
		margin:30px auto 0 auto;
	}

	#raisons_mob
	{
		background: #5693f0;
		display:block;
		text-align:center;
		padding:30px 0;
		font-family:'open sans';
	}

	#raisons_mob a
	{
		color:white;
		font-size: 20px;
	}


	#contact
	{

		font-size:15px;
	}
	
	#contact a
	{
		color:white;
	}

		
	#logo_bank img
	{
		width:80px;
	}


	/* La partie question des clients */
	.message
	{
		width:90%;
		font-size:14px;
	}


	#envoyer
	{
		padding:15px;
	}

	#bloc_cadenas
	{
		display: block;
		font-size:13px;
		text-align: center;
		width:98%;
	}

}

/*-----------------------Petit format ----------------*/

@media screen and (min-width:768px) and (max-width:979px)
{
	#public
	{

	}
	
	.contenu
	{
		font-size:0.8em;
	}

	
   .txt_slide
	{
		font-size:18px;
	    width: 20%;
	}

	.texto
	{
		top:-100px;
		width:60%;
		font-size:22px;
	}

}

/*-----------------------Moyen format ----------------*/
@media screen and (min-width:980px) and (max-width:1199px)
{
	#public
	{

	}
	
    .txt_slide
   {
	  font-size: 18px;
   }

	.texto
	{
		top:-110px;
		width:50%;
		font-size:23px;
	}


}

/*grand format */
@media screen and (min-width:1600px)
{
	#public
	{

	}

	.texto
	{
		top:-170px;
		width:38%;
	}

	#cadre_tof
	{
		height:460px;
	}
}


