@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
/*
Theme Name: Photographe
Theme URI: 
Description: Photographe.
Version: 1.1
Author: Photographe
 
Creation Theme by Photographe
 
*/
*{
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
  /*height: 100%;*/
}
body {
	min-height: 100%;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	float:left;
}
a img {
	border: none;
}
img {
	max-width:100%;
}
a, a:focus{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin-bottom:10px;
}
/********************************/
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #666;
	font-weight:normal;
	background: #fff;
}
html {
	position: relative;
	min-height: 100%;
}
.container{
	max-width:1200px;
	padding:0;
}
.acc_bloc1{
	padding-left: 15px;
	padding-right: 15px;
}
/***************/
header{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #adadad;
}
/* Header */
.logo_blc img{
	max-width:100%;
}
/* MENU */
.navbar-cont {
	z-index:99;
	margin: 0;
	float:right;
  list-style: none;
  position: relative;
  width: auto;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top:15px;
}
.navbar {
	margin-bottom:0;
	border:none;
	height:auto;
	min-height:0;
}
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
.navbar li {
	width:auto;
	float:left;
	border:none;
	padding-left:17px;
	padding-right:17px;
}
.navbar li a {
	font-size:18px;
    color: #666;
    display: block;
	line-height:normal;
	font-weight:normal;
	padding:0;
	line-height:32px;
	text-transform:uppercase
}
.navbar .caret{
	display:none;
}
.navbar li a:hover, .navbar li a.highlighted, .nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .navbar li.current_page_item a, .navbar li:hover>a{
	background:none;
    color:#adadad;
	border-bottom:1px solid #adadad;
}
.navbar .icon-bar {
	background:#f0f0f0;
}
.navbar .dropdown-menu {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin:0;
	left: auto;
	border:none;
	padding:10px;
    width: 250px;
    /*max-width: 100%;*/
	min-width:0;
    z-index: 18;
    display: none;
	box-shadow: 0px 7px 7px 0px #656565;
	background-color:#249cfe;
}
.navbar .dropdown-menu li{
	position:relative;
	width:100%;
}
.navbar .dropdown-menu a {
	margin:0;
	height:auto;
	color:#fff;
	font-size:16px;
	line-height:normal;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	border:none;
	text-align: left; 
	background:none;
	display:block;
	height:auto;
	white-space:normal;
	
}
.dropdown-menu>li{ 
	margin:0;
	background:none;
	border:none;
}
.navbar .navbar-nav {
	display: block;
	float: none;
	vertical-align: top;
}
.dropdown-menu li a:hover{
	background:none;
	text-decoration:none;
	color:#ffc80f;
}
.navbar .dropdown-menu li:first-child a {
	border:none !important;
}
.navbar .dropdown-menu li:first-child a:hover {
	border:none !important;
}
.navbar li:hover > .sub-menu{
	display:block;
}

/*****************/
.acc_blc1_title{
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 29px;
	color: #333;
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.cont_blc1_title{
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666666;
	font-family: "Open Sans", Sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.acc_blc1_cont1{
	margin-top: 25px;
	margin-bottom: 80px;
}
.cont_blc1_txt{
	padding-left: 0;
}
.cont_blc1_txt input[type=text], .cont_blc1_txt input[type=email],.cont_blc1_txt input[type=tel], .cont_blc1_txt textarea{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #666666;
	padding: 6px 6px 6px 6px;
	color: #333333;
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%;
	margin-bottom: 15px;
}
.cont_blc1_txt textarea{
	height: 170px;
}
.cont_blc1_txt input[type=button]{
	background-color: #666666;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #666666;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	cursor: pointer;
}
.rep_cont{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
.rep_blc1{
	margin-bottom: 30px;
}
.rep_blc1_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.rep_blc1_img:hover img {
	transform: scale(1.2);
	opacity: 1;
}
.rep_blc1_img img{
	width: 100%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.rep_cont h2{
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.rep_cont h2 a{
	color:#333;
}
.rep_blc1_desc{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px;
	background: rgba(0,0,0,.4);
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
}
.rep_blc1_img:hover .rep_blc1_desc{
	opacity: 1;
	pointer-events: auto;
}
.rep_det_title{
	color: #666666;
	font-family: "Open Sans", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 29px;
	padding-left: 25px;
	padding-right: 25px;
}
.rep_det_cont{
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
}
/* Footer */
footer{
	margin-top:40px;
	line-height:65px;
	color:#666;
	font-size:14px;
	font-weight:400;
	border-top:1px solid #adadad;
}
footer p{
	margin:0;
}
.footer_blc1{
	text-align:left;
}
.footer_blc2{
	text-align:right;
}
.footer_blc2 a{
	display:inline-block;
	padding-left:10px;
}

/**************************/
.wpcf7-form-control{
	margin-bottom:15px !important;
}
/***************************/
.h2_contact h2{
	position:relative;
	padding-left:50px;
}
.h2_contact h2:before{
	position:absolute;
	left:0;
	top:calc(50% - 1px);
	display:block;
	width:37px;
	height:1px;
	background-color:#adadad;
	content:"";
}
.contact_2col1{
	width:calc(50% - 10px) !important;
	margin-right:10px !important;
}
.contact_2col2{
	width:calc(50% - 10px) !important;
	margin-left:10px !important;
}
#wpcf7-f23-p7-o1 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color:#fff;
}
#wpcf7-f23-p7-o1 .wpcf7-not-valid-tip{
	display:none !important;
}




/******************************/
.rouge{
	color:#F00;
}
#cboxWrapper, #colorbox{
	max-width:100% !important;
}
.clear { clear:both; }
/***************************************/
/*******************************/
.comments-template{
	margin: 10px 0 0 0;
}
 
.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}
 
.comments-template ol p{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
 

 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
	float: left;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: justify;
    width: 872px;
}
.cadre_commentaires a{
	color:#52727A;
}
.cadre_commentaires li{
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dashed #666;
}
#form_comment{
	float:left;
	font-size: 12px;
    height: auto;
    line-height: 18px;
    padding-left: 24px;
    padding-right: 24px;
	padding-top: 24px;
    text-align: justify;
    width: 872px;
}
#form_comment h3{
	font-weight:bold;
}
#form_comment input, #form_comment textarea{
	margin-top:3px;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.zonetxt {
	background-color: #fff;
    border: 1px solid #334c4a;
    color: #334c4a;
    height: 34px;
    line-height: 32px;
	width:100%;
	max-width:200px;
	padding-left:12px;
	display:block;
	margin-bottom:20px;
}
.acc_blc2_txt, .acc_bloc1_txt{
	max-width:1000px;
	padding-left:15px;
	padding-right:15px;
}
.mCSB_scrollTools .mCSB_buttonUp{
	top:auto;
	bottom:18px;
	height:10px;
	background-position:top !important;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{
	height:10px;
	background-position:0 -2px !important;
}
.info_u_blc{
	color:#fff;
	font-weight:bold;
	background-color:#18a3ed;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
}