@charset "UTF-8";
@import url(animate.css);

/* GENERAL */

body {
  color:#666666;
  font: 200 14px/1.4 "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.rose {
	color: #d4307d;
	font-weight:600;	
	}
		
.well{
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
	}

.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
	
/*  TEXTES */			

h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #282c32;
  font-weight: 400;
}

h1,
.heading-1 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}

h2,
.heading-2 {
  font-size: 26px;
  /*text-transform: uppercase;*/
}

h3,
.heading-3 {
  font-size: 23px;
  text-transform: uppercase;
}

h4 {
  font-size: 15px;
  text-transform: uppercase;
}

.heading-4 {
  font-size: 14px;
  text-transform: uppercase;
}


h5,
.heading-5 {
  font-size: 12px;
  text-transform: uppercase;
}

h6,
.heading-6 {
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  h1,
  .heading-1 {
    font-size: 35px;
    line-height: 1;
  }
  h1.big,
  .heading-1.big {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #282c32;
    font-weight: 300;
  }
}
strong,
.bold {
  font-weight: 800;
}

.big {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  color: #d4307d;
}
@media (min-width: 992px) {
  .big {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .big {
    font-size: 80px;
    line-height: 1.04317;
  }
}

.uppercase {
  text-transform: uppercase;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #d4307d;
}
a:hover, a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="mailto:"],
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto:"]:hover,
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #d4307d;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
}
.lt-ie9 .page {
  min-width: 1200px;
}

html.lt-ie10 .row-no-gutter, .row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
  padding-left: 0px;
  padding-right: 0px;
}

.circle {
  border-radius: 50%;
}

.letter-spacing-1 {
  letter-spacing: 1.6px;
}

.link-1 {
  position: relative;
}
.link-1:after {
  content: '';
  background: #c8c8c1;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.link-1:hover {
  text-decoration: none;
}
.link-1:hover:after {
  background: #d4307d;
}


/* MISE EN PAGE */

.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (max-width: 768px) {
	
	.hidden-xs {
	
	display:none;
	
	}


.container {
	
	margin-top:-30px;
	
	}

  
.page-header {
	
	padding-bottom:10px;
	margin:10px 20px 0;
	border-bottom:1px solid #DDDDDD;
	
	}	

.collapse {display:none}

.collapse.in {
	display:block;
	}

tr.collapse.in {display:table-row}

tbody.collapse.in {display:table-row-group}

.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-duration:.35s;
	-o-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-property:height,visibility;
	-o-transition-property:height,visibility;
	transition-property:height,visibility;
	}

}


@media (min-width: 769px) and (max-width: 991px) {
	
	.hidden-sm {
  display:none;
}

.collapse {display:none}

.collapse.in {display:block}

tr.collapse.in {display:table-row}

tbody.collapse.in {display:table-row-group}

.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-duration:.35s;
	-o-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-property:height,visibility;
	-o-transition-property:height,visibility;
	transition-property:height,visibility;
	}
	
	
 .image60 {
	  max-height: 50%;
	  max-width: 50%; 
	  
	  }

}


@media (min-width: 992px){
	
	.hidden-md {
  display:none;
}


	
	}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
  
  .image60 {
	  max-height: 60%;
	  max-width: 60%; 
	  
	  }
  
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
  
  .col-sm-push-6{left:30%}
  

  
}
@media (min-width: 992px) {
	

	.image60 {
	  max-height: 100%;
	  max-width: 100%; 
	  
	  }
	
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}

/* ALIGNEMENT DU TEXTE */

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

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}

/* CONTENU */


* + .resp-tabs {
  margin-top: 15px;
}

* + .terms-list {
  margin-top: 30px;
}

h1 + .row {
  margin-top: 35px;
}

h1 + p {
  margin-top: 28px;
}

h4 + p {
  margin-top: 15px;
}

img + p {
  margin-top: 23px;
}

p + p {
  margin-top: 17px;
}

.thumb + h4 {
  margin-top: 25px;
}

.box-md + .box-md {
  margin-top: 30px;
}

/* WELL */

.well-sm,
.well-md,
.well-lg {
  padding-top: 20px;
  padding-bottom: 50px;
}

.well-sm--inset-1 {
  padding-bottom: 0;
}
.well-sm--inset-2 {
  padding-bottom: 121px;
}

.well-md--inset-1 {
  padding-bottom: 136px;
}

