/* CSS Document */

.temoignages-txt i.fa-top {
	color: white;
	margin-top: -20px;
	font-size: 40px;
	display: block;
	text-align: left;
	margin-left: -30px;
}

.temoignages-txt i.fa-bottom {
	color: white;
	margin-bottom: 10px;
	font-size: 40px;
	display: block;
	text-align: right;
	margin-right: 15px;
}

.calling-txt strong {
	font-size: 18px;
	
}

.button i, .projets-button--blue i {
	margin-left: 5px;
	font-size: 12px;
}

.projets-item h3 {
	margin: 0px;
	margin-top: -5px;
	
}

.project-abstract p {
	
	margin: 0px;
	padding: 0px;
}

.section-image-top, .section-image-inside {
   background-image: url('../images/header.jpg');
}

.section-base.section-temoignages {
  background-image: -webkit-linear-gradient(270deg, rgba(1, 22, 47, .7), rgba(1, 22, 47, .7)), url('../images/temoignage.jpg');
  background-image: linear-gradient(180deg, rgba(1, 22, 47, .7), rgba(1, 22, 47, .7)), url('../images/temoignage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.fa-linkedin {color: #0a3e63; margin-right: 10px;}
.fa-linkedin:hover {color: #454545;}
a.linkedin {display: block; margin-top: 5px; text-decoration: none;}


.warning p {
	color:#fff;
	font-weight:bold;
	background-color: #b51c40;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-bottom: 20px;padding-left: 5px; padding-right: 5px;
	display: inline;
}

.small-caps {font-variant: small-caps; text-transform:lowercase;}


table.cookie {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.cookie caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.cookie th,
table.cookie td {
  padding: .625em;
  text-align: center;
}

table.cookie th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table.cookie {
    border: 0;
  }

  table.cookie caption {
    font-size: 1.3em;
  }
  
  table.cookie thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.cookie tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.cookie td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.cookie td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    /*content: attr(data-label);*/
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
	
	td:nth-of-type(1):before { content: "Cookie Name (= file name as registered on the user’s computer)"; }
	td:nth-of-type(2):before { content: "Strictly necessary (yes/no)"; }
	td:nth-of-type(3):before { content: "Purpose (= description of what the cookie does)"; }
	td:nth-of-type(4):before { content: "Party placing the cookie (Operator or third-party, if third party, name to be indicated)"; }
	td:nth-of-type(5):before { content: "Duration of cookie (session or longer, if longer, indicate duration)"; }
	td:nth-of-type(6):before { content: "Consequence if cookie is not placed (e.g. identification of website functionality that does not work)"; }
  
  table td:last-child {
    border-bottom: 0;
  }
}