@font-face {
  font-family: 'icomoon';
  src: url("../cv_fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../cv_fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../cv_fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../cv_fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../cv_fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
* gris : color: #777777;      color: #7f7f7f;           RVB : 119, 119, 119
* violet : color: #b103dd;    background: #f9f6f0;      RVB : 177, 3, 221
*
* ======================================================= */

/* ======================================================
* Différentes Couleurs pour les choix de CV
#fh5co-our-services .box .icon.colored-1 {
  background: #2aaf67;
}
#fh5co-our-services .box .icon.colored-2 {
  background: #00bff3;
}
#fh5co-our-services .box .icon.colored-3 {
  background: #f26522;
}
#fh5co-our-services .box .icon.colored-4 {
  background: #e52b50;
}
#fh5co-our-services .box .icon.colored-5 {
  background: #2fc5cc;
}
#fh5co-our-services .box .icon.colored-6 {
  background: #6173f4;
}
====================================================== */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #7f7f7f;
  color: rgba(255, 255, 255, 0.7);
  background: #fff;
  height: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body {
    background-position: center center;
    background-repeat: no-repeat;
  }
}




#bgfadewrap { overflow:hidden; text-align:center; white-space:nowrap; }
#bgfadewrap, #bgfadewrap > div {
	z-index:-1;
	top:0; left:0; bottom:0; right:0; 
	width:100%; height:100%;
}
#bgfadewrap {
	position:fixed;
	background:#000;
}
#bgfadewrap > div {
	position:absolute;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:none;
}

/* texte */
#bgfadewrap > div h1 { 
  text-align:center; margin-top:120px; 
  font-size:600%; color:rgba(0,0,0,0.5); 
  	white-space: nowrap; overflow:hidden;
}