@media (min-width: 992px) {
  .well-sm {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .well-sm--inset-1 {
    padding-bottom: 0;
  }

  .well-md {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .well-md--inset-1 {
    padding-top: 167px;
  }

  .well-lg {
    padding-top: 171px;
    padding-bottom: 171px;
  }
}


/* OFFSETS */


.flow-offset-1 > * + * {
  margin-top: 0px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 20px;
  }
}


.offset-1 {
  margin-top: 13px;
}

.offset-2 {
  margin-top: 15px;
}

.offset-3 {
  margin-top: 25px;
}

.offset-4 {
  margin-top: 16px;
}

.offset-5 {
  margin-top: 35px;
}

.offset-6 {
  margin-top: 25px;
}

.offset-7 {
  margin-top: 15px;
}

/* INSETS */


@media (min-width: 992px) {
	
	
	
  .offset-2 {
    margin-top: 20px;
  }

  .inset-2 {
    padding-top: 10px;
  }

  html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n+5).offset-0 {
    margin-top: 0px;
  }

  .offset-3 {
    margin-top: 0px;
  }

  .offset-7 {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .inset-1 {
    padding-right: 87px;
  }
}

/* ELEMENTS DE LA PAGE */


.brand {
  display: inline-block;
  font-family:'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1;
}
.brand_name {
  font-family:'Allura', cursive;	
  font-size: 65px;
  font-weight: 400;
  color: #000000;
}
.brand_slogan {
  color: #d4307d;
  font-size: 18px;
  padding-top: 20px;
  font-weight:400;
  text-transform: uppercase;
}

.brand a:hover {
  color: inherit;
}
.brand p + p {
  margin-top: 0;
}

.brand .heading-3 p {
	 
 color:#706F6F; 
 margin-top:5px;

	}

.brand  .heading-3 h2 {
  margin-top: 10px;
  color:#A2A1A1;
}

@media (min-width: 768px) {
  .brand_name {
    font-size: 80px;
  }
  .brand_slogan {
    font-size: 20px;
  }
  
  .heading-3 h2 {
	font-size: 22px;
	  }
  .heading-3 p {
	font-size: 14px;
	  }	 	  
}

@media (min-width: 992px) {
  .brand_name {
    font-size: 100px;
  }
  .brand_slogan {
    font-size: 25px;
  }
  
  .heading-3 h2 {
	font-size: 28px;
	  }
  .heading-3 p {
	font-size: 14px;
	  }	  
}
@media (min-width: 1200px) {
  .brand_name {
    font-size: 120px;
  }
}

/* LISTE */

.terms-list dt + dd {
  margin-top: 20px;
}
.terms-list dd + dt {
  margin-top: 35px;
}



/* QUOTES */
.quote q:before {
  content: '" ';
}
.quote q:after {
  content: ' "';
}

/* BOX */
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: 100%;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: block;
  vertical-align: top;
  float:left; /**/
}
.box .box_left {
  padding-right: 15px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 15px;
  padding-top: 5px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 30px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: block;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 20px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
  
 
  
}

@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 20px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }
 
 .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
 .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
  

  
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: block;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 15px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }

  .box_left {
    position: relative;
    top: -5px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: block;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 20px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}


/* LISTE */
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 20px;
}

/* VIGNETTES */
.thumb {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 500px;
}
.thumb:hover .thumb__overlay {
  top: 0;
  opacity: 1;
}
.lt-ie9 .thumb:hover:before {
  display: block;
}
.thumb img {
  width: 100%;

}

