html,
body {
    height: 100%;
}


.header {
	/* Les infos présentes doivent être modifiées en lot. Chaque ligne représente les mêmes configurations  MAIS pour différents navigateurs. */
	background: #111111; /* Dégradé par défaut +  Vieux navigateurs (IE 5, Netscape (oui oui Netscape...), etc.) */
	/* background: -moz-linear-gradient(top, #ffffff 1%, #111 25%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(25%,#111)); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top, #ffffff 1%,#111 25%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top, #ffffff 1%,#111 25%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top, #ffffff 1%,#111 25%); /* IE10+ */
	/* background: linear-gradient(to bottom, #ffffff 1%,#111 25%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	padding: 20px 0;
}
.header-training {

	background: #000000;
	padding: 20px 0;
}

.divCenter{
	-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
	text-align: center;
	padding-top: 100px;

}
.divCenter img {
   height: 100%;
   width: 100%;
   display: block;
   margin: 0 auto;
}

.navbar {
    position: relative;
    min-height: 50px;
	margin-bottom: 20px;
    border: 1px solid transparent;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

h1 {
	text-align: center;
}

h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	color: #FF6A00;
}

h3 {
	font-weight: 600;
	font-size: 16px;
	color: #FF6A00;
}

h4 {
	color: #005D00;
	text-decoration: underline;
	font-weight: 600;
}

p {
  text-align: justify;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}



.content{
  padding: 40px 15px;
  font-family: Raleway, sans-serif;
}

.img-center {
    display: block;
    margin: 0 auto;
}


.clear { 
	clear: both; 
	height: 60px; 
	}

.footer {
	background-color: #111;
	color: #fff;
	padding: 25px 0;
	width:100%;
	height:60px;
	position: fixed;
    bottom: 0;
	text-transform: uppercase;
	font-size: 9px;
	display: inline-block;
}
.btn {
	background-color: #222;
	border-color: #222;
	border-width: 0;
	transition: background-color .5s;
}

.btn-lang {
	background-color: #ff8100;
	border-color: #222;
	border-width: 0;
	transition: background-color .5s;
}


.btn:hover, .nav ul li:hover {
	background: #ff8100;
	cursor: pointer; 
	transition: background .5s;
}

.btn-lang:hover{
	background: #ffa448;
	cursor: pointer; 
	transition: background .5s;
}

.btn-infocat {
	background-color: #222;
	border-color: #222;
	border-width: 0;
	transition: background-color .5s;
	text-decoration: none;
	}


.btn-infocat:hover, .nav ul li:hover {
	background: #3875b6;
	cursor: pointer; 
	transition: background .5s;
	text-decoration: none;
}

.btn-ablink {
	background-color: #222;
	border-color: #222;
	border-width: 0;
	transition: background-color .5s;
	text-decoration: none;
	}


.btn-ablink:hover, .nav ul li:hover {
	background: #8e8585;
	cursor: pointer; 
	transition: background .5s;
	text-decoration: none;
}

.btn-utility {
	background-color: #222;
	border-color: #222;
	border-width: 0;
	transition: background-color .5s;
	text-decoration: none;
	}


.btn-utility:hover, .nav ul li:hover {
	background: #8e8585;
	cursor: pointer; 
	transition: background .5s;
	text-decoration: none;
}

.btn-langue {
	background-color: #000000;
	border-color: #000000;
	border-width: 1px;
	transition: background-color .5s;
	text-decoration: none;
	text-size: 32px;
	}


.btn-langue:hover, .nav ul li:hover {
	background: #8e8585;
	border-color: #000000;
	cursor: pointer; 
	transition: background .5s;
	text-decoration: none;
	text-size: 32px;
}

.section {
	border-bottom: 1px solid #dbdbdb;
}

.hoverswitch {
    opacity: 0.5; /* Change this to .5 for 50% opacity */
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
img:hover {
    opacity: 1;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

#center td {
   vertical-align: middle;
   text-align: center;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.demi-clear { 
	clear: both; 
	height: 30px; 
	}

.quarter-clear {
	clear: both;
	height: 15px;
	}

.tournee {
	background: url(../../images/highway.png) no-repeat center center;
	background-size: cover;
	height: 1080px;
}
#tournee  p {
  text-align: justify;
  font-family: Raleway, sans-serif;
  font-weight: 600;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#tournee  h2 {


    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#tournee  a {


    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}


