@import url('https://fonts.googleapis.com/css?family=Poppins:900i');

html, body {
  height: 100%;
}

body {
  margin: 0;
  background: linear-gradient(90deg, #b6b6c3, #4d4d71);
  font-family: sans-serif;
  font-weight: 100;
}

/* tableaux */

table {
  width: 1440px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

th, td {
  padding: 15px;
  color: #fff;
}

td {
	background-color: rgba(255,255,255,0.2);
}

th {
  text-align: left;
  background-color: #55608f;
}

thead {
  th {
    background-color: #55608f;
  }
}

tbody {
  tr {
    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
  td {
    position: relative;
    &:hover {
      &:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        background-color: rgba(255,255,255,0.2);
        z-index: -1;
      }
    }
  }
}

#table {
  width: 700px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.t1 th, td {
  padding: 15px;
  
  color: #fff;
}

.t1 td {
	background-color: rgba(255,255,255,0.2);
}

.t1 th {
  text-align: left;
  background-color: #55608f;
}

.t1 thead {
  th {
    background-color: #55608f;
  }
}

.t1 tbody {
  tr {
    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
  td {
    position: relative;
    &:hover {
      &:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        background-color: rgba(255,255,255,0.2);
        z-index: -1;
      }
    }
  }
}

.t2 table {
  width: 800px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.t2 th, td {
  padding: 15px;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
}

.t2 th {
  text-align: left;
}

.t2 thead {
  th {
    background-color: #55608f;
  }
}

.t2 tbody {
  tr {
    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
  td {
    position: relative;
    &:hover {
      &:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        background-color: rgba(255,255,255,0.2);
        z-index: -1;
      }
    }
  }
}


 /* Style pour les tableaux internes */
        table.t3 {
            border-collapse: collapse;
            width: 100%;
            margin: 10px;
            text-align: center;
        }

        /* Ajout de bordures */
        table.t3 th, table.t3 td {
            border: 1px solid black;
            padding: 5px;
        }

        /* Conteneur principal pour aligner les tableaux */
        .table-container {
            display: flex;
            justify-content: space-between;
        }

        /* Optionnel : ajuster l'espacement entre les tableaux */
        .table-container > table {
            margin: 0 10px;
        }
		
		 table.t4 {
            border-collapse: collapse;
            width: 50%;
            margin: 10px;
            text-align: center;
        }

        /* Ajout de bordures */
        table.t4 th, table.t4 td {
            border: 1px solid black;
            padding: 5px;
        }

        /* Conteneur principal pour aligner les tableaux */
        .table-container {
            display: flex;
            justify-content: space-between;
        }

        /* Optionnel : ajuster l'espacement entre les tableaux */
        .table-container > table {
            margin: 0 10px;
        }
		
.t5 {
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}

.t5 th, .t5 td {
    border: 0px solid black;
    padding: 8px;
    text-align: center;
}

.inner-table {
    width: 100%;
	table-layout: fixed;
}

.inner-table th, .inner-table td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
    width: 50%;
}

		
/* tableau caché	*/

#monTableau1 {
	display: none;
	border-collapse: collapse;
}
#monTableau2 {
	display: none;
	border-collapse: collapse;
}
#monTableau3 {
	display: none;
	border-collapse: collapse;
}
#monTableau4 {
	display: none;
	border-collapse: collapse;
}
#monTableau4 {
	display: none;
	border-collapse: collapse;
}
#monTableau5 {
	display: none;
	border-collapse: collapse;
}
#monTableau6 {
	display: none;
	border-collapse: collapse;
}

/* checkbox remplacer par un logo */

.checkbox-hidden {
	display: none;
}
.logo {
	width: 45px;
	height: 45px;
	cursor: pointer;
}

/* class */

table.entete{
  border-collapse: collapse;
}
td.entetel {
	text-align: left;
}
td.entetec {
	text-align: center;
}
td.enteter {
	text-align: right;
}
th.enteter {
	text-align: right;
}

.hidden-table { 
	display: none; 
}

.erreur{
	color:#CC0000;
	margin-bottom:10px;
}
.results{
	color:#94c11f;
	margin-bottom:10px;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 360px;
}
h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #AEAEAE;
  background: #f8f8f8;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}
.box-button {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box2-button {
	font-size: 19px;
	background: #d2483c;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	padding-left:10px;
	border-radius: 5px;
	width: 200px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.box3-button {
	font-size: 19px;
	background: #d2483c;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	padding-left:10px;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.box4-button {
	font-size: 15px;
	background: #d2483c;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	margin-left: 10px;
	padding-left:10px;
	border-radius: 5px;
	width: 150px;
	height: 35px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 200px;
  height: 50px;
}
.chkbox-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  padding-left:5px;
  border-radius: 5px;
  width: 100px;
  height: 50px;
}
.box2-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 200px;
  height: 50px;
}
.box3-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 120px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.box2-input:focus {
    outline: none;
    border-color:#5c7186;
}
.box3-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
  text-align: center;
  color: white;
}
.sucess a {
  text-decoration: none;
  color: #58aef7;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

* {
  box-sizing: border-box;
}


.wrapper {
  display: flex;
  justify-content: center;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: white;
    background: #6225E6;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

.cta2 {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: white;
    background: #6225E6;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.cta3 {
    display: flex;
    padding: 5px 22px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: white;
    background: #6225E6;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.cta3:focus {
   outline: none; 
}

.cta3:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.cta3 span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta3:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 22px;
}

.cta4 {
    display: flex;
    padding: 3px 11px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: white;
    background: #6225E6;
    transition: 1s;
    box-shadow: 3px 3px 0 black;
    transform: skewX(-15deg);
}

.cta4:focus {
   outline: none; 
}

.cta4:hover {
    transition: 0.5s;
    box-shadow: 5px 5px 0 #FBC638;
}

.cta4 span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta4:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 11px;
}

.cta5 {
    padding: 3px 11px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: white;
    background: #6225E6;
    transition: 1s;
    box-shadow: 3px 3px 0 black;
    transform: skewX(-15deg);
	width: 200px;
}

.cta5:focus {
   outline: none; 
}

.cta5:hover {
    transition: 0.5s;
    box-shadow: 5px 5px 0 #FBC638;
}

.cta5 span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta5:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 11px;
}

  span {
    transform: skewX(15deg) 
  }

  span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

.cta3:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta3:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta3:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}