/* 
Theme Name: La Vague Intrépide
URI: https://www.vagueintrepide.com/
Author: Cédric lengagne
Author https://www.cedric-lengagne.fr
Description: Le thème du site de La Vague Intrépide
Version: 1.0 
Tags: green, white, light, multi-column, responsive-layout, featured-images, full-width-template
*/

*{outline : none;}
.clear{clear : both;}
html { width: 100%; height: 100%; margin: 0; padding: 0;}	
body { width: 100%; height: 100%; margin: 0; padding: 0; font-size: 15pt; height:auto; background-color: #fbfbfb; background-image: url(https://assets.website-files.com/6298d9b5bfee041c3b0ad7bc/6376203a0135e82f2cdd603a_noise.png); background-size:auto; }
a 		{ text-decoration: none!important; transition : all 0.3s; }
a:hover { text-decoration:none!important; transition:all 0.3s; }


/* === HEADER ====== HEADER ====== HEADER ====== HEADER ====== HEADER === */
#header { background-color:#000; color:#fff; }
#header a { color:#fff; font-size:40px; }


/* === LOGIN ====== LOGIN ====== LOGIN ====== LOGIN ====== LOGIN === */
.comoros 			{ background: linear-gradient(146deg, #3d8e33 25%, transparent 0) 0 -60px, linear-gradient(34deg, #3d8e33 25%, transparent 0) 0 -60px, linear-gradient(180deg, #ffc61e 0, #ffc61e 25%, #fff 0, #fff 50%, #ce1025 0, #ce1126 75%, #3a75c4 0, #3a75c4); position: relative; background-size: 180px 120px; }
.flag 				{ width: 180px; height: 120px; overflow: hidden; border: 1px solid #efefef; margin: auto; }
.comoros:before 	{ position: absolute; content: ""; border-radius: 50%; height: 50px; width: 50px; left: 20px; top: 36px; box-shadow: -10px 0 0 0 #fff; }
.comoros:after 		{ position: absolute; content: "★ ★ ★ ★"; color: #fff; width: 8px; font-size: 8px; top: 37px; left: 34px; }
.login-btn 			{ background-color: #fff; border: solid 0px #3d8e33; border-bottom: solid 6px #3d8e33; font-size: 20px; font-weight: 700; }
.login-input 		{ height:50px; width:320px; font-size:20px; padding: 10px; }


/* ====== HOME ====== HOME ====== HOME ====== HOME ====== HOME ====== */
.post-item h2 a { color:#3d8e33; }
.date { font-weight: 700; }
.post-item img { object-fit: cover; width: 100%; height: 180px; }

/* === SINGEL ARTICLE === SINGEL ARTICLE === */
.titre-single { margin-bottom:75px; }
#single p { font-size: 19px; line-height: 32px; font-weight: 400; color: #000000; margin-bottom: 40px; }

.post-navigation a { font-size:18px; font-weight: 600; color:#00650c!important; }


.video-resume { max-width:300px;}
h2.wp-block-heading { margin-top:80px!important; margin-bottom:30px;}
figure { margin-bottom:35px!important; }



/* Navigation */
span.plus, span.minus {display:none;}
@media (max-width: 767px) {
	.divmenu {
		position: absolute!important;
		left: 0;
		top: 45px;
		width: 100%!important;
		background-color: #000;
    	padding-left: 0px!important;
		text-align: center;
		font-size: 22px;
		box-shadow: 2px 2px 6px 3px rgb(0 0 0 / 74%);
	}
}
@media (max-width: 700px) {
	.divmenu {
   	padding-left: 25px!important;
    text-align: left;
	}
}
nav {
  width:100%;
  background-color:#000;
  font-size:1.2rem;
  font-weight:500;
	position: sticky;
    top: -15px;
	z-index:400;
}
@media (max-width: 767px) {
	nav {
		top: 0px;	
	}
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: block;
}
nav ul li a, nav ul li a:visited {
  transition : all 0.3s;
  display: block;
  padding: 9px 11px 5px 11px;
	margin-bottom:5px;
  background: #000;
  color: #ffffff;
  text-decoration: none;
    font-family: 'MuseoSansRounded-900', 'Arial Black', sans-serif;
    font-size: 1rem;
	border-bottom:none;
	border-bottom: solid 1px #000;
}
nav ul li a:hover, nav ul li a:visited:hover {
	transition : all 0.3s;
	color: #fff;
	text-decoration :none;
	border-bottom: solid 1px #fff;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  content: ' ▾';
}
nav ul li a ul li {
  min-width: 190px;
}
nav ul li a ul li a {
  padding: 15px;
  line-height: 20px;
}
.sub-menu {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  min-width: 150px;
}

.menu {
	display:flex;
	justify-content: space-around;
	align-content:center;
	flex-wrap:nowrap;
	font-family: 'Squada One', cursive;
}
.menu-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  height: 70px;
  /* width: 70px; */
}
@media only screen and (max-width: 767px) {
  .nav-mobile {
    display: flex;
	justify-content:center;
	align-content:center;
	height:40px!important;
  }
.menu {
	display:none;
	flex-direction:column;
	flex-wrap:nowrap;
}
  nav {
    width: 100%;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .sub-menu {
    position: static;
  }
  input.is-search-input {
	max-width:180px!important;
  }
}
@media screen and (min-width: 768px) {
	.menu {
		display:flex!important;
	}
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
    position: absolute;
    cursor: pointer;
    padding: 18px 0px 0px 35px;
    right: 30px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #ffffff;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.is-ajax-search {
	display:flex;
	justify-content:center;
	align-content:center;
}

.is-ajax-search-items {
  max-width:300px;
}

div.is-ajax-search-result {
    max-width: 95%;
    background-color: #000!important;
	margin-top:7px;
	margin-left:7px;
}
nav label {
  margin:0px!important;
}
.is-search-sections {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
}
.is-search-sections .thumbnail img {
  width:80px!important;
  height:80px!important;
  max-width:80px!important;
}
.right-section {
  margin-left:10px!important;
}
.right-section a {
  color:#000!important;
  font-weight:bold;
}
.right-section a:hover {
  color:#00650c!important;
}
.div.is-ajax-search-details, div.is-ajax-search-result {
  max-width:300px!important;
  width:100%!important;
  margin: 0px 44px 0px 50px;  
}
.is-ajax-search-no-result {
  font-weight:bold;
  min-width:200px;
}
/* End -Navigation */

/* Mobile nav */
.mobile {
	margin-top:0px;
	margin-bottom:40px;
	height:45px;
	align-items:center;
	background-color: #000;
	color: #fff;
}
.mobile a:hover {
	color: #00650c;
	text-decoration:none;
	transition : all 0.3s;
}
.mobile a {
	font-family: 'Squada One', cursive;
	font-size:22px;
	color: #fff;
	margin-bottom:20px;
	transition : all 0.3s;
}
@media only screen and (max-width: 575px) {
	.mobile {

	}
}

/* End - Mobile nav */


/* === COMMENTS === COMMENTS === COMMENTS === COMMENTS === COMMENTS === COMMENTS === COMMENTS === COMMENTS === */

#comment {
	width:100%;
	height:120px;
}
ol#comment-list {
	list-style:none;
}
#submit {
	text-transform: uppercase;
    text-decoration: none;
	font-size:14px;
    background: #00650c;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    color: #fff!important;
    margin-top: 15px;
    -webkit-box-shadow: 5px 5px 0px 0px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 5px 5px 0px 0px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    font-family: 'MuseoSansRounded-900', 'Arial Black', sans-serif;
}
#reply-title {
	display:none;
}

ol.comment-list 		{ list-style: none; padding-left:0px; }
.comment-body 			{ margin-bottom:20px; background-color:#fff; padding:5px;	}
.commentmetadata a 		{ color:#000!important; font-size:13px; }
.comment-author .fn 	{ font-weight:bold; font-style: normal!important; }
.comment-author .says 	{ display:none!important; }
.comment-reply-link		{ color:#000; font-style:italic; font-size:14px; }
#respond .logged-in-as 	{ display: none; }


/* === FOOTER === FOOTER === FOOTER === FOOTER */
footer {
	background-color:#000!important;
	color: #fff!important;
}
#subsubFooter a, #subsubFooter {
	color:#6b6b6b;
	font-size:10px;
}
#subsubFooter a:hover {	color: #acacac; }
#button-dark-mode {
	position:absolute;
	left:0;
}
/* === CONTACT === CONTACT === CONTACT === CONTACT */
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #F2F3F6; border: 1px solid #7E8AA2; padding:10px; }

