/*
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), 
		   url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), 
		   url("../fonts/montserrat-regular-webfont.woff") format("woff"), 
		   url("../fonts/montserrat-regular-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), 
		   url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), 
		   url("../fonts/montserrat-bold-webfont.woff") format("woff"), 
		   url("../fonts/montserrat-bold-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light?#iefix") format("embedded-opentype"), 
		   url("../fonts/Montserrat-Light.woff2") format("woff2"), 
		   url("../fonts/Montserrat-Light.woff") format("woff"), 
		   url("../fonts/Montserrat-Light.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i');

@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/overpass-mono-regular.eot");
  src: url("../fonts/overpass-mono-regular.eot?#iefix") format("embedded-opentype"), 
			 url("../fonts/overpass-mono-regular.woff2") format("woff2"), 
			 url("../fonts/overpass-mono-regular.woff") format("woff"), 
			 url("../fonts/overpass-mono-regular.ttf") format("truetype");
  /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000, U+0104, U+0106, U+0118, U+0141, U+0143, U+00D3, U+015A, U+0179, U+017B, U+0105, U+0107, U+0119, U+0142, U+0144, U+00F3, U+015B, U+017A, U+017C;*/
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), 
		   url("../fonts/Raleway-Regular.svg") format("svg"), 
		   url("../fonts/Raleway-Regular.woff") format("woff"), 
		   url("../fonts/Raleway-Regular.ttf") format("truetype");
  /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;*/
  font-family: 'Overpass Mono Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/overpass-mono-bold.eot");
  src: url("../fonts/overpass-mono-bold.eot?#iefix") format("embedded-opentype"), 
		   url("../fonts/overpass-mono-bold.woff2") format("woff2"), 
		   url("../fonts/overpass-mono-bold.woff") format("woff"), 
		   url("../fonts/overpass-mono-bold.ttf") format("truetype");
  /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;*/
}

a:hover {
	text-decoration: none;
}

/****************************************************************************************************/
/******************************************* HEADER  ************************************************/
/****************************************************************************************************/

.first-header {
	margin-top: 15px;
	margin-bottom: 15px;
}

.first-header.flags {
	margin-top: 30px;
}

.first-header.flags img{
	margin: 0 2px;
}

.first-header img.logo {
	margin-left: -15px;
	margin-right: 20px;
}

.first-header span.by{
	color: #999;
	font-size: 14px;
	margin-right: 10px;
	text-transform: uppercase;
}



header table {
	float: right;
	margin-right: -15px;
}
.call-us {
	color: #f1d700;
  font-family: 'Overpass';
  font-size: 16px;
  display: inline-block;
  background: #052964;
  padding: 4px 5px 1px 6px;
  text-align: center;
}
.phone-us {
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 22px;
	color: #052964;
	line-height: 22px;
}
#nav-top {
	background: #052964;
	color: #fff;
}
nav {
	display: inline-block;
}
nav a {
	font-family: 'Overpass';
  position: relative;
  display: inline-block;
  margin: 0;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 13px;
}
.navbar {
	padding:0;
	width: 100%;
}
.navbar-toggler-right {
	position: relative;
	border: 1px solid #f1d700;
  margin: 2px 20px;
  color: #f1d700;
  font-family: 'Montserrat';
}
.navbar-toggler-right span {
	color: #f1d700;
}
.navbar-toggleable-md .navbar-nav .nav-link {
	padding: 16px 10px 0 15px !important;
	padding: 16px 5px 0 15px !important;
}

nav a:hover,
nav a:focus, nav a.active {
	outline: none;
	color: #f1d700;
}

