body{
	margin:0;
	color:black;
	font-size:1em;
	font-family: 'Barlow Condensed', "Trebuchet MS", sans-serif;
}

body{
	background-image: url('img/bg/best_buro_comp.jpg'), url('img/bg/best_buro_comp.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
  
}
	body div#preload {
	display: none; }

header{
}
h2{
	margin:0;
	font-weight:500;
}
h3{
	font-style:italic;
	margin-left:25px;
}
iframe{
	border:none;
}
#title{
	font-size:35pt;
	font-family: 'Oswald';
	padding:20px 0;
}
#title a{
	color:#222;
	text-decoration:none;
	
}
#title a:hover{
	color:#000;
	
}

#lang_selector{
	font-size:1.2em;
	cursor:pointer;
	display:inline;
	padding:5px 10px;
	border-radius:0px 0px 5px 5px;
	background-color:rgba(0,0,0,0.1);
}
#lang_selector:hover{
	background-color:rgba(0,0,0,0.2);
}


nav#laptot_nav, #title{
	display:flex;
	justify-content:center;
}

nav#laptot_nav{
	font-size:20pt;
}
nav#laptot_nav ul{ /* menus */
	display:flex;
	list-style-type:none;
	padding:0;
	margin:0;
}
nav#laptot_nav ul ul{ /* sous-menus */
	display:flex;
	padding:10px 0 25px 0;
	justify-content:center;
	font-size:0.75em;
	width:70%;
	list-style-type:none;
	position:absolute;
	left:50%;
	transform:translate(-50%,0%); /* centrage absolu */
}
nav#laptot_nav ul ul li{
	padding:0 15px;
}
nav#laptot_nav ul ul li a{
	text-decoration:none;
	color:#666;
}
nav#laptot_nav ul ul li a:hover{
	text-decoration:none;
	color:black;
}

nav#laptot_nav ul li ul{
	display:none;
}

nav#laptot_nav a{
	color:#222;
	text-decoration:none;
	padding:0 15px;
}
nav#laptot_nav a:hover{
	text-decoration:underline;
	padding:0 15px;
}

a{
	cursor:pointer;
}
p{
	color:#222;
}

#sous_menu div{
	display:none;
	justify-content:center;
	padding:10px 50px;
	
}
#sous_menu div span{
	padding:0 20px;
	
}


.active_lang{
	color:black;
}

.inactive_lang{
	color:#777;
}
.ON{
	
}
.OFF{
	display:none;
}

section{
	display:flex;
	font-family:'Roboto', 'Inter'; /* choix possibles */
	font-weight:300;
	line-height:1.8em;
	fon-size:0.95em;
	flex-direction:column;
	align-items:center;
	padding-top:60px;
	min-height:100vh;
}
article{
	position:relative;
	background-color:rgba(255, 255, 255, 0.9);
	border-radius:10px;
	width:70%;
	max-width:1400px;
	box-sizing:border-box;
	padding:50px;
	box-shadow:0px 0px 80px rgba(0,0,0,0.15);
	margin-bottom:50px;
}
article a{
	color:black;
	text-decoration:underline;
}
article a:hover{
	color:#da7d2e;
}
article img{
	display:block;
	margin:auto;
	width:500px;
	max-width:100%;
	border-radius:5px;
}
article img.squareIMG{
	width:320px;
	margin:20px auto;
}
article .photo_ronde{
	float:right;
	width:200px;
	margin-right:5%;
	padding:20px 50px;
}

article iframe{
	display:block;
	margin:auto;
	max-width:100%;
	margin-bottom:20px;
}
.temoignage{
	background-color:#ddd;
	padding:5px 20px;
	box-sizing:border-box;
	border-radius:5px;
	font-style:italic;
	margin-bottom:30px;
}
.temoignage span{
	color:#666;
}
.insta_publications_row{
	display:flex;
	justify-content:space-around;
	flex-direction:row;
}
.insta_publications_row .instagram-media{
}
.big_download{
	text-align:center;
	font-size:1.6em;
}

footer{
	font-family:'Roboto', 'Inter';
	font-weight:300;
	font-size:0.85em;
	background-color:rgba(1,1,1,0.9);
	padding-top:50px;
	padding-bottom:50px;
	color:#aaa;
}
footer #social{
	display: flex;
	justify-content:center;
}
#web_copyright, #web_author{
	display:flex;
	justify-content:center;
}


