@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@font-face {
    font-family: 'azedobold';
    src: url('../fonts/azedo-bold-webfont.eot');
    src: url('../fonts/azedo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-bold-webfont.woff2') format('woff2'), url('../fonts/azedo-bold-webfont.woff') format('woff'), url('../fonts/azedo-bold-webfont.ttf') format('truetype'), url('../fonts/azedo-bold-webfont.svg#azedobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'azedolight';
    src: url('../fonts/azedo-light-webfont.eot');
    src: url('../fonts/azedo-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-light-webfont.woff2') format('woff2'), url('../fonts/azedo-light-webfont.woff') format('woff'), url('../fonts/azedo-light-webfont.ttf') format('truetype'), url('../fonts/azedo-light-webfont.svg#azedolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    box-sizing: content-box;
    font-family: 'Ubuntu', sans-serif;
}

body {
    margin: 0;
    min-height: 100%;
    min-width: 100%;
	width: 100wh;
	overflow-x: hidden;
    position: relative;
    background-color:#0d0a15;
    color:#f5f4e9;
}

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.header {
    color: #ffffff;
    padding: 15px;
    overflow: hidden;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}

/*=============Carnet==============*/

.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0d0a15;
  overflow-x: hidden;
  z-index: 4;
  padding-top: 2%;
  border-right:solid #ffffff;
}
.sidenav a {
  padding: 3px 6px 3px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
}
.sidenav h3 {
  padding: 6px 6px 6px 32px;
  font-size: 16px;
  color: #ffffff;
  display: block;
}
.sidenav a:hover {
  color: #ffffff;
}

.accordion, a.accordion {
  background-color: #0d0a15;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 6px 15px 32px; 
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.accordion:hover, a.accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #0d0a15;
  overflow: hidden;
}

/* For mobile phones: */

[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
}

.toplogo {
    float: left;
    width: 30%;
    overflow: hidden;
}

.toplogo img {
    width: 60px;
}

.main-content {}

.box-content {
    overflow: hidden;
}

.bouton{
	background-color: inherit;
    border: 2px solid #000000;
	border-radius: 2px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
    transition: all .2s;
    outline: none;
    padding: 5%;
    display: block;
}


.bouton a{
	font-family: "Ubuntu";
	text-decoration: none;
	color:black;
	padding: 16px 0px 16px 0px;
}

.box-content img {
    margin-left: 5%;
}

.first-column {
    float: left;
    width: 50%;
}

.second-column {
    float: left;
    width: 50%;
}




/* header */

.box-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-header {
    overflow: hidden;
    box-shadow: none;
    top: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
}

.box-header.is-fixed {
    position: fixed;
    top: -50px;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.box-header.menu-is-open {
    background-color: rgba(255, 255, 255, 0.96);
}

.box-logo {
    float: left;
    padding: 0;
    width: 30%;
    padding-left: 50px;
}

.box-primary-nav-trigger .box-menu-text {
    display: inline-block;
}

.box-primary-nav-trigger .box-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.box-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: 2;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    list-style: none;
}

.box-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize;
}

.box-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}

.box-primary-nav a:focus {
    outline: none;
}

.no-touch .box-primary-nav a:hover {
    text-decoration: none;
    color: #ddd;
}

.box-primary-nav .box-label {
    color: #e8e0b0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 2.4em 0 .8em;
}

.box-primary-nav {
    padding: 150px 0 0;
}

.box-primary-nav li {
    font-size: 18px;
}


/* box-intro
==================================================*/

.box-intro {
    display: table;
    height: 100vh;
    width: 100%;
    padding: 5% 0;
}

.box-intro .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.box-coordonner{
	    display: table;
    height: 100vh;
    width: 85%;
	z-index:1;
}