.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before{
	position: absolute;
	top: 62%;
	left: 50%;
	color: transparent;
	content: "\2022";
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before,
.cl-effect-13 a.active::before {
	color: #f1d700;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus,
.cl-effect-13 a.active{
	color: #f1d700;
	text-decoration:none;
}
.connexion {
	display: inline-block;
	float: right;
}
.connexion a {
	background: #f1d700;
  height: 49px;
  width: 150px;
  display: block;
  text-align: center;
  line-height: 53px;
  font-family: 'Overpass Mono Bold';
  font-size: 14px;
  color: #052964;
  text-decoration: none;
}
.connexion a:hover {
	color: #fff;
}
.connexion img {
	margin-right: 15px;
}


/****************************************************************************************************/
/******************************************* HOMEPAGE  **********************************************/
/****************************************************************************************************/


#visuel {
	background: url("../images/bg-home.jpg");
	background-position: center center;
	background-size: cover;
}
#visuel img {
	margin: 80px 10px 15px 15px;
}



/****************************************************************************************************/
/******************************************* BOUTONS  ************************************************/
/****************************************************************************************************/

#visuel .btn {
	margin-left: 174px;
  margin-bottom: 50px;
  margin-top: 25px;
}
.btn {
  border-radius: 0;
  border-color: #f1d700;
  color: #f1d700;
  font-family: 'Overpass Mono Bold';
  font-size: 13px;
  text-transform: uppercase;
}
.btn:hover {
	background: #f1d700;
	color: #052964;
}

.btn-jaune {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    
}

.btn-bleu {
  border-radius: 0;
  border: 1px solid #052964;
  color: #052964;
  font-family: 'Overpass Mono Bold';
  font-size: 13px;
  text-transform: uppercase;
}
.btn-bleu:hover {
	background: #052964;
	border: 1px solid #052964;
	color: #f1d700;
}

.btn-blanc, .btn-blanc:focus, .btn-blanc:active, .btn-blanc:visited {
	border-radius: 0;
	border: 1px solid #FFF;
	color: #FFF;
	font-family: 'Overpass Mono Bold';
	font-size: 13px;
	text-transform: uppercase;
  }
.btn-blanc:hover {
	  background: #FFF;
	  border: 1px solid #FFF;
	  color: #9cafab;
  }

