@charset "utf-8";
/* CSS Document */



.placeholder-4 .texte.section {
	padding: 0px 5%;
}
/* ------------------------------------ */
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;
}




/*//////////////////////////////////////////////////////////////////
[ Utiliti ]*/






/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  /*min-height: 100vh;*/
  background: #f9f9f9;
  

  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: 1170px;*/
  width:auto;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}

.shadow {
  box-shadow: 3px 4px 20px #d8d5d5;	
}
table thead tr {
  height: 60px;
  background: #308276;
  border-bottom: 6px solid #f5f5f5;
}
table tbody tr {
  height: 50px;
  border-bottom: 6px solid #f5f5f5;
  box-shadow: 0px 0px 4px black;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  /*font-family: OpenSans-Regular;*/
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: white;
}

tbody tr {
  /*font-family: OpenSans-Regular;*/
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #006675;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 260px;
  padding-left: 40px;
  font-weight:bold;
  color:#006675;
}

.column2 {
  width: 160px;
  padding:1%;
  font-size:0.8rem;
}

.column3 {
  width: 245px;
}

.column4 {
  width: 110px;
  text-align: right;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 120px;
  text-align: center;
  padding-right: 32px;
}

.greenbutton{
	padding: 7% 10%;
	background:#006675;
	color:white;	
	border-radius:3px;
	text-decoration:none!important;
}
.greenbutton:hover{	
	background:#007d8f;
	color:white;	
	text-decoration:none!important;	
}


@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    /*font-family: OpenSans-Regular;*/
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: bold;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
	color:#006675;
  }
  table tbody tr td:nth-child(1):before {
    content: "";
  }
  table tbody tr td:nth-child(2):before {
    content: "Pour qui ?";
  }
  table tbody tr td:nth-child(3):before {
    content: "Taux";
  }
  table tbody tr td:nth-child(4):before {
    content: "Disponibilité";
  }
  table tbody tr td:nth-child(5):before {
    content: "Plafond";
  }
  table tbody tr td:nth-child(6):before {
    content: "Ouverture";
  }
  table tbody tr td:nth-child(7):before {
    content: "Fiscalité";
  }
  table tbody tr td:nth-child(8):before {
    content: "";
  }
  

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
  .greenbutton{
	padding: 4% 9%;
	background:#006675;
	color:white;	
	border-radius:3px;
}
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}