html {
        font-size: 62.5%; /* Ré-équilibrage du Rem face au Pixel pour des calculs simples */
}

header {
	background: url(../img/keyboard-flou.png);
	padding-top: 20rem;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	margin: 0rem;
	padding: 0px;
	padding: 0rem;
	overflow-x: hidden; 

	background-image: url(../img/black.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.switch {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #8A6D3B; border-radius: 25px;
  background-color: #D2D9DB;
}

.slider .round:before, .slider .round:after {
	display: block; float: left; width: 50%; height: 100%; padding: 0; line-height: 40px;
	box-sizing: border-box;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  border: 1px solid #8A6D3B; 
}

input:checked + .slider {
  background-color: #8A6D3B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(196px);
}

input:checked + .slider:after {
	color: white;
}

.slider:after
{
 content:'Description OFF';
font-size: 12px; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
    content: "Description ON";
}

.neumorphism {
	display:inline-block;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

div.container{
	width: 100%;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

h1.site-title a, .site-title a, h1.site-title, .site-title {
    margin: 0;
    padding: 0;
    font-size: 60px;
    line-height: 70px;
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

p.site-description {
    font-size: 23px;
    line-height: 28px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.site-branding-text {
    position: relative;
}

.site-branding-logo a {
    border: none;
    position: relative;
}
.site-branding-logo img {
    width: auto;
}

.site-heading {
    text-align: center;
    padding: 180px 15px;
    padding: 18rem 1.5rem;
    color: #000;
}

a:link, a:visited {
  text-decoration: none;
  color: #026491;
}

.site-header {
    padding: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.widget-title {
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #8A6D3B;
	font-size: inherit;
	position: relative;
	vertical-align: middle;
	border-radius: 50px;
	margin: 2rem;
}

.widget-title:before {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 4.2rem;
	content: '\25B7';
	display: inline-block;
	margin-left: 2rem;
	margin-right: 2rem;
	color: #8A6D3B;
	-webkit-text-fill-color: #8A6D3B;
}

.widget-title h3 {
	font-weight:300;
    font-size: 42px;
    font-size: 4.2rem;
	color: #8A6D3B;
    float: none;
    margin: 0;
	/*text-transform: uppercase;*/
    font-style: normal;
    display: inline-block;
    position: relative;
	width: 50%;
    z-index: 5;
}

.draw {
	border: 2px solid #8A6D3B;
	 transition: color 0.25s;
}

/*.widget-title:hover {
	box-shadow:
    0px 0px 10px #09c,
    0px 0px 10px #09c;
}*/

.chevron {
	vertical-align:top;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #666262;
	margin-left: 2rem;
	font-size: 2.1rem;
	text-align:left;
}

/* Primary Element */ 

.chevron:before {
	display: inline-block;
	vertical-align: top;
	margin-top: 1rem;
	content:'Afficher description';
}

/* Hover State */   
.chevron:hover:before {
	 font-weight: bold;
	 color: #8A6D3B;
}
	
/*.chevron:after {
	margin-left: 2rem;
	margin-top: 0.5rem;
	border-style: solid;
	border-width: 0.3rem 0.3rem 0 0;     /* Line thickness */
	/*content: '';
	display: inline-block;
	height: 2rem;     /* Arrow size; Height & Width must remain equal */
	/*width: 2rem;

	transform: rotate(135deg);     
	color: #808080;
}*/

/* Hover State */   
.chevron:hover:after {
	 content: '';
	 font-weight: bold;
	 color: #8A6D3B;
}

.chevron.top:before {
	display: inline-block;
	vertical-align: top;
	margin-top: 1rem;
	content:'Cacher description';
}

/* Down Arrow */   
/*.chevron.top:after {
	 transform: rotate(-45deg);
	 margin-top: 1.5rem;
	 margin-bottom: 0;
	 /* To position at top of element, compensate for rotation with margin-top: -2.5em; */
/*}*/

.img {
	border:1px solid black;
	border:0.1rem solid black;
	display: block;
}

a.menu-item {
	text-decoration: none;
	color: #C4C4C4;
	padding: 1rem 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin: 0rem 0.5rem;
}

.menu-item:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #8a6d3b;
	-webkit-transition: all 1s;
	transition: all 1s;
}

a.right-menu-item {
	text-decoration: none;
	color: #C4C4C4;
	padding: 1rem 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin: 0rem 0.5rem;
}

a:hover.right-menu-item {
  color: #8A6D3B;
  border-bottom: 0.2rem solid #8A6D3B;
}

a:active.right-menu-item {
  color: #8A6D3B;
  border-bottom: 0.2rem solid #8A6D3B;
}

a.menu-item i{
	margin-right: 1rem;
}

a.menu-item.selected {
	color: #8A6D3B;
	border-bottom: 0.2rem solid #8A6D3B;
}

a:hover.menu-item {
  color: #8A6D3B;
  border-bottom: 0.2rem solid #8A6D3B;
}

a:active.menu-item {
  color: #8A6D3B;
  border-bottom: 0.2rem solid #8A6D3B;
}

.lien {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	padding-top: 10px;
	padding-top: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin: 2rem;
}

.lien > a {
	display: block;
	text-align: center;
	color: #7E8C8D;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
	padding-top: 7px;
	padding-top: 0.7rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background-color: #FCFCFC;
	border: 0.2rem solid #7E8C8D;
}

.lien > a:hover {
	color: white;
	background-color: #8A6D3B;
	border: 0.2rem solid #7E8C8D;
	-webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.lien > a:active {
	color: white;
	background-color: #8A6D3B;
	border: 0.2rem solid #7E8C8D;
	-webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.plier {
	padding-left: 10rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	/*padding: 0px 20px;*/
}

.bouton-deplier {
    cursor: pointer;
	text-decoration: none;
}

.content {
	/*opacity:0.9;*/
	border: 1px #E9E9E9 solid;
	background-color: white;
	/*padding: 20px 20px 20px 20px;*/
	padding: 2rem;
	margin-left: auto;
	margin-right: auto;
	width : 61%;
}

.menu {
	color: #000;
	background-color: #fff;
	/*padding: 10px 10px 10px 10px;*/
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	overflow: hidden;
	z-index: 999;
}

.menu-fixed {
	position:fixed;
	width: 100%;
	top:0;
	left:0;
	z-index: 999;
}


.left-menu {
	float: left;
	padding-left: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	/*font-size : 15px;*/
	font-size : 1.5rem;
}
.right-menu {
	float: right;
	padding-right: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	/*font-size : 25px;*/
	font-size : 2rem;
}

.gras {
	font-weight: bold;
}

img {
  vertical-align:top;
}

span.link {
	text-decoration: underline;
	font-style: oblique;
	padding-left: 1rem;
}

.titre-principal {
	position: relative;
    clear: both;
	display: inline-block;
	color: #666262;
	/*border-radius: 0.6rem;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	/*font-size : 50px;*/
	font-size : 4.5rem;
	text-align : center;
	/*margin-top: 20px;*/
	width: 100%;
}

.maj {
	font-family : Times, Times New Roman, serif;
	color: #626262;
	text-transform: uppercase;
	/*font-size : 50px;*/
	font-size : 1.5rem;
	text-align : right;
	padding-right : 1rem;
	margin-bottom: 1rem;
}

.petite {
    cursor: pointer;
	border: 2px solid transparent;
}

/*.petite:hover {
	border: 2px solid #4472B9;
}*/

.petite:hover, .petite.image-selected {
	border: 2px solid #8a6d3b;
}

.ecran {
	z-index: 1002;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);

    display: none;
    align-items: center;
    justify-content: center;
}

.grande {
	position:relative;
	display: table;
	border: 4px white solid;
    border-radius: 5px;
	background-color: #FCFCFC;
}

.fermer > i{
	position:absolute;
	top: 1%;
	right: 1%;
	color: #626262;
	font-size : 3rem;
	cursor: pointer;
}

.fermer > i:hover {
	color: #8a6d3b;
}

.title {
	color:#827066;
	border-radius: 0.6rem;
	margin-top: 6rem;
	margin-bottom: 1rem;
	padding-top : 2rem;
	padding-bottom : 2rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	/*font-size : 50px;*/
	font-size : 4.2rem;
}

.grande-image {
	display: table-cell;
	vertical-align: middle;
	height: 700px;
    width: 700px;
}

.grande-image > img {
	max-width: 100%;
    max-height: 100%;
}

.text-center {
  text-align: center;
}

.topic {
	border: 1px solid #E9E9E9;
	background-color: #FCFCFC;
	margin: 1rem;
}

.row {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	
	align-items: center;
	justify-content: center;
	text-align: center;
}

.middle {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.column {
	width: 30rem;
	padding: 3rem;
}

.image-row {
	max-height : 100%;
	max-width : 100%;
	border-radius: 10px;
}

.overlay {
	opacity:0;
	position: absolute;
	background-color: #FCFCFC;
	top: 0;
	left: 0;
	height: 15%;
	width: 100%;
	padding-top: 2rem;
	text-align:center;
	border-bottom: 4px solid #dddddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
	z-index: 998;
}

.langage {
	opacity:0;
	position: absolute;
	bottom: 55%;
	left: 5%;
	height: 10%;
	width: 90%;
	text-align:center;
	border: 1px solid #dddddd;
	border-radius: 10px;
	color: #96A1A2;
	padding-top: 10px;
	background-color: #FCFCFC;
	-webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	z-index: 998;
}

.framework {
	opacity:0;
	position: absolute;
	bottom: 33%;
	left: 5%;
	height: 10%;
	width: 90%;
	text-align:center;
	border: 1px solid #dddddd;
	border-radius: 10px;
	color: #96A1A2;
	padding-top: 10px;
	background-color: #FCFCFC;
	-webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	z-index: 998;
}

.infos {
	opacity:0;
	position: absolute;
	bottom: 17%;
	left: 25%;
	height: 10%;
	width: 50%;
	text-align:center;
	
	border: 1px solid #dddddd;
	border-radius: 35px;
	color: #96A1A2;

	padding-top: 1rem;
	background-color: #FCFCFC;
	-webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	cursor: pointer;
	z-index: 998;
}

.infos:hover, .infos:active {
	color: white;
	background-color: #8A6D3B;
	border: 0.1rem solid #7E8C8D;
	-webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.savoir {
	opacity:0;
	position: absolute;
	bottom: 10%;
	left: 25%;
	height: 10%;
	width: 50%;
	text-align:center;
	cursor: pointer;
	z-index: 998;
}

.savoir > a {
	border: 1px solid #dddddd;
	border-radius: 35px;
	color: #96A1A2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FCFCFC;
	-webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-size: 2rem;
}

.savoir > a:hover {
	color: white;
	background-color: #8A6D3B;
	border: 1px solid #dddddd;
	border-radius: 35px;
	-webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.savoir > a:active {
	color: white;
	background-color: #8A6D3B;
	border: 1px solid #dddddd;
	border-radius: 35px;
	-webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

/*.middle:hover {
	box-shadow:
    1px 1px 10px #01c,
    1px 1px 10px #01c;
	z-index: 999;
}*/

.middle:hover:before {
	content: '';
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	border-radius: 10px;
}

.middle:hover .overlay {
  opacity: 0.9;
  border-radius: inherit;
}

.middle:hover .savoir {
  opacity: 0.9;
}

.middle:hover .langage {
  opacity: 0.9;
}

.middle:hover .framework {
  opacity: 0.9;
}

.middle:hover .infos {
  opacity: 0.9;
}

.titre {
	white-space: nowrap; 
	color: #96A1A2;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
	white-space: normal;
	text-align:center;
	overflow: hidden;
}

.soustitre {
	white-space: nowrap; 
	color: #96A1A2;
	font-family: Raleway, sans-serif;
	font-weight:600;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	white-space: normal;
	text-align:center;
	overflow: hidden;
	padding: 1rem;
}

.row-content {
	display: table-cell;
	width: 300px;
	background-color: #FCFCFC;
	vertical-align: top;
	margin-bottom: 2rem;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
	white-space: normal;
	/*visibility: collapse;*/
}

.description {
	font-family: Raleway, sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
	white-space: normal;
	color: #666262;
	text-align: justify;
	text-justify: inter-word;
	border: 1px solid #dddddd;
    padding: 20px;
    padding: 2rem;
    background-color: white;
	line-height: 1.6;
}

.description > a:link, .description > a:visited {
	color: #8A6D3B;
}

.description > a:hover {
	text-decoration: underline;
}

.texte {
	text-align: left;
	padding: 2rem;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	white-space: normal;
	
	color: #666262;	
}

.texte > i {
	padding-right: 2rem;
}

.thumbs > img {
	padding: 10px;
	padding: 1rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}