.btn-anim {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
 	outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-anim:hover {
  border: 1px solid;
   /*box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);*/
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
   /*text-shadow: 1px 1px 2px #427388;*/
}

.btn-download {
	background: #052964;
	border: 1px solid #052964;
	color: #fff;
}
.btn-download span {
	color: #f1d700;
}
.btn-download:hover {
	background: #f1d700;
	border: 1px solid #f1d700;
	color: #fff;
}
.btn-download:hover span {
	color: #052964;
}
.btn-yellow {
	background: #f1d700;
	border: 1px solid #f1d700;
	color: #052964;
	margin: 15px 0;
}
.btn-yellow:hover {
	background: #f1d700;
	border: 1px solid #f1d700;
	color: #fff;
}
/****************************************************************************************************/
/******************************************* BLOC FOCUS  ********************************************/
/****************************************************************************************************/

.bloc-focus {
	margin-top: 90px;
	background: #f0f0eb;
	font-family: 'Montserrat';
	font-size: 15px;
	text-align: center;
	border: 5px solid #fff;
	border-bottom: 0;
	padding: 0 0 200px 0;
	position: relative;
}
.puce-home {
	margin-top: -35px;
	margin-bottom: 25px;
}
.bloc-focus h2 {
	font-size: 18px;
	text-transform: uppercase;
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	color: #052964;
} 
.bloc-focus .sub-text {
	color: #636363;
	margin: 20px;
}
.bloc-focus .major-text {
	color: #052964;
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
}
.bloc-focus .bloc-home-img {
	overflow: hidden;
	text-align:center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}
.bloc-focus .bloc-home-visuel {
	margin: 0px -15px 0;
  	padding: 0;
}



/** NEWS **/
.bloc-news{
	background: #f0f0eb;
	font-family: 'Montserrat';
	font-size: 15px;
	text-align: center;
	border: 5px solid #fff;
	border-bottom: 0;
	margin-top: 50px;
}

.bloc-news h3{
	display: block;
	padding: 20px;
	text-transform: uppercase;
	font-size: 14px;
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	color: #052964;
	height: 70px;
	margin: 0;
}

.bloc-news .bloc-img {
	overflow: hidden;
	text-align:center;
	height: 170px;
	position: relative;
}

.bloc-news .bloc-img img{
	display: block;
	position: absolute;
	top: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
}

.bloc-news .bloc-img .btn-jaune a{
	background-color: #f1d700;
	color: #333;
}

.bloc-news .bloc-tags{
	background: #FFF;
}


.bloc-news .bloc-tags a{
	display: inline-block;
    padding: 4px 12px;
    color: #052964;
    text-transform: uppercase;
    font-size: 10px;
    background-color: #f1d700;
    margin: 0 4px;
    margin-top: 10px;
}

.bloc-news .bloc-tags a:hover
{
	color: #FFF;
	background-color: #052964;
}

.content-page.news .bloc-tags{
	margin: 10px 0;
}

.content-page.news .bloc-tags a{
	display: inline-block;
    padding: 4px 12px;
    color: #052964;
    text-transform: uppercase;
    font-size: 10px;
    background-color: #f1d700;
    margin-right: 8px;
    line-height: 1.5;
}

.content-page.news .bloc-tags a:hover{
	color: #FFF;
	background-color: #052964;
}


.load-more{
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	border: 2px solid #052964;
	color: #052964;
	text-transform: uppercase;
	padding: 10px 15px;
	width: 240px;
	margin: auto;
	display: block;
	text-align: center;
	margin-top: 50px;
}

.load-more:hover{
	background-color: #052964;
	color: #FFF;
}

/** NEWS SINGLE **/
.content-page.news{ padding-top:0; }
.content-page.news small.date{
	display:inline-block;
	margin-bottom:10px;
	color:#999;
	font-size:12px;
}

.content-page.news img.main{
	display:block;
	margin:10px 0;
	width:100%;
}

.content-page.news .pj{
	background-color: #f0f0eb;
	margin-top: 20px;
	padding: 20px;
}

.content-page.news .pj h4{
	color: #999;
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.content-page.news .pj ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.content-page.news .pj ul li a{
	color: #052964;
}
.content-page.news .pj ul li span{
	margin-right: 8px;
}


/****************************************************************************************************/
/******************************************* PAGES FRONT  ********************************************/
/****************************************************************************************************/

#header-page {
	background: url("../images/bg-titre.jpg");
	background-position: center center;
	background-size: cover;
}
.titre-page {
	color: #052964;
	font-size: 26px;
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	margin: 80px -15px;
}
.titre-page:after {
 content:url(../images/under-h1.png);
	display: block;
  margin-top: -10px;
}
h2 {
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 18px;
	color: #052964;
	margin-top:40px;
	text-transform: uppercase;
}
h2:after {
 content:url(../images/under-h2.png);
 display: block;
 margin-top: -5px;
}
h2 small {
  font-size: 18px;
  font-family: 'Montserrat';
}
.content-page {
	font-family: 'Raleway';
	font-size: 15px;
	line-height: 26px;
	padding-top: 50px;
}/*
.content-page li {
	display: block!important;
    float: left;
    clear: both;
    margin-bottom: 0px;
    padding: 4px 0px;
    position: relative;
    color: #383838;
}
.content-page li:before {
	  color: #f1d700;
		content: "\2022";
    font-size: 23px;
    margin-left: -16px;
    display: block;
    float: left;
    font-weight: 700;
}
.content-page ul {
	  margin-left: 35px;
    padding-left: 0;
    position: relative;
    display: inline-block;
}
.content-page li ul li:before {
	  color: #052964;
	}*/
.column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.bullet-arrow {
  /*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
  font-size: 15px;
  color: #052964;
  list-style-type: none;
  padding: 0 15px;
}
.bullet-arrow li {
	margin-left: 15px;
}
.bullet-arrow li:before {
  content: "\edbb";
  font-family: 'icomoon';
  font-size: 12px;
  float: left;
  margin-top: 2px;
  margin: 11px 8px 0px -30px;
  color: #fff;
  background: #f1d700;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 14px;
  line-height: 24px;
}
.bloc-contact {
	background: #f1d700;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 15px;
	padding: 15px;
  	margin: 15px 5px;
}

.bloc-partenaire {
	background: #9cafab;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 15px;
	padding: 15px;
  	margin: 15px 5px;
}

.bloc-partenaire p{
	color: #FFF;
	font-size: 12px;
}

.bloc-partenaire p.title{
	font-weight: bold;
	font-size: 15px;
}

#entrance {
	padding: 60px 0 35px;
}
#entrance input {
	border: 0;
	margin: 5px;
	font-family: 'Raleway';
  font-size: 12px;
  padding: 10px 15px;
  width: 200px;
}
#entrance ::-webkit-input-placeholder {
   font-family: 'Raleway';
   font-size: 12px;
}

#entrance :-moz-placeholder { /* Firefox 18- */
   font-family: 'Raleway';
   font-size: 12px; 
}

#entrance ::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'Raleway';
   font-size: 12px;
}

