/*Ecrire ici les règles particulières au formulaire*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	color:#4b4b4b; 
	background-color:#649fc5; 
	background: linear-gradient(to left, #649fc5 0%, #ffffff 100%);
	background-size: 132%;
	background-image: url('https://www.studioagri.fr/2024/01-Calendrier-avent/formulaire-type/images/paysage.png');
background-position: top;
background-repeat: no-repeat;
	}
.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}
.container{
	padding-top:10px;
	}

h1{
font-size:32px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 36px;
margin-bottom: 10px;
text-align: left;

}

h2{
font-family: 'Source Sans Pro', sans-serif;
font-size:22px;
line-height: 26px;
font-weight: bold;
color:#4b4b4b;
}
h3 {
	font-size: 14px;
}
h5 {
	font-size: 15px;
	line-height:20px;
	font-weight: 700;
	color:#ffffff !important;
}
footer{
	font-size:10px;
	font-family: Helvetica, Arial, "sans-serif";
	color: #4b4b4b;
	text-align: center !important;
	background-color:#ffffff;
	padding-top:5px;
		padding-bottom:5px;

	}
header{
	}

output{
	color: #592d2e;
	font-size: 28px;
	line-height: 38px;
}

.remerciment{}

.list-icon{
	margin:10px;
	font-size:150%;
}
.list-icon span{
	background-color:#00949e;
	border-radius:50%;
	color:#ffffff;
	line-height:40px;
	width:40px;
	height:40px;
	padding-right:0px;
}
/* The Transition  */

.list-icon a span {
    color: #ffffff;
    transition-property: all;
    transition-duration: 1s;
}
.list-icon a:hover span {
    color: #00949e !important;
	background-color:#ffffff;
}

/*champs du formulaire*/

.form-group {
	text-align: left !important;
}

.form-control{
    border-bottom:0;
	background: #fafafa;
  	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color: #4b4b4b;
	}
.form-control::-moz-placeholder {
  color: #4b4b4b;;
}
.form-control:-ms-input-placeholder {
  color: #4b4b4b;
}
.form-control::-webkit-input-placeholder {
  color: #4b4b4b;
}
.form-control:focus {
	border-bottom:solid 3px #999;
  	background-color:#F7F7F7;
	}

/*Couleur du bouton de soumission du formulaire*/
.btn-primary{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #e30613;
	padding: 12px 20px;
	margin: 3px;
	border: 1px solid #e30613;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color: #ffffff;
    transition-property: color;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color:#3b3b3b;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

.alert-success{

}
/* rendre votre vidéo responsive */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.clearboth{
	clear: both;
}
.padleft{
	padding-left: 30px;
}
#senddevis{
	visibility: hidden;
}
.weith{
	width: 340px;
	margin-left: auto;
	margin-right:auto;
		
}
.snowfoot{
	width:100%; 
	height: 50px; 
	background: url("https://www.studioagri.fr/2023/01-Calendrier-avent/formulaire%20type/images/footer_24.png") repeat-x;
	background-position: center;
}
