

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: sans-serif;
}

/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
  display: block;
	outline: none;
/* 	border: none !important; */
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c4d3f6;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
}

.row.header {
  color: #ffffff;
  background: #dcb94d;;
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
    font-family: Poppins-Bold;
    font-size: 23px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 13px;
    content: attr(data-title);
    /* min-width: 98px; */
    display: block;
    background: #dcb94d;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.row .cell {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.row.header .cell {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.row .cell:nth-child(1) {
  width: 160px;
  padding-left: 40px;
}

.row .cell:nth-child(2) {
  width: 360px;
}

.row .cell:nth-child(3) {
  width: 50px;
}

.row .cell:nth-child(4) {
  width: 50px;
}


.table, .row {
  width: 100% !important;
  margin-bottom: 20px;
}

.row:hover {
/*   background-color: #f1cc40; */
/*   cursor: pointer; */
}

@media (max-width: 768px) {
  .row {
    border-bottom: 2px solid #2b2828;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }

  .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row .cell:nth-child(1) {
    padding-left: 30px;
  }

  .row .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
}

.wrap-table100 {
    width: 88%;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
/*     text-align: center; */
}
.button {
     padding: 2px 24px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ddc04d;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    margin-bottom: 20px;
    margin: 0 auto;
}

.button:hover {background-color: #dcb94d}

.button:active {
  background-color: #dcb94d;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

div.soixante{
	width: 60%;
	float: left;
}
div.soixantedix{
	width: 70%;
	float: left;
	padding-left: 40px;
}
div.soixante p{
	text-align: center;
}
div.trente{
	width: 30%;
	float: left;
}
div.trente:after{
	content:'';
    display:block;
    clear: both;
}
div#example1_wrapper a {
	display: flex;
    border-radius: 20px;
    border: 1px solid black;
/*     margin-bottom: 20px; */
/*     margin: 0 auto; */
    text-decoration: none;
}
div#example1_wrapper .filetree a{
	border: 0px;
}
div#example1_wrapper a img{
	display: block;
    margin-left: auto;
    margin-right: auto;
/*     width: 50%; */
}
div#example1_wrapper a p{
	line-height: 200px;
    font-family: 'Century Gothic', serif;
  font-size: 38px;
  text-shadow: 4px 4px 4px #aaa;
}
a:hover {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

/* The Modal (background) */
.modal {
    top: 30% !important;
    left: 25% !important;
    width: 50%;
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
	padding: 2px 16px;
    position: relative;
    padding: 15px;
    margin: 0 auto;
    width: 50%;
}
button {
    width: 48%;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

.cinquante{
	width: 48%;
	background-color: #9f9ceb;
}
.topClass .cinquante:first-child{
	margin-right: 20px;
}
.cinqborder{
	padding: 5px;
    border: 1px solid;
    border-radius: 20px;
    padding: 20px;
    background-color: #9f9ceb;
}
.cinquante1 label {
	width:100%;
}
.floatright{
	float: right;
}
.floatleft{
	float:left;
}

.cinquante1 input,.cinquante1 textarea{
/* 	margin-bottom: 15px; */
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
}

/* 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 */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {color: red;}
div.trente:after{
	content:'';
    display:block;
    clear: both;
}
/* end tabs style */

/* tabs fancy */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700'); */
/* @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */

/* *,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}html,body{height:100vh;}body{display:flex;align-items:center;justify-content:center;padding:40px;font:14px/1.5 'Open Sans',sans-serif;color:#345;background:#f0f2f4;} */

p:not(:last-child) {
  margin: 0 0 20px;
}

main {
/*   max-width: 800px; */
/*   padding: 40px; */
/*   border: 1px solid rgba(0,0,0,.2); */
/*   background: #fff; */
/*   box-shadow: 0 1px 3px rgba(0,0,0,.1); */
}

section {
  display: none !important;
/*   padding: 20px 0 0; */
  /*border-top: 1px solid #abc;*/
}

input.radiobox {
  display: none;
}

label.other{
    display: inline-block;
    margin: 0 1px 0px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #abc;
    border: 1px solid transparent;
    display: block;
    position: relative;
    height: 20px;
    padding: 10px 18px 22px 8px;
    border-radius: 10px 30px 0 0;
    background: #999;
    color: white;
    text-align: center;
    text-decoration: none;
    transition: .2s;
    float: left;
    font-size: 13px;
}

.contentTab{
	background:white;
	margin-top: 9px;

	position: relative;
    z-index: 1;
    clear: both;
    min-width: 420px;
/*     padding: 20px; */
    border-radius: 0px 10px 10px 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    background: #fff;
        padding: 10px;
}
.contentTabw{
	background:white;
	margin-top: 9px;

	position: relative;
    z-index: 1;
    clear: both;
    min-width: 420px;
/*     padding: 20px; */
    border-radius: 0px 10px 10px 10px;
    background: #fff;
        padding: 10px;
}
label.other:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/* label.other[for*='1']:before { content: '\f1cb'; } */
/* label.other[for*='2']:before { content: '\f17d'; } */
/* label.other[for*='3']:before { content: '\f16c'; } */
/* label.other[for*='4']:before { content: '\f171'; } */

label.other:hover {
  color: #789;
  cursor: pointer;
}

input.radiobox:checked + label {
  color: #0af;
  /*border: 1px solid #abc;*/
  border: 2px solid #5853dc;
  border-bottom: 0px solid #fff;

      z-index: 3;
    background: #fff;
    color: #000;
    text-shadow: none;
    font-weight: 500;
}
.col-sm-1222 a{
	margin-bottom: 20px;
}
.col-sm-1222 table a{
	margin-bottom: 0px;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8
{
  display: block !important;
}

@media screen and (max-width: 800px) {
  label.other {
    font-size: 0;
  }
  label.other:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  label.other {
    padding: 15px;
  }
}

label.tab5.other:after{
	content:'';
    display:block;
    clear: both;
}
.trentetrois {
	width: 30%;
	float: left;
	margin-right: 10px;
}
.trentetrois:nth-child(3):after{
	content:'';
    display:block;
    clear: both;
}
section#content3{
	content:'';
    display:block;
    clear: both;
}
form.formcenter{
/* 	width: 50%; */
/* 	margin: 0 auto; */
}
form.formcenter label {
	width: auto;
}
form.formcenter label.label100{
	width: 100%;
	text-align: center;
}

/* table css */
.tg  {border-collapse:collapse;border-spacing:0;border-color:#aabcfe;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;border-color:#aabcfe;color:#669;background-color:#e8edff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;border-color:#aabcfe;color:#039;background-color:#b9c9fe;}
.tg .tg-phtq{background-color:#D2E4FC;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-hmp3{background-color:#D2E4FC;text-align:left;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}
/* end tab */

.contentimg{
	float:left;width:auto;
}
.contentheader{
	float:right;width:auto;
}
.radioenattente{
	margin: 0 auto;
    width: 50%;
    text-align: center;
}
label{
	font-weight: bolder;
}
.centerDiv{
	margin: 0 auto;
    width: 50%;
    background-color: #9f9ceb;
}
.mustclear:after{
	content:'';
    display:block;
    clear: both;
}
div#example1_wrapper table a,div#example1_wrapper .contentTab a{
	border:0px;
}
.error {
	border: 1px solid red !important;
}
form.formcenter label.cinquante,form.formcenter input.cinquante{
	width: 48%;
}
label {
    margin-bottom: 0px;
    margin-top: 5px;
}
#addCS{
	margin-top: 10px;
}
.center{
	text-align: center;
}
.centerDivtransparent{
	margin: 0 auto;
    width: 50%;
}
h1{
	font-family: 'Century Gothic' !important;
}