#entrance :-ms-input-placeholder {  
   font-family: 'Raleway';
   font-size: 12px;
}
#entrance p {
	margin: 15px;
  line-height: 20px;
}
.compte {
	background: #052964;
	color: #fff;
	text-align: center;
	padding: 20px;
  border: 5px solid #fff;
}
.compte .btn {
	margin: 10px;	
	border: 2px solid #f1d700;
}
.inscription {
	background: #f1d700;
	color: #052964;
	text-align: center;
	padding: 20px;
  border: 5px solid #fff;
}
.inscription .btn {
	margin: 10px;
	border: 2px solid #052964;
}


#emergency {
	background: #f0f0eb;
	margin: 30px 0;
  padding: 30px;
  color: #052964;
}
#emergency p {
	font-family: 'Montserrat';
	font-size: 21px;
}
#emergency b {
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 25px;
	margin-top: 15px;
  display: inline-block;
}
#emergency a {
	font-family: 'Overpass Mono Bold';
	font-size: 21px;
	color: #052964;
}

.list-pays {
	border: 1px solid #052964;
	text-transform: uppercase;
}
.list-pays ul  {
	list-style-type: none;
  padding: 15px; 
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.list-pays li {
	  margin-left: 40px;
    color: #052964;
    font-family: 'Overpass';
    font-size: 15px;
    line-height: 35px;
    padding: 0;
}
.list-pays li:hover, .list-pays li.active {
	font-family: 'Overpass Mono Bold';
}
.list-pays li:before {
  content: "\edbb";
  font-family: 'icomoon';
  font-size: 12px;
  float: left;
  margin: 5px 0px 0px -33px;
  color: #fff;
  background: #f1d700;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 14px;
  line-height: 24px; 
}
.list-pays li:hover::before, .list-pays li.active:before, .list-action li:hover::before, .list-action li.active:before {
	background: #052964;
}
.form-contact {
	padding-top: 60px;
}
.form-contact input, .form-contact select, .form-contact textarea {
	border: 1px solid #dadada;
	color: #052964;
	font-size: 15px;
	font-family: 'Raleway';
	padding: 10px 15px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
}
.form-contact select, .form-contact textarea {
	margin: 0 0 25px -15px;
	width: 94.5%
}
.form-contact::-webkit-input-placeholder { 
  color: #052964;
}
.form-contact::-moz-placeholder { 
  color: #052964;
}
.form-contact:-ms-input-placeholder { 
  color: #052964;
}
.form-contact:-moz-placeholder { 
  color: #052964;
}
.form-contact .btn {

  padding: 15px 30px;
  border-width: 2px;
      font-size: 14px;
}

/*#accordion{
	padding: 0 15px;
    border: 4px solid #CCC;
}*/

.adresse {
	background: #f0f0eb;
	background: #E5E5E5;
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	color: #052964;
	padding: 15px;
	/*margin: 15px -15px 15px 0;*/
	margin: 15px 0
}

.adresse p[data-toggle="collapse"]{
	cursor: pointer;
	margin-bottom: 0;
}

.postal {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #000;
}
.adresse a {
	font-size: 12px;
	color: #052964;
}

/* Validation */
#contact-form input.error, 
#contact-form textarea.error,
#demande-form input.error, 
#demande-form textarea.error
{ border: 1px #990000 solid;}

#contact-form p.error,
#demande-form p.error
{margin-top: 4px; color: #990000; font-size: 12px;}

#demande-form p.error
{ margin: 0;display: inline-block; }
/* ====MESSAGE FOR SUCCES==== */

#messages { 
	margin: 1em 0; 
	padding: 0; 
	display: block; 
	background: transparent none; 
}
#messages h1 {
  	letter-spacing: 1px;
 	font-size: 20px;
  	font-weight: 400;
	text-transform: uppercase;
}

#messages p {
  	font-size: 16px;
  	font-weight: 200;
  	text-align: left;
  	font-style: italic;
  	margin-bottom: 10px;
  	color: #FFF;
  	padding: 10px;
}

