/*! 
*  \file         ui.css
*  \brief        Code CSS pour tous le site CMAP
*  \author       Cécile CHELIM / http://cecile-chelim.fr / @cecile_chelim
*  \version      1.0
*  \date         2015
*   \détails
*   UI Kit du Centre de Médiation et d'Arbitrage de Paris
*   Le kit est lié à l'utilisation de Bootstrap
*/

/* INTÉGRATION DES POLICES */
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  src: url('../fonts/OpenSans-Italic.ttf');
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  src: url('../fonts/OpenSans-Bold.ttf');
}
/* style ui kit */
body{
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Mise en page UI kit */
#masthead {min-height:250px; }
#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}
#masthead .well {margin-top:8%; }
.navbar-bright {
 background-color:#111155;
 color:#fff;
}
.affix-top,.affix{
 position: static;
}
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
    margin-top:0px;
    width:228px;
  }
  #sidebar.affix {
    position: fixed;
    top:0px;
    width:228px;
  }
}
#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}

/************************************ COULEURS ***********************************/
/* mise en page panel couleurs */
.panel{border:1px solid #F5F5F5; border-radius : 10px; }
.panel-header{padding: 0px;height: 50px; }
.panel-header .couleurs1{height: 50px;background-color: #e07767; }
.panel-header .couleurs2{height: 50px;background-color: #6598a9; }
.panel-header .couleurs3{height: 50px;background-color: #F5F5F5; }
.panel-header .couleurs4{height: 50px;background-color: #222; }
.panel-header .couleurs5{height: 50px;background-color: #ce5945; }
.panel-header .couleurs6{height: 50px;background-color: #4c7582; }

/* Valeurs héxadécimales */
.orange{color:#e07767;}
.orange-hover{color:#e07767;}
.gris{color:#F5F5F5;}
.bleu{color:#6598a9;}
.bleu-hover{color:#4c7582;}
.noir{color:#222;}

/* background couleurs */
.bg-gris{background-color: #F5F5F5;}

/************************************ TYPOGRAPHIE ***********************************/
h1, h2, h3, h4, h5, h6
{
  font-style: normal;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6
{
  font-style: normal;
  font-weight: normal;
}
h1{font-size: 40px;}
h2{font-size: 35px;}
h3{font-size: 30px;}
h4{font-size: 25px;}
h5{font-size: 20px;}
h6{font-size: 15px;}
p{font-size: 16px;line-height: 1.8;}

p.justify{text-align: justify;}
li{
  font-size: 16px;
}
/************************************ IMAGES ***********************************/
img{
  max-width: 100%;
  height: auto;
}
img.format-image-1{
  border-radius:10px;
  padding: 10px;
  border:1px solid #F5F5F5;
}
img.format-image-2{border-radius:50%; }

/************************************ BOUTONS ET LIENS ****************************/
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  color: #999;
}
a:focus,
a:active,
a:visited{outline: none;}

/* style des boutons pleins  */
/* Bouton orange*/
.btn-orange {background-color: #e07767;color: #fff; }
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {background-color: #ce5945;color: #fff; }
/* Bouton orange vide*/
.btn-orange-empty {border:2px solid #e07767;color: #e07767; }
.btn-orange-empty:hover,
.btn-orange-empty:focus,
.btn-orange-empty:active {background-color: #ce5945;color: #fff; }
/* Bouton orange carré */
.btn-orange-carre {background-color: #e07767;color: #fff;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px; }
.btn-orange-carre:hover,
.btn-orange-carre:focus,
.btn-orange-carre:active {background-color: #ce5945;color: #fff; }
/* Bouton bleu */
.btn-bleu {background-color: #6598a9;color: #fff; }
.btn-bleu:hover,
.btn-bleu:focus,
.btn-bleu:active {background-color: #4c7582;color: #fff; }
/* Bouton bleu vide */
.btn-bleu-empty {border:2px solid #6598a9;color: #6598a9; }
.btn-bleu-empty:hover,
.btn-bleu-empty:focus,
.btn-bleu-empty:active {background-color: #6598a9;color: #fff; }
/* bouton bleu carre */
.btn-bleu-carre {background-color: #6598a9;color: #fff;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px; }
.btn-bleu-carre:hover,
.btn-bleu-carre:focus,
.btn-bleu-carre:active {background-color: #4c7582;color: #fff; }
/* Bouton blanc */
.btn-blanc {background-color: #fff;color: #e07767; }
.btn-blanc:hover,
.btn-blanc:focus,
.btn-blanc:active {background-color: #e07767;color: #fff; }
/* Bouton blanc vide */
.btn-blanc-empty {border:2px solid #fff;color: #e07767; }
.btn-blanc-empty:hover,
.btn-blanc-empty:focus,
.btn-blanc-empty:active {background-color: #fff;color: #e07767;border:2px solid #e07767; }
/* Bouton blanc carré */
.btn-blanc-carre {background-color: #fff;color: #e07767;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px; }
.btn-blanc-carre:hover,
.btn-blanc-carre:focus,
.btn-blanc-carre:active {background-color: #e07767;color: #fff; }

/* Dropdown */
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  border: none;
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0px;
  margin: 2px 0px 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
  background-color: #F5F5F5;
}
.dropdown-menu li a{
  padding: 10px;
}
.dropdown-menu li a:hover{
 background-color: #ddd;
}
.dropdown-menu .divider{margin:0;}

/************************************ MARGIN & PADDING ****************************/
/* padding */
.p10{padding: 10px;}
.p20{padding: 20px;}
.p30{padding: 30px;}
.p40{padding: 40px;}
.p50{padding: 50px;}
.pb20{padding-bottom:20px;}
.nopadding{padding: 0;}
.nopadding-right{padding-right: 0;}
/* margin */
.m10{margin: 10px;}
.m20{margin: 20px;}
.m30{margin: 30px;}
.m40{margin: 40px;}
.m50{margin: 50px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.nomargin{margin: 0;}

/************************************ FORMULAIRES ****************************/
/* style général */
.form-control:focus {
  border-color: orange;
  outline: 0;
  -webkit-box-shadow: none; 
  box-shadow: none; 
}
input.form-control{
  -webkit-box-shadow:none;
  box-shadow: none;
}
.control-label{font-weight: 600;}
label{font-weight: 500;}

/* input disabled */
.form-control.disabled, .form-control[disabled] {
  background-color: rgb(230, 233, 237);
  border-color: rgb(230, 233, 237);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: rgb(238, 238, 238);
  opacity: 1;
}

/* Select fonctionne avec stepper */
.stepper .stepper-input {
  overflow: hidden;
  -moz-appearance: textfield;
}
.stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper .stepper-arrow {
  position: absolute;
  right: 15px;
  display: block;
  width: 20px;
  height: 50%;
  text-indent: -99999px;
  cursor: pointer;
  background-color: #3bafda;
}
.stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
  background-color: #4fc1e9;
}
.stepper .up {
  top: 0;
  border: 1px solid #269ecb;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.stepper .down {
  bottom: 0;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.stepper .up::before, .stepper .down::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.stepper .up::before {
  top: 5px;
  left: 5px;
  border-bottom: 4px solid white;
}
.stepper .down:before {
  bottom: 5px;
  left: 6px;
  border-top: 4px solid white;
}
.stepper.disabled .stepper-arrow {
  background-color: #3bafda;
  filter: alpha(opacity=45);
  opacity: .45;
}
/* select */
.selecter {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  outline: none;
  /* Open */
  /* 'Cover' Positioning */
  /* 'Bottom' Positioning */
  /* 'Bottom' + 'Cover' Positioning */
  /* Multiple Select */
  /* 'Disabled' State */
  /* Scroller Support */
}
.selecter .selecter-element {
  position: absolute;
  left: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;

  *left: -999999px;
}
.selecter .selecter-element, .selecter .selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.selecter .selecter-selected {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 10px;
  overflow: hidden;
  text-overflow: clip;
  cursor: pointer;
  background-color: white;
  border: 1px solid #aab2bd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.selecter .selecter-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selecter .selecter-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  background-color: white;
  border: 1px solid #aab2bd;
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  *width: auto;
}
.selecter .selecter-group {
  display: block;
  padding: 5px 10px 4px;
  font-size: 11px;
  color: #aab2bd;
  text-transform: uppercase;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e6e9ed;
}
.selecter .selecter-item {
  display: block;
  width: 100%;
  padding: 6px 10px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: white;
  border-bottom: 1px solid #e6e9ed;
}
.selecter .selecter-item.selected {
  color: white;
  background-color: #3bafda;
  border-bottom-color: #4fc1e9;
}
.selecter .selecter-item.disabled {
  color: #aab2bd;
  cursor: default;
}
.selecter .selecter-item:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.selecter .selecter-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.selecter .selecter-item:hover {
  background-color: #e6e9ed;
}
.selecter .selecter-item.selected:hover {
  background-color: #3bafda;
}
.selecter .selecter-item.disabled:hover, .selecter:hover .selecter-selected, .selecter.disabled .selecter-item:hover {
  background-color: white;
}
.selecter.open {
  z-index: 3;
  outline: 0;
}
.selecter.open .selecter-selected {
  z-index: 51;
  border: 1px solid #3bafda;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.selecter.open .selecter-selected, .selecter.focus .selecter-selected {
  background-color: white;
}
.selecter.cover .selecter-options {
  top: 0;
  border-width: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.selecter.cover .selecter-options .selecter-item.first {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.selecter.cover.open .selecter-selected {
  z-index: 49;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.selecter.bottom .selecter-item:last-child {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.selecter.bottom.open .selecter-options {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.selecter.bottom.cover .selecter-options {
  top: auto;
  bottom: 0;
}
.selecter.bottom.cover.open .selecter-selected, .selecter.bottom.cover.open .selecter-options {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.selecter.multiple .selecter-options {
  position: static;
  display: block;
  width: 100%;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.selecter.disabled .selecter-selected {
  color: #aab2bd;
  cursor: default;
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}
.selecter.disabled .selecter-options {
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}
.selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
  color: #aab2bd;
  cursor: default;
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}
.selecter.disabled .selecter-item.selected {
  color: white;
  background-color: #3bafda;
  filter: alpha(opacity=45);
  opacity: .45;
}
.selecter .selecter-options.scroller {
  overflow: hidden;
}
.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}
/* checkbox */
.checkbox, .radio {
  padding-left: 0;
  margin-top: 0;
}
.checkbox label, .radio label {
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url("../img/check_flat/default.png") no-repeat;
  border: none;
  *display: inline;
}
.icheckbox_flat {
  background-position: 0 0;
}
.icheckbox_flat.checked {
  background-position: -22px 0;
}
.icheckbox_flat.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat {
  background-position: -88px 0;
}
.iradio_flat.checked {
  background-position: -110px 0;
}
.iradio_flat.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}
/* champs de recherche */
.search-only {position: relative; }
.search-only .search-icon {
  position: absolute;
  top: 2px;
  left: 8.5px;
  z-index: 20;
  width: 30px;
  font-size: 17px;
  line-height: 30px;
  color: rgb(230, 233, 237);
  text-align: center;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.search-only .form-control:last-child {padding-left: 40px; }

/* Toggle */
.toggle {
  height: 32px;
}
.toggle input[type="checkbox"], .toggle input[type="radio"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  text-indent: -100000px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.toggle .handle {
  position: relative;
  top: -20px;
  left: 0;
  display: block;
  width: 50px;
  height: 32px;
  background-color: white;
  border-radius: 19px;
  -webkit-box-shadow: inset 0 0 0 1px #b8bfc8;
  -moz-box-shadow: inset 0 0 0 1px #b8bfc8;
  box-shadow: inset 0 0 0 1px #b8bfc8;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
.toggle .handle:before, .toggle .handle:after {
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
  -moz-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
  box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.toggle input[type="checkbox"]:disabled + .handle, .toggle input[type="radio"]:disabled + .handle, .toggle input[type="checkbox"]:disabled + .handle:before, .toggle input[type="radio"]:disabled + .handle:before, .toggle input[type="checkbox"]:disabled + .handle:after, .toggle input[type="radio"]:disabled + .handle:after {
  background-color: #e6e9ed;
  filter: alpha(opacity=60);
  opacity: .6;
}
.toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before {
  width: 50px;
  background-color: #a0d468;
}
.toggle input[type="checkbox"]:checked + .handle:after, .toggle input[type="radio"]:checked + .handle:after {
  left: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
  -moz-box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
  box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
}

/************************************ ALERT ****************************/
.alert-orange{color: #e07767; background-color: rgba(224, 119, 103, 0.18); border-color: #e07767;}
.alert-bleu{color: #6598a9; background-color: rgba(101, 152, 169, 0.18); border-color: #6598a9;}

/************************************ TABS ****************************/
/* -------------- Élément tabs ---------------- */
#tabscmap .nav-tabs{
  border-bottom: 0px;
}
#tabscmap .nav-tabs > li{
  width: 100%;
}
#tabscmap .nav-tabs > li > a{
  color: #333;
  border: 1px solid;
  border-color: #F4F4F4;
  position: relative;
  padding: 10px 0 25px 10px;
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-transform:  uppercase;
  border-radius: 0px; -webkit-border-radius: 0px; -ms-border-radius: 0px;
}
#tabscmap .nav-tabs > li > a i{
  font-size: 30px;
  padding-right: 15px;
  margin-left: 20px;
  color: #ED6751;
}
#tabscmap .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background: transparent;
  border-color: #F4F4F4;
}
#tabscmap .nav-tabs > li.active > a, 
#tabscmap .nav-tabs > li.active > a:focus, 
#tabscmap .nav-tabs > li.active > a:hover{
  border-width: 1px 2px 1px 1px;
  border-style:  solid;
  border-color: #F4F4F4;
  border-right-color: #ED6751;
  background: transparent;
}

#tabscmap .nav-tabs > li:first-child > a, .nav-tabs > li.active a:first-child{
  border-top-color: transparent;
}
#tabscmap .nav-tabs > li:last-child > a, .nav-tabs > li.active a:last-child{
  border-bottom-color: transparent;
}
#tabscmap .tab-title{
  font-size: 14px;
  margin: 0 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#tabscmap .tab-content{
  background-color: rgba(248, 251, 253, 0.87);
  padding: 30px 20px;
  margin-left: -2px;
  min-height: 584px;
}
#tabscmap .tab-content p{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.3px;
  color: #717171;
}
#tabscmap .nav-tabs > li.active > a:before{
  border: 10px solid transparent;
  border-right-color: #ED6751;
  right: 0;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}

#tabscmap .nav-tabs > li.active > a:after {
  border: 9px solid transparent;
  border-right-color: #fff;
  right: -2px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
#tabscmap .nav-tabs > li.active > a:before, #tabscmap .nav-tabs > li.active > a:after{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/************************************ BREADCUMB ****************************/
.breadcrumb {
  color: #e07767;
  background-color: rgba(245, 245, 245, 0.64);
}
.breadcrumb > .active {
  color: #434a54;
}
.breadcrumb a {
  color: #e07767;
}
/* breadcrumb ave flèche de direction */
.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: rgba(245, 245, 245, 0.64);
}
.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
}
.breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}
.breadcrumb-arrow li span {
  padding: 0 10px;
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px;
}
.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}
.breadcrumb-arrow li a {
  position: relative;
  color: white;
  text-decoration: none;
  background-color: #e07767;
  border: 1px solid #e07767;
}
.breadcrumb-arrow li:first-child a {
  padding-left: 10px;
}
.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li a:before {
  right: -10px;
  z-index: 3;
  border-left-color: #e07767;
  border-left-style: solid;
  border-left-width: 11px;
}
.breadcrumb-arrow li a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #F5F5F5;
}
.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
  background-color: #6598a9;
  border: 1px solid #6598a9;
}
.breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
  border-left-color: #6598a9;
}
.breadcrumb-arrow li a:active {
  background-color: #6598a9;
  border: 1px solid #2494be;
}
.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
  border-left-color: #2494be;
}
.breadcrumb-arrow li span {
  color: #434a54;
}

/************************************ PAGINATION ****************************/
.pagination > li > a, .pagination > li > span {
  color: #434a54;
  background-color: white;
  border-color: #ccd1d9;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: white;
  background-color: #e07767;
  border-color: #ccd1d9;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: white;
  background-color: #e07767;
  border-color: #e07767;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #e6e9ed;
  background-color: white;
  border-color: #ccd1d9;
}

/************************************ PROGRESS ****************************/
.progress {
  background-color: #e6e9ed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background-color: #3bafda;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #8cc152;
}
.progress-bar-info {
  background-color: #6598a9;
}
.progress-bar-warning {
  background-color: #f6bb42;
}
.progress-bar-danger {
  background-color: #E07767;
}

/************************************ COLLAPSE ****************************/
.collapse-cmap{
  padding: 20px 20px 9px;
  border: 1px solid;
  border-color: #e8f0f5;
}
.collapse-cmap .panel-group .collapse-cmap .panel + .collapse-cmap .panel, .collapse-cmap .panel-default > .panel-heading, .collapse-cmap .panel-group .panel{
  border: 0px;
  box-shadow: none;
  background-color: transparent;
}
.collapse-cmap .panel-default > .collapse-cmap .panel-heading{
  background: transparent;
  color: #333;
  border-color: #ddd;
}
.collapse-cmap .panel-title{
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
}
.collapse-cmap .panel-title a.collapsed {
  color: #222;
}
.collapse-cmap .panel-heading a {
  display: block;
  padding: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
}
.collapse-cmap .panel-title a:hover,
.collapse-cmap .panel-title a:focus{
  color: #e07767;
  text-decoration: none;
}
.collapse-cmap .panel-title a:before, .collapse-cmap .panel-title a.collapsed:before {
  content: "+";
  float: right;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-align: right;
  line-height: 15px;
}
.collapse-cmap p.content-question{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.3px;
  color: #717171;
}

/************************************ BLOC ACTUALITÉ ****************************/
.bloc-actu img, .bloc-actu p, .bloc-actu a{
 -webkit-transition: all 0.2s ease-in;
 -moz-transition: all 0.2s ease-in;
 -o-transition: all 0.2s ease-in;
 transition: all 0.2s ease-in;
}
.bloc-actu img.news-thumb{
  border: 1px solid #dadada;
  float: left;
  height: 70px;
  padding: 4px;
  position: absolute;
  width: 70px;
  opacity:0.8;
}
.bloc-actu .content-actu{
  float: left;
  padding-left: 90px;
  margin-bottom: 35px;
}
.bloc-actu .content-actu h5{
  margin: 0 0 6px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
}
.bloc-actu a .content-actu p {color:#666666; }
.bloc-actu .block:hover{cursor: pointer; }
.bloc-actu .block:hover img.news-thumb{
  opacity:1;
  border-color:#e07767;
}
.bloc-actu .block:hover  p{color:#e07767; }
.bloc-actu .block:hover  h5 a{color:#6598a9; }

/************************************ BLOC TÉMOIGNAGES ****************************/
.bloc-temoignage{
  border: 1px solid;
  border-color: #e8f0f5;
  padding: 30px;
}
.bloc-temoignage .img-profil-temoin{
  background: url('../img/profil-temoin.png') center center no-repeat;
  background-size:cover;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  padding: 5px;
  border:1px solid #ddd;
}

.bloc-temoignage span.guillemet{
  font-size: 20px;
  font-weight: 600;
  color: #ED6751;
}
.bloc-temoignage p.nom-user{
  color: #2b2b2b;
  font-weight: 600;
  margin-bottom: 0px;
}

/************************************ MODAL ****************************/
.modal-header{
  background-color: #e07767;
  color: #fff;
}