.thumb__overlay {
  position: absolute;
  left: 0px;
  top: -100%;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  color: #fff;
  background: #282c32;
  background: rgba(40, 44, 50, 0.7);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  
}
.thumb__overlay:before {
  content: '\f030';
  font: 400 100px 'FontAwesome';
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.lt-ie9 .thumb__overlay:before {
  display: none;
}
@media (min-width: 992px) {
  .thumb {
    max-width: none;
  }
}

/* FOND */
.bg-primary {
  background: #d4307d;
}

.bg-contrast-variant-1 {
  background: #282c32;
  color: #58585f;
}
.bg-contrast-variant-1 h1, .bg-contrast-variant-1 h2, .bg-contrast-variant-1 h3, .bg-contrast-variant-1 h4, .bg-contrast-variant-1 h5, .bg-contrast-variant-1 h6,
.bg-contrast-variant-1 .heading-1, .bg-contrast-variant-1 .heading-2, .bg-contrast-variant-1 .heading-3, .bg-contrast-variant-1 .heading-4, .bg-contrast-variant-1 .heading-5, .bg-contrast-variant-1 .heading-6 {
  color: #fff;
}

/* COULEURS */
.default-color {
  color: #fff;
}

.contrast-color {
  color: #000;
}

.primary-color {
  color: #d4307d;
}

/* ICONES */
.icon {
  display: inline-block;
  position: relative;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-primary {
  background: #d4307d;
  color: #fff;
  height: 90px;
  width: 90px;
  line-height: 90px;
}
.icon-primary--1 {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.icon-default {
  background: #30343a;
  color: #fff;
  width: 85px;
  height: 86px;
  line-height: 85px;
}
.icon-default--1 {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.icon-default:hover {
  background: #d4307d;
  color: #fff;
}
.icon-default--2:hover {
  background: #30343a;
}

.icon-xs {
  font-size: 20px;
  line-height: 20px;
}

.icon-sm {
  font-size: 25px;
}
.icon-sm--1 {
  font-size: 30px;
}
.icon-sm--2 {
  font-size: 25px;
}

.icon-md {
  font-size: 50px;
  line-height: 50px;
}

.icon-lg {
  font-size: 100px;
  line-height: 100px;
}

/* BOUTONS */

button
 {
  display: inline-block;
  outline-offset: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  background:none;
  border: 1px solid #d4307d;
}

.btn {
  display: inline-block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
.btn:active, .btn:hover {
  cursor: pointer;
}

.btn-primary {
  background: #d4307d;
  color: #fff;
  border: 1px solid #d4307d;
}

.btn-plus {
	
 color:#999999;
 border:none;
 background:none;
 cursor:pointer;
		
	}

.btn-primary:hover {
  background: transparent;
  color: #d4307d;
}

.btn-xs {
  min-width: 50px;
  padding: 5px;
  margin-bottom:10px;
  font-size: 10px;
  border-radius: 8px;
}


.btn-sm {
  min-width: 100px;
  padding: 15px;
  font-size: 18px;
}

.btn-md {
  min-width: 100px;
  padding: 15px;
  font-size: 24px;
}

.btn-form {
  min-width: 80px;
  padding: 10px;
  font-size: 14px;
}


/* MENU SUPERFISH */
.sf-menu {
  display: inline-block;
  margin: 0 20px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  }
.sf-menu > li + li {
  margin-left: 25px;
  
}
.sf-menu > li + li:before {
  content: '';
  pointer-events: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #343a40;
  position: absolute;
  top: 50%;
  left: -17px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sf-menu a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
.sf-menu a:hover,
.sf-menu li.active > a,
.sf-menu li.sfHover > a, .sf-menu > a:hover {
  color: #d4307d;
}

@media (max-width: 890px) {

.sf-menu a {
  font-size: 14px;
}

.sf-menu > li + li {
  margin-left: 15px;
  
}

.sf-menu > li + li:before {

  width: 4px;
  height: 4px;
  left: -9px;
}

}
@media (min-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 50px;
  }
  .sf-menu > li + li:before {
    left: -30px;
  }
}

.sf-menu ul {
  background: #343a40;
  display: none;
  position: absolute;
  top: 33px;
  left: -10%;
  padding: 14px 20px 16px;
  z-index: 2;
  min-width: 215px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.sf-menu ul:before {
  position: absolute;
  color: #343a40;
  left: 50%;
  top: -12px;
  content: "";
  font: 400 18px/18px "FontAwesome";
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul li + li {
  margin-top: 4px;
}

.sf-menu ul ul {
  background: #282c32;
  position: absolute;
  top: -21%;
  left: 125%;
  width: auto;
  margin-top: 0;
  min-width: 197px;
  padding: 27px 20px 30px;
  z-index: 4;
}
.sf-menu ul ul:before {
  content: "";
  left: -3px;
  top: 10px;
}

@media (max-width: 768px) {
  .sf-menu {
    display: none;

  }
}
/* MENU MOBILE */
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #d4307d;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 768px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/* STUCK MENU */
.isStuck {
  background: #282c32;
  z-index: 999;
  border-bottom: 1px solid #d4307d;
}
.isStuck .nav {
  padding: 20px 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/* TOTOP */
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #d4307d;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #74273F;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}



/* TABS */

.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 30px;
}
.resp-tabs-list li.resp-tab-active, .resp-tabs-list li:hover {
  color: #d4307d;
  font-weight:600;
}

.li.resp-tab-active {
  font-weight:600;
}

.resp-tabs-list li + li {
  margin-left: 30px;
}

.resp-tabs-container {
  margin-top: 30px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    font-size: 16px;
    font-weight: 700;
    margin-top: 9px;
    display: block;
    padding: 16px 5px 15px;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 1.2;
    border-top: 1px solid #d4307d;
    border-bottom: 1px solid #d4307d;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    cursor: pointer;
  }

  .resp-accordion:hover,
  .resp-tab-active {
    background: #d4307d none repeat scroll 0% 0%;
    border-color: #d4307d;
    color: #fff;
  }

  .resp-tab-content {
    padding: 20px 0;
  }

  .resp-tabs-list {
    display: none;
  }
  
  
}

/* HEADER */

header {

  background-color:#FFFFFF;
  color: #ffffff;
}
header .well-lg {
  padding-top: 150px;
  padding-bottom: 150px;
}
header .nav {
  padding: 20px 0;
}
@media (min-width: 769px) {
  header .stuck_container {
    background: #282c32;
  }
}
@media (min-width: 1200px) {
  header .nav {
    padding: 20px 0;
  }
}
header h1, header h2, header h3, header h4, header h5, header h6,
header .heading-1, header .heading-2, header .heading-3, header .heading-4, header .heading-5, header .heading-6 {
  color: #fff;
}

.header--mod-1 {
  background-color:#FFFFFF;
}

.header--mod-1 .well-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  header,
  .header--mod-1 {
    background-position: top center;
  }

  header .well-lg {
    padding-top: 460px;
    padding-bottom: 416px;
  }
}

/* CONTENU */

main {
  display: block;
  margin-top: 20px;
  /*min-height: 100vh;*/
}

.block-pos-1 {
  position: relative;
  top: -5px;
}

/* FOOTER */

footer {
  background-color:#FFFFFF;
  color: #9198a3;
  font-size: 15px;
  line-height: 1.6;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #fff;
}
footer .copyright {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .copyright {
    padding-top: 30px;
  }
}


/* TIMELINE */

.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* *Composants de la TIMELINE* */

#cd-timeline {
  position: relative;
  padding: 1em 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  height: 100%;
  width: 4px;
  background: #d4307d;
}
@media only screen and (min-width: 768px) {
  #cd-timeline {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-block {
    margin: 2em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: solid 3px #d4307d;

}
.cd-timeline-img img {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;

}
.cd-timeline-img.cd-picture {
  /*background: #75ce66;*/
    background: #FFFFFF;

}
.cd-timeline-img.cd-movie {
  /*background: #c03b44;*/
    background: #FFFFFF;

}
.cd-timeline-img.cd-location {
  /*background: #f0ca45;*/
    background: #FFFFFF;

}
@media only screen and (min-width: 768px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -16px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 50px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  border: 1px #d7e4ed solid;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 14px;
  font-size: 0.9rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
  text-align: left;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: inherit;
  padding: .5em 0;
  opacity: 1;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #d7e4ed;
}
@media only screen and (min-width: 768px) {

  .cd-timeline-content p {
    font-size: 14px;
    font-size: 0.9rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    top: 0px;
	right: 100%;
    font-size: 16px;
    font-size: 1rem;
	
  }
  
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.4em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 20px;
    left: 100%;
    border-color: transparent;
    border-left-color: #d7e4ed;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 90%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
	
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 20px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #d7e4ed;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 768px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* POPUPS */

#Mask {
	width: auto;
	height: auto;
	background-image: url(../images/popups/background.png);
	background-repeat: repeat;
	position: absolute;
	display: none;
	z-index: 50;	
}

#PopupInformation { 
	width: 300px;
	height: 200px;
	background-image: url(../images/popups/popup.png);
	background-repeat: no-repeat;
	position: absolute;
	display: none;
	z-index: 60;
	left: 50%;
	top: 200px;
	margin-left: -150px;
}

#PopupMessage {
	width: 260px;
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	display: block;
	float: left;
	left: 20px;
	top: 80px;
}


#Close { 
	width: 9px;
	height: 9px;
	background-image: url(../images/popups/close.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	float: right;
	right: 10px;
	top: 10px;
}

#Error {
	color: #F06;
	position: relative;
	display: none;
	float: left;
}

.block {height:10px;}


/* FORUMULAIRE */

label
{
    display: inline-block;
    float: left;
	height:25px;
	
	}	
	
textarea {
	
  width:100%;
  height: 120px;
  border: 1px solid #999999;
  border-radius: 3px;
  padding:1px 4px;

}	

 :required {
   border-color: #d4307d;
 }

input, textarea {
	line-height:20px;
	font-weight:normal; 
	font-size:1.0em;
}

input[type='button'], input[type='reset'] {
  display: inline-block;
  outline-offset: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
}


input[type='text'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='color'],
input[type='datetime'],
input[type='datetime-local'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='date'],
input[type='password'],
input[type='number'] {
  outline: none;
  background-color: transparent;
  border: 1px solid #999999;
  -webkit-appearance: none;
  border-radius: 3px;
  vertical-align: baseline;
  box-shadow: none;
  width:100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}



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