#messages p.error {
	background-color: #990000; 
}

#messages p.success {
	background-color: #0ec600;
}


/****************************************************************************************************/
/******************************************* ESPACE PRO  ************************************************/
/****************************************************************************************************/
#header-page-bo {
	background-color: #f0f0eb;
} 
#header-page-bo .titre-page {
    margin: 30px -15px;
    display: inline-block;
}
.deconnexion {
	display: inline-block;
	float: right;
}
.deconnexion a {
	background: #052964;
  height: 49px;
  width: 150px;
  display: block;
  text-align: center;
  line-height: 53px;
  font-family: 'Overpass Mono Bold';
  font-size: 14px;
  color: #f1d700;
  text-decoration: none;
}
.deconnexion a:hover {
	color: #fff;
}
.deconnexion img {
	margin-right: 15px;
}

.espace-pro{
	display: flex;
	flex-direction: row;
	background: #f1d700;
	padding: 0 8px;
}

.espace-pro a{
	font-family: 'Overpass Mono Bold';
	font-size: 14px;
	color: #052964;
	padding: 16px 8px !important;
	font-family: 'Overpass Mono Bold';
  	font-size: 14px;
	text-decoration: none;
}

.espace-pro a:hover{
	color: #000;
}

.myaccount {
	float: right;
	text-align: center;
	background: #f1d700;
	color: #052964;
	font-family: 'Raleway';
	font-size: 11px;
	vertical-align: middle;
    height: 100%;
    padding: 20px 30px;
    margin-right: -15px;
    font-weight: bold;
}
.myaccount a {
	color: #052964;
	text-decoration: underline;
}
.list-action.scroll{
	height: 140px;
	overflow-y: scroll;
}
.list-action::-webkit-scrollbar-button:vertical:decrement{
  background: url('https://www.digitalteam.fr/projects/e-detachement/images/icon-up.png') no-repeat top;
  height: 8px;
}
.list-action::-webkit-scrollbar-button:vertical:increment {
    background: url('https://www.digitalteam.fr/projects/e-detachement/images/icon-down.png') no-repeat top;  
    height: 18px; 
}
.scroll::-webkit-scrollbar{
		width:8px;
		background-color:#ffffff;
	}
	.scroll::-webkit-scrollbar-track {
		border:1px #ffffff solid;
		border-radius:8px;
		-webkit-box-shadow:0 0 6px #ffffff inset;
	}
	.scroll::-webkit-scrollbar-thumb {
		background-color:#b8b8b8;
		border:1px solid #ffffff;
		border-radius:8px;
	}
	.scroll::-webkit-scrollbar-thumb:hover {
		background-color:#b8b8b8;
		border:1px solid #ffffff;
	}
	.scroll::-webkit-scrollbar-thumb:active{
		background-color:#b8b8b8;
		border:1px solid #ffffff;
	}
