/*
Theme Name: Fougue editions
Theme URI: https://www.freelanceweb16.fr
Author: freelanceweb16
Author URI: https://www.freelanceweb16.fr
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
 
@font-face {
	font-family: 'Conv_segoesc';
	src: url('fonts/segoesc.eot');
	src: local('☺'), url('fonts/segoesc.woff') format('woff'), url('fonts/segoesc.ttf') format('truetype'), url('fonts/segoesc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

#logosfooter .img {
    height: 60px;
    margin-right: 19px;
}

#logosfooter{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
	background: white;
}

.homepagebg{
    /* background-image: url('/wp-content/uploads/2019/01/sea-horizon-cloud-sky-sun-sunrise-143158-pxhere.com_.jpg'); */
    /* background-attachment: fixed; */
    /* background-size: cover;	 */
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

header{
    overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-bottom: 20px;
	background: white;
}

#main-wrapper {
    box-sizing: border-box;
    /* min-height: 100vh; */
    /* padding: 0 0 145px; */
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #bda370;
    font-weight: normal;
    text-decoration: none;
    border-color: #bda370;
    border-bottom: 1px solid;
}

hr{
	background: rgb(189, 163, 112);
    color: rgb(189, 163, 112);
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    height: 3px !important;
}

footer{
	background: rgb(189, 163, 112);
    padding: 10px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    color: white;
	/* position: absolute; */
    bottom: 0;
    width: 100%;	
	margin-top: 0px;
}

em{
    font-style: italic;	
}

.septhome{
	
}

.copyrig{
	font-size:14px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	line-height: 26px;	
}

.conteneur{
	overflow: hidden;
    min-height: 500px;	
}

.contentp{
    max-width: 500px;
    margin: 0 auto;	
	display: flex;
    align-items: center;
    justify-content: center;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background: #bda370;
    color: white;
    border-radius: 10px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #bda370;
    background: #bda370;
    color: white;
    border-radius: 10px;
}

.homeslog{
	font-style: italic;
	text-align: right;
    font-size: 34px;	
}

.contentpagfg {
    background: #d9dbe2;
    padding: 0px;
    text-align: center;
    /* border-top: 3px solid rgb(189, 163, 112); */
}

.contpagtext3 {
    /* max-width: 1024px; */
    /* width: 1024px; */
    margin: 0 auto;
}

.contentpag {
    background: #eee;
    padding: 0px;
    text-align: center;
    /* color: #bda370; */
}



.contentpagmact{
	/* border-top: 3px solid rgb(189, 163, 112); */
    /* background: #dcd3ca; */
    padding: 0px;
    text-align: center;
    /* color: #bda370; */	
}

.contentpagmact h1{
	margin-bottom: 56px;
	color: #bda370;
}

.contentpagmas{
	/* border-top: 3px solid rgb(189, 163, 112); */
    background: #d8d6d4;
    padding: 0px;
    text-align: center;
    /* color: #bda370; */	
}

.contentpagmas h1{
	font-family: 'Conv_segoesc';
	margin-bottom: 56px;
	color: #bda370;
}

.contentpag h1{
	margin-bottom: 56px;
	color: #bda370;
	font-family: 'Conv_segoesc';
}

.contentpagfg h1{
	margin-bottom: 56px;
	color: #bda370;
	font-family: 'Conv_segoesc';
}

.contpagtext2 {
    /* max-width: 600px; */
    /* width: 600px; */
    margin: 0 auto;
	color: #bda370;
}

.customfont h1{
	font-family: 'Conv_segoesc' !important;	
}

.customfont h3{
	font-family: 'Conv_segoesc' !important;	
}

.customfont{
	font-family: 'Conv_segoesc' !important;	
}

.contentpagc{
	/* border-top: 3px solid rgb(189, 163, 112); */
	background: #DCDCDC;
    padding: 0px;
    text-align: center;
    /* color: #bda370;	 */
}

.contpagtext{
	/* max-width:800px; */
	/* width:800px; */
	margin:0 auto;
}

.wpcf7-submit{
	background: #bda370;
    border: none;
    padding: 10px;
    color: white;
    border-radius: 10px;
    width: 170px;
    font-size: 16px;
    margin-bottom: 25px;	
}

.error-404{
    text-align: center;
    color: rgb(189, 163, 112);	
}

.no-results{
    text-align: center;
    color: rgb(189, 163, 112);	
}

.search-submit{
	background: rgb(189, 163, 112);
    border: none;
    padding: 10px;
    color: white;
    width: 150px;
    border-radius: 10px;	
}

.search-field{
	border: 1px solid #ccc;
    width: 350px;
    padding: 5px;
    margin-bottom: 16px;	
}

label {
    display: block !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.wpcf7-textarea{
    width: 100%;
    padding: 7px;
    border-radius: 10px;
    border: 2px solid #bda370;
    font-weight: normal;
    color: black;
    height: 161px;	
}

.wpcf7-text{
	width: 100%;
    padding: 7px;
    border-radius: 10px;
    border: 2px solid #bda370;
    font-weight: normal;
    color: black;	
}

.contentpagdi{
	/* border-top: 3px solid rgb(189, 163, 112); */
    background: #EFE9D1;
    padding: 0px;
    text-align: center;
}

.contentpagdi h1{
	font-family: 'Conv_segoesc';
	margin-bottom: 56px;
	color: #bda370;
}

.interligna{
    line-height: 13px;	
}

.contentpagc h1{
	font-family: 'Conv_segoesc';
	margin-bottom: 56px;
	color: #bda370;
}

.contpagtext a{
	color: #bda370 !important;	
}

.contpagtext2 a{
	color: #bda370 !important;	
}


footer a{
	color: white;
}

footer a:hover{
	opacity:0.8;
	color: white;
}

.ctn{
	border: 3px solid #fff;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;	
}

.gallery_boxes .gallery-icon img{
	width:100%;
	padding:7px;
}

.gallery_boxes .gallery-icon a{
	display:block;
}

#listPhoto{
	column-count:4;
	/* column-gap:0; */
}

@media screen and (min-width: 599px) and (max-width: 1024px) {

.contpagtext {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.contpagtext2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    color: #bda370;
}

.contpagtext3 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

}

@media screen and (min-width: 140px) and (max-width: 598px) {

.contentpagdi {
    border-top: 3px solid rgb(189, 163, 112);
    background: #EFE9D1;
    padding: 10px;
    text-align: center;
    word-break: break-word;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-color: #bda370;
    border-bottom: 0px solid;
}

.contentpagdi h1 {
    font-family: 'Conv_segoesc';
    margin-bottom: 56px;
    color: #bda370;
    font-size: 22px;
}

#logosfooter .img {
    height: 60px;
    margin-right: 19px;
    display: block;
    text-align: center;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}

.contpagtext3 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.contpagtext2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    color: #bda370;
}

.contpagtext {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

}