/*
Theme Name: Twenty Sixteen child
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: patou
Author URI: https://wordpress.org/
Description: Twenty Sixteen child theme
Template:     twentysixteen
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentysixteen-child
*/


/* @import url("../twentysixteen/style.css"); */


input.contactclara{
	background-color:transparent;
	width:60%;
}
textarea.contactclara{
	background-color:transparent;
}





.site-content{
	padding-top:80px;
}

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
     box-shadow: 0 0px 0 0 currentColor;
}

.messoeurs{
	width:100%;
}

.cindy{
	float:left;
	margin:20px 20px 20px 20px;  
}
.camille{
	float: right;
	margin:20px 20px 20px 20px; 
}

body,
button,
input,
select,
textarea {
	color: #23008C;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #f7f7a5;
	border: 0;
	border-radius: 2px;
	color: #0000D9;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}



	

/* line 18, C:/www/monsite/public/compass/sass/test1.scss */
.menu li {
  display: block;
  margin: 20px 5px;
  padding: 5px 25px;
  color: #380ED2;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 5px 5px 5px black;
  -moz-box-shadow: 5px 5px 5px black;
  box-shadow: 5px 5px 5px black;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5a5f7), color-stop(100%, #f7f7a5));
  background: -webkit-linear-gradient(top, #a5a5f7, #f7f7a5);
  background: -moz-linear-gradient(top, #a5a5f7, #f7f7a5);
  background: -o-linear-gradient(top, #a5a5f7, #f7f7a5);
  background: -ms-linear-gradient(top, #a5a5f7, #f7f7a5);
  background: linear-gradient(top, #a5a5f7, #f7f7a5);
}
/* line 30, C:/www/monsite/public/compass/sass/test1.scss */
.menu li:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7a5), color-stop(100%, #a5a5f7));
  background: -webkit-linear-gradient(top, #f7f7a5, #a5a5f7);
  background: -moz-linear-gradient(top, #f7f7a5, #a5a5f7);
  background: -o-linear-gradient(top, #f7f7a5, #a5a5f7);
  background: -ms-linear-gradient(top, #f7f7a5, #a5a5f7);
  background: linear-gradient(top, #f7f7a5, #a5a5f7);
  -webkit-box-shadow: 0px 0px 0px black;
  -moz-box-shadow: 0px 0px 0px black;
  box-shadow: 0px 0px 0px black;
  color: #96125F;
}
/* line 34, C:/www/monsite/public/compass/sass/test1.scss */
.menu li:active {
  color: #FFF;
}


	@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700);
.montitre{
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	font-size:48px;
	height:72px;
	background: #005EFF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#a5a5f7, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a5a5f7, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#a5a5f7, transparent); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#a5a5f7, transparent);
    background: linear-gradient(#a5a5f7, transparent); /* Standard syntax */
}