.list-action ul {
	list-style-type: none;
	padding-left: 0;
	max-width: 80%;
}
.list-action li {
	  margin-left: 30px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 35px;
}
.list-action li:hover, .list-action li.active  {
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
}
.list-action li:before {
     content: "\edbd";
    font-family: 'icomoon';
    font-size: 10px;
    float: left;
		margin: 7px 0px 0px -30px;
    color: #fff;
    background: #f1d700;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 14px;
    line-height: 21px;
    padding-left: 2px;
}
.list-action span {
	display: block;
	color: #ccc;
	float: right;
	padding-top: 8px;
}
.help {
	  background: #f1d700;
    font-size: 14px;
    text-align: left;
    font-family: 'Raleway';
    padding: 15px;
    margin: 15px 5px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    width: 78%;
    text-transform: uppercase;
    float: right;
}
.help img {
	float: left;
  margin: 7px 24px 0px 10px;
}
.help p {
	padding-top: 20px;
}
.help a, .help b {
	text-transform: initial;
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	color: #052964;
}

.bo th {
	border: 0;
	background: #052964;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 13px;
	vertical-align: middle;
	text-align: center;
}


.action-done {
	color: #0fa44f;
}
.action-undone {
	color: #9b9b9b;
}
.action-wait {
	color: #db7d00;
}
.action-todo {
	color:#052964;
}
.action-important {
	color: red;
}
.bo a {
	color: #052964;
	font-size: 12px;
}
.bo .etat {
	text-align: center;
	font-family: 'Montserrat';
	font-size: 12px;
	
}
.bo .action {
	text-align: center;
	
}
.bo .left {
	font-size: 12px;
	font-family: 'Montserrat';
	
}
.bo .date {
	font-size: 12px;
	font-family: 'Montserrat';
	
}
.bo tbody tr:nth-of-type(odd) {
    background-color: #ecece6;
}
.bo tbody tr {
	background-color: #fff;
}
.resume-entreprise, .resume-entreprise a {
	/*font-family: 'Montserrat Light';*/
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 14px;
	color: #000;
}

.resume-entreprise b {
	color: #052964;
	font-family: 'Montserrat';
}
.certif-logo {
	margin-top: 112px;
    margin-bottom: 24px;
}
.certif {
	font-family: 'Montserrat';
	font-size: 13px;
	color: #052964;
}