.class1 {
  /*background-color: red;*/
  background-image: url(../cv_images/fond_web.webp);
  height: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .class1 {
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.class2 {
  background-image: url(../cv_images/fond_web2.webp);
  height: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .class2 {
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.class3 {
  background-image: url(../cv_images/fond_web3.webp);
  height: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .class3 {
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.class4 {
  background-image: url(../cv_images/fond_web4.webp);
  height: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .class4 {
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.class5 {
  background-image: url(../cv_images/fond_web5.webp);
  height: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .class5 {
    background-position: center center;
    background-repeat: no-repeat;
  }
}




a {
  color: #b103dd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:active, a:focus {
  color: #b103dd;
  outline: none;
}
a:hover {
  color: #fd7302;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1 {
  color: #fff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

h2 {
  color: #b103dd;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

h3, h4, h5, h6 {
  color: #fff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

hr.new {
  border: 2px solid #b103dd;
}

.justifier {
  text-align: justify;
}

::-webkit-selection {
  color: #fff;
  background: #b103dd;
}

::-moz-selection {
  color: #fff;
  background: #b103dd;
}

::selection {
  color: #fff;
  background: #b103dd;
}

#fh5co-main {
  max-width: 760px;
  min-height: 600px;
  margin: 5em auto 5em auto;
  position: relative;
  background: rgba(0, 0, 0, 0.95);
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    margin: 2em .5em 5em .5em;
  }
}

.fh5co-tab-wrap {
  position: relative;
}
.fh5co-tab-wrap .fh5co-tab-menu {
  list-style: none;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  top: -.5em;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-wrap .fh5co-tab-menu {
    top: -7px;
  }
}
.fh5co-tab-wrap .fh5co-tab-menu li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  padding: 0;
  margin: 0;
}
.fh5co-tab-wrap .fh5co-tab-menu li a {
  padding: 2em 1em 1em 1em;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-tab-wrap .fh5co-tab-menu li a .icon {
  display: block;
  position: relative;
  font-size: 22px;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-tab-wrap .fh5co-tab-menu li a .menu-text {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-wrap .fh5co-tab-menu li a .menu-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-tab-wrap .fh5co-tab-menu li a {
    padding: 1em .5em .5em .5em;
  }
}
.fh5co-tab-wrap .fh5co-tab-menu li a:after {
  position: absolute;
  content: "";
  height: 0;
  background: #b103dd;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-tab-wrap .fh5co-tab-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
.fh5co-tab-wrap .fh5co-tab-menu li a:hover .icon {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-wrap .fh5co-tab-menu li a:hover .icon {
    bottom: 0px;
  }
}
.fh5co-tab-wrap .fh5co-tab-menu li a:hover:after {
  height: 100%;
}
.fh5co-tab-wrap .fh5co-tab-menu li.active .icon {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-wrap .fh5co-tab-menu li.active .icon {
    bottom: 0px;
  }
}
.fh5co-tab-wrap .fh5co-tab-menu li.active > a {
  color: #fff;
  text-decoration: none;
}
.fh5co-tab-wrap .fh5co-tab-menu li.active > a:after {
  height: 100%;
}
.fh5co-tab-wrap .fh5co-tab-content {
  padding-left: 4em;
  padding-right: 4em;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-wrap .fh5co-tab-content {
    padding-left: .5em;
    padding-right: .5em;
  }
}
.fh5co-tab-wrap .fh5co-tab-content.active {
  opacity: 1;
  visibility: visible;
}
.fh5co-tab-wrap .fh5co-tab-content .fh5co-content-inner {
  padding: 7em 2em 5em 2em;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-wrap .fh5co-tab-content .fh5co-content-inner {
    padding: 4em .5em 5em .5em;
  }
}

figure {
  margin-bottom: 1.5em;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: #b103dd;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}
.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-number.fh5co-left {
    width: 100%;
    line-height: 1.2;
  }
}
.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-text {
    width: 100%;
    text-align: center;
  }
}
.fh5co-counter .fh5co-text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.fh5co-counter .fh5co-text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 10px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .fh5co-social li a {
    padding: 10px 8px;
  }
}
.fh5co-social li a:hover {
  color: #b103dd;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: rgb(177, 3, 221);
  font-size: 40px;
}
.fh5co-feature .fh5co-text {
  float: right;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3, .fh5co-feature .fh5co-text h4 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h4 {
  font-weight: 300;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 300;
  margin-bottom: 10px;
  color: rgba(177, 3, 221, 1);
  font-size: 20px;
}
.fh5co-feature .fh5co-text h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Rond avec une couleur bleu */
.chart {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center;
}
.chart span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
}
.chart span strong {
  display: block;
}
.chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* Rond avec une couleur orange */
.chart-orange {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center;
}
.chart-orange span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
}
.chart-orange span strong {
  display: block;
}
.chart-orange canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* Rond avec une couleur violet */
.chart-violet {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center;
}
.chart-violet span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
}
.chart-violet span strong {
  display: block;
}
.chart-violet canvas {
  position: absolute;
  left: 0;
  top: 0;
}

#fh5co-footer {
  margin-top: 50px;
  background: black;
  clear: both;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
  line-height: 1.2;
}



#fh5co-footer small {
  font-size: 14px;
}
#fh5co-footer small.langue {
  font-size: 14px;
}
#fh5co-footer small.langue a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#fh5co-footer small.langue img {
  width: 3.9rem;
  height: auto;
  margin-top: 1.5rem;
}
/*#fh5co-footer small.langue span.fr { width: 2.9rem; height: auto; background: white url("../img_awa/drap_france.png") no-repeat; 
background-image: url("../img_awa/drap_france.png"); background-repeat: no-repeat; }*/
#fh5co-footer small.langue img.fr {
  content:url("../img_awa/drap_france.png");
  display: inline-block;
  position: relative;
}
#fh5co-footer small.langue img.eu {
  content:url("../img_awa/drap_euskadi.png");
  display: inline-block;
  position: relative;
}
#fh5co-footer small.langue img.sp {
  content:url("../img_awa/drap_spain.png");
  display: inline-block;
  position: relative;
}
/* ::before pour le navigateur Firefox */
/*#fh5co-footer small.langue img.fr::before {
  content:url("../img_awa/drap_france.png");
  display: inline-block;
  position: relative;
}
#fh5co-footer small.langue img.fr::after {
  content:url("../img_awa/drap_france.png");
  display: inline-block;
  position: relative;
}
#fh5co-footer small.langue a::before img.eu {
  content:url("../img_awa/drap_euskadi.png");
  display: inline-block;
  position: relative;
}
#fh5co-footer small.langue a::before img.sp {
  content:url("../img_awa/drap_spain.png");
  display: inline-block;
  position: relative;
}
#fr {
  content:url("../img_awa/drap_france.png"); 
}
#fr::before { 
  content: "(" attr(id) ")"; 
}
#fr::after { /* will not show if element replacement is supported */
  /*content: "(" attr(id) ")"; 
}*/


#fh5co-footer small.langue img.fr:hover {
  content:url("../img_awa/drapbas_france.png");
  width: 3.5rem; height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-footer small.langue img.eu:hover {
  content:url("../img_awa/drapbas_euskadi.png");
  width: 3.5rem; height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-footer small.langue img.sp:hover {
  content:url("../img_awa/drapbas_spain.png");
  width: 3.5rem; height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-footer small.langue a.active img.fr {
  content:url("../img_awa/drapbas_france.png");
  width: 2.9rem; height: auto;
}
#fh5co-footer small.langue a.active img.eu {
  content:url("../img_awa/drapbas_euskadi.png");
  width: 2.9rem; height: auto;
}
#fh5co-footer small.langue a.active img.sp {
  content:url("../img_awa/drapbas_spain.png");
  width: 2.9rem; height: auto;
}
/*#fh5co-footer small.langue span.eu { background-image: url(../img_awa/drap_euskadi.png); background-repeat: no-repeat; }
#fh5co-footer small.langue span.sp { background-image: url(../img_awa/drap_euskadi.png); background-repeat: no-repeat; }
#fh5co-footer small.langue span.fr:hover {
  background-image: url(../img_awa/drapbas_france.png);
  width: 3.5rem;
  height: auto;
}*/




#fh5co-footer .fh5co-author {
  display: block;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-author {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

/*# sourceMappingURL=violet.css.map */