/*
Theme Name: Trophée Jules Verne
Theme URI: http://underscores.me/Col
Author: @elmiralex
Author URI: http://www.alexandreelmir.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tjv
Tags:
*/
/*
	+++ GÉNÉRALITES +++
*/

a{
	color: black;
}

a:hover{
	text-decoration: none;
	color: red;
}

body{
	font-family: "ronnia";
}

.no-gutter [class*="-6"] {
    padding-left:0;
}

.min{
	text-transform: none !important;
}
.separator, .s{
	clear: both;
}

blockquote{
	font-style: 200 !important;
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	color:black;
	border: none;
	padding: 0;
}

.theContent h4{
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	padding-top: 10px;	
	
}

.theContent{
	border-top:solid 1px black;
	padding-top: 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	
}

/* WArning */
#Warning{
	background-color: red;
	font-family: 'Monaco';
	font-size: 10px;
	width: 200px;
	position: fixed;
	z-index: 200;
	bottom: 10px;
	left: 10px;
	padding: 5px;
	color: white;
	font-style: 10px;
	opacity: 0.8;
}

/* Tooltip */
#TJVToolTip{
	position:fixed;
	padding: 5px;
	background-color: red;
	z-index: 10000;
	top: 0px;
	left: 0px;
	color: white;
	opacity: 0;
}

/* TYPOGRAPHIES */
h1[class='theTitle']{
	margin:0px;
	padding: 10px;
}

.typologieFiche{
	font-family: 'ronnia' !important;
	text-transform: capitalize;
	font-size: 24px;
	font-style: italic;
}

#Navigator li{
	font-family: "din-condensed-web";
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: normal !important;
}


.entry-title{
	font-family: "din-condensed-web";
	text-transform: uppercase;
	font-size:50px;
}

.entry-title{
	border-top:solid 3px black;
	border-bottom:solid 1px black;
	padding-top:9px;
	margin-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}


.intertitre{
	font-size: 24px;
	line-height: 32px;
}

.entry-content{
	font-size: 16px;	
}

.widget-title{
	font-size: 18px;
}

.infosTitre{
	font-family: "din-condensed-web";
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.note{
	font-size: 13px;
	line-height: 18px;
	opacity: 0;
	
}

.cercleChiffre, 
.mini-cercleChiffre,
.medium-cercleChiffre,
.cercleTitre,
.mini-cercleTitre,
.mediumCercleChiffre,
.mediumCercleTitre{
	font-family: "din-condensed-web";
}

.cercleChiffre{
	font-size: 60px;
}

.cercleTitre{
	text-transform: uppercase;
}

.day,.month,.year{
	line-height: 30px;
	font-size: 35px;
	font-family: "din-condensed-web";
	text-transform: uppercase;
}

.navtime{
	vertical-align: middle;
}

.dayslot{
	border-right: solid 1px rgba(71, 70, 70, 0.19)	;
	border-left: solid 1px rgba(71, 70, 70, 0.19)	;
}

.month{
	font-size: 20px;
}

.year{
	font-size: 20px;
}

.flecheTimeline{
	vertical-align: middle;
	margin-top: 30px;
	font-size: 24px;
/*
	border:solid 1px #AAA;
	border-radius: 20px;
*/
	
}


/* LISTES / Vignettes DES PAGES */


/* FORMULAIRES */
/*
input[type='search']{
	border:solid 1px black;
	padding: 4px;
	margin: 5px;
	font-weight: normal;
}
*/

/* LISTES */
li, ul{
	list-style-type: none;
}

/* BUTTONS */
button{
	background-color: white;
	border:solid 1px gray;
	border-radius: 20px;
} 

/*
	+++ NAVIGATION +++
*/
.logotype{
	text-align: center;
}
.logotype img{
	padding-top: 12px;
	margin-left: -8px;
	width: 220px;
	height: auto;
}

#Navigator{
/* 	position: fixed; */
	z-index: 10000;
	width: 100%;
	top:0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.92);
	font-size: 13px;
	
	}
	
	
	#Navigator ul{
		margin:0px;
		padding: 0px;
		padding-top: 19px;
		margin-left: 4px;
	}
	#Navigator li{
		text-align: center;
		display: inline;
		margin-left: 0px;
		margin-right: 4px;
	}

	#Navigator a{
		color:#AAA;
		text-decoration: none;
	}
	
	#Navigator a:hover{
		color:white;
	}
	
	#Navigator .current_page_item a{
		color: white;
	}
	
	
