@charset "UTF-8";
/* CSS Document */

body{
	font-family: roboto;
}

a{
	transition: all 0.5s;
}

.container{
	margin: auto;
	max-width: 1140px;
}

#contact{
	background-color: #ffffff;
	color: #973d78;
	padding-top: 12px;
}

#tel{
	font-size: 18px;
	font-weight: 100;
}

#contact_gras{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#img_picto{
	white-space: 30px;
	height: 30px;
	margin-left: 46px;
}

#aux_fleurs{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#963d78+5,ad5890+61 */
background: #963d78; /* Old browsers */
background: -moz-linear-gradient(top,  #963d78 5%, #ad5890 61%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #963d78 5%,#ad5890 61%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #963d78 5%,#ad5890 61%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#963d78', endColorstr='#ad5890',GradientType=0 ); /* IE6-9 */
	
	text-align: center;
	color: #ffffff;
	padding-top: 12px;
	border-bottom: 2px solid #ffffff;
}

h1{
	font-family: Medhurst;
	font-size: 68px;
}

#color a{
	color: #ffffff;
	font-size: 21px;
	font-weight: 100;
	margin-top: 28px;
	border-right: 1px solid #ffffff;
	height: 28px;
	padding-top: 0px;
	margin-bottom: 18px;
}

#autre a{
	border-right: none;
	
}

#contenu{
	text-align: center;
	background-color: #f6f6ee;
	padding-top: 36px;
	padding-bottom: 36px;
}

#contenu h2{
	font-family: Medhurst;
	color: #252525;
	font-size: 30px;
}

#contenu p{
	color: #252525;
	font-size: 18px;
	font-weight: 100;
	text-align: justify;
}

#col_reglage{
	padding-bottom: 36px;
}

#withe{
	background-color: #ffffff;
	padding: 46px;
}

#guillemets1{
	display: block;
	padding-bottom: 18px;
}

#guillemets2{
	display: block;
	padding-left: 93%;
}

#nosmeilleures{
	margin-top: 92px;
}

.bordures_grises{
	border-right: 1px solid #dddddd;
}

#bordure_grise{
	border-right: none;
}

.over{
	background: url("images/plus.png") center -50px no-repeat rgba(203,166,117,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	
	transition: all 0.5s;
}

.bouquet{
	position: relative;
}

.bouquet a{
	display: block;
}


.bouquet a{
	text-decoration: none;
	color: #000000;
	
}

.bouquet a:hover .over{
	opacity: 1;
	background-position: center;
}

#bordure_grise:hover{
	background-color: #cab79f;
}


#photos_mariage{
	margin-top: 32px;
	background-color: #ffffff;
}

#photos_mariage p{
	font-size: 12px;
	padding: 12px;
}

#photo{
	background: url("images/img_contacter.jpg") center no-repeat;
	background-size: cover;
	padding-top: 68px;
    padding-bottom: 68px;
}

#contactez{
	font-family: Medhurst;
	color: #ffffff;
	font-size: 50px !important; 
	text-align: center !important;
	font-style: normal !important;
}

#monform input[type="text"]{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	background: transparent;
	width: 65%;
	color: #ffffff;
}

#monform p{
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	font-style: italic;
	font-weight: 100;
}

#colpad{
	padding-left: 34px;
}

footer{
	background-color: #f6f6ee;
	text-align: center;
	color: #252525;
	padding: 18px;
}

textarea{
	width: 75%;
	height: 92px;
	resize: vertical;
	border: 1px solid #ffffff;
	background: transparent;
	margin-top: 28px;
	font-size: 14px;
	color: #ffffff;
	display: block;
	margin: auto;
}

#copie{
	padding-left: 40px;
}

#monform input[type="submit"]{
	font-family: Medhurst;
	display: block;
	margin: auto;
	color: #252525;
	background-color: #ffffff;
	font-size: 24px;
	width: 40%;
	padding: 4px;
	margin-bottom: 18px;
}

#monform input[type="submit"]:hover{
	color: #ffffff;
	background-color: #252525;
	cursor: pointer;
}

#bordures{
	border: 2px solid #ffffff;
	max-width: 870px;
}

@media(max-width:992px){
	h1{
		font-size: 58px;
	}
}

@media(max-width:992px){
	#contenu p{
		font-size: 14px;
	}
}

@media(max-width:992px){
	#color a{
		font-size: 20px;
		margin-top: 0px;
		border-right: none;
		text-align: left;
	}
}

@media(max-width:992px){
	#contactez{
		font-size: 46px !important;
	}
}

@media(max-width:768px){
	h1{
		font-size: 46px;
	}
}

@media(max-width:768px){
	#contenu h2{
		font-size: 24px;
	}
}

@media(max-width:768px){
	#contenu p{
		font-size: 12px;
	}
}

@media(max-width:768px){
	#tel{
		font-size: 14px;
		text-align: center;
	}
}

@media(max-width:768px){
	#contactez{
		font-size: 42px !important;
	}
}

@media(max-width:768px){
	footer{
		font-size: 14px;
	}
}

@media(max-width:576px){
	h1{
		font-size: 38px;
	}
}

@media(max-width:575px){
	#photos_mariage .bouquet p{
		text-align: center;
	}
}

@media(max-width:576px){
	#contactez{
		font-size: 38px !important;
	}
}

@media(max-width:576px){
	footer{
		font-size: 12px;
	}
}




