/*
Theme Name: Altitude Biathlon
Theme URI: http://www.altitude-biathlon.com/
Description: Le thÃ¨me officiel pour le site de altitude-biathlon.com
Version: 1.0
Author: Pixtyle
Author URI: http://www.pixtyle.fr
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,600,700,900');


::-moz-selection { /* Code for Firefox */
  background: #fb552e;
  color:#fff;
  }
::selection {
  background: #fb552e;
  color:#fff;
  }

 html,body {
  margin:0;
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  background: #fff;
  color: #4a4653;
}
h1, h2, h3, h4, h5 {font-weight: 900;}

/* Alignements WordPress */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.gallery a.thumbnail img {
	max-height: 168px;
	width: auto;
}

b, strong {font-weight: 700;}
a {color: #fb552e; text-decoration: none;}
:focus {outline: 0;  outline-offset: 0;}
a:hover, a:active, a:focus {color: #7d71ac; text-decoration: none;}
p {letter-spacing: 1px;}
.clearspace {clear: both; /*margin-top: 30px; */margin-bottom: 30px;}
.blockspace {margin-bottom: 30px;}
.topspace {margin-top: 80px;}
.imgfull{
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.lead-big {font-size: 2em; text-transform: uppercase; margin-bottom: 30px; }
.black {color: #1f1a2a!important}
.orange {color: #fb552e!important;}
.blue {color: #7d71ac!important;}
.semi_bold {font-weight: 600!important;}
.bolder {font-weight: 900!important;}
hr {border-color: #cdcdcd;}
.img-border {border:1px solid #fb552e;}
.fade-img {opacity: 0.8;  -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.fade-img:hover {opacity: 1;}
@keyframes fade-on {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes show_up {
  0% {
	margin-top: 50px;
            opacity: 0;
    /*-webkit-filter: blur(10px);
            filter: blur(10px);*/
  }
  100% {margin-top: 0;
    /*-webkit-filter: blur(0px);
            filter: blur(0px);*/
            opacity: 1;
  }
}
@keyframes show_up {
  0% {
	margin-top: 50px;            
	opacity: 0;
    /*-webkit-filter: blur(10px);
            filter: blur(10px);*/
  }
  100% {margin-top: 0;
    /*-webkit-filter: blur(0px);
            filter: blur(0px);*/
            opacity: 1;
  }
}
@-webkit-keyframes zoomIn_slider{
  0% {
  	transform: scale(1);
  }
  100% {
  	transform: scale(1.1);
  }
}
@keyframes zoomIn_slider {
  0% {
  	transform: scale(1);
  }
  100% {
  	transform: scale(1.1);
  }
}

 @keyframes show_element {
    from {
      opacity: 0;
     /* -webkit-filter: blur(10px);
            filter: blur(10px);*/
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
     /* -webkit-filter: blur(0);
            filter: blur(0);*/
      transform: translateY(0);
    }
  }
  @keyframes show_display {
    from {
      opacity: 0;
      display: none;
    }
    1% {
      opacity: 0;
      display: inline-block;
    }
    100% {
      opacity: 1;
      display: inline-block;
    }
  }
.animation_element, .animation_element-loop {transform: translateY(30px);            
	opacity: 0;
    /*-webkit-filter: blur(10px);
            filter: blur(10px);*/}
.animation_element.in-view, .animation_element-loop.in-view {
	-webkit-animation-name: show_element;
          animation-name: show_element;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
 -webkit-animation-play-state: running;
          animation-play-state: running;
      }

 
/*---- header nav --------------------------------------------------*/

.navbar-custom {
    padding: 5px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: rgba(255,255,255,0.9);
    /*border-bottom: 1px solid #eee;*/
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-custom.opaque {padding: 2px 0;}
.navbar-custom .navbar-brand {
	display: inline-block; 
	width: 150px; 
	height: 100%; 
	margin: 10px 0px 10px 15px!important; 
	padding: 0;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-custom.opaque .navbar-brand {width: 120px;}
.navbar-custom .navbar-brand > img {
	height: auto; max-height: 100%; margin: 0 auto;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-custom .navbar-brand > img:hover { -webkit-filter: blur(1px); filter: blur(1px); opacity: 0.7;}
.navbar-custom .nav {margin: 5px 0;}
.navbar-custom .nav>li>a {
	color: #1f1a2a;	font-size: 14px; text-transform: uppercase;
  padding: 15px 10px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.navbar-custom.opaque .nav>li>a {font-size: 13px;}
.navbar-custom .nav>li>a:focus, .navbar-custom .nav>li>a:hover {
	color: #fb552e;
    text-decoration: none;
    background-color: transparent;
}
.navbar-custom .nav>li .phone {
	display: block; margin: 15px 10px; font-size: 14px;
}
.navbar-custom .nav>li>a.menu-toggle.toggle {
	padding: 15px 10px; margin: 0; font-size:24px;
}
.navbar-custom.opaque .nav>li>a.menu-toggle.toggle {padding: 10px 10px;}
.navbar-custom .newsletter {display: block; color: #fb552e!important;}
.navbar-custom .newsletter:hover {color: #7d71ac!important;}
.navbar-custom .newsletter::before {content: "\f1ea"; font-family: "FontAwesome"; margin-right: 10px;}
.navbar-custom.opaque .newsletter {padding: 10px 10px;}
.navbar-custom .nav>li .small-btn {display: inline-block; padding: 5px 10px; margin: 10px 5px; border:1px solid #1f1a2a; text-align: center;}
.navbar-custom .nav>li .small-btn:hover {border:1px solid #7d71ac;}
.navbar-custom.opaque .nav>li .small-btn {padding: 5px 10px; margin: 5px 5px;}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    max-width: 100%;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #1f1a2a;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#sidebar-wrapper.active {
	top: 0;
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-light {
    border-radius: 0; display: block; position: absolute; top: 2px; right: 2px;
    padding: 15px 18px;
    color: #1f1a2a; font-size: 18px; line-height: 0px; text-align: center;
    border:1px solid #555; background-color: #fff;
    z-index: 1000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
    color: #1f1a2a;
    background-color: #fb552e;
}
.toggle {margin: 5px 5px 0 0;}

.sidebar-nav {
   /* position: absolute;
    top: 0;*/
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav .menu {padding: 0; display: block;}
.sidebar-nav .sidebar-brand { height: 55px; display: inline-block;}
.sidebar-nav .sidebar-brand > a:hover {background: transparent; opacity: 0.7;}
.sidebar-nav .sidebar-brand img { margin: 10px 0 0 15px; height: 40px;}
.sidebar-nav li { text-indent:0; line-height: 40px; display: block; width: 100%; float: left;}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 5px 15px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.sidebar-nav li .dropdown-menu {
    position: relative; float: left;
    min-width: 100%; width: 100%;
    padding: 5px 0; margin:  0;
    font-size: 14px; text-align: left; list-style: none;
    background-color: rgba(0,0,0,0.2);
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidebar-nav li .dropdown-menu li a { padding: 5px 20px; white-space: normal; }
.sidebar-nav li .dropdown-menu li a em { display: block!important; color: #fb552e; }
/*.sidebar-nav li .newsletter {display: block; color: #fb552e!important; margin: 60px 0 15px; position: relative; text-transform: uppercase;}
.sidebar-nav li .newsletter:hover {background: transparent;}
.sidebar-nav li .newsletter::after {content: ""; display: block; position: absolute; top: -15px; left: 5px; right: 5px; border-bottom: 1px solid #444;}*/
#sidebar-wrapper .small-btn {
  display: block; width: 100%; float: left; text-indent: 0; padding: 15px 10px; margin: 5px 0; border:1px solid #444; 
  text-align: center; text-transform: uppercase;  color: #999;
    -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease;  transition: all 0.3s ease;
}
#sidebar-wrapper .small-btn:hover {color: #fff; background: rgba(255,255,255,0.1); border:1px solid #7d71ac;}

.sidebar-nav + .sidebar-nav {border-top: 1px solid #444; padding-top: 10px; margin-top: 10px;}


/*header
-----------------------------------------------------------*/
/*body > header {margin-top: 80px;}*/
/* home carousel
------------------------------------------------------*/
#carousel-home {
	position: relative;
	margin-top: 80px;
	height: 85vh; min-height: 450px; overflow: hidden;
}
#carousel-home .item {
	height: 85vh; min-height: 450px; overflow: hidden;
}
#carousel-home .item .imgcontainer {
	height: 85vh; min-height: 450px;
	background-position: center; background-repeat: no-repeat; background-size: cover;
}
#carousel-home .item .imgcontainer {
	-webkit-animation-name: zoomIn_slider;
          animation-name: zoomIn_slider;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
      }
#carousel-home .item::before {
	content: ""; display: block;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-shadow:none;
    background-color: transparent;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 200;
}
.carousel-control.left, .carousel-control.right {background-image: none;}
.carousel-control .fa {
	position: absolute;
    top: 50%;
    transform: translateY(-50px);
}
.carousel-control.left .fa {left: 20%;}.carousel-control.right .fa {right: 20%;}
.carousel-caption {
	position: absolute; width: 100%; top: 40%; margin: auto; padding: 0 15px; bottom: auto; left: 50%; transform: translate(-50%, -50%);
	text-align: center; text-shadow: none;
	z-index: 100;
  /*-webkit-filter: blur(10px);
          filter: blur(10px);*/
          opacity: 0;
	-webkit-animation-name: show_up;
          animation-name: show_up;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
      }
.carousel-caption img {margin: 20px auto; max-width: 220px;}
.carousel-caption .title {
  display: block; margin: 0 auto; padding: 0; text-align: center; color: #fff; font-size: 60px; text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.carousel-caption .title> small { display: block; font-size: 24px; font-weight: 600; color: #ff7656;}
.carousel-caption .title::after {display: none;}
.carousel-caption p {
	text-transform: uppercase; font-size: 18px; font-weight: 600; letter-spacing: 4px; color: #ff7656; text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

#page_header #carousel-home { height: 50vh; min-height: 250px;}
#page_header #carousel-home .item {height: 50vh; min-height: 250px;}
#page_header #carousel-home .item .imgcontainer {height: 50vh; min-height: 250px;}

/* maint - centent ----------------------------------------------*/
#main.snow_bg {position: relative; }
#main.snow_bg::before {
  content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100px; transform: translateY(-100%);
  background: url(img/bg-snow-top.png) no-repeat bottom center; background-size: 100% 100%;
  z-index: 100;
}
section {padding:60px 0;}
.img_section {
  position: relative; display: block;
  background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;
}
.img_orange_section {
   position: relative; display: block; color: #fff;
  background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;
}
.img_orange_section::before {
  content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(251,85,46,0.8);
  z-index: 0;
}
.snow_bg {position: relative; padding: 50px 0;}
.snow_bg::before {
  content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100px; transform: translateY(-100%);
  background: url(img/bg-snow-top.png) no-repeat bottom center; background-size: 100% 100%;
  z-index: 1;
}
.snow_bg::after {
  content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; transform: translateY(100%);
  background: url(img/bg-snow-bot.png) no-repeat top center; background-size: 100% 100%;
  z-index: 1;
}
.section_dark {background-color: #1f1a2a; color: #fff;}
.section_dark .title,
.section_dark .head_title,
.section_dark .head_title > small,
.section_dark p {color: #fff;}


.air_zone {
	position: relative; padding:150px 0; display: block; text-align: center; margin: 30px 0;
	background-position: center; background-repeat: no-repeat; background-size: cover;
}
.air_zone::before {
	content: ""; display: block;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 0;
}
.air_zone blockquote {
	display: inline-block; position: relative;  width: auto; overflow: hidden;
	letter-spacing: 5px; font-size: 24px; font-weight:400; color: #fb552e; text-transform: uppercase;
	padding: 0; margin: 0 auto; border:none; text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	opacity: 0;
	z-index: 10;
}
.air_zone blockquote.animation_element-loop.in-view {
	-webkit-animation-name: show_up;
          animation-name: show_up;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
 -webkit-animation-play-state: running;
          animation-play-state: running;
}
.air_zone blockquote > span {display: block;}
.air_zone blockquote > small {
	display: inline-block; position: relative; margin: 0 auto; margin-bottom: 5px;
	font-size: 18px; color: #fff;
}
blockquote small::before {
    content: '\2014 \00A0';
}
blockquote small::after {
    content: '\00A0 \2014';
}
.air_zone blockquote > strong {
	font-family: 'Lato', sans-serif; font-size: 31px; color: #fff; text-transform: uppercase; letter-spacing: 1px; font-weight: 900;
	display: block;	margin: 0 auto 15px; position: relative;
}

.air_zone blockquote a {color:#fb552e;}
.air_zone blockquote a:hover {color:#fff;}
.air_zone blockquote .btn-normal {color: #fff;}


/* titles -------------------------------------------*/
.head_title {
  display: block; margin: 15px auto 30px; position: relative; padding: 0; padding-bottom: 15px;
  text-transform: uppercase; color: #1f1a2a; font-size: inherit; font-size: 46px;
}
.head_title > small {
  display: block; 
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #1f1a2a; 
  }
.head_title::after {
  content: ""; width: 120px;  height: 5px;
  background: #fb552e;  position: absolute;  left: 0; bottom: 0;
  z-index: 1;
}
.head_title.text-center::after {left: 50%; bottom: 0; transform: translateX(-50%);}

.img_orange_section .head_title  {color: #fff;}
.img_orange_section .head_title::after {background: #1f1a2a;}

.title {
  position: relative; display: block; margin: 0 0 15px; padding-bottom: 15px;
  text-transform: uppercase; color: #1f1a2a;
  overflow: hidden;
}
.title::after {
  content: ""; width: 30px;  height: 4px;
  background: #fb552e;  position: absolute;  left: 0; bottom: 0;
  z-index: 1;
}

/* activités    --------------------*/
section#sect_activites {
  position: relative; padding:100px 0; display: block; text-align: center; 
}
section#sect_activites .ativity { 
  background-color: rgba(31,26,42,0.8); color: #fff; 
  padding: 40px 30px; margin: 15px 0; text-align: center; min-height:545px;
}
section#sect_activites .ativity > img {margin: 0 auto;}
section#sect_activites .ativity h3 {text-transform: uppercase; color: #fb552e; font-size: 30px;}
section#sect_activites .ativity ul { padding: 0; list-style: none;}
section#sect_activites .ativity ul li {margin: 5px 0;}
section#sect_activites .ativity ul li a {
  display: inline-block; padding: 5px 10px; position: relative;
  color: #fff; font-size: 15px; font-weight: 600; font-family: "Lato", sans-serif;
  -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease;  transition: all 0.3s ease;
}
section#sect_activites .ativity ul li a > small {display: block; font-size: 12px; font-weight: 300;}
section#sect_activites .ativity ul li a:hover {color: #fb552e; background-color: rgba(31,26,42,0.8);}
section#sect_activites .ativity ul li a::after {
  content: "\f101"; font-family: "FontAwesome"; padding-left: 10px; color: #fb552e;  vertical-align: top;
    -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease;  transition: all 0.3s ease;
}
.img_center_container > img {margin: 0 auto; }
/*social blocks -----------------------------------*/

.social_block { position: relative; padding: 15px 15px; text-align: center; }
.social_block > div {display: inline-block; background-color: #fff; width: auto; margin: 0 auto; height: auto;}
.social_block.insta > div { background-color: transparent; padding: 0; max-width: 100%; width: 270px;}
.social_block.tweet::before {
  content: "\f099"; display: block;
  font-family: "FontAwesome"; font-size: 30px; color: #fff; padding: 15px 0; text-align: center;
}
.social_block.fb::before {
  content: "\f09a"; display: block;
  font-family: "FontAwesome"; font-size: 30px; color: #fff; padding: 15px 0; text-align: center;
}
.social_block.insta::before {
  content: "\f16d"; display: block;
  font-family: "FontAwesome"; font-size: 30px; color: #fff; padding: 15px 0; text-align: center;
}

/*Devis section ------------------------*/
#devis_section .nf-error-msg, #devis_section .ninja-forms-req-symbol {
    color: #222;
}

/*gallery -------------------------*/
.gallery {text-align: center;  }
.gallery a {margin: 15px; display: inline-block; }


/*Page contact ------------------*/
#devis_header {padding:100px 0 60px 0;}
table.nf-table-display {width: 100%;}




/*- article style -------------------------------------------------------------------*/
.section_grey .article::before {background-color: #fff;}
.article {
	display: block; padding: 40px 0; position: relative; margin: 30px 0; float: left; width: 100%;
}
.article:first-child {margin-top: 0;}
.article::before {
	content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 52%;
	background-color: #f4f4f4;
	z-index: 0;
}
.article .article_img {
	display: block;
    min-height: 70px;
    max-height: 450px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    left: 0px;
    top: 50%;
	z-index: 1;
}
.article .article_img > img {
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.article .article_img:hover > img {transform: scale(1.05);  -webkit-filter: grayscale(40%) brightness(1.1);/* -webkit-filter: brightness(1.25); -webkit-filter:; -webkit-filter: contrast(130%);*/ }
.article .article_img::after {
    content: '';
    position: absolute;
    top: 10px; right: 10px; bottom: 10px; left: 10px; 
    border:1px solid rgba(255,255,255,0.5);
    pointer-events: none;
}
.article .article_txt {
	position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    padding: 40px 50px; padding-left: 130px;
    color: #1f1a2a;
    z-index: 2;
}
.article .article_txt > hgroup > * {
	display: block; position: relative; padding: 0; padding-bottom: 30px; margin: 0; margin-bottom: 40px;
	font-family: 'Lato', sans-serif; font-size: 36px; font-weight: 900; text-transform: uppercase;
	z-index: 1;
}
.article .article_txt > hgroup > *::before {
	content: "";
  width: 140%;
  height: 1px;
  border-radius: 5px;
  background: #fb552e;
  position: absolute;
  right: 0; bottom: 0;
  z-index: 3;
}
.article .article_txt > hgroup > *::after {
	content: "";
  width: 40%;
  height: 5px;
  border-radius: 0px;
  background: #fb552e;
  position: absolute;
  right: 0;  bottom: -5px;
}
.article .article_txt > p {
	font-size: 16px; line-height: 35px; text-align: justify;
}

.article.img-right::before {left: 0; right: 52%;}
.article.img-right .article_img {right: 0px; left: auto; float: right;}
.article.img-right .article_txt {left: 0; right: auto; padding: 40px 50px; padding-right: 130px;}
.article.img-right .article_txt > hgroup > *::before { left: 0; right: auto;}
.article.img-right .article_txt > hgroup > *::after { left: 0; right: auto;}


/*----- article-simple --------------------------------------------*/

.article_simple { margin: 30px 0;  }
.article_simple p {line-height: 25px;}


/*page article ---------------------------------------*/
#article_header {position:relative; width: 100%; height: 60vh; min-height: 400px; margin-top: 80px; background-size: cover; background-position: center;}

/*-- fiche_profil --------------------------------------------------*/
.fiche_profil { margin: 15px 0 30px;}
.fiche_profil-content {
  display: block; background-color: #fff; text-align: center;
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
-o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.section_grey .fiche_profil-content {
	display: block; background-color: #fff; text-align: center; box-shadow: none; 
}
.fiche_profil-content figure {position: relative;}
.fiche_profil-content figure::before {
	content: ""; display: block;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(255,255,255,0.3);
	z-index: 0;
}
.fiche_profil-content figure figcaption {
	position: absolute; top: 100%; left: 15px; right: 15px; display: block; transform: translateY(-40px);
	background-color: #fff; padding:10px;
	text-transform: uppercase; color: #cdcdcd; font-size: 14px; font-weight: 300;
}
.fiche_profil-content figure figcaption h6 {font-size: 18px; letter-spacing: 0px; font-weight: 400; color: #1f1a2a;}
.fiche_profil-content figure figcaption span {display: block; padding-bottom:5px; }
.fiche_profil-content figure figcaption a {color:#cdcdcd; padding: 5px; }
.fiche_profil-content figure figcaption a:hover {color:#fb552e; }
.fiche_profil-content p {padding: 0 15px 15px; margin-top:90px; line-height: 25px;}
.fiche_profil-content .btn-normal {transform: translateY(50%); margin: -15px auto 0;}

/*--popup profil detail ---*/
.fiche_profil-content.white-popup p {padding: 0; margin-top:80px; line-height: 23px;}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px 25px;
  width: auto;
  max-width: 420px;
  margin: 0 auto;
}
.white-popup.auto_size {
  max-width: 1000px;
}
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
button.mfp-close, button.mfp-arrow {background-color: #fff;}

/*-- tabs ----------------------------------------------------------------*/

.nav.nav-tabs {
	text-align: center; border-bottom: 1px solid #1f1a2a; margin-bottom: 15px;
}
.nav.nav-tabs>li {
    float: none; display: inline-block;
    margin: 0 auto -1px;
}
.nav.nav-tabs>li>a {
    margin-right: 2px; padding: 10px 15px; position: relative;
    line-height: 1.42857143; font-size: 24px; text-align: center; text-transform: uppercase; font-weight: 400; letter-spacing: 1px;
    border: 1px solid #1f1a2a; color: #1f1a2a;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav.nav-tabs>li>a:hover {background-color: #ddd;}
.nav.nav-tabs>li.active>a, .nav.nav-tabs>li.active>a:focus, .nav.nav-tabs>li.active>a:hover {
	color: #fff;
    cursor: default;
    background-color: #1f1a2a;
    border: 1px solid #1f1a2a;
    border-bottom-color: transparent;
}
.nav.nav-tabs>li.active>a::after {
	content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
	width: 0; height: 0;
	border-style: solid;
	border-width: 10px 30px 0 30px;
	border-color: #1f1a2a transparent transparent transparent;
}

/*--- actu ---------------------------------------------------------------------*/
.section_grey .actu {background-color: #fff!important;}
.blog_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.blog_list > article { 
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.actu {
  padding: 15px;
  position: relative; 
  margin: 0 0 40px;
	background-color: #f4f4f4; 
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.actu:hover {
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.06);
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.06);
-o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.06);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.06);
}
.actu .actu_imglink {
	display: block;
    height: 160px; width: 100%;
    margin-bottom: 15px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
    position: relative;
}
.actu.smaller .actu_imglink {height: auto;}
.actu .actu_imglink > img {
	width: 100%;
	transform: scale(1);
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.actu .actu_imglink:hover > img {transform: scale(1.03); opacity: 1;}
.actu .actu_txt {height: auto;}
.actu.smaller .actu_txt {height: auto;}
.actu.smaller .actu_txt.smaller {height: auto;}
.actu time {
	color: #808080; font-size: 13px; font-weight: 300;
}
.actu .actu_title > * {
	padding-bottom: 5px;
	color: #1f1a2a; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 900; text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.actu .actu_title:hover > * {color: #fb552e;}
.actu p {margin-bottom: 30px;}
.actu .btn-normal {	position: absolute; margin: 0; bottom: 0; left: 50%; transform: translate(-50%, 50%); }
.actu .actu_txt.smaller + .btn-normal { font-size: 14px; letter-spacing: 0;}


.adherer_block {
  display: block; padding: 15px 30px; position: relative; margin: 0;
  background-color: #fb552e; font-size: 16px; font-weight: 500; color: #fff; text-align: center;
}
.adherer_block .head_title {margin: 0 auto 20px;}

/*-- actu liste no-img-----------------------------------------*/
.actu.list_no_img {
	display: block; padding: 15px; padding-left:85px;  position: relative; margin: 0 0 40px 70px;
}
.actu.list_no_img .actu_txt {height: auto;}
.actu.list_no_img time {
	display: inline-block; position: absolute; left: -70px;
	padding: 15px; min-width: 140px; background-color: #fb552e;
	color: #fff; font-size: 36px; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 900; line-height: 36px; text-align: center;
}
.actu.list_no_img time > small {font-size: 14px; font-family: 'Lato', sans-serif; line-height: 16px; font-weight: bold; display: block; padding-bottom: 5px;}
.actu.list_no_img time > span {font-size: 16px; font-family: 'Lato', sans-serif; line-height: 18px; font-weight: 300; display: block;}
.actu.list_no_img .actu_title > * {	padding-bottom: 0; margin-bottom: 0;}
.actu.list_no_img .actu_title:hover > * {color: #fb552e;}
.actu.list_no_img .actu_subtitle {color: #1f1a2a; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300;}
.actu.list_no_img .actu_subtitle:hover {color: #fb552e;}
.actu.list_no_img p {margin-bottom: 30px; margin-top: 15px;}
.actu.list_no_img .btn-normal {	position: absolute; margin: 0; bottom: 0; left: auto; right: 15px; transform: translateY(50%);}

/* slider
----------------------------------------------------------------------------------*/

.slider_articles .slick-prev, .slider_articles .slick-next,
.slider_4_element .slick-prev, .slider_4_element .slick-next {
	display: none!important;
}
.slider_articles .slick-dots,
.slider_4_element .slick-dots {
	position: relative;
    display: block;
    width: 100%;
    padding: 0; margin: 15px 0;
    list-style: none;
    text-align: center;
}
.slider_articles .slick-dots li,
.slider_4_element .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px;
    padding: 0;
    cursor: pointer;
}
.slider_articles .slick-dots li button,
.slider_4_element .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slider_articles .slick-dots li[aria-hidden="true"] button::before,
.slider_4_element .slick-dots li[aria-hidden="true"] button::before {
	content: ""; display: block; width: 20px; height: 20px; background-color: #1f1a2a; transform: rotate(45deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slider_articles .slick-dots li[aria-hidden="false"] button::before, .slider_articles .slick-dots li[aria-hidden="true"] button:hover::before,
.slider_4_element .slick-dots li[aria-hidden="false"] button::before, .slider_4_element .slick-dots li[aria-hidden="true"] button:hover::before {
	content: ""; display: block; width: 20px; height: 20px; background-color: #fb552e; transform: rotate(-45deg);
}

/*-- slider_logo-----------------------------------------------*/
.slider_logo {padding: 0 30px;}
.slider_logo a {opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.slider_logo a:hover {opacity: 0.7;}
.slider_logo .slick-prev, .slider_logo .slick-next {
  font-size: 0;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slider_logo .slick-prev {left: 0px;} .slider_logo .slick-next {right: 0px;}
.slider_logo .slick-prev::before {
    content: "\f104";
}
.slider_logo .slick-next::before {
    content: "\f105";
}
.slider_logo .slick-prev:before, .slider_logo .slick-next:before {
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 1;
    color: #1f1a2a;
    z-index: 10;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.slider_logo .slick-prev:hover:before, .slider_logo .slick-next:hover:before {color: #fb552e;}


/* v_tabs-services -------------------------------------------------------------------------------------*/
#v_tabs-services { position: relative; min-height: 470px; line-height: 470px;   }
#v_tabs-services .nav.nav-tabs {
  display: inline-block;
    float: none;
    vertical-align: middle; text-align: center;
  border: none;
  margin-bottom: 0;
}
#v_tabs-services .nav.nav-tabs>li {
    float: none;
    display: block;
    margin: 30px 0;
}
#v_tabs-services .nav.nav-tabs>li>a, #v_tabs-services .nav.nav-tabs>li>a:focus {
    margin-right: 0;
    padding: 0;
    position: relative;
    line-height: 1.42857143; font-size: 30px; text-align: left; text-transform: uppercase; font-weight: 900; color: #1f1a2a; letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#v_tabs-services .nav.nav-tabs>li>a>small {
  font-size: 20px; letter-spacing: 1px; font-weight: 300; text-align: center;
  display: inline-block; transform: rotate(-90deg); padding-left: 6px;
}
#v_tabs-services .nav.nav-tabs>li>a::after {
  content: ''; position: absolute; top: 51%; left: 0; width: 0; height: 1px;
  background-color: #fb552e;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#v_tabs-services .nav.nav-tabs>li>a:hover {
    color: #fb552e;
    background-color: transparent;
}
#v_tabs-services .nav.nav-tabs>li.active>a, #v_tabs-services .nav.nav-tabs>li.active>a:hover {
    color: #fb552e; letter-spacing: 5px;
    cursor: default;
    background-color: transparent;
    border: none;
}
#v_tabs-services .nav.nav-tabs>li.active>a::after {
  width: 110%; left: 30px; 
  bottom: auto;
    transform: translateX(0);
    height: 1px;
    border: none;
}

#v_tabs-services .tab-content { border:1px solid #eee; min-height: 470px; line-height: 470px; float: right; }
#v_tabs-services .tab-content .tab-pane.active {
   line-height: 30px; display: inline-block; float: none; vertical-align: middle; padding: 60px 60px; font-size: 16px; text-align: center;
  }


/*-- carrousel -------------------------------------------------------------*/

/*
#carousel-services {margin: 0 ; overflow: hidden;}

#carousel-services .item {padding: 15px; height: 100%; border:1px solid #eee;}
#carousel-services .item > div {     
    display: inline-block;
    float: none;
    vertical-align: middle; text-align: center;
  }
#carousel-services .item .txt_block { padding: 20px 30px; line-height: 26px; font-size: 16px;  }
#carousel-services .item .row + .row  {margin-top: 30px; margin-bottom: -15px;}
#carousel-services .carousel-control {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    bottom: auto;
    left: 0;
    width: auto; padding: 25px 10px;
    font-size: 25px; line-height: 20px;
    color: #1f1a2a; 
    text-align: center;
    text-shadow:none;
    background-color: rgba(0,0,0,0.1);
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 200;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#carousel-services .carousel-control.right {left: auto; right: 0;}
#carousel-services .carousel-control:hover {background-color: rgba(199,167,112,0.2); color: #fb552e;}
#carousel-services .carousel-control .fa {
  position: static;
    top: 0;
    transform: translateY(0);
}
#carousel-services .carousel-control.left .fa {left: 20%;}#carousel-services .carousel-control.right .fa {right: 20%;}
*/



/*-- checkbox---------*/

.filter input[type=checkbox] {
  opacity: 0;
  float:left;
}

.filter input[type=checkbox] + label {
  margin: 0 0 0 40px;
  position: relative;
  cursor: pointer;
  font-size: 15px; text-transform: uppercase; font-weight: 300; color: #9a9a9a;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter input[type=checkbox]:first-child  + label{margin: 0 0 0 27px;}

.filter input[type=checkbox] + label::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  display: block;
  background-color: transparent;
  border: 2px solid #9a9a9a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter input[type=checkbox] + label::after {
  content: '\f00c'; font-family: "FontAwesome"; color: #f4f4f4; font-size: 10px; text-align: center; font-weight: 300;
  position: absolute;
  left: -25px;
  top: 4px;
  width: 15px;
  height: 15px;
  display: block;
  z-index: 1;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.filter input[type=checkbox] + label:hover, .filter input[type=checkbox]:checked + label {color: #fb552e;}
.filter input[type=checkbox] + label:hover::before {border: 2px solid #fb552e;}
.filter input[type=checkbox]:checked + label::before {
  border: 2px solid #fb552e; background-color: #fb552e;
}
.filter input[type=checkbox]:checked + label::after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.filter .form-group  select {background-color: #f4f4f4;}



/*--- pagination-----------------------------------------------------------*/
.pagination { margin: 30px 15px 30px 0; border-radius: 0px; display: inline-block; float: left;}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1f1a2a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #1f1a2a;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fb552e;
    border-color: #fb552e;
}
.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    color: #e6e6e6;
    cursor: default;
    background-color: transparent;
    border-color: #e6e6e6;
}
.pagination + select {display: inline-block!important; width: auto; float: left; margin: 36px 15px 0;}


/* BTN & util **
**********************
-------------------------------------------------------------------*/

.btn-normal {
  display: inline-block; padding: 10px 15px; margin: 15px auto; border: 3px solid #fb552e; background-color: transparent;
  color: #fb552e; font-size: 16px; font-weight: 300; letter-spacing:1px; text-align: center; text-transform: uppercase;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;  transition: all 0.3s ease;
}
.btn-normal:hover {background-color: #fb552e; color: #fff;}
 .btn-normal > .gold {padding-left:5px;}
.btn-normal:hover > .gold {color: #fff!important;}
.btn-normal.highlight {
  background-color: #fb552e; color: #fff; font-size: 16px; font-weight: 400;}
.btn-normal.highlight:hover {background-color: #1f1a2a; color: #fff; border-color: #1f1a2a;}
.btn-normal.white {
  background-color: transparent; border-color: #fff; color: #fff; font-size: 16px; font-weight: 400;}
.btn-normal.white:hover {background-color: #fff; color: #1f1a2a; border-color: #fff;}
.btn-normal.big {font-size: 18px; font-weight: 900; padding: 15px 20px;}
.large {display: block; width: 100%; margin: 15px 0;}
.btn-normal:not(.large) + .btn-normal:not(.large) { margin-left: 15px; }
.btn-normal.btn_blue {border-color: #7d71ac;}
.btn-normal:hover.btn_blue {border-color: #7d71ac; background-color: #7d71ac;}


.btn-dark {
  display: inline-block; padding: 10px 15px; margin: 5px auto; border: 1px solid #1f1a2a; background-color: #1f1a2a;
  color: #fff; font-size: 16px; font-weight: 300; letter-spacing:1px; text-align: center; text-transform: uppercase;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;  transition: all 0.3s ease;
}
.btn-dark:hover {background-color: transparent; color: #1f1a2a;}
.btn-dark-o {
   display: inline-block; padding: 10px 15px; margin: 5px auto; border: 1px solid #1f1a2a; background-color: transparent;
  color: #1f1a2a; font-size: 16px; font-weight: 300; letter-spacing:1px; text-align: center; text-transform: uppercase;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;  transition: all 0.3s ease;
}
.btn-dark-o:hover {background-color: #1f1a2a; color: #fb552e;}



.btn-big {
  display: inline-block; position: relative; padding: 15px 50px 15px 15px; margin: 15px auto 0; border: 3px solid #9a9a9a; background-color: transparent;
  color: #9a9a9a; font-size: 18px; font-weight: 900; letter-spacing:1px; text-align: left; text-transform: uppercase;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;  transition: all 0.3s ease;
}
.btn-big:hover {background-color: #9a9a9a; color: #fff;}
.btn-big > i { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); font-size: 24px;}
.btn-big.white {border: 3px solid #fff; color: #fff;}
.btn-big.white:hover {background-color: #fff; color: #1f1a2a;}


.blockquote-custom {
  display: inline-block; position: relative;  width: auto; overflow: hidden;
  font-family: 'Lato', sans-serif; color: #fb552e; letter-spacing: 0px; font-size: 16px; font-weight:300; text-transform: uppercase; text-align: center;
  padding: 0; margin: 0 auto; border:none; text-shadow: none; 
  z-index: 10;
}
.blockquote-custom::before { 
  content:"\f10e"; font-family: "FontAwesome"; text-transform: none; display: block; text-align: center; font-size: 40px; line-height: 40px;
  margin: 10px auto 15px;
}
.blockquote-custom > footer{margin-top: 30px; font-family: 'Lato', sans-serif; font-size: 14px; letter-spacing: 0px; font-weight: 300; color: #c1c1c1;}
.blockquote-custom > footer:before {display: none;}
.blockquote-custom > footer > cite {display: block; font-size: 18px; letter-spacing: 0px; font-weight: 400; color: #1f1a2a; font-style: normal;}

.page-header { padding-bottom: 0;   margin-top: 0px; margin-bottom:40px;   border-bottom: none;}

.list-arrows { padding: 0; } .list-arrows li {list-style: none;} 
.list-arrows li::before {content: "\f0da"; font-family: "FontAwesome"; color: #fb552e; padding-right: 10px;}


/*share-links--------------------*/
 .social-btn {
  display: inline-block;
  padding: 15px; margin: 5px; width: 50px; height: 50px; 
  border: 1px solid #fb552e;
  color: #fb552e; font-size: 20px; line-height: 20px;  background-color: transparent; text-align: center;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}
.social-btn:hover {color: #fff; background-color: #fb552e;}

/*-----forms-------------*/

.form-group input, .form-group  select, .form-group textarea{
	border-radius: 0px;
	margin-bottom: 0;
    border: 1px solid #eee;
    background-color: #fff;
    color: #1f1a2a; font-family: 'Lato', sans-serif;
}
.form-control:focus {
    border-color: #7d71ac;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(69,198,210,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(69,198,210,.6);
}
.form-group.big-form input, .form-group.big-form  select, .form-group.big-form textarea{
  border-radius: 0px;
  margin-bottom:0;
  padding: 15px 10px; height: 55px;
    border: 2px solid #eee;
    background-color: #fff;
    color: #1f1a2a; font-family: 'Lato', sans-serif; font-weight: 400;
}
.form-group.big-form textarea {height: auto;}
.form-control.big-form:focus {
    border-color: #7d71ac;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(69,198,210,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(69,198,210,.6);
}
.form-group.big-form .input-group input {border-right: none;}
.form-group.big-form .input-group-btn {
    position: relative;
    font-size: 0;
    height: 55px;
    white-space: nowrap;
}
.form-group.big-form .input-group-btn .btn {
    position: relative;
    padding: 15px 10px; height: 55px;
    border: 2px solid #1f1a2a;
    border-left: none;
    background-color: transparent;
    color: #1f1a2a;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;  transition: all 0.3s ease;
}
.form-group.big-form .input-group-btn .btn:hover {color: #7d71ac;}


.has-success .checkbox, .has-success .checkbox-inline, 
.has-success .control-label, .has-success .help-block, 
.has-success .radio, .has-success .radio-inline, 
.has-success.checkbox label, .has-success.checkbox-inline label, 
.has-success.radio label, .has-success.radio-inline label {color: #6bc76c;}
.has-success .form-control {border-color: #6bc76c;}
.has-success .form-control-feedback {color: #6bc76c;}
.has-success .form-control:focus {
    border-color: #60c761;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #60c761;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #60c761;
}

.has-error .checkbox, .has-error .checkbox-inline, 
.has-error .control-label, .has-error .help-block, 
.has-error .radio, .has-error .radio-inline, 
.has-error.checkbox label, .has-error.checkbox-inline label, 
.has-error.radio label, .has-error.radio-inline label {color: #f96d6a;}
.has-error .form-control { border-color: #f96d6a;}
.has-error .form-control-feedback { color: #f96d6a; font-size: 16px; line-height: 36px;}
.has-error .form-control:focus { 
  border-color: #da110d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #da110d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #da110d;
}

/* modal-------------------------------------------*/
.modal_custom .modal-content {
    position: relative;
    background-color: rgba(255,255,255,0.9);
    color: #1f1a2a; font-size: 14px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:none;
    border-radius:0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.3);
    box-shadow: 0 3px 9px rgba(0,0,0,.3);
}
.modal_custom .close {font-size: 30px; line-height: 20px;}
.modal_custom .modal-header {
    padding: 15px;
    border-bottom: none;
    text-align: center;
}
.modal_custom .modal-title {
    color: #fb552e; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 900; text-transform: uppercase;
}
.modal_custom .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}


/* back to top
----------------------------------------------------------------*/

.cd-top {
  display: inline-block;
  width: 40px; height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 1px solid #7d71ac;
  color: #7d71ac; text-align: center; font-size: 24px;
  overflow: hidden;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top:after {content: '\f106'; font-family: "FontAwesome";}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.no-touch .cd-top	{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.no-touch .cd-top:hover {
	background-color: #7d71ac; color: #fff;
  opacity: 1;
}



/*  footer
-----------------------------------------------------------*/
footer { position: relative; background-color: #fff; font-size: 16px; color: #737373; z-index: 1; }
footer::before {
  content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100px; transform: translateY(-100%);
  background: url(img/bg-snow-top.png) no-repeat bottom center; background-size: 100% 100%;
  z-index: 1;
}
footer .container {
	padding-top: 170px; position: relative;
}
footer::after {
	 content: ""; display: block; position: absolute; height: 230px; width: 290px; top: 0px; left: 50%; transform: translate(-50%, -20%);
	 background: url(img/logo-altitude-biathlon-2022.svg) center no-repeat; background-size: 80%; z-index: 10;
}
footer .footer_block {margin: 0 0 30px;}
footer .footer_title {
	display: block; margin: 0px auto 20px; position: relative; padding: 0; padding-bottom: 15px;
	font-family: 'Lato', sans-serif; font-size: 21px; line-height: 21px; font-weight: 900; text-transform: uppercase; color: #1f1a2a;
	overflow: hidden;
}
footer .footer_title::after {
	content: "";
  width: 40px;
  height: 5px;
  border-radius: 0px;
  background: #fb552e;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
}
footer .text-right .footer_title::after {left: auto; right: 0;}
footer .footer_title.simple {margin-bottom:10px; }
footer .footer_title.simple::before, footer .footer_title.simple::after {display: none;}
footer .lead {margin-bottom:5px; }
footer .btn-normal {margin: 10px 0; font-size: 14px; padding: 10px;}
footer ul {padding: 0;}
footer ul li {list-style: none; padding: 5px 0;}
footer ul li a {
	position: relative; padding: 2px 0;
	color: #1f1a2a; text-transform: uppercase; font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer ul li a:hover {color:#fb552e; }

footer ul li a:hover::after { width: 100%;}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 1200px) {
  section#sect_activites .ativity h3 {font-size: 24px;}
  section#sect_activites .ativity { padding: 15px 10px; min-height: 490px;}
	.social_block { padding: 15px 26px; }
  .social_block.insta > div { padding: 0 0px; }



	.article {display: block; padding: 10% 0; position: relative; margin: 30px 0; float: left; width: 100%;	}

  .blockquote-custom { font-size: 18px; word-wrap: break-word;}

  .adherer_block { margin-top: 30px ;}

  .actu.smaller .btn-normal { font-size: 14px; letter-spacing: 0; padding: 10px 5px; width: 70%}

  .block-job_seeker, .block-compagny, .block-project { padding: 20px 40px; }
  .block-job_seeker .job_seeker-title, .block-compagny .compagny-title, .block-project .project-title { font-size: 30px; letter-spacing:0;}
  .block-job_seeker .btn-big, .block-compagny .btn-big, .block-project .btn-big {font-size: 16px; letter-spacing: 0; font-weight: 400;}
	
}
@media screen and (max-width: 991px) {
  .social_block { padding: 15px 15px; }

	.chiffre > strong {display: inline-block; font-size: 50px; letter-spacing: 0px;}
	section.air_zone blockquote {letter-spacing: 3px; font-size: 21px;}
	section.air_zone blockquote > strong {font-size: 26px; margin: 0 auto 30px;}

  section#sect_activites .ativity { min-height: 535px;}

	.article {display: block; padding: 15px 0;}
	.article::before {display: none;}
	.article .article_txt {
		position: relative; float: left; right: auto; top: auto; transform: translateY(-50px); display: block;
	    padding: 30px 40px; padding-left: 40px; margin: 0 30px;
	    color: #1f1a2a; background-color: #f4f4f4;
	    z-index: 2;
	}
	.article .article_txt > hgroup > *::before {width: 100%;}
	.article .article_txt > hgroup > *::after { left: 0; }



}
@media (min-width: 768px) and (max-width: 991px) {

}

@media screen and (max-width: 768px) {
  .navbar-toggle {font-size: 18px; border-radius: 0;}
	.title_slider {font-size: 41px;}
	.title_slider span:first-child {font-size: 18px;}
	.title_slider span:last-child {font-size: 16px;}
  .carousel-caption .title {font-size: 41px;}
  .carousel-caption .title> small { font-size: 18px;}

	.head_title {font-size: 36px; line-height: 38px; letter-spacing: -1px; word-wrap: break-word;}
	.head_title > small {letter-spacing: 4px; font-size: 14px;}

  section#sect_activites .ativity { min-height: auto;}

  .actu .actu_imglink { max-height: 250px; height: auto; }
	.article .article_txt {
		position: relative; float: left; right: auto; top: auto; transform: translateY(-30px); display: block;
	    padding: 20px 20px; padding-left: 20px; margin: 0 15px;
	    color: #1f1a2a; background-color: #f4f4f4;
	    z-index: 2;
	}
	.article .article_txt > hgroup > * {
		display: block; position: relative; padding: 0; padding-bottom: 30px; margin: 0; margin-bottom: 60px;
		font-family: 'Lato', sans-serif; font-size: 30px; font-weight: 900; text-transform: uppercase;
		z-index: 1;
	}
	.article .article_txt > p {	font-size: 14px; line-height: 30px; text-align: justify;}

	section.air_zone blockquote {width: 90%; letter-spacing: 3px; font-size: 21px;}

	.actu .actu_title > * {font-size: 19px;}

	.fiche_profil { margin: 15px 0 30px; height: auto;}

	.actu.list_no_img {	display: block; padding: 15px; padding-left:15px; padding-top:85px;  position: relative; margin: 70px 0 40px 0;	}
	.actu.list_no_img .actu_txt {height: auto; text-align: center;}
	.actu.list_no_img time {display: inline-block; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 0;	padding: 15px;}
	.actu.list_no_img .btn-normal {	position: absolute; margin: 0; bottom: 0; left: auto; right: 50%; transform: translate(50%,50%);}

  footer .footer_block { text-align: center!important; }
  footer .footer_title::after,
  footer .text-right .footer_title::after {left: 50%; right: auto; transform: translateX(-50%);}

}
@media screen and (max-width: 500px) {
  .nf-form-cont .one-half, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths {
      width: 100%!important; margin-left: 0!important;
  }
}
@media screen and (max-width: 360px) {
	.head_title  {font-size: 26px; line-height: 30px; letter-spacing: 0px;}
}