.tabs-bo {
	margin-top: 60px;
}
.nav-tabs .nav-link {
    border: 2px solid #052964;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    font-size: 15px;
    /*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    margin: 2px;
}
.nav-tabs a.nav-link {
		color: #052964;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #052964;
    border-color: #052964;
}
.nav-tabs {
    border-bottom: 0;
}
.dropdown .btn {
	border:0;
	background: transparent;
	font-family: 'Montserrat';
    text-transform: none;
}
.action  select {
	border: 0;
	color: #000;
	font-size: 12px;
	font-family: 'Montserrat';
	padding: 8px 10px;
	border-radius: 0;
	width: 100%;
	margin-bottom: 10px;
	background: transparent;
}
.modal {
	font-family: 'Montserrat';
}
.modal-body label {
	font-size: 13px;
	text-align: left;
}
.modal-body input, .modal-body select {
	border: 1px solid #dadada;
	color: #052964;
	font-size: 12px;
	font-family: 'Raleway';
	padding: 8px 10px;
	border-radius: 0;
	width: 100%;
	margin-bottom: 10px;
}
.modal-body::-webkit-input-placeholder { 
  color: #052964;
}
.modal-body::-moz-placeholder { 
  color: #052964;
}
.modal-body:-ms-input-placeholder { 
  color: #052964;
}
.modal-body:-moz-placeholder { 
  color: #052964;
}
.modal-body .btn {

  padding: 15px 30px;
  border-width: 2px;
      font-size: 14px;
}
.modal-body .custom-file-control {
		height: inherit;
    padding: 8px 10px;
    border: 1px solid #dadada;
    border-radius:0;
}
.modal-body a {
	color: #052964;
	font-size: 12px;
}




.representant-action {
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	border: 2px solid #052964;
	color: #052964;
	text-transform: uppercase;
    padding: 10px 15px;
    width: 240px;
    margin: auto;
    display: block;
    text-align: center;
}
.representant-stats {
	text-align: center;
	background: #f1d700;
	font-family: 'Overpass Mono';
  font-size: 20px;
  padding: 30px 15px 15px;
  color: #052964;
  border: 5px solid #fff;
  padding-top: 1rem;
}

.stats-number {
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 30px;
}
/****************************************************************************************************/
/******************************************* FOOTER  ************************************************/
/****************************************************************************************************/
footer {
	background: #f0f0eb;
}
footer .adresse {
	font-family: 'Montserrat';
	font-size: 12px;
}
footer .adresse span {
	color:#052964;
	font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
}
#footer-menu {
	padding-top:20px;
	margin-bottom: 30px;
	margin-top: 65px;
}
#footer-menu .titre {
	/*font-family: 'Montserrat Bold';*/
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 30px;
	}
#footer-menu a {
	text-transform: uppercase;
	font-size: 12px;
	color: #052964;
	font-family: 'Overpass Mono Bold';
}
footer 
.footer-bottom, .footer-bottom a {
	background: #052964;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 13px;
	color: #fff;
	padding: 15px 0;
}

footer .partners{
	border-top: 1px solid #E0E0E0;
}

footer .partners .titre{
	margin: 15px 0;
	text-align: center;
}

footer .partners a{
	display: inline-block;
	margin: 0 20px;
}




/****************************************************************************************************/
/************************************** SOCIAL WIDGETS  *********************************************/
/****************************************************************************************************/
@media only screen and (max-width:768px){
	.d_xs_none{
		display: none;
	}
}

.t_align_c{
	text-align: center;
}

.social_widgets *{
	-webkit-backface-visibility:hidden;
}

.social_widgets{
	position:fixed;
	right:0;
	top:40%;
	z-index:110;
	list-style: none;
}
.social_widgets > li{
	margin-bottom: 5px;
	transition:all .4s ease;
}
.social_widgets > li.opened{
	-webkit-transform:translateX(-265px);
	-moz-transform:translateX(-265px);
	-o-transform:translateX(-265px);
	-ms-transform:translateX(-265px);
	transform:translateX(-265px);
	z-index:1;
}

.sw_button i:only-of-type{
	line-height: 40px;
}
.sw_button{
	display: block;
	width:40px;
	height:40px;
	color:#fff;
	font-size:1.3em;
	-webkit-border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	text-align: center;
}
.sw_button:hover{
	-webkit-animation:jump .4s ease;
	-moz-animation:jump .4s ease;
	animation:jump .4s ease;
	color: rgba(0,0,0,0.7);
}

.sw_button.facebook{background:#3b5998;}
.sw_button.twitter{background:#2daae1;}
.sw_button.linkedin{background:#0274b3;}
.sw_button.contact{background:#b4035b;}


/****************************************************************************************************/
/******************************************* MOBILE  ************************************************/
/****************************************************************************************************/

@media (max-width: 600px) {
  .column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
  .list-pays ul  {
	list-style-type: none;
  padding: 15px; 
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
      margin-left: 5px;
}

}