/* LANGUAGE SWITCHER */

#Langues ul{
	position:fixed;
	z-index: 99999;
	right:20px;
	bottom: 0px;
}

#Langues ul a{
	color:white;
}

#Langues li{
	display: inline-block;
	background-color: black;
	border:solid 1px black;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 8px;	

}

#qtranslate-chooser a{
	color: #777;	
}

#qtranslate-chooser .active{
	background-color: red;
	border:solid 2px red;
}

#qtranslate-chooser .active a{
	color:white;
	background-color: red;
}



/* RECHERCHE */
/*
#SearchForm{
	padding-top: 20px;	
	overflow: hidden;
	width: auto;

	
}
*/

/*

#SearchButton{
	cursor: pointer;
	right: 20px;
	display: inline-block;
	border-radius: 40px;
	width:40px;
	height: 40px;
	border:solid 1px white;	
}

#SearchButton img{
	width: 100%;
	height: auto;
}

.closeSearch{
	float:right;
	text-align: right;
	margin-top: -33px;
	cursor: pointer;
	width:22px;
	height: 22px;
	border:solid 1px white;
	color: white;
	text-align: center;
	border-radius: 40px;
	opacity: 0;
}

.search-field{
	font-size: 14px;
	opacity: 0;
}
	#SearchForm input{
		border-radius: none !important;
		border:none;
		width: 10px;
	}

	#SearchForm input[type='submit'], #SearchForm span{
		display: none;
	}

.bb-global-search-ac{
	
}
*/

