﻿@font-face
{
  font-family: "Greta_Arabic";
  src: url('fonts/Greta_Arabic_Regular.eot');
  src: url('fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Greta_Arabic_Regular.woff') format('woff'), url('fonts/Greta_Arabic_Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face
{
  font-family: "Greta_Arabic";
  src: url('fonts/Greta_Arabic_Light.eot');
  src: url('fonts/Greta_Arabic_Light.eot?#iefix') format('embedded-opentype'), url('fonts/Greta_Arabic_Light.woff') format('woff'), url('fonts/Greta_Arabic_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face
{
  font-family: "Greta_Arabic";
  src: url('fonts/Greta_Arabic_Medium.eot');
  src: url('fonts/Greta_Arabic_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Greta_Arabic_Medium.woff') format('woff'), url('fonts/Greta_Arabic_Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face
{
  font-family: "Greta_Arabic";
  src: url('fonts/Greta_Arabic_Bold.eot');
  src: url('fonts/Greta_Arabic_Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Greta_Arabic_Bold.woff') format('woff'), url('fonts/Greta_Arabic_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, E7 dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	height: 100%;
	background: #FFF;
    /*background-image: url("../img/bg-f24.png");*/
    background-image: url(../img/tapestry-bg.png);
    background-repeat: repeat;}
	
.intro {
	height: 100%;  /* start height */
	width: 100%;
	background-color:#00a7e3;
	background-image: url(../img/cover.jpg);
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	background-position: center center;  /* Internet Explorer 7/8 */
	overflow:hidden;
}


html {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	display: block;
}
.floater {
	padding: 10px 20px;
	background: #00A7E3;
	color: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor: pointer;
	color: #00a7e3;
	text-decoration: none;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
h1, .h1 {
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	white-space: nowrap;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 2em;
	color: #FFF;
	background-color: #939598;
/*	width: 55%;*/
	padding-left: 20%;
	padding-right: 10px;
	padding-bottom: 0.3%;
	margin: 0;
	display:inline-block;
}

h3{
	font-weight: 300;
	text-transform:uppercase;
	font-size: 1.3em;
	margin-left: 0px;
	text-align: left;
	color: #000;
	padding-top:30px;
	padding-bottom:15px;
}

h4{
	font-weight: 300;
	background-color: #00a7e3;
	display: inline-block;
	width : 100%;
	font-size: 1em;
	margin-left: 0px;
	color: #FFF;
	text-align:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 12px;
}

h5{
	color:#00a7e3;
	}
	
h6{
	color:#fff;
	font-weight:500;
	font-size:1.6em;
	padding: 0 5% 40px 5%;

	}

html, body {
	font-family: 'Greta_Arabic',arial,serif;
	/*font-family: 'Greta_Arabic',arial,serif;*/
	font-weight: 400;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
html, body {
	color: white;
	
}
@media screen and (min-width: 300px) {
html, body {
	font-size: 14px;
}
}
@media screen and (min-width: 460px) {
html, body {
	font-size: 20px;
}
}
@media screen and (min-width: 900px) {
html, body {
	font-size: 24px;
}
}


.logo {
	position:fixed;
	bottom: 15px;
	right:15px;
	z-index:100;
	width:60px;
	height:60px;}
@media screen and (max-width: 460px) {
	.logo {
	bottom: 5px;
	right:5px;
	width:25px;
	height:25px;}
	}
	
.surtitre{margin-top: auto;
color:#000;
text-transform:uppercase;
font-size:1.2em;
	margin-bottom: auto;
	position: relative;
	top: 39%;
	font-weight:700;}
	
.signature{margin-top: auto;
color:#fff;
font-size:1em;
	margin-bottom: auto;
	position: relative;
	top: 41%;
	font-weight:400;
	text-shadow: 2px 2px 3px #333; }
	
.titre_bloc{
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	display:block;
	left:10%;
	top: 15%;
	text-align:left;
}

h1, .h1 {
	
	font-family: 'Greta_Arabic',arial,serif;
	font-size: 3.5vw;
	background-color: #000;
	padding: 10px;
	color: #FFF;
	width:auto;
	display: inline-block;
	text-align:left;
}
.soustitre_cover {
position:absolute;
	font-size: 1.9vw;
	background-color: #FFF;
	padding: 10px;
	color: #000;
	width:auto;
	

	/*top:calc(3.5vw + 20px);
	top:-webkit-calc(100% + 5vw); // Bon*/
	text-align:left;
	 box-shadow: 7px 7px 33px #000;
}




@media screen and (max-width: 1024px) {
	
	.titre_bloc{
	top: 15%;
	left:0%;
	}
	.titre_bloc img{
	width:60vw;	
	}
	
	
	h1, .h1 {
	font-size: 3.4vw;
}
.soustitre_cover {
		  font-size: 2.2vw;
}

}

@media screen and (max-width: 769px) and (orientation: landscape) {
	.intro {
	background-size:100%;
	background-image: url(../img/cover-mob-landscape.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	}
	.titre_bloc img{
	left:10%;
	width:100%;
	}
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.intro {
	background-size:100%;
	background-image: url(../img/cover-mob.jpg);
	background-position: top center;  /* Internet Explorer 7/8 */
	background-repeat:no-repeat;
	}
	.titre_bloc img{
	left:0%;
	width:100%;
	}
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
	.intro {
	background-size:100%;
	background-image: url(../img/cover-mob.jpg);
	background-position: top center;  /* Internet Explorer 7/8 */
	background-repeat:no-repeat;
	}
	.titre_bloc img{
	top:7%;
	left:0%;
	width:100%;
	}
}





.thin {
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 100;
}

#partage {
	float: left;
	margin: 5px;
	text-align:left;
	padding-left:5px;
	margin-top:13px;
	z-index:20;
}
@media screen and (max-width: 800px) {
#partage {
	display:none;
}}

#header {
	z-index: 20;
	width: 100%;
	position: fixed;
	top: 3px;
	background-color: #000;
	height:70px;
	
}
#header_lexique {
	z-index: 22;
	width: 100%;
	position: fixed;
	top: 0px;
	height:85px;
	background-color: #000;
	
}
.footer {
	width: 100%;
	background-color: #000;
	text-align:left;
}

#logo {
	float: left;
	line-height: 32px;
	padding: 6px 10px 0 17px;
	overflow:hidden;
}
#logo_lexique {
	float: left;
	line-height: 32px;
	padding: 0 5px 0 0;
	overflow:hidden;
}

#titre {
	font-size : 1.2em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1em;
	padding: 7px 10px 0 0;
	overflow:visible;
	height:40px;
}



#titre2 {
	font-size : 0.6em;
	
	font-weight: 400;
	line-height: 10px;
	padding: 6px 0px 0 80px;
	overflow:visible;
	text-align:left;
	margin-bottom:-7px;
}
/* Navigation  */	

@media screen and (min-width: 200px) and (max-width: 900px) {
	#titre2 {
	font-size : 0.7em;
	line-height:1em;
	height:20px;
	padding-top:0px;
}
}





p {
	color: #000;
	line-height: 1.4em;
}
a.inline:link, a.inline:visited {
	color: #35ff99;
	text-decoration: none;
	border-radius: 5px;
	padding: 2px;
}
a.inline:hover, a.inline:active {
	background: #35ff99;
	color: #202a39;
}
small {
	font-size: .75em;
}
em {
	font-style: italic;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.intro_bottom {
	text-shadow: 2px 2px 3px #000;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 32px;
}
.intro_bottom p {
	color: #FFF;
	font-size: 1.1em;
}
.chapo {
	font-family: 'Greta_Arabic',arial,serif;
	font-size: 1.2em;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;

}
 @media screen and (min-width: 200px) and (max-width: 420px) {
.chapo {
	width: 90%;
}
}
 @media screen and (max-width: 1280px) {
.chapo {
	width: 80%;
}
}


#chapo{
	width:100%;
	/*background-image:url(../img/bg-f24.png);*/
	/* background-image: url("../img/tapestry-bg.png"); */
    /*background-repeat: repeat;*/
	line-height:0;
}

#tete_chapitre{
width:100%;
background-color:#00a7e3;

}

.img-responsive{
	width:100%;
	height:auto;
}


#fond_lexique {
	height: 340px;  /* start height */
	background-image: url(../img/cover.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
#fond_doc {
	height: 340px;  /* start height */
	background-image: url(../img/diapo1_02.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
 @media only screen and (min-width: 280px) and (max-width: 768px) {
#fond_lexique {
	height: 200px;  /* start height */
}
}
#fond_image {
	height: 400px;
	;  /* start height */
	background-image: url(../img/fond-lettre.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
#fond_image2 {
	height: 400px;
	;  /* start height */
	background-image: url(../img/1-acte-achat-gfa-9.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
#fond_image3 {
	height: 800px;
	background-image: url(../img/renonciation-a-concessions.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
.grid1 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
 @media screen and (min-width: 200px) and (max-width: 420px) {
 .grid1 {
 width:90%;
}


}
 @media screen and (max-width: 1280px) {
.grid1 {
	width: 85%;
}

}



.titre_chapitre_diapo {
	 z-index:5;
	font-family: 'El Messiri', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 3.7vw;
	line-height:4.7vw;
	color: #FFF;
	background: -moz-linear-gradient(left, #0b294d 0%, #00a7e3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0b294d 0%,#00a7e3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0b294d 0%,#00a7e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	padding-right:20%;
	padding-bottom:0.2%;
	display:inline-block;
	/* position:absolute; */
	/* bottom:6vw; */
	padding-left:20%;
}


.titre_chapitre {
	
	text-align: left;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 3.7vw;
	line-height:3.7vw;
	color: #FFF;
	background-color: #00a7e3;
	width: 100%;
	padding-right:20%;
	padding-bottom:0.3%;

	display:inline-block;
	position:absolute;
	bottom:6vw;
	padding-left:20%;
	
}

 @media screen and (max-width: 1280px) {
.titre_chapitre_diapo {
	font-size: 5.3vw;
	line-height:5.3vw;
	padding:10px;
	text-align:center;
	}
}



.credit_titre {
	text-align: left;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
}
.credit_sous-titre {
	text-align: left;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 700;
	font-size: 0.6em;
	color: #FFF;
	text-transform:uppercase;
}
.credit_texte {
	padding-right:20px;
	text-align: right;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 300;
	font-size: 0.9em;
	color: #FFF;
}


 @media screen and (max-width: 1280px) {
	.titre_chapitre_diapo {
	font-size: 5.3vw;
	line-height:5.3vw;
	padding:10px;
	text-align:center;
	}
	h4 {
	display:none;
	}
	.credit_texte {
	font-size: 0.6em;
	line-height:0.5em;
	}
}



.texte1 {
	clear: both;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	text-align: right;
	font-family: 'Greta_Arabic',arial,serif;
	/*font-family: 'Greta_Arabic',arial,serif;*/
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.texte1 a{

              font-weight: 500;

              color: #00A7E3;

              text-decoration: none;      

}

 

.texte1 a:hover{

              

              text-decoration: underline;             

}

.encart {
            display: block;
            background-color:#dcddde;
            clear: both;
            font-size: 0.7em;
            line-height: 1.4em;
            color: #000;
            text-align: left;
            font-family: 'Greta_Arabic',arial,serif;
            font-weight: 300;
            padding: 30px;
}
.first-abcd {
	color: #00A7E3;
	font-size: 112px;;
	font-family: "Memphis", Georgia, Times New Roman, Times, serif;
	font-weight: 400;
	text-align:left;

}
.titre_abcd {
	font-size: 0.9em;
	line-height: 1.0em;
	color: #000;
	text-align: left;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 700;
	text-transform:uppercase;
}
.soustitre_abcd {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000;
	text-align: left;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 700;
}
.texte_abcd {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000;
	text-align: left;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 300;
}
.titre_lexique {
	font-size : 2.0em;
	vertical-align:middle;
	color:#FFF;
	font-weight:900;
	text-align:center;
	padding: 175px 0px 0px 0px;
}
.titre_abc {
	font-size : 2.0em;
	vertical-align:middle;
	color:#999;
	font-weight:bold;
	text-align:center;
}
.first-letter {
	color: #00a7e3;
	font-size: 121px;
	float: left;
	line-height: 108px;
	margin-right: 10px;
	margin-top: -12px;
	font-family: 'Greta_Arabic',arial,serif;

	font-weight: 900;
}

.first-letter-top{
	color: #000;
	font-size: 153px;
	float: left;
	line-height: 108px;
	margin-right: 15px;
	margin-top: -2px;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 900;
}


.legende{
	color:#999;
	font-size:18px;
	line-height:20px;
	margin-top:10px;
}


@media screen and (min-width: 300px) and (max-width: 640px){
	.first-letter {font-size: 55px;
	margin-top:-24px;
	margin-right:0;
	line-height:40px;
	}
	
}

strong {
	font-weight: 500;
}

.strong {
	font-weight: 700;
}
.citation {
	background-image: url(../img/citation-01.png);
	background-repeat: no-repeat;
	background-position:center top;
	padding-top: 56px;
	padding-bottom: 30px;
	padding-left:0;
	padding-right:0;
	margin:auto;
	text-align:center;
	width: 70%;
	font-family: 'Greta_Arabic',arial,serif;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 300;
	color: #7d7d7d;
	margin-top:30px;
	margin-bottom:30px;
	
}
.citation::after {
	content:"";
	background-image: url(../img/citation-02.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	width:100%;
	height:2px;
	display:block;
	margin-left:0;
	margin-top:25px;
}

.citation-nom {color:#000; font-size:0.5em; font-weight:700;}


@media screen and (min-width: 640px) and (max-width: 1280px){
	
	.citation {
	
	font-size: 1.2em;
	width: 80%;
	
}
.citation-nom { font-size:0.8em;}

}

@media screen and (min-width: 300px) and (max-width: 640px){
	
	.citation {
	background-image: url(../img/picto_citation.png) width:50%;
	font-size: 1.2em;
	width: 95%;
	
}	
.citation-nom { font-size:0.8em;}
}


.note {
	background-image: url(../img/note.png);
	background-repeat: no-repeat;
	background-position:center top;
	padding-top: 76px;
	padding-bottom: 30px;
	padding-left:0;
	padding-right:0;
	margin:auto;
	text-align:center;
	width: 70%;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 300;
	color: #7d7d7d;
	margin-top:30px;
	margin-bottom:30px;
	text-align: center;
	font-family: 'Greta_Arabic',arial,serif;
	font-weight: 300;
	font-size:0.9em;
	
}
.note::after {
	content:"";
	background-image: url(../img/citation-02.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	width:100%;
	height:2px;
	display:block;
	margin-left:0;
	margin-top:25px;
}
@media screen and (min-width: 640px) and (max-width: 1280px){
	
	.note {
	
	font-size: 1.2em;
	width: 80%;
	
}
	
}

@media screen and (min-width: 300px) and (max-width: 640px){
	
	.note {
	background-image: url(../img/picto_citation.png) width:50%;
	font-size: 1.2em;
	width: 95%;
	
}	
}


/*.citation_video {
	line-height: 1.3em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #00A7E3;
	font-size: 1.8em;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
}

.roboto300 {	
	font-weight:300}*/
	
.soustitre {
	text-align: left;
	width: 100%;
	color: #000;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 300;
}
 @media screen and (max-width: 2000px) {
.soustitre {
	font-size: 1.5em;
	line-height: 1.2em;
}
}
.columns {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	background-color: #F5F5F5;
	padding: 20px;
	margin-bottom: 30px;
}
.columns p {
	text-align: left;
	color: #333;
	padding-right: 10px;
	margin: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: 300;
}
.fluide1 {
	max-width: 100%;
	height: auto;
}
.column-container {
	width: 100%;
	height: 100%;
	/* max-width: 1000px;*/
	margin: 0 auto;
	overflow: hidden;
	/*height: 250%;*/
	text-align: center;
}
.column {
	width: 25%;
	height: 100%;
	float: left;
	margin: 0;
}
.block {
	border-radius: 5px;
	margin-bottom: 150%;
}
.block-1x {
	height: 10%;
}
.block-2x {
	height: 15%;
}
.block-3x {
	height: 20%;
}
.withLove {
	overflow: hidden;
	text-align: center;
	padding-bottom: 2em;
	cursor: default;
	color: #616c84;
	font-size: 0.7em;
}
@media screen and (min-width: 900px) {
.withLove {
	margin-top: 125px;
}
}
.withLove * {
	display: inline-block;
}
.withLove .alpha, .withLove .omega {
	width: 40%;
}
.withLove .alpha {
	text-align: right;
}
.withLove .omega {
	text-align: left;
}
.withLove .heart {
	margin: 0 -2px;
	position: relative;
	z-index: 3;
	-webkit-animation: throb 1.33s ease-in-out infinite;
	animation: throb 1.33s ease-in-out infinite;
}
.withLove .heart path {
	fill: #ff005d;
}
@media screen and (min-width: 300px) {
.withLove .heart {
	width: 30px;
	height: 30px;
	top: .66em;
}
}
@media screen and (min-width: 460px) {
.withLove .heart {
	top: .8em;
	width: 50px;
	height: 50px;
}
}
 @-webkit-keyframes throb {
 0% {
 -webkit-transform: scale(1);
}
 50% {
 -webkit-transform: scale(0.8);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @keyframes throb {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(0.8);
}
 100% {
 transform: scale(1);
}
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#progressbar {
	position: fixed;
	top: 0px;
	left: 0px;
	border: none;
	z-index: 999999;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 3px;
	 background:#173b5e;
	background-position: center top;
}
 #progressbar::-webkit-progress-bar {
 position: fixed;
 top: 0px;
 left:0px;
 border: none;
 z-index: 999999;
 -webkit-appearance: none;
 appearance: none;
 width: 100%;
 height: 3px;
 background:#173b5e;
 background-position: center top;
}
#progressbar::-webkit-progress-value {
 background:#00a7e3;
}
#progressbar::-moz-progress-bar {
 background:#00a7e3;
}
.lien2 {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/picto-pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.lien2:hover {
	color: #000;
	text-decoration: none;
}


.lien3 {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/picto-lightbox.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	  padding-top: 1px;
}
.lien3:hover {
	color: #000;
	text-decoration: none;
}

.titre_colonne {
	font-size: 1em;
	text-transform: uppercase;
	color: #F60;
	font-weight: 500;
}
.couleur1 {
	background-color: #E9E9E9;
	margin-bottom: 30px;
	margin-bottom: 100px;
	padding: 0px;
}
.couleur2 {
	background-color: #000000;
	margin-bottom: 30px;
	margin-bottom: 100px;
	padding: 0px;
}
/*loader*/
	
.fond_load {
top:30%;
	opacity: 0.9;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 102;
}
.fond_load img {
	top: 30%;
}

/*tooltip*/

 

a.tooltip {

              outline: none;

              color: #00a7e3;

} 
 
/*resizing images diapo sur ipad */
/*.resize_diapo ul li:not(.nav-item) img {
	width:100%;
}*/
//.mob .fond_load {
//	display:none;
//}
//.mob .demofullscreen_wrapper li:not(:first-child),.mob .demo_wrapper  ul:not(#demo7) li:not(:first-child){
//	display: none;
//}


.passing-reverse.wait2.animated {
	animation: passing-reverse-wait2 2s linear infinite;
}

@keyframes passing-reverse-wait2 {
	0% { transform:translateY(-50%);	opacity:0 }
	50% { transform:translateY(0%); opacity:1 }
	100% { transform:translateY(50%); opacity:0 }
}

.horizontal.wait2.animated {
animation: horizontal-wait2 2.72s ease infinite;
}