/**
 * Sky theme for reveal.js.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
.reveal a {
  //line-height: 1.3em; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
 
 *, *:before, *:after {
  box-sizing: border-box;
}

.Roboto_slab, .roboto_slab{font-family: 'Roboto Slab', serif;}
.Roboto, .roboto{font-family: 'Roboto', serif;}

body {
  background: #ffffff;
 
  margin:0px; }

.reveal {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  width: 1024px;
margin:auto;
  }

::selection {
  color: #fff;
  background: #134674;
  text-shadow: none; }

.reveal .slides > section,
.reveal .slides > section > section {
	line-height: 1.3;
	font-weight: inherit; 
	text-align:left;

  }

.scrollable {
overflow-y: auto !important;
overflow-x: hidden !important;
height: 100%;
min-height: 120%;
opacity:0.5;
width:100%;
}

#btmobile
{
	display:none;
	position:absolute;
	top:-3px;
	right:20px;
}

#menu_mobile
{
	display:none;
	position:absolute;
	top:80px;
	left:0px;
	z-index:50;
	width:350px;
	background-color:#ffffff;
	height:80%;
	scroll:auto;
}

#menu_mobile .photo_menu
{
	float:left;
	width:150px;
	height:70px;
	padding:6px;
	margin:4px;
	background-color:#463f8f;
	text-align:left;
	font-size:0.7em;
	overflow:hidden;
}

#menu_mobile .photo_menu img
{
	float:left;
	width:60px;
	margin-right:4px;
}


#menu_mobile .photo_menu a
{	
	font-family: "Open Sans", sans-serif;
	
	text-decoration:none;
	color:#ffffff;

}

#menu_mobile  div:hover
{
	opacity:1;
}



#menu_mobile .menu_retour
{
	display:none;
}
/*
 *  STYLE SCROLLBAR
 */

#scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb
{
	background-color: #c76557;
	border: 0px solid #555555;
}

#scrollbar::-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#scrollbar::-moz-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#scrollbar::-moz-scrollbar-thumb
{
	background-color: #c76557;
	border: 0px solid #555555;
}

#scrollbar {
	visibility:hidden;
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 3.77em; }

.reveal h2 {
  font-size: 2.11em; }

.reveal h3 {
  font-size: 1.55em; }

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: none; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal q,
.reveal blockquote {
  quotes: none; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super; }

.reveal sub {
  vertical-align: sub; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  background: #264c66; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  padding:4px;
   }

.reveal section img.plain {
  border: 0;
  box-shadow: none; }

.reveal a img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #3b759e;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); 
 // transform: scale(1.05);

}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
  border-right-color: #3b759e; }

.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
  border-left-color: #3b759e; }

.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
  border-bottom-color: #3b759e; }

.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
  border-top-color: #3b759e; }