.margin-top {
    margin-top: 100px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main-container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

p {
    font-size: 14px;
    clear: both;
    letter-spacing: 0.2px;
}

.parallax {
    /* The image used */
    background-image: url('../img/bg2.jpg');
    /* Full height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-family: 'Lekton', sans-serif;
    letter-spacing: 1.3pt;
    clear: both;
    padding-bottom: 5px;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    color: #111111;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

.inner-content h1{
color: #fff;
}

.history-wrapper h1{
    color: #f5f4e9;
}


hr {
    width: 40px;
    height: 1px;
    background: #111111;
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    clear: both;
}

.img_intro {
    margin-top: -15%;
    text-align: left;
    display: inline-block;
    position: relative;
}

.img_intro img {
    width: 100%;
}

.img_intro::after {
    bottom: -2%;
    position: absolute;
    right: -2%;
    content: "";
    height: 100px;
    width: 100px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #670084;
}

.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
}

.img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform 3s;
    transition: transform 0.5s;
}

.container {
    position: relative;
}

.container_cadrer {
    position: relative;
    min-height: 450px;
    overflow: hidden;
}

.container_cadrer .col-6 {
    margin-left: 50%;
}

.inner-content {
    position: fixed;
	right: 10%;
	bottom: 0;
	z-index:10;
}

.inner-content:after {
      content: '';
position: absolute;
left: 25%;
top: 10%;
z-index: -1;
width: 250px;
background:
rgba(255, 255, 255, 0.3);
height: 250px;
transform: rotate(45deg);
-webkit-box-shadow: 5px 5px 20px 0px rgba(255,255,255,0.5);
-moz-box-shadow: 5px 5px 20px 0px rgba(255,255,255,0.5);
box-shadow: 5px 5px 20px 0px rgba(255,255,255,0.5);
    }

.container_cadrer {
    background-image: url("../img/groupe.JPG");
    background-repeat: no-repeat;
    background-position: left 0px;
    position: relative;
    min-height: 450px;
    background-attachment: fixed;
    overflow: hidden;
}

.box-inner {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.box-content {
    max-width: 430px;
    background: #fff;
    width: 100%;
    padding: 10%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(138,0,138,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(138,0,138,1);
box-shadow: 0px 0px 5px 0px rgba(138,0,138,1);
}

.box-content p{
    color: #111111;
}

.tabs-wrapper {
    background:#fff;
width: 100%;
padding: 5%;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(138,0,138,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(138,0,138,1);
box-shadow: 0px 0px 5px 0px
    rgba(138,0,138,1);
margin-top: -160px;
}
}

.tabs-image {
    margin-bottom: 30px;
}


/* Style the tab */

.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    width: 33.33%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    float: left;
}

table{
    display: block;
    width: 80%;
}

table a{
    color: red;
    text-decoration: none;
}

/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.history-wrapper {
    
    background-color: #383838;
}

.architecture{
    padding-top: 10%;
}

.coordonner{
    margin-left: 250px;
}

/* faction icons */

.c--anim-btn span {
        color: black;
        text-decoration: none;
        text-align: center;
        display: block;
        }
        
        .c--anim-btn, .c-anim-btn {
        transition: 0.3s;   
        }
        
        .c--anim-btn {
        height: 64px;
        font: normal normal 700 1.2em/4em Arial,sans-serif;
        overflow: hidden;
        
        }
        
        .c-anim-btn{
        margin-top: 0em; 
        }
        
        .c--anim-btn:hover .c-anim-btn{
        margin-top: -4em;
        }


/*========Coordonner=========*/

u{
    color: #152238;
}

.box1{
    background-color: #fff;
    width: 25%;
    height: 320px;
    border-radius: 7px;
    margin-left: 20%;
    margin-top: 10%;
}

.box1 h2{
    color: black;
    padding-left: 35%;
    padding-top: 15%;
}

.box1 a{
    color: black;
    display: block;
    padding-left: 30%;
}

.box1 img{
    float: right;
    margin-top: -5%;
    margin-right: 35%;
}

.box2{
    background-color: #fff;
    width: 25%;
    height: 320px;
    border-radius: 7px;
    margin-right: 20%;
    margin-top: -16.9%;
    float: right;
}

.box2 h2{
    color: black;
    padding-left: 35%;
    padding-top: 15%;
}

.box2 a{
    color: black;
    display: block;
    padding-left: 30%;
}

.box2 img{
    float: right;
    margin-top: -5%;
    margin-right: 30%;
}

/*========Registre=======*/

.tab_registre {
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-around;
    width: 80%;
}


/* Style the buttons inside the tab */

.tab_registre button {
    background-color: inherit;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.tab_registre button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab_registre button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    background-color: #ccc;
    padding: 6px;
    display: none;
    padding: 15px 10px 15px 10px;
    width: 80%;
}

/*=======Médias========*/

video{
    width: 800px;
}

.play {
    padding: 5%;
}

.play h2{
    color: #fff;
    
    font-family: 'azedobold', sans-serif;
}

/*=======RATE========*/

fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
      border: none;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 50%;
    padding: 0 6px;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (max-width: 1000px) {
    .panel a{
        font-size:12px;
    } 
    .frame-line {
        display: none !important;
    }
    .inner-content {
        display: none;
    }
    .tab_registre {
        display: block;
    }
    .sidenav{
        width: 100%;
        position: initial;
        padding: 10%;
        border: none;
    }
    .coordonner {
        margin-left: 0;
    }
    .tabcontent {
    margin: 0 auto;
}
.tab_registre {
    margin: 0 auto;
}
.tabs-wrapper {
margin: 0;
}
video{
    width: 100%;
}
}


/* Extra small devices (phones, 600px and down) */


@media screen and (max-width: 600px){
    .frame-line {
        display: none !important;
    }
.tabs-wrapper {
margin: 0;
}
    .texteAccueil p{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin: 0;
    }
    
    .texteContexte{
        margin: auto;
        margin-left: auto;
        margin-right: auto;
        
    }
    .tab{
        display: block  !important;
        text-align: center;
    }

    .tab button {
        width: 100%;
    }
    .sidenav{
        width: 100%;
        position: initial;
        padding: 10%;
        border: none;
    }
    .inner-content{
        display: none;
    }
    .coordonner {
        margin-left: 0;
    }
       .tabcontent {
    margin: 0 auto;
}
.tab_registre {
    margin: 0 auto;
}
video{
    width: 100%;
}
}
