

main {
  padding: 2rem;
}

.columns {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.about,
.other-sections {
  flex: 1;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 26px #cee6fe;
}

main h2 {
  color: #0066cc;
  border-bottom: 2px solid #0066cc;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

main p {
  font-size: 1rem;
  margin: 0.5rem 0;
  text-align: justify;
}

.values {
  margin-top: 2rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.values ul {
  list-style: none;
  padding: 0;
}

.values li {
  margin: 0.5rem 0;
  background: #e0f7fa;
  padding: 0.5rem;
  border-left: 4px solid #0066cc;
}

footer {
  text-align: center;
  padding: 1rem 0;
  background: #0066cc;
  color: white;
  margin-top: 2rem;
}

.team-section{
  background: linear-gradient(180deg, #e0f7fa 20%, #1c79afab 85%) !important;
}

.D-footer{
  margin-top: 0px !important;
}

.qui-sommes-nous-section {
  padding-top: 48px;
  padding-bottom: 48px;
	background-color:#e0f7fa;
}

.qui-sommes-nous-heading span {
  color: #000;
  text-align: center;
  font-family: "Myriad Variable Concept", sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 6px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

.qui-sommes-nous-heading hr {
  border-top: 5px solid #448aff;
  margin: 0 auto 25px;
  width: 4%;
}

.qui-sommes-nous-heading h2 {
  color: #000;
  text-align: center;
  font-family: "Myriad Variable Concept", sans-serif;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 70px;
  line-height: 38px;
}

.columns .about, .columns .other-sections {
  .box {
    background-color: transparent;
    border-radius: 3px;
    color: #fff;
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: 0.4s;
    text-align: center;
  }
  .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 20px solid #0066cc;
    border-left: 20px solid #0066cc;
    box-sizing: border-box;
  }
  .box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 20px solid #0066cc;
    border-right: 20px solid #0066cc;
    box-sizing: border-box;
  }
  .box .fas {
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    background-color: #fff;
    color: #2C3A47;
  }
  .box .fa2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .box .text {
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
    background-color: #2C3A47;
    border-radius: 3px;
    transition: 0.4s;
    color: #fff !important;
  }
  .box .text .fa1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 30px 60px;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .box .text div h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .box .text div p {
    font-size: 16px;
  }
  .box:hover {
    transform: translate(-50%, -50%) rotateY(-20deg) skewY(3deg);
  }
  .box:hover .text {
    transform: rotateY(20deg) skewY(-3deg);
  }
}


.ourValues_title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.ourValues_title .h2,
.ourValues_title h2 {
  color: #090909
}

.ourValues_title p {
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 43.1rem;
  width: 100%
}

.ourValues {
	text-align:center !important;
	background-color:#e0f7fa;
  padding: 30px 0px 5px 0px;
}

/* --- HEX LINKS --- */

#hexcontainer {
	position:relative;
	margin:50px 0 35px 0;
	padding:20px 0;
}

.hex1, .hex2 {
	position:relative;
	display:inline-block;
	height:220px;
	width:190px;
	overflow:hidden;
}

.hex1 {
	-webkit-transform:rotate(60deg);
	-moz-transform:rotate(60deg);
	-ms-transform:rotate(60deg);
	-o-transform:rotate(60deg);
	transform:rotate(60deg);
	margin:-20px 10px;
}

.hex2 {
	-webkit-transform:rotate(60deg);
	-moz-transform:rotate(60deg);
	-ms-transform:rotate(60deg);
	-o-transform:rotate(60deg);
	transform:rotate(60deg);
}

.hexlink {
	-webkit-transform:rotate(-120deg);
	-moz-transform:rotate(-120deg);
	-ms-transform:rotate(-120deg);
	-o-transform:rotate(-120deg);
	transform:rotate(-120deg);
	position:relative;
	display:inline-block;
	text-decoration:none;
	height:220px;
	width:190px;
	background-position:center center;
	background-size:cover;
}

#hl1 {background-image:url('https://picsum.photos/200/300/?random&1');}
#hl2 {background-image:url('https://picsum.photos/200/300/?random&2');}
#hl3 {background-image:url('https://picsum.photos/200/300/?random&3');}
#hl4 {background-image:url('https://picsum.photos/200/300/?random&4');}
#hl5 {background-image:url('https://picsum.photos/200/300/?random&5');}
#hl6 {background-image:url('https://picsum.photos/200/300/?random&6');}
#hl7 {background-image:url('https://picsum.photos/200/300/?random&7');}
#hl8 {background-image:url('https://picsum.photos/200/300/?random&8');}
#hl9 {background-image:url('https://picsum.photos/200/300/?random&9');}
#hl10 {background-image:url('https://picsum.photos/200/300/?random&10');}


/* --- OVERLAY --- */


.hexcover {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:transparent;
	opacity:0.9;
}

.hexlink h3, .hexlink p {
	position:absolute;
	top:30%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	font-family:'Slabo 13px', sans-serif;
	font-size:0.7em;
	font-weight:900;
	word-spacing:5px;
	color:transparent;
	cursor:pointer;
	opacity:1;
}

.hexlink p {
	top:57%;
	font-size:0.5em;
	font-weight:700;
}

.plus {
	position:absolute;
	bottom:16%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	height:40px;
	width:40px;
	cursor:pointer;
}

.plus:before, .plus:after {
	content:"";
	position:absolute;
	top:10px;
	left:18px;
	width:4px;
	height:20px;
	border-radius:2px;
	background-color:transparent;
	opacity:1;
}

.plus:after {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

@-webkit-keyframes plusBump {
	0%		{width:4px; height:20px; left:18px; top:10px;}
	100%	{width:5px; height:25px; left:17.5px; top:7.5px;}
}
@-moz-keyframes plusBump {
	0%		{width:4px; height:20px; left:18px; top:10px;}
	100%	{width:5px; height:25px; left:17.5px; top:7.5px;}
}
@-o-keyframes plusBump {
	0%		{width:4px; height:20px; left:18px; top:10px;}
	100%	{width:5px; height:25px; left:17.5px; top:7.5px;}
}
@keyframes plusBump {
	0%		{width:4px; height:20px; left:18px; top:10px;}
	100%	{width:5px; height:25px; left:17.5px; top:7.5px;}
}

.hexlink:hover .hexcover {background-color:#C9CFD9;}

.hexlink:hover h3,.hexlink:hover p {color:#566676;}

.hexlink:hover .plus:before, .hexlink:hover .plus:after {
	background-color:#FFFFFF;
	-webkit-animation:plusBump 150ms ease 0.4s 4 alternate;
	-moz-animation:plusBump 150ms ease 0.4s 4 alternate;
	-o-animation:plusBump 150ms ease 0.4s 4 alternate;
	animation:plusBump 150ms ease 0.4s 4 alternate;
}


/* --- BOTTOM BLURB --- */


.notes {
	font-family:'Slabo 13px', sans-serif;
	font-weight:normal;
	color:#566676;
}

.notes a {
	text-decoration:none;
	font-family:'Slabo 13px', sans-serif;
	font-weight:normal;
	color:#D8334A;
}

.notes a:hover {color:#F8536A;}

.hexcover, .hexlink h3, .hexlink p, .plus, .plus:before, .plus:after, .notes a {
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}

@media (max-width: 575.98px) {
  .hex1:not(:first-child) {
      margin-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  .hex1 {
      margin-top: 1rem;
  }
}