.reveal .controls .navigate-left.enabled:hover {
  border-right-color: #74a7cb; }

.reveal .controls .navigate-right.enabled:hover {
  border-left-color: #74a7cb; }

.reveal .controls .navigate-up.enabled:hover {
  border-bottom-color: #74a7cb; }

.reveal .controls .navigate-down.enabled:hover {
  border-top-color: #74a7cb; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #3b759e;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.logo_vitijob
{
	left:-30px;
	top:7px;
}
	
	

.texte_central
{
	position:relative;
	padding-bottom:80px;
	font-size:0.7em;
	color:#3a1a65;	
	margin:5px;
}

.texte_central p
{
	text-align:justify;
}

.texte_central .picto_4
{
	width:150px;
	opacity:0.6;
	cursor:pointer;
}

.texte_central .info_4
{
	display:none;
	position:absolute;
	width:450px;
	height:140px;
	background-color:#ffffff;
	padding:6px;
	z-index:1000;
	top:250px;
}

.texte_central .texte_video
{
	text-align:justify;
	width:560px;
	margin:0px auto 20px auto;
	line-height:1.5em;
	font-size:1.1em;
}

.lien_pdf
{
	color:#443f8f;
	font-size:0.7em;
	font-weight:bold;
}

.lien_pdf .guide_img_pdf
{
	right:-40px;
	top:-12px;
}


.titre_2 {
	background-color:#443f8f;
	margin-left:7px;
	color:#ffffff;
	font-size:0.85em;
	font-weight:normal;
	width:97%;
	padding:4px;
	height:26px;
}

.pour_decrypt
{
	margin:40px;
}

#new_signaletique
{
	background-color:#ecebf3;
}

#old_signaletique
{
	display:none;
	background-color:#ecebf3;
}

#bt_new_signaletique, #bt_old_signaletique
{
	padding:12px;
	cursor:pointer;
	font-size:1.4em;
}

#bt_new_signaletique_mobile, #bt_old_signaletique_mobile
{
	display:none;
	margin-top:20px;
}

.signal_on_new, .signal_on_new_mobile
{
	background-color:#ecebf3;
	color:#423f90;
}

.signal_on_old
{
	background-color:#ecebf3;
	color:#423f90;
}

.signal_off
{
	background-color:#ffffff;
	color:#65a421;
}

.decrypt_titre_rouge
{
	color:#e2340f;
	font-weight:bold;
	padding-bottom:6px;
}

.texte_central .picto_4b
{
	float:left;
	width:80px;
	padding:0px 8px 0px 0px;
}

.texte_central .info_4b
{
	width:90%;
	height:90px;

	padding:6px;
	z-index:1000;

}

#footer
{
	background-color:#e7e7e9;
	color:#000000;
	margin-top:18px;
}


.vert
{
	color:#62a321;
}

.titre_contenub
{
	font-size:1.2em;
	font-family: "Roboto";
	font-weight:bold;
	padding:6px;
}

.haut
{
	background-color:#62a321;
	height:80px;
}

.bas
{
	position:fixed;
	bottom:-210px;
	background-color:#e7e7e9;
	height:240px;
	width:100%;
	margin:auto;
	text-align:center;
	z-index:100;
	border-top:1px solid #aaaaaa;
	margin-bottom:0px;
}

.bas a
{
	text-decoration:none;
	color:#443f8f;
}

#lafleche
{
	cursor:pointer;
}

#trigger_bas
{
	position:fixed;
	bottom:0px;
	background-color:#ffffff;
	height:20px;
	width:100%;
	margin:auto;
	text-align:center;
	z-index:100;
}

.titre_contenu
{
	font-size:1.3em;
	font-family: "Roboto";
	font-weight:bold;
}

.p
{
	font-size:0.9em;
}

.goleft
{
	
	z-index:1000;
	cursor:pointer;
}

.goright
{
	position:absolute;
	bottom:0;
	right:45%;
	z-index:1000;
	cursor:pointer;
}

.copy
{

	position:absolute;
	font-family:"Roboto";
	font-size:0.42em;
	right:0px;
	top:25px;
	padding:1px;
	color:#ffffff;
	width:600px;
	height:20px;
}

#bttrait
{
	position:absolute;
	right:0px;
	top:4px;
	cursor:pointer;
}

.bt_rs
{
	position:absolute;
	right:80px;
	top:0px;
}

.baseline_haut
{
	position:absolute;
	right:200px;
	top:10px;
}

.p_survol
{	
	display:none;
	font-family: "Roboto";
	color:#ffffff;
	background-color:#3a1862;
	
	padding:4px;
	width:90%;
	height:50px;
	z-index:1000;
	bottom:8px;
	left:10px;
	line-height:0.7em;
}

.p_survol_titre
{
	font-size:0.8em;
	font-weight:bold;
	color:#ffffff;
}

.p_survol_texte
{
	font-size:0.7em;
	color:#ffffff;
}

.img_survol
{
	
}

.titre_presentation, .bas_titre_presentation
{
	font-family: "Roboto";
	font-weight:900;
	font-size:1.8em;
	line-height:0.95em;	
	color:#443f8f;
}

.bas_titre_presentation
{
	font-size:3em;
}

.texte_intro
{
	font-size:0.85em;
	line-height:1.5em;
	color:#443f8f;
	margin-top:10px;	
}

.baseline_magazine
{
	color:#62a521;
	font-size:0.8em;
	font-weight:bold;
}

.titre_metier
{
	font-family: "Roboto";
	width:85%;
	margin:0;
	padding:0;
	color:#433e8e;
	font-size: 1.2em;
	line-height:1.2em;
	font-weight:bold;
}

#go_left, #go_right
{
	cursor:pointer;
}

.accueil_photos
{
	text-align:center;
}

.fleche_fiche_gauche
{
	top:130px;
	left:250px;
}

.fleche_fiche_droite
{
	top:130px;
	right:250px;
}

/* pour le quizz */
.question
{
	font-size:1.3em;
	font-weight:bold;
	padding:10px 0px 4px 0px;
}

.reponse
{
	padding: 0px 0px 4px 12px;
	list-style-type:none;
}

.reponse li
{
	padding:8px;
} 

.bt_questionnaire
{
	padding:8px;
	background-color:#443f8f;
	color:#ffffff;
	cursor:pointer;
	font-size:1.2em;
	margin-top:16px;
	border:0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family:"Roboto";
}
.bt_questionnaire:hover
{
	background-color:#3a1a65;
	color:#e3e4e9;
}

#ques1,#ques2,#ques3,#ques4,#ques5,#ques6,#ques7,#ques8,#ques9,#ques10
{
	display:none;
}

#rep1,#rep2,#rep3,#rep4,#rep5,#rep6,#rep7,#rep8,#rep9,#rep10
{
	display:none;
}

#nouvellerep, #montrerep, #final
{
	display:none;
}

.titre_reponse
{
	font-weight:bold;
	font-size:1.2em;
}

.contenu_reponse
{
	padding:6px;
	font-size:1.05em;
}

.le_message_reponse
{
	font-weight:bold;
	font-size:1.2em;
}

#final .note_finale
{
	font-weight:bold;
	font-size:1.4em;
}

#final .comm_final
{
	font-size:1.1em;
	margin-top:8px;
	margin-bottom:16px;
}


.item_pas_bon
{
	text-decoration: line-through;
}

.item_bon
{
	text-decoration: none;
	font-weight:bold;
}

.item_neutre
{
	text-decoration: none;
	font-weight:normal;
}

.central_quizz
{
	margin-left:110px;
	margin-top:40px;
}
/* pour le survol */

.photo_survol
{
	width:182px;
}

#fond_photo_survol
{
	position:relative;
	display:block;
	z-index:100;

}



#pt_survol1
{
	display:block;
	z-index:1001;
}

.puce_survol
{
	color:#ffffff;
	font-weight:bold;
	display:block;
	z-index:1000;
	cursor:pointer;
	width:20px;
	height:20px;
	border:4px solid #ad1922;
	background-color:#ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}
.puce_survol:hover
{
	opacity:0.2;
}

.com_survol
{
	color:#000000;
	width:120px;	
	font-size:0.9em;
	display:none;
	margin:0px;
}

.bas_survol
{
	position:relative;
	width:120px;
	height:17px;
	text-align:center;
	margin:0px;
}
.bas_survol img
{
	position:absolute;
	left:40%;
	top:-5px;	
}

.mess_survol
{
	padding:4px;
	background-color:#ffffff;
	margin:0px;
}

#toutvoir
{
	position:absolute;
	top:4px;
	right:50px;
	width:50px;
	height:50px;
	background-color:#303030;
	color:#ffffff;
	padding:6px;
	font-size:1.2em;
	cursor:pointer;
	opacity:0.7;
	text-align:center;
}

#toutvoir:hover
{
	opacity:1;
}

ul.pdf_bas
{
	list-style-type:none;
	padding:0px;
	border-right:2px solid #ffffff;
}

ul.pdf_bas li
{
	margin:0px;
	margin-bottom:6px;
	background: url("https://www.vitisphere.com/webdocu/bonnes_pratiques/images/fleche_pdf.gif") no-repeat left;
	text-align:left;
	padding-left:20px;
}

ul.pdf_bas li a
{
	color:#443f8f;
	font-weight:normal;
	font-family:"Roboto";
	font-size:0.9em;

}

#bt_dagnaud
{
	cursor:pointer;
}

#bt_gard
{
	cursor:pointer;
}
#contenu_dagnaud
{
	display:none;
}
#contenu_gard
{
	display:none;
}
#contenu_dagnaud a, #contenu_gard a
{
	color:#463f8f;
	font-family:"Roboto";
}

.separation_logo
{
	height:130px;
	margin:0px 20px 0px 20px;
}
#fermer
{
	color:#463f8f;
	font-family:"Roboto";
	cursor:pointer;
}
@media (max-width: 1350px) {
 
 	.goleft
	{

		left:40%;
		bottom:0px;

	}

	
	.texte_intro
	{
		font-size:0.8em;
	}
	
	
}


@media (max-width: 1050px) {
 
	
	.texte_intro
	{
		font-size:0.8em;
	}
	
	
	.logo_vitijob
	{
		left:0px;
	}
	
	#contenu_dagnaud img, #contenu_gard img
	{
		width:80%;
	}
}

@media (max-width: 780px) {

	.scrollable
	{
		width:760px;
	}
	
	.reveal {

	 	 width: 760px;
	  }
  	.w1024p
  	{
  		width: 760px;	
  	}
  	.photo_survol
	{
		width:230px;
	}
	.titre_presentation
	{
		
		font-weight:strong;
		font-size:1.1em;
	}
	
	.texte_central 
	{
		width:98%;
		margin:0px;
		padding:0px;
		padding-left:4px;
	}
	
	.texte_central .texte_video
	{
		width:100%;
		line-height:1.5em;
		font-size:1em;
		padding:8px;
	}

	.accueil_photos
	{
		clear:both;
		text-align:left;
	}
	
	.menu_haut
	{
		display:none;
	}
	

	
	.scrollable .w40, .scrollable .w55
	{
		width:100%;
		text-align:center;
	}
	.scrollable .ptl
	{
		margin-top:0px;
	}

	.logo_vitijob
	{
		width:200px;
		top:2px;
		left:0px;
	}
	.bt_rs img
	{
		width:30px;
	}
	
	.copy
	{
		top:30px;
	}
	
	w190p
	{
		30%;
	}
	
	.central_quizz
	{
		margin-left:10px;
		margin-top:40px;
		
	}
	
	.item_neutre, .question
	{
		width:92%;
	}
	
	#rep1,#rep2,#rep3,#rep4,#rep5,#rep6,#rep7,#rep8,#rep9,#rep10
	{
		width:92%;
	}

	.titre_metier
	{
		font-size:0.9em;
	}
	
	.titre_metier .mtl
	{
		margin-top:15px;
	}
	
	.img_haut_titre
	{
		width:60px;
	}
	
	#bt_new_signaletique, #bt_old_signaletique
	{
		display:none;
	}
	#bt_new_signaletique_mobile, #bt_old_signaletique_mobile
	{
		display:block;
	}
	.ptt_fleche_survol
	{
		display:none;
	}
	#menu_mobile
	{
		width:100%;
		padding-left:20px;
	}
	
	#menu_mobile .photo_menu
	{
		width:30%;
	}
	.separation_logo
	{
		display:none;
	}
}

@media (max-width: 490px) {

	
	.scrollable
	{
		width:85%;
	}
	
	.reveal {

	  width: 100%;
	  margin:0px;
	  margin-right:10px;
	  }
	  .menu_mobile
	  {
	  	height:80px;
	  }	
	  .photo_survol
	{
		width:33%;
	}
	
	.baseline_haut
	{
		right:0px;
		top:20px;
	}

  	.goleft
	{
		left:20%;
	}

	.goright
	{
		right:20%;
	}
	.titre_presentation
	{
		font-weight:800;
		font-size:1em;
		top:0px;
		text-align:center;
		width:300px;
		padding:1px;
	}
	.texte_intro
	{
		margin:0px;
		padding:0px;
		width:100%;
	}
	.titre_contenu
	{
		font-size:1.06em;
	}
	
	.pour_decrypt
	{
		margin:0px;
	}
	
	.texte_central p
	{
		font-size:0.95em;
	}
	
	.texte_central 
	{
		width:100%;
		margin:0px;
		padding:0px;
		padding-left:4px;
	}

	
	.bt_rs 
	{
		right:50px;
	}
	
	.bt_rs img
	{
		width:25px;
	}
	
	.copy
	{
		top:15px;
	}
	
	.baseline_haut
	{
		margin-top:28px	
	}
	.menu_haut
	{
		display:none;
	}
	
	
	.scrollable .w40, .scrollable .w55,  .scrollable .w300p
	{
		width:100%;
		text-align:center;
	}
	.scrollable .ptl
	{
		margin-top:0px;
	}
	.texte_central .info_4b
	{
		font-size:0.9em;
	}

	.minitext
	{
		font-size:0.8em;
	}
	
	#old_signaletique
	{
		display:block;
	}
	
	#menu_mobile
	{
		width:100%;
	}
	
	#menu_mobile .photo_menu
	{
		width:45%;
	}
}

@media (max-width: 330px) {

	
	.scrollable
	{
		width:400px;
	}
	
	.reveal {

	  width: 380px;
	  margin:0px;
	  margin-right:10px;
	  }

  	.goleft
	{
		left:20%;
	}

	.goright
	{
		right:20%;
	}
	.titre_presentation
	{
		font-weight:800;
		font-size:1em;
		top:0px;
		text-align:center;
		width:300px;
		padding:1px;
	}
	.texte_intro
	{
		margin:0px;
		padding:0px;
		margin-top:5px;
		width:95%;
	}
	.titre_contenu
	{
		font-size:1.06em;
	}
	
	.texte_central p
	{
		font-size:0.95em;
	}
	
	.texte_central 
	{
		width:100%;
		margin:0px;
		padding:0px;
		padding-left:4px;
	}
	

	.bt_rs
	{
		right:40px;
		top:5px;
	}
	
	.bt_rs img
	{
		width:20px;
	}
	

	.menu_haut
	{
		display:none;
	}
	
	.scrollable .w40, .scrollable .w55
	{
		width:95%;
		text-align:center;
	}
	.scrollable .ptl
	{
		margin-top:0px;
	}
}