@charset 'UTF-8';


html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
	font-size: 1vw;
	background: black ;
	padding: 0;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	color: black; 
}
a{
	  text-decoration: none;
	color : white;

}
header {
  position: fixed;
  padding: 0.5em;
  z-index: 1000;
  top: 2em;
  left: 0;
  width: 100%;
}

h1 {
	font-size: 35px;
	font-weight: 200;
	text-shadow: 0.02em 0.02em 0.1em black;
	padding: 16.5em 0em 0em 2.7em;
}
h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 200;
	text-shadow: 0.02em 0.02em 0.1em black;
	margin-bottom: 1px;
	padding: 0em 0em 0em 2.7em;
}
h3 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 200;
	text-shadow: 0.02em 0.02em 0.1em black;
	margin-bottom: 2em;
	padding: 1em 0em 0em 4em;
}
img {
	top:8em;
	width: 100%;
}

p {
	font-size: 16px;
}
a1{
  font-size: 1em;
  font-family: Segoe, Segoe UI;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C452B4;
  -webkit-transition: color .3s;
  transition: color .3s;
}

footer {
  position: fixed;
  padding: 0em;
  z-index: 1000;
  bottom: 0em;
  left: 0;
  width: 100%;
  background-color: #C452B4;
  opacity: .90;
}

    /* Alignement Menu Droite  #585858 gris #C452B4 rose*/
.site-nav {
  position: relative;
  float: right;
  z-index: 400;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  padding: 2.5em 1em 2.5em 1em;
  opacity: .90;
  background: #343434 ;
}
.site-nav ul {
  list-style-type: none;
  margin: 1;
  text-align: right;
}
.site-nav ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1.5em;
}
.site-nav ul li a {
  font-size: 3.2em;
  font-family: Segoe, Segoe UI;
  padding-bottom: .5em;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.site-nav ul li a1 {
  font-size: 3.2em;
  font-family: Segoe, Segoe UI;
  padding-bottom: .5em;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C452B4;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.site-nav ul li a:hover {
  outline: none;
  border-bottom: 1px solid #C452B4;
  color: #C452B4;
}






    /* Alignement Menu Gauche */
.alleft {
	float: left;
	text-align: left;
    font-size: 3.5em;
    padding-bottom: .015em;
    text-decoration: none;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-family: "Segoe UI Black";
}

.row {
	padding: 13em 0em 7em 0em;
	padding-top: 5em;
	font-size: 2.5em;
	text-transform: uppercase;
 	letter-spacing: 1px;
	text-align: center;
}
.row a:hover {
	background-color: #C452B4;
		  
}

.col {
  width: 100%;
	
  padding: 4px;
	}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}




.lignenom {
	border-left: 5px #FFFFFF solid;
	padding: 0em 0.6em ;
	color: #FFFFFF;
	text-decoration: none;
}
.buttoncv {
	border: 1px #FFFFFF solid;
	padding: 0.2em 0.2em ;
	border-radius: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text {
	font-size: 2.8em;
  	font-family: Segoe, Segoe UI;
	text-align: center;
	padding: 0.5em 0em 0.5em 0em;
	color: #000000;
}



@media (min-width: 768px){
body {
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
	font-size: 1vw;
	background: black ;
	padding: 0;
	background-position: top;
	background-repeat: no-repeat;
	background-size:auto auto;
	color: black; 
}

h1 {
	font-size: 35px;
	font-weight: 200;
	text-shadow: 0.02em 0.02em 0.1em black;
	padding: 4em 0em 0em 2.7em;
}
	
.site-nav {
  padding: 1.5em 1em 1.5em 1em;
}	
.site-nav ul li a {
  font-size: 2em;
}	
.site-nav ul li a1 {
  font-size: 2em;
}
.alleft {
    font-size: 2em;
}	
.footer-text {
	font-size: 1.8em;
	padding: 0.5em 0em 0.5em 0em;
}
	.row {
	padding: 4.5em 0em 4.5em 0em;
			font-size: 2em;
}
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 4px;
	}
@media (min-width: 1024px){
	

h1 {
	font-size: 35px;
	font-weight: 200;
	text-shadow: 0.02em 0.02em 0.1em black;
	padding: 4em 0em 0em 2.7em;
}

header {
  position: fixed;
  padding: 0.5em;
  z-index: 1000;
  top: 0.5em;
  left: 0;
  width: 100%;
}	
	.col-lg-one-three {
		width: 33.33%;
		padding: 4px;
	}
.row {
	padding: 4em 0em 3em 0em;
	font-size: 1.3em;
}
.site-nav {
  padding: 0.8em 1em 0.8em 1em;
}	
 
.site-nav ul li a {
  font-size: 1.2em;
}	
	.site-nav ul li a1 {
  font-size: 1.2em;
}
.alleft {
    font-size: 1.2em;
}	
.footer-text {
	font-size: 1.45em;
	padding: 0.2em 0em 0.2em 0em;
}
}
}
	