
/* [Google-fonts] */

@import url(../fonts/Raleway-family.css);
@import url(../fonts/Dosis-family.css);
@import url(../fonts/Montserra-family.css);

/* [Couleurs] */

.bgCol1 { background-color: #FC9000 !important; }
.bgCol2 { background-color: #cc5d00 !important; }
.bgCol3 { background-color: #cc7400 !important; }
.bgCol4 { background-color: #b28f00 !important; }
.bgCol5 { background-color: #719400 !important; }
.bgCol6 { background-color: #32a8a4 !important; }

.red {
  background-color: #DA4453 !important; }

.orange {
  background-color: #FC9000 !important; }

.green {
  background-color: #27AE60 !important; }

.blue {
  background-color: #296782 !important; }

.lightblue {
  background-color: #32A8A4 !important; }

.whiteblue {
  background-color: #4BA5CC !important; }

.darkblue {
  background-color: #224E65 !important; }

.purple {
  background-color: #6C3277 !important; }

.lightpurple {
  background-color: #7E4E89 !important; }

.yellow {
  background-color: #C9CE3B !important; }

.l-grey {
  background-color: #f2f2f2 !important; }

.d-grey {
  background-color: #080808 !important; }

.blanc {
  background-color: #fff !important; }

.bgTransp {
  background-color: rgba(11,60,81,.7); }

.fontcolor-regular, .fontcolor-regular a {
  color: #EFEFEF !important; }

.fontcolor-invert, .fontcolor-invert a {
  color: #f2f2f2 !important; }

.fontcolor-medium, .fontcolor-medium a {
  color: #32A8A4 !important; }

.fontcolor-medium-light, .fontcolor-medium-light a {
  color: #8e8e8e !important; }

.hovercolor, .hovercolor a {
  color: #FC9000 !important; }

.accent-color, .accent-color a {
  color: #FC9000 !important; }

.accent-color a:hover {
  color: #e74c3c !important; }


/* [Typos] */

.font-accident-one-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-accident-one-normal {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-accident-two-light {
  font-family: "Dosis", sans-serif;
  font-weight: 300; }

.font-accident-two-normal {
  font-family: "Dosis", sans-serif;
  font-weight: 400; }

.font-accident-two-medium {
  font-family: "Dosis", sans-serif;
  font-weight: 500; }

.font-accident-two-bold {
  font-family: "Dosis", sans-serif;
  font-weight: 700; }

/* Regular font */
.font-regular-light {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal; }

.font-regular-normal {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-normal-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: oblique; }

.font-regular-medium {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal; }

.font-regular-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal; }


/* [Headers] */

h2 {
  font-size: 48px; }

h3 {
  line-height: 1.2em;
  font-size: 32px; }

h4 {
  letter-spacing: 3px; }

h5 {
  letter-spacing: 3px; }

h6 {
  font-size: 11px;
  letter-spacing: 3px; }

h4 a, h5 a, h6 a {
  color: #e74c3c; }

.title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: initial; }

.title-light {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: initial; }


/* [Paragraphes] */

.small {
  font-size: 12px; }

.extrasmall {
  font-size: 10px; }

.superheading {
  font-size: 48px; }


/* [Boutons] */

#backToTop {
	position: fixed;
	display: none;
	top: 20px;
	right: 0px;
	z-index: 1000;
}

.btn-lg {
  font-size: 15px; }

.btn-default {
  font-size: 13px; }

.btn-success {
  background-color: #71A831; border-color: #71A831; font-weight: bold; }
.btn-success:hover {
  background-color: #A7A431; border-color: #A7A431; }

.btn-sm {
  font-size: 12px; }

.btn-xs {
  font-size: 11px;
  padding: 3px 9px; }

.btn-darker,
.btn-blk,
.btn-gr,
.btn-lgr,
.btn-lgr-str,
.btn-grey-str,
.btn-light,
.btn-wh,
.btn-wh-str,
.btn-rd,
.btn-rd-str {
  letter-spacing: 0;
  border-radius: 12px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin-right: 12px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }

.btn-darker {
  border: 1px solid #404040;
  background: #404040;
  color: #f2f2f2 !important; }
  .btn-darker:hover {
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #f2f2f2 !important; }

.btn-blk {
  border: 1px solid #f2f2f2;
  background: #353535;
  color: #f2f2f2 !important; }
  .btn-blk:hover {
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #f2f2f2 !important; }
  .btn-blk:focus {
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #f2f2f2 !important; }

.btn-gr {
  border: 1px solid #f2f2f2;
  color: #f2f2f2 !important;
  background: #505050; }
  .btn-gr:hover {
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #f2f2f2 !important; }

.btn-lgr {
  border: 1px solid #a7a7a7;
  background: #a7a7a7;
  color: #f2f2f2 !important; }
  .btn-lgr:hover {
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #f2f2f2 !important; }

.btn-lgr-str {
  background: none;
  border: 2px solid #a7a7a7;
  color: #a7a7a7 !important; }
  .btn-lgr-str:hover {
    background: none;
    border: 2px solid #e74c3c;
    color: #e74c3c !important; }

.btn-grey-str {
  background: none !important;
  border: 2px solid #404040;
  color: #404040 !important; }
  .btn-grey-str:hover {
    background: none;
    border: 2px solid #e74c3c;
    color: #e74c3c !important; }

.btn-light {
  background: #cc7500;
  color: #EFEFEF !important; }
  .btn-light:hover {
    background: #FC9000;
    color: #FFF !important; }

.btn-wh-str {
  background: none;
  border: 2px solid #f2f2f2;
  color: #f2f2f2 !important; }
  .btn-wh-str:hover {
    background: none;
    border: 2px solid #e74c3c;
    color: #e74c3c !important; }

.btn-wh {
  background: #f2f2f2;
  border: 2px solid;
  color: #404040 !important; }
  .btn-wh:hover {
    background: #e74c3c;
    border: 2px solid #e74c3c;
    color: #f2f2f2 !important; }

.btn-rd {
  border: 1px solid #e74c3c;
  color: #f2f2f2 !important;
  background: #e74c3c; }
  .btn-rd:hover {
    border: 1px solid #ec1717;
    background: #ec1717;
    color: #f2f2f2 !important; }

.btn-rd-str {
  background: none;
  border: 2px solid #e74c3c;
  color: #e74c3c !important; }
  .btn-rd-str:hover {
    background: none;
    border: 2px solid #f2f2f2;
    color: #f2f2f2 !important; }


/* --------------------------------------------------------------------------- */

/* [4. Basic Styles] */

body {
  display: block;
  background-color: #000;
  color: #EFEFEF;
  overflow-x: hidden;
  overflow-y: auto;
  font: 13px/1.7 "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.boxed {
  display: block;
  background-color: #676767;
  position: relative;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto; }
  .boxed header {
    margin: 16px 0 0 0; }

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

a,
a i {
  cursor: pointer;
  text-decoration: none;
  color: #FC9000;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s; }

a:hover,
a:focus {
  text-decoration: none;
  color: #FFAA00;
  outline: 0; }

p {
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px 0;
  letter-spacing: 1px; }

hr {
  margin-bottom: 0;
  margin-top: 0;
  border-top: 2px solid #f1f1f1;
  border-bottom: none;
  border-left: none;
  border-right: none; }

ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0; }
  ul li {
    padding: 0; }
    ul li a {
      cursor: pointer;
      color: #303030; }
  ul li, ul li a {
    font-size: 13px; }

ul.list-o {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-o li {
    padding-left: 1em;
    text-indent: -.7em; }
    ul.list-o li:before {
      padding-right: 4px;
      content: "O";
      color: #e74c3c; }

.dividewhite1 {
  height: 10px; }

.dividewhite2 {
  height: 20px; }

.dividewhite3 {
  height: 30px; }

.dividewhite4 {
  height: 40px; }

.dividewhite6 {
  height: 60px; }

.dividewhite8 {
  height: 80px; }

.dividewhite9 {
  height: 90px; }

.dividewhite10 {
  height: 100px; }

.divider-dynamic {
  height: 10px; }

.height-600 {
  min-height: 600px; }

.height-500 {
  min-height: 500px; }

.height-400 {
  min-height: 400px; }

.height-300 {
  min-height: 300px; }

.height-200 {
  min-height: 200px; }

.height-100 {
  min-height: 100px; }

.padding-20,
.padding-30,
.padding-40,
.padding-50,
.padding-60 {
  overflow: hidden; }

.padding-20 {
  padding: 10px 20px 20px 10px; }

.padding-30 {
  padding: 20px 30px 30px 20px; }

.padding-40 {
  padding: 30px 40px 30px 40px; }

.padding-50 {
  padding: 35px 50px 40px 50px; }

.padding-60 {
  padding: 50px 60px 50px 60px; }

.pad10T { padding-top: 10px; }
.pad20T { padding-top: 20px; }
.pad10B { padding-bottom: 10px; }
.pad20B { padding-bottom: 20px; }
.pad20L { padding-left: 20px; }
.pad40L { padding-left: 40px; }
.pad20R { padding-right: 20px; }
.pad40R { padding-right: 40px; }

.marge20L { margin-left: 20px; }

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.e-absolute {
  position: absolute !important; }

.e-relative {
  position: relative !important; }

.e-fixed {
  position: fixed !important; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.v-top {
	vertical-align: top;
}
@media (max-width: 982px) {
	.v-top {
		max-width: 48%;
	}
}
@media (max-width: 600px) {
	.v-top {
		max-width: 100%;
		width: 100%;
	}
}

.e-centered {
  margin: 0 auto; }

.table {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell; }

.uppercase {
  text-transform: uppercase; }

i {
  color: #FC9000; }

.hidden {
  display: none; }

.respon-wrap img {
  max-width: 100% !important;
  height: auto;
  display: block; }

.fullwidth {
  width: 100% !important; }

.width-90 {
  width: 90%; }

.width-80 {
  width: 80%; }

.width-70 {
  width: 70%; }

.width-60 {
  width: 60%; }

.width-50 {
  width: 50%; }

.width-40 {
  width: 40%; }

.width-30 {
  width: 30%; }

#back-top a {
  background: #404040 url(../images/back_top.png) no-repeat 50% 50%;
  border: 1px solid #f2f2f2;
  bottom: 60px;
  display: block;
  height: 40px;
  position: fixed;
  right: 30px;
  width: 40px;
  z-index: 10;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  #back-top a:hover {
    background: #e74c3c url(../images/back_top.png) no-repeat 50% 50%;
    border-color: #e74c3c; }

input, textarea {
  border: 0;
  outline: 0;
  background: none !important;
  background-color: #080808 !important;
  border: 1px solid #666 !important;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 5px;
  color: #fff !important;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

input:focus, textarea:focus, button:focus {
	outline: 0 !important;
}

input:focus, textarea:focus {
  border-color: #007EA7; }

input, textarea, button {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif; }

button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 100%; }

.has-error .form-control {
	box-shadow: 0 0 5px red !important;
}

#devisForm b { color: red !important; font-size: 1.2em; }

*:focus {
  outline: 0; }

.btnline button { margin-bottom: 5px; }

.btn[disabled] { opacity: 0.5 !important; }

#megaSlider {
  min-height: 300px;
}
@media (max-width: 1200px) {
  #megaSlider {
    min-height: 180px;
  }
}

#megaSlider h3 {
  position: absolute;
  left: calc(50% - 120px);
  padding: 5px 10px;
  margin: 30px 40px;
  color: #FFF !important;
  background-color: rgba(0,0,0,.25);
  z-index: 9999;
}
#megaSlider span {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-size: contain;
  background-position: center 80px;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.transparent { opacity:0; }

.menuForum, .menuForum ul { margin: 0; padding: 0; }

.menuForum li {
  line-height: 2em;
  cursor: pointer;
  padding: 3px 8px 3px 40px;
  border-radius: 0 50px 50px 0;
  margin-bottom: 1px;
}
.menuForum li:hover, .menuForum li.actif { color: #000; background-color: #31A8A4; color: #FFF; }
.menuForum > li { font-size: 1.5em; }
.menuForum > li.sousCat { font-size: 1.2em; padding-left: 70px; }


.searchbar {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  border-radius: 8px;
  background-color: #FFF;
  color: #222;
  font-size: 1.2em;
}

.doigt { cursor: pointer; }

/* --------------------------------------------------------------------------- */

/* [13. Media Queries] */

@media (max-width: 1200px) {
  .boxed .content-wrap {
    margin: 0; }

  footer {
    margin: 0; }
}
@media (max-width: 992px) {
  .count {
    margin-bottom: 32px !important; }

  ul.timeline-vert:before {
    left: 40px !important; }

  ul.timeline-vert > li > .timeline-panel {
    width: calc(100% - 90px) !important;
    width: -moz-calc(100% - 90px) !important;
    width: -webkit-calc(100% - 90px) !important; }

  ul.timeline-vert > li > .timeline-badge {
    left: 15px !important;
    margin-left: 0 !important;
    top: 16px !important; }

  ul.timeline-vert > li > .timeline-panel {
    float: right !important; }

  ul.timeline-vert > li > .timeline-panel:before {
    border-left-width: 0 !important;
    border-right-width: 15px !important;
    left: -15px !important;
    right: auto !important; }

  ul.timeline-vert > li > .timeline-panel:after {
    border-left-width: 0 !important;
    border-right-width: 14px !important;
    left: -14px !important;
    right: auto !important; }

  .divider-dynamic {
    height: 20px; }
}

@media (max-width: 801px) {

  .boxed header {
    margin: 0; }

  footer {
    margin: 0 !important; }
}

@media (max-width: 768px) {

  #top-navigation .ident .vc-name .position .pdf,
  #top-navigation .ident .vc-name .name .name-pdf {
    display: none; }

  .divider-dynamic {
    height: 20px; }

  .cd-intro {
    width: 100% !important;
    max-width: 768px; }

  .port-filter ul li {
    display: block;
    margin-bottom: 24px; }

  .m-details .quote {
    margin: 14px 0;
    padding-left: 0 !important;
    border-left: none !important; }

  .progressbar {
    width: 100% !important; }

  .circle {
    width: 90% !important; }

  #top-navigation .ident .vc-name .name h2 {
    font-size: 36px; }

  #top-navigation .ident .vc-name .name .name-title {
    padding-top: 24px;
    text-align: center; }

  #top-navigation .ident .vc-name .position h4 {
    font-size: 18px; }

  #top-navigation .ident .vc-name .position .position-title {
    padding-top: 30px;
    text-align: center; } }

@media (max-width: 600px) {
  .grid .row .grid-item {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .media-body, .media-left, .media-right {
    display: initial; }
}

@media (max-width: 400px) {
  h5 {
    letter-spacing: 0; }

  .divider-dynamic {
    height: 15px; }

  .padding-50 {
    padding: 30px 14px 35px 14px; }

  .inner-content .inner-section {
    padding: 30px 14px !important; }

  ul.timeline-vert > li > .timeline-panel {
    width: 100% !important; }

  #timeline-vertical .timeline-vert .timeline-badge,
  #timeline-vertical .timeline-vert:before {
    display: none; }

  #timeline-vertical .timeline-vert .timeline-panel:before {
    border-color: transparent !important; }

  .cd-headline.clip .cd-words-wrapper::after {
    top: 2px !important; }

  #top-navigation .ident .vc-name .name h2 {
    font-size: 26px !important; }

  #top-navigation .ident .vc-name .name .name-title {
    padding-top: 34px !important; }

  #top-navigation .ident .vc-name .position h4 {
    font-size: 11px !important; }

  #top-navigation .ident .vc-name .position .position-title {
    padding-top: 40px !important; } }


/* --------------------------------------------------------------------------- */

/* [Modules] */

.content-wrap {
  -webkit-overflow-scrolling: touch; }

#top-navigation {
  z-index: 3; }
  #top-navigation .ident {
    color: #ADADAD; }
    #top-navigation .ident .vc-photo {
      min-height: 240px;
      background: url("../images/photoPolo.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      #top-navigation .ident .vc-photo a {
        width: 100%;
        height: 100%; }
    #top-navigation .ident:hover .vc-photo {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: none; }
    #top-navigation .ident .vc-name .name .name-title {
      padding: 15px 30px 15px 30px;
      min-height: 120px;
      max-height: 120px;
      overflow: hidden; }
    #top-navigation .ident .vc-name .name .name-pdf {
      background: rgba(0, 0, 0, 0.1);
      min-height: 120px;
      max-height: 120px;
      text-align: center; }
      #top-navigation .ident .vc-name .name .name-pdf a {
        width: 100%;
        text-decoration: none;
        color: #606060;
	  }
        #top-navigation .ident .vc-name .name .name-pdf a i {
          padding-top: 24px;
          display: block; }
          #top-navigation .ident .vc-name .name .name-pdf a i:before {
            width: 100%;
            opacity: .6;
            color: #707070;
            font-size: 40px;
            margin: 0;
            transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out; }
        #top-navigation .ident .vc-name .name .name-pdf a:hover i:before {
          opacity: 1; }
    #top-navigation .ident .vc-name .name h2 {
      margin: 0;
      font-size: 40px;
      line-height: 2.1em; }
    #top-navigation .ident .vc-name .position {
      color: #c1c1c1; }
      #top-navigation .ident .vc-name .position .position-title {
        background: rgba(0, 0, 0, 0.2);
        padding: 23px 40px 34px 40px;
        min-height: 120px;
        max-height: 120px; }
      #top-navigation .ident .vc-name .position .pdf {
        background: rgba(0, 0, 0, 0.3);
        min-height: 120px;
        max-height: 120px;
        text-align: center; }
        #top-navigation .ident .vc-name .position .pdf a {
          width: 100%;
          text-decoration: none;
          color: #f2f2f2; }
          #top-navigation .ident .vc-name .position .pdf a i {
            padding-top: 24px;
            display: block; }
            #top-navigation .ident .vc-name .position .pdf a i:before {
              width: 100%;
              opacity: .6;
              color: #c1c1c1;
              font-size: 40px;
              margin: 0;
              transition: all 0.35s ease-in-out;
              -moz-transition: all 0.35s ease-in-out;
              -webkit-transition: all 0.35s ease-in-out;
              -o-transition: all 0.35s ease-in-out;
              -ms-transition: all 0.35s ease-in-out; }
          #top-navigation .ident .vc-name .position .pdf a:hover i:before {
            opacity: 1; }
      #top-navigation .ident .vc-name .position h4 {
        font-size: 24px;
        line-height: 1.8em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 2px; }
      #top-navigation .ident .vc-name .position p {
        font-size: 12px; }
  #top-navigation .menuitem {
    min-height: 120px;
    background: #546543;
    text-align: center; }
    #top-navigation .menuitem a {
      width: 100%;
      text-decoration: none;
      color: #f2f2f2; }
      #top-navigation .menuitem a i {
        padding-top: 28px;
        display: block; }
        #top-navigation .menuitem a i:before {
          color: #f2f2f2;
          font-size: 40px;
          margin: 0; }
      #top-navigation .menuitem a span {
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600; }

@media (max-width: 600px) {
    #top-navigation .ident .vc-name .name .name-title {
		padding: 17px 5px 18px 5px; }
}

.cd-intro {
  width: 90%;
  max-width: 768px; }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }
  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    font-weight: 400;
    left: 0;
    top: 0; }
  .cd-words-wrapper b.is-visible {
    position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

.cd-headline.clip span {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.1em; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #b7b7b7; }

.cd-headline.clip b {
  opacity: 0; }

.cd-headline.clip b.is-visible {
  opacity: 1; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0 #fff;
  cursor: pointer;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-left: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0 #fff;
  cursor: pointer;
  left: 50px;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-right: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mfp-arrow-right:before,
.mfp-arrow-left:before {
  display: none; }

.progressbar {
  width: 100%;
  margin: 25px; }

.circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center; }
  .circle h5 {
    margin-top: 18px; }

.circle canvas {
  vertical-align: middle; }

.circle div {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 24px; }

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal; }

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px; }


/* --------------------------------------------------------------------------- */

/* [Section Accueil] */

h3 {
  margin: 0; }
.circle-skills .progressbar {
  margin: 16px; }
  .circle-skills .progressbar .circle {
    color: #fff; }
    .circle-skills .progressbar .circle h4 {
      margin-top: 24px; }
    .circle-skills .progressbar .circle p {
	  text-align: justify;
      line-height: 1.3em;
      color: #fff;
	  padding: 0 20px; }
.m-details p {
  margin: 0 0 5px 0; }
.m-details i::before {
  color: #FC9000;
  line-height: 22px; }
.m-details i {
  margin-right: 5px;
}

.btn-light i::before {
  color: #EFEFEF;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }

.btn-light:hover i::before { color: #FFF; }

.m-details .quote {
  margin: 14px 0;
  padding-left: 18px;
  border-left: 2px solid #FC9000; }
  .m-details .quote h5 {
    padding-top: 4px;
    margin: 0;
    line-height: 1.3em; }
.personal .box {
  margin: 0 0 14px 0;
  display: block;
  clear: both; }
  .personal .box .one, .personal .box .two {
    padding: 0 8px 0 0; }
    .personal .box .one p, .personal .box .two p {
      margin: 0; }
  .personal .box .one {
    font-weight: 700;
    margin-right: 0;
    z-index: 2; }
  .personal .box .two {
    color: #FFF;
    position: relative; }
.pro-experience .experience {
  overflow: hidden;
  position: relative; }
  .pro-experience .experience ul {
    margin-bottom: 18px; }
  .pro-experience .experience .inline-block {
    width: 160px; vertical-align: top; margin-right: 30px; }
  .pro-experience .experience img {
    width: 150px; }
.pro-experience li.date {
  margin-bottom: 0;
  background: #9b59b6;
  color: #fff;
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 1.2em;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
.pro-experience li.company {
  display: block; }
  .pro-experience li.company a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out; }
    .pro-experience li.company a:hover {
      opacity: .5; }
.pro-experience li.position {
  margin: 0 0 0 0;
  display: block;
  color: #fff; }
.pro-experience a, .pro-experience a:hover, .pro-experience a:focus {
  text-decoration: none;
  color: #fff; }
.pro-experience a i::before {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  margin-left: 0 !important;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
.pro-experience a:hover i::before {
  opacity: .5; }
.clients a img {
  opacity: .4;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
.clients a:hover img {
  opacity: 1; }

/* --------------------------------------------------------------------------- */

/* [Inner Pages Sections] */
.inner-content .inner-section {
  padding: 30px 50px; }
.inner-content .inner-block {
  padding: 0 50px; }

.logoset img {
	max-height: 200px;
	max-width: 250px;
}
.logoset .inline-block {
	margin-bottom: 30px;
	margin-right: 30px;
}

#resume,
#portfolio,
#contacts,
#feedback,
#blog,
#blogpost {
  background-color: #fff;
  min-height: 500px; }

#resume #m-details p {
  margin: 0 0 5px 0; }
#resume #m-details i::before {
  font-size: 32px;
  color: #e74c3c;
  line-height: 32px;
  margin-left: 0; }
#resume #m-details .quote {
  margin: 14px 0;
  padding-left: 18px;
  border-left: 2px solid #e74c3c; }
  #resume #m-details .quote h5 {
    padding-top: 4px;
    margin: 0;
    line-height: 1.3em; }

#contacts #contacts-data p {
  line-height: 2em; }

#feedback .feedback .wpcf7-form span.wpcf7-form-control-wrap {
  position: relative; }
#feedback .feedback .wpcf7-form .left-field {
  float: left; }
#feedback .feedback .wpcf7-form .right-field {
  float: right; }
#feedback .feedback .wpcf7-form .left-field, #feedback .feedback .wpcf7-form .right-field {
  width: calc(50% - 5px); }
#feedback .feedback .wpcf7-form input[type="text"], #feedback .feedback .wpcf7-form input[type="email"], #feedback .feedback .wpcf7-form input[type="password"], #feedback .feedback .wpcf7-form input[type="search"], #feedback .feedback .wpcf7-form input[type="url"], #feedback .feedback .wpcf7-form textarea {
  padding: 12px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 0 0 2px transparent inset;
  box-sizing: border-box;
  margin: 0 0 10px;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
#feedback .feedback .wpcf7-form input[type="submit"] {
  width: auto; }
#feedback .feedback #form-messages .alert {
  border-radius: 0; }
#feedback .feedback-dark input[type="text"], #feedback .feedback-dark input[type="email"], #feedback .feedback-dark input[type="password"], #feedback .feedback-dark input[type="search"], #feedback .feedback-dark input[type="url"], #feedback .feedback-dark textarea {
  color: #fff;
  background-color: #dadada !important; }
#feedback .feedback-light input[type="text"], #feedback .feedback-light input[type="email"], #feedback .feedback-light input[type="password"], #feedback .feedback-light input[type="search"], #feedback .feedback-light input[type="url"], #feedback .feedback-light textarea {
  color: #5d5d5d;
  background-color: #fff !important; }

#blog .grid .row .grid-item {
  border: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 48px; }
#blog .item-wrap {
  margin-bottom: 10px; }
  #blog .item-wrap figure {
    text-align: left; }
    #blog .item-wrap figure .popup-call {
      position: absolute;
      z-index: 10;
      top: 5px;
      opacity: 0;
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out; }
      #blog .item-wrap figure .popup-call a i:before {
        font-size: 38px;
        color: #fff; }
    #blog .item-wrap figure:hover .popup-call {
      opacity: 1; }
    #blog .item-wrap figure p {
      font-size: 13px; }
    #blog .item-wrap figure img {
      margin-bottom: 24px; }
    #blog .item-wrap figure figcaption {
      padding: 0;
      position: relative;
      color: #8e8e8e;
      text-transform: none; }
      #blog .item-wrap figure figcaption a {
        color: #404040; }
        #blog .item-wrap figure figcaption a:hover, #blog .item-wrap figure figcaption a:focus {
          color: #e74c3c;
          text-decoration: none; }
      #blog .item-wrap figure figcaption .post-meta {
        text-transform: uppercase;
        color: #8e8e8e;
        font-size: 11px; }
        #blog .item-wrap figure figcaption .post-meta span {
          margin-right: 3px; }
      #blog .item-wrap figure figcaption .post-header {
        text-transform: uppercase; }
        #blog .item-wrap figure figcaption .post-header h5 {
          font-size: 15px;
          letter-spacing: 2px;
          line-height: 23px;
          font-weight: 600;
          margin-top: 5px;
          margin-bottom: 14px; }
      #blog .item-wrap figure figcaption .post-entry {
        margin-bottom: 21px; }
      #blog .item-wrap figure figcaption .post-tag {
        color: #8e8e8e;
        text-transform: uppercase;
        font-size: 13px; }
        #blog .item-wrap figure figcaption .post-tag span {
          margin-right: 10px;
          letter-spacing: 1px; }
      #blog .item-wrap figure figcaption .post-more-link {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 22px; }
        #blog .item-wrap figure figcaption .post-more-link a i {
          margin-left: 5px;
          transition: all 0.25s ease 0s;
          -o-transition: all 0.25s ease 0s;
          -moz-transition: all 0.25s ease 0s;
          -webkit-transition: all 0.25s ease 0s; }

#blogpost .post-meta {
  text-transform: uppercase;
  color: #8e8e8e;
  font-size: 13px; }
  #blogpost .post-meta span {
    margin-right: 3px; }