#yt_icon, #insta_icon, #fb_icon, #twi_icon, #bc_icon, #sp_icon, #mail_icon{
	display:block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height: 30px;
	width:40px;
	margin: 20px 0.5%;
	opacity: 0.7;
}
#yt_icon:hover, #insta_icon:hover, #fb_icon:hover, #twi_icon:hover, 
#bc_icon:hover, #sp_icon:hover, #mail_icon:hover{
	opacity: 1;
}
#yt_icon{
	background-image: url('img/social_icons/yt.svg');
}
#insta_icon{
	background-image: url('img/social_icons/insta.svg');
}
#fb_icon{
	background-image: url('img/social_icons/fb.svg');
}
#bc_icon{
	background-image: url('img/social_icons/bc.svg');
}
#sp_icon{
	background-image: url('img/social_icons/sp.svg');
}
#mail_icon{
	background-image: url('img/social_icons/mail.svg');
}

/* Important mail (contre bots) */
.important_mail{
	display:none;
}
input, textarea,button{
	border-radius:6px;
	padding:10px 16px;
	font-family:'Roboto', 'Inter';
	font-size:1em;
	border:1px solid #bbb;
}
input:focus, textarea:focus{
	outline: none !important;
	border:2px solid #da7d2e;
}
button{
	background-color:#e09452;
	border:1px solid #da7d2e;
	color:white;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
	
}
button:hover{
	cursor:pointer;
	background-color:#d97a26;
}
#form_TGJC_newsletter{
	margin:auto;
	text-align:center;
}

#lottie-anim-1{
	position:absolute;
	top:0;
	right:0;
	width: 200px;
	height: 150px;
}
#lottie-anim-2{
	position:absolute;
	bottom:0;
	right:0;
	width: 200px;
	height: 150px;
}

/* PASSAGER */

#TGJC_front_page{
	display:block;
width:200px;
height:200px;
background-position:center;
background-size:contain;
background-repeat:no-repeat;
background-image: url('img/misc/TGJC_icon.svg');
}

#TGJC_front_page:hover{
	background-size:95%;
}

/* ANIMATION MENU BURGER */
/* Menu burger pris ici : https://codepen.io/himalayasingh/pen/mNOJPM */
/* adapté à une certaine height/width. Pour changer, modifier height de "label div" puis margin-bottom */

#smartphone_nav{
display:none;
font-size:2em;
z-index:1;
position:absolute;
top:50px;
left:0;
width:100%;
background-color:#141515;
}
#smartphone_nav ul{
	list-style-type:none;
	padding-left:7%;
}
#smartphone_nav ul li{
	margin-bottom:10px;
}

#smartphone_nav ul li a{
	color:#ccc;
	text-decoration:none;
}

#smartphone_nav ul li ul{
	display:none;
	margin:10px 0px 20px 0px;
}
#smartphone_nav ul li ul li{
	font-size:0.8em;
}
#smartphone_nav .homelink:hover{
	color:white;
}

#menu_checkbox
{
    display: none;
}

label#burger
{
    display: none;
    width: 45px;
    height: 45px;
    cursor: pointer;
	padding:5px;
	box-sizing:border-box;
}

label#burger div
{
    position: relative;
    top: 0;
    height: 5px;
    background-color: #000;
    margin-bottom: 9px;
    transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
    border-radius: 2px;
}

label#burger div:first-child
{
    transform-origin: 4px;
}

label#burger div:last-child
{
    margin-bottom: 0;
    transform-origin: 34px;
}

label#burger div:nth-child(2)
{
    right: 0;
}

#menu_checkbox:checked ~ #smartphone_nav
{
    display:block;
}

#menu_checkbox:checked + label#burger div:first-child
{
    top: 1px;
    transform: rotateZ(45deg);
}

#menu_checkbox:checked + label#burger div:last-child
{
    top: 3px;
    transform: rotateZ(45deg);
}

#menu_checkbox:checked + label#burger div:nth-child(2)
{
    width: 47px;
    top: 0;
    right: 7px;
    transform: rotateZ(-45deg);
}

/* Pour publis insta avec "min-width 326px" */

@media all and (max-width: 900px){
	.insta_publications_row{
	flex-direction:column;
	}
}


/* SMARTPHONES ! */

@media all and (max-width: 815px){
	
	body{
		background-position:20% 0px;
	}
	nav#laptot_nav{
		display:none;
	}
	article{
		width:100%;
		border-radius:0px;
	}

	article .photo_ronde{
	float:none;
	padding-bottom:50px;
	margin-right:auto;	
	}
	
	
	label#burger {
    display: block;
	position:absolute;
	top:5px;
	right:5px;
	}
		
	#lang_selector{
	font-size:1.5em;
	}	
	

}