@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
	height: 100%;
	font-size: 100%;
    font-family: "Montserrat", sans-serif;
   /* font-family: 'Open Sans', sans-serif;*/
}
#wrap {
	position: relative;
	min-height: 1100px;
	width: 100%;
	margin: 0 auto;
}
#wrap:after {
	content: '';
	height: 200px;
	display: block;
}

/*____________________BG COLOUR_______________*/

.gradient {
	/* Anciens navigateurs */
	background: #363636 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #363636;
	background: #363636\0/;
 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#808a8e, endColorstr=#363636);  /*#333 #FF999999*/
}
 @media all and (min-width: 0px) {
.gradient {
	/* Opera */
	background: #999999 url("gradient-bg.svg");
	/* Navigateurs récents */
	background-image: -webkit-gradient( linear, left top, left bottom, from(#808a8e), to(#363636) );
	background-image: -webkit-linear-gradient( top, #808a8e, #363636 );
	background-image: -moz-linear-gradient( top, #808a8e, #363636 );
	background-image: -o-linear-gradient( top, #808a8e, #363636 );
	background-image: linear-gradient( top, #808a8e, #363636 );
}
}
/*____________________END BG__________________*/

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

#footerRJ01 h1 a, #footerRJ01 h1 a.fTop {
	display: inline;
	text-decoration: none;
	color: #CCC;
	margin: 0 2px 0 2px;
	font-weight: normal;
	font-size: 0.9em;
}


/* ======================== FOOTER ====================== */
	
#footerRJ01 {
	position: sticky;
	height: auto !important;
	min-height: 150px;
	clear: both;
	background-color: #808a8e; /*#333*/
	width: 100%;
	color: #CCC;
	font-size: 1.3em;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-align: center;
}
#footer h1 {
	height: 3em;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	color: #CCC;
	position: fixed;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	background-image: url(//www.robertjuliat.com/images/fond_menu.jpg);
	background-repeat: repeat;
	background-color: #333;
	margin: 0 auto;
	padding: 0;
	line-height: 2em;
	z-index: 99;
}

#footerRJ01 h1 {
	display: block;
	padding : 40px 0 30px 0;
}

#footerRJ01 h1 a:hover, #foot h1 a:hover {
	display: inline;
	color: #e56db1;
	text-decoration: underline;
}
/*#foot #left {
	width: 960px;
	float: left;
	padding: 40px 0 20px 0
}
#foot #right {
	width: 110px;
	float: right;
	text-align: right;
	padding-top: 40px
}*/
#foot #review {
	clear: both
}
#foot #review p, #foot #review p a, #foot #review blockquote, #foot #review blockquote a {
	color: #CCC;
	margin: 5px 0 5px 30px
}
#foot #review blockquote, #foot #review blockquote a {
	font-style: italic;
	margin-left: 28px
}
#foot #review blockquote a:hover, #foot #review p a:hover {
	color: #e56db1;
	text-decoration: underline;
}

/* ==================== GoTo TOP function ============== */

#footer h1 a.fTop, #footer h1 a.fTop2 {
	float: right;
	display: inline;
	color: #CCC;
	background-image: url(//www.robertjuliat.com/images/back2top.gif);
	background-repeat: no-repeat;
	width: 20px;
	padding: 0 15px 0 15px;
}
#footer h1 a.fTop2, #footer h1 a.fTop2 {
	width: 80px;
}
#footer h1 a.fTop:hover, #footer h1 a.fTop2:hover {
	display: inline;
	color: #C39;
	text-decoration: underline;
}
#footer h1 a, #footer h1 a.fTop, #footer h1 a.fTop2 {
	display: inline;
	text-decoration: none;
	color: #FFF;
	margin: 0 2px 0 2px;
	font-size: 0.9em;
}

#footerRJ01 h1 a.fTop, #footerRJ01 h1 a.fTop2 {
	float: right;
	display: inline;
/*	color: #CCC;*/
	background-image: url(//www.robertjuliat.com/images/back2top.gif);
	background-repeat: no-repeat;
	width: 20px;
	padding: 0 15px 0 15px;
	font-size: 12px;
}
#footerRJ01 h1 a.fTop2 {
	width: 80px;
}
#footerRJ01h1 a.fTop:hover, #footerRJ01 h1 a.fTop2:hover {
	display: inline;
	color: #e56db1;
	text-decoration: underline;
}
#boxL {
	float: left;
	margin: 25px 0 30px 30px;
}
#top {
	height: 1px;
}
#top1 {
	height: 15px;
}

/* ==================== Social Media ============== */

a.rss, a.fb, a.twit {
	background: url(//www.robertjuliat.com/RSS/feedRSS1.png) no-repeat left top;
	display: inline;
	padding: 15px;
	height: 28px;
	width: 28px;
	margin: 0 0 0 5px;
}
a.rss:hover {
	background: url(//www.robertjuliat.com/RSS/feedRSS2.png) no-repeat left top;
}
a.fb {
	background: url("//www.robertjuliat.com/images/logo_fb1.png") no-repeat right top;
	margin: 0 6px 0 5px;
}
a.fb:hover {
	background: url("//www.robertjuliat.com/images/logo_fb2.png") no-repeat right top;
}
a.twit {
	background: url(//www.robertjuliat.com/images/logo_Twitter1.png) no-repeat right top;
}
a.twit:hover {
	background: url(//www.robertjuliat.com/images/logo_Twitter2.png) no-repeat right top;
}
/* CLEAR Codes */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
#article h4 a, #contenudistrib .pagedistribD .addDistrib h4 a {
	color: #666;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
}
#article h4 a:hover, #contenudistrib .pagedistribD .addDistrib h4 a:hover {
	color: #e56db1;
}
#popup
{
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	position: absolute;
	display: none;
	top: 20px;
	left: 50%;
	width: 500px;
	margin-left: -300px;
	border: 1px solid blue;
	padding: 15px;
	background-color: #CF9;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 0 0 3px #FEFEFE, 0 5px 3px 3px #D2D2D2;
	text-align: center;
}
#closePop {
	float: right;
}
#closePop:hover {
	color: #F00;
}
.advert a:hover {
	opacity:0.75;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ============================
    Google Map Section
=============================== */

.goolge-map-section .toggle-map-button button.gmap-btn {
    text-transform: uppercase;
    color: #fff;
    background: #1f1f1f;
    font-size: 16px;
    border: none;
    padding: 20px 0;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
}

.goolge-map-section .toggle-map-button button.gmap-btn .fa {
    padding-left: 10px;
 }
#gmap-wrapper { 
    height: 350px;
}

/* ============================
    404 Page
=============================== */

.hit-the-floor {
  color: #fff;
  font-size: 12em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9, 
    0 3px 0 #bbb, 
    0 4px 0 #b9b9b9, 
    0 5px 0 #aaa, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
}

.hit-the-floor {
  text-align: center;
}