/* SOUS MENU */

	
.sous-menu{
	border-bottom: solid 1px black;
	font-family: "din-condensed-web";
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

.sous-menu-item{
	
}

.sous-menu-item a{
	color: black;
}

.current-sous-menu a{
	color: red;
}





/*
	+++ LAYOUT +++
*/

/* TITRES DE PAGE */

.containerPage{
	margin-top: 80px;
	margin-bottom: 125px;
}

.containerSingleTemplate{
	margin-top: 100px;
}




/* chiffre associé au titre */
.cercleChiffre{
	width: 90px;
	height: 90px;
	border-radius: 100px;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

.cercleTitre{
	font-size: 22px;
	padding-top: 1px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.mediumCercleChiffre{
	font-size: 45px;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	text-align: center;
	padding-top: 6px;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
}


.mediumCercleTitre{
	margin-top: 3px;
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}

.mini-cercleChiffre{
	font-size: 28px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	color: white !important;
	background-color: #EEE;
}

.mini-cercleTitre{
	margin-top: 3px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.cercle-dark{
	border:solid 4px rgba(47, 47, 47, 0.86);
}
.cercle-white{
	border:solid 4px rgba(255, 255, 255, 0.86);
}
.cercle-mini-white{
	border:solid 2px rgba(255, 255, 255, 0.86);
}
.cercle-dark{
	border:solid 4px rgba(47, 47, 47, 0.86);
}
.cercle-white{
	border:solid 4px rgba(255, 255, 255, 0.86);
}
.cercle-mini-white{
	border:solid 2px rgba(255, 255, 255, 0.86);
}
.cercle-medium-white{
	border:solid 3px rgba(255, 255, 255, 0.86);
}

.titre-white{
	color: white;
}

.titre-black{
	color: #666 !important;
}
/* contenu */
.filetsMarge{
	border-top:solid 1px rgba(69, 69, 69, 0.37);
	height: 40px;
}


.content-area{
	padding-top: 40px;	
}

	.entry-content{
		margin-bottom: 50px;
	}
	
	.entry-content img{
		
	}

.noteNumber{
	color:red;
	text-align: center;
/* 	background-color: red; */
	padding-bottom: 3px;	
	text-align:center;
	font-weight: 600;
/* 	border-left:solid 1px red; */
	padding-left: 2px;
	padding-right: 2px;

}


.filetNote{
	position:absolute;
	width: 220px;
/* 	border-top:solid 1px rgba(74, 74, 74, 0.2);  */
}


.note{
	position:absolute;
	width: 220px;
	left:0px;
/* 	margin-right: -325px; */
	padding-left: 18px;
	border-left:solid 1px #ddd;
	margin-top: 20px;
}

.note img{
	width: 100%;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

iframe{
/* 	border:solid 1px red; */
	width: 100%;
/* 	background-color: blue; */
}




/* Diaporamas slickContainer */

.TJVDiaporama{
/* 	border:solid 1px red; */
	height: 560px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 500px;
	overflow: hidden;
	
}



.TJVDiapoContent{
/* 	background-color: rgba(64, 66, 72, 0.09); */
	background-color: black;
	width: 100%;
	height: 500px;	
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}



.TJVDiaporamaItem{
/* 	text-align: center; */
	float: left;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.TJVDiapoContent img{
	text-align: center;
/* 	height: 500px; */
/* 	width: auto; */
}

.TJVDiapoPrev, .TJVDiapoNext{
	background-color: transparent;
	border:solid 1px rgba(255,255,255,0.9);
	color: white;
	font-family: Courier;
	cursor: pointer;
	position: absolute;
	margin-top: 225px;
	padding: 10px;
	padding-top: 8px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
}

.TJVDiapoPrev{
	left: 20px;
	z-index: 400;	
}

.TJVDiapoNext{
	right: 20px;
	z-index: 500;
}


.TJVDiaporamaBateaux{
	overflow: hidden;
}


.TJVDiaporamaBateauxContent{
	width: 100%;
}

.TJVDiaporamaBateauxItem{
	float: left;
	width: 100%;
	margin: 0 20px 0 20px;
}

.TJVDiaporamaBateauxItem img{
	width: 100%;
	height: auto;
}

.TJVDiaporamaBateauxPrev, 
.TJVDiaporamaBateauxNext{
	background-color: white;
	color: black;
	border:solid 1px #333;
	font-family: Courier;
	cursor: pointer;
	padding: 4px;
	padding-top: 0px;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	text-align: center;
}

.TJVDiaporamaBateauxPrev{
	float:left;
}


.TJVDiaporamaBateauxNext{
	float:right;
}




.Diaporama{
	width: 100%;
}

.slickContainer{
/* 	height: 400px; */
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: hand;
}

.slickItem{
	float:left;
	text-align: center;
}

.slickItem img{
	width: 100%;
	height: auto;
}

.slick-dots button{
	border:none;
}

.slick-dots li{
	clear: both;
	display: inline-block;
}


.slick-prev{
	border:none;
	clear: both;
	display: inline-block;
}

.slick-next{
	border:none;
	float:right;
}


/* podium */
.podium{
	height: 300px;
	padding: 15px;
	border:solid 1px #555;
	margin-bottom: 18px;
	
}

/* bateaux */
.vignette{
	font-family: "din-condensed-web";
	text-transform: uppercase;
}

.vignette a{
	color: black;
}

.vignette a:hover{
	text-decoration: none;
}

.vignette{
	overflow: hidden;
	background-position: center;
	background-size: cover;	
}

.vignette a{
	display: block;
	height:inherit;
}

.link-white a{
	color: white;
}

.course, .skipper{
	padding: 10px;
}
.course h3, .skipper h3{
	font-size: 32px;
}

.course a, .skipper a{
	color: white;
}



.vignetteCourse, 
/* .vignetteSkipper, */ 
.vignetteHistoire{
	border:solid 1px gray;
	height: 200px;
	background-color: rgba(0, 0, 0, 0.32);
}
.vignetteSkipper{
	background-color: rgba(0, 0, 0, 0.22);
	height: 100%;
	margin-bottom: 0px !important;
}

.vignetteHistoire{
	height: 380px;
	background-color: transparent;
	border:none;
	margin-bottom: 15px;
}

.vignetteCourse{
	height: 380px;
	border:none;
	margin-bottom: 15px;
}

.vignetteCourseEnCours{
	height: 170px;
	padding-top: 8px;
	border:none;
	margin-bottom: 15px;
}

.vignetteSkipper{
	height: 380px;
	border: none;	
	margin-bottom: 0px !important;
	margin-top: 0px;
}
.tropheeSkipper{
	padding-top: 200px;
	
}

.vignetteBateau {
	height: 380px;
	margin-bottom: 15px;
}

.vignetteBateauTitre{
	border-top: solid 1px black;
	padding-top: 8px;
}

.background-image-bateau, 
.background-image, 
.background-image-courses,
.background-image-courses-en-cours,
.background-image-skipper,
.background-image-histoire {
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  z-index: -1;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -o-filter: brightness(0.9);
  -ms-filter: brightness(0.9);
  
}

.background-image{
	margin: 0px 9px 18px 9px;
}

.background-image-bateau{
	margin: 56px 8px 20px 8px;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
}

.background-image-skipper{
	margin: 0px 9px 30px 9px;
	-webkit-filter: brightness(1) !important;
	-moz-filter: brightness(1) !important;
	-o-filter: brightness(1) !important;
	-ms-filter: brightness(1) !important;
}

.background-image-courses{
	margin: 0px 8px 15px 8px;
	-webkit-filter: brightness(0.9);
	-moz-filter: brightness(0.9);
	-o-filter: brightness(0.9);
	-ms-filter: brightness(0.9);
}

.background-image-courses-en-cours{
	margin: 0px 7px 15px 7px;
	-webkit-filter: brightness(0.9);
	-moz-filter: brightness(0.9);
	-o-filter: brightness(0.9);
	-ms-filter: brightness(0.9);
}
.background-image-courses-transparent{
	margin: 0px 9px 19px 9px;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
}

.background-image-histoire{
	margin: 0px 9px 16px 9px;
	-webkit-filter: brightness(1) !important;
	-moz-filter: brightness(1) !important;
	-o-filter: brightness(1) !important;
	-ms-filter: brightness(1) !important;

}

/* single-histoire */
.imageMacaron{
	overflow: hidden;
	text-align: center;
	margin-top: 2px;
/* 	height: 120px; */
}
.imageMacaron img{
	height: 126px;
	width: auto;
}



/* single-course */
.mainPhoto{
	height: 670px;
	width: 100%;
	margin-top:80px;
	top:80px;
	z-index: -2;
	overflow: hidden;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;	
	background-color: #414d72;
	background-attachment: fixed;
	-webkit-filter: brightness(0.9);
	-moz-filter: brightness(0.9);
	-o-filter: brightness(0.9);
	-ms-filter: brightness(0.9);
	margin-bottom: 30px;
}


.mainPhotoLayer{
	position: absolute;
	opacity: 0.3;
	height: 660px;
	margin-top: 0px;
	width: 100%;
	top:80px;
	overflow: hidden;
	z-index: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;	  
	background-size:100%;	
	background-position-y: 200px;
	-webkit-filter: brightness(0.9);
	-moz-filter: brightness(0.9);
	-o-filter: brightness(0.9);
	-ms-filter: brightness(0.9);
	margin-bottom: 30px;
}


/*
.singleSkipper,.singleCourse{
	color: white;
	margin-top: -350px;
	margin-bottom: 220px;
}
*/

.singleCourse{
	 margin-top: -500px;
	 margin-bottom: 150px;
	 
}

.anneeCourse {
	font-family: 'din-condensed-web';
	font-size: 45px;
	padding-top: 12px;
}


/*
.singleSkipper .entry-title,

*/

.singleCourse .entry-title{
	font-family: "Ronnia";
	font-style: italic;
	font-weight: 700;
	text-transform: none;
	font-size: 60px !important;
	line-height: 65px;
}


.main-content{
	text-align: left;
}

.theTitle,
.theTitleArticle{
	border-top:solid 3px black;
	font-family: 'din-condensed-web';
	text-transform: uppercase;
	font-size: 40px;
	line-height: 38px;
	padding: 14px 0px 14px 0px !important;
}

.theTitleArticle{
	font-size: 30px;
	border-top:solid 1px black;
}




.main-content img,
.main-content  iframe{
	width: 100% !important;
	height: auto !important;
}

.theContent iframe{
	height: 320px !important;
}

.note iframe{
	height: 160px !important;
}


/* Informations latérales */

.infosTitre{
	border-top:solid 3px black;
	border-bottom:solid 1px black;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.informationsListes,
.informationsListesB,
.informationsListesC
{
	padding: 4px;
	padding-left: 10px;
	border-bottom:dotted 1px #bbb;
	
}

	.informationsListesC a{
		color:black;
	}
	.separateurListe{
		height: 20px;
		width: 100%;
	}
	.informationSurtitre{
		text-transform: uppercase;
		font-family: "din-condensed-web";
		letter-spacing: 1px;
	}
	
	.informationTitre, .informationTitre a{
		color:red;
		font-family: "din-condensed-web";
		font-size: 22px;
		text-transform: uppercase;
	}
	
	.informationFleche{
		float: right;
		font-size: 11px;
		padding-top: 3px;
		margin-top: -30px;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		background-color: rgba(120, 120, 120, 1);
		color: white;
		text-align: center;
	}
	
	.informationSurtitreB{
		
	}
	
	.informationTitreB{
		text-transform: uppercase;
		font-family: "din-condensed-web";
		font-size: 22px;
	}
	
	.informationSurtitreC{
		text-transform: uppercase;
		font-family: "din-condensed-web";
		letter-spacing: 1px;
		padding-top: 3px;
	}
	.tropheeListeC,
	.mentionCourse{
		background-color: red;
		padding: 2px 4px 2px 4px;
		padding-bottom: 1px;
		color: white;
/* 		margin-left: -10px; */
	}
	
	.informationTitreC, .informationTitreC a{
		color:black;
		font-family: "din-condensed-web";
		font-size: 16px;
		padding-top: 4px;
		line-height: 17px;
		text-transform: uppercase;
		width: 70%;
	}
	
	.informationFlecheC{
		float: right;
		font-size: 11px;
		padding-top: 2px;
		margin-top: -21px;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		border:solid 1px /* rgba(120, 120, 120, 1) */ red;
		color: red;
		text-align: center;
	}


.separateurDataBateau{
	border-top:dotted 1px #b5b5b5;
}
.titreDataBateau{
	
}
.valeurDataBateau{
	color:red;
}


/* FICHE COURSE >> Logs */



.log-button{
	cursor: pointer;
	font-family: "Ronnia";
	text-transform: lowercase;
	float:right;
	border:solid 1px black;
	font-size: 20px;
	margin-top: -3px;
	padding-top: 1px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
}

.log-loader{
	font-size: 17px;
	padding: 2px;
	color:gray;
}


.log-entry-title{
	font-family: 'din-condensed-web';
	text-transform: uppercase;
	font-size: 35px;
	padding-bottom: 20px;
	padding-top: 8px;
}
.log-entry-title a{
	color:black;
}

.log-info{
	border-top:solid 1px rgba(206, 197, 197, 1);
	margin-top: 10px;
	padding: 0 !important;
	padding-top: 15px;
	
}

.log-content{
	border-top:solid 1px rgba(206, 197, 197, 1);
	margin-top: 10px;
	padding-top: 10px;
}
.log-info-title{
	font-family: 'din-condensed-web';
	text-transform: uppercase;
	letter-spacing: 2px;
}


.log-info-data{
	padding: 4px 0px 4px 0px;
	border-bottom: dashed 1px rgba(176, 172, 172, 0.3);
	font-family: monospace;
	font-size: 13px;
}

.log-data-value{
	text-align: right;
	clear:both;
}

.vents{
	
}

.vents img{
	width: 100% !important;
	height: auto !important;
}

/*----*/
#Footer{
	width: 100%;
	background-color: #1e202b;
	color: white;
	padding: 20px 0px 40px 0px;
	margin-top:120px;
	height: 370px;
	font-size: 12px;
}

.col-footer{
	padding-left: 10px;
	border-left:solid 1px rgba(255, 255, 255, 0.71);
}

#Footer a{
	color: red;	
}

.MarineLogo img{
	width: 180px;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

/* slot time */
.PointsDePassage{
	line-height: 11px;
}
.slotTime{
	float: left;
	height: 20px;
/* 	overflow: hidden; */
/* 	padding: 5px; */
	background-color: #1d1c37;
	color: #1d1c37;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
}

/* Page Articles */

.informationsLateralesArticle{
	border-top:solid 1px black;
	padding-top: 10px;
	font-family: Courier, monospace, mono;
	font-size: 11px;
	
}

.categories{
    font-family: "din-condensed-web";
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px;
    margin-bottom: 0px;
    background-color: rgba(154, 154, 154, 1);
    color: white;
    margin: 0px 1px 1px 0px ;
}


/* courses en cours page course */

#wpadminbar{
	z-index: 2000000;
}


.separateurFilaire{
	width: 100%;
	height: 30px;
	border-top:solid 1px #888;
	text-align: center;
	font-family: "din-condensed-web";
	font-size: 18px;
}


.alerteTentatives{
	padding: 10px;
	border:solid 1px #AAA;
	border-radius: 4px;
}