#blogpost .post-tag {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 8px; }
  #blogpost .post-tag span {
    margin-right: 10px;
    letter-spacing: 1px; }
#blogpost hr {
  margin-bottom: 45px; }
#blogpost #comments img {
  width: 64px;
  height: 64px; }
#blogpost #comments .media {
  margin-top: 40px; }
#blogpost #comments .post-author {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600; }

/*------------------------------------------------------------------
[Footer]
*/
footer {
  padding-bottom: 18px !important;
  padding-top: 21px !important;
  color: #a7a7a7; }
  footer .cv-link a {
    display: inline-block;
    padding: 4px 8px 4px 0;
    margin-bottom: 4px;
    border-radius: 4px;
    color: #a7a7a7;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out; }
    footer .cv-link a:hover, footer .cv-link a:focus {
      color: #fff; }
    footer .cv-link a i {
      margin-right: 4px;
      padding-top: 3px; }
      footer .cv-link a i::before {
        font-size: 14px !important; }
  footer input {
    border-color: #5d5d5d;
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 2px; }
  footer h4 {
    color: #a7a7a7; }
  footer p {
    margin-top: 4px;
    font-size: 12px;
    color: #a7a7a7; }
  footer a:hover, footer a:focus {
    text-decoration: none; }
  footer a {
    text-decoration: none;
    font-size: 13px;
    color: #a7a7a7; }
    footer a i::before {
      color: #fff;
      /*font-size: 32px;*/
      margin: 0 0 0 0 !important;
      opacity: .2;
      transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out; }
    footer a:hover i::before {
      opacity: 1; }


audio {
	width: 100%;
	margin-bottom: 30px;
}

.annonce {
	display: inline-block;
	width: calc(33.3% - 45px);
	min-width: 250px;
	vertical-align: top;
	border: 1px solid #32A8A4;
	border-radius: 8px;
	margin: 30px 30px 0 0;
	padding: 10px 20px;
	background-color: #080808;
	box-sizing: border-box;
}
@media (max-width: 992px) {
	.annonce {
		width: calc(50% - 45px);
	}
}
@media (max-width: 692px) {
	.annonce {
		width: 100%;
	}
}

/*------------------------------------------------------------------
[Google Map]
*/
#google-map {
  width: 100%; }
  #google-map img {
    max-width: none; }

.bigmap {
  height: 400px !important; }

/* Google map Slide-out */
#gm-panel {
  width: 100%;
  background: #eeeeee;
  text-align: center;
  /*z-index: 9;*/
  bottom: 300px;
  display: block; }

