/*
@media only screen and (max-width: $break-small);
*/
/*
.container-flex {
    @include flex;
}
*/
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

.l-container-fluid {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .mainBandeau {
    display: none;
  }
}

.main-header {
  width: 100%;
  margin: 0;
  background: #ececec;
}

.main-header__title {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
}
@media only screen and (max-width: 960px) {
  .main-header__title {
    height: 50px;
    line-height: 50px;
  }
}
.main-header__title h1 {
  font-weight: 300;
  font-size: 36px;
  color: #009de0;
  margin: 0 0 0 10px;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .main-header__title h1 {
    font-size: 24px;
  }
}
.main-header__title img {
  width: auto;
  height: 100%;
}

.main-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606060;
}
.main-header__body h2 {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 10px;
}
.main-header__body .cell {
  flex: 1;
  position: relative;
  /*
  &:before {
  	position: absolute;
  	content: '';
  	width: 1px;
  	height: 100%;
  	top: 0;
  	bottom: 0;
  	left: 50%;
  	border: 1px solid rgb(0, 157, 224);
        }
  */
}
.main-header__body .cell p {
  background-color: #ececec;
  text-align: justify;
  font-size: 1rem;
  line-height: 21px;
  font-weight: 400;
  color: #606060;
}
.main-header__body .cell.separator {
  flex: 0;
}
.main-header__body .cell ul {
  margin: 5px 0 5px 20px;
  list-style-image: url(../img/v8_236.png);
  color: #505050;
}

.main-header__body__separator {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
.main-header__body__separator img {
  width: 1px;
}
.main-header__body__separator p {
  color: #009de0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.main-header__footer span {
  display: block;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  font-weight: 300;
  color: #bcbcbc;
  padding: 10px 0;
}
.main-header__footer .fleche {
  height: 27.5px;
  background: #fff url(../img/mainBandeauDownArray.jpg) no-repeat top center;
}

.main-body {
  flex: 1;
  width: 100%;
  display: block;
  padding: 0 0 4em 0;
  list-style: none;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #505050;
  /*
  a::after {
  	opacity: 0;
  	content: '';
  	display: block;
  	position: absolute;
  	bottom: 0px;
  	right: 0;
  	left: 0;
  	height: 1px;
  	background: #17a6e2;
  	transition: .3s;
  }
  a:hover::after {
  	opacity: 1;
  	bottom: 0px;
  }
  */
}
.main-body h2 {
  color: #009de0;
  /*#009de0*/
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .main-body h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.main-body p {
  color: #505050;
  margin-top: 8px;
  margin-bottom: 6px;
}
.main-body a {
  display: inline-block;
  text-decoration: none;
  color: #009de0;
  /*
  margin-top: 5px;
  margin-bottom: 5px;
  */
  position: relative;
}
.main-body p.noMargin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.main-body ul {
  margin: 0 0 10px 20px;
  list-style-image: url(../img/v8.png);
  color: #505050;
}

@media only screen and (min-width: 960px) {
  .for-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .for-desktop {
    display: none !important;
  }
}

.with-menu {
  background-color: rgba(0, 0, 0, 0.5);
}

.main-body__depositors,
.main-body__benificiaries {
  display: flex;
  height: 800px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .main-body__depositors,
  .main-body__benificiaries {
    height: 100%;
  }
}
.main-body__depositors .cell,
.main-body__benificiaries .cell {
  padding: 10px;
  width: calc(33% - 10px);
}
@media only screen and (max-width: 960px) {
  .main-body__depositors .cell,
  .main-body__benificiaries .cell {
    width: 100%;
  }
}

.main-body__benificiaries {
  height: 1350px;
}
@media only screen and (max-width: 960px) {
  .main-body__benificiaries {
    height: 100%;
  }
}

.img-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.home-container {
  /* Fond bleu */
  /* background-color: #009de0; */
  background-color: #ececec;
  }

.home-content {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* Caracteres en blanc sur fond bleu */
  /* color: #ececec; */
  color: #505050;
  padding: 5px;
}
@media only screen and (max-width: 960px) {
  .home-content {
    max-width: 100%;
    flex-direction: column;
  }
}

.home-text {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  color: #ececec;
  text-align: justify;
  font-size: 1.1rem;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .home-text {
    max-width: 100%;
    text-align: justify;
    background-color: inherit;
  }
}

.home-column {
  width: 100%;
  /* Affichage en 2 colonnes */
  /* width: 50%; */
  font-size: 1.1rem;
  font-weight: 400;
  padding: 10px;
}
@media only screen and (max-width: 960px) {
  .home-column {
    width: 100%;
  }
}

.home-communique {
	width: 100%;
	display: block;
	text-align: center;
}

.home-communique a {
  text-decoration: none;
  color: rgb(80, 80, 80);
}


/* AFFICHAGE EN 2 COLONNES - SEPARATION ENTRE LES COLONNES*/
/* .home-column:nth-child(odd) { */
  /* padding: 10px 50px 10px 0px; */
/* } */
/* .home-column:nth-child(even) { */
  /* padding: 10px 0px 10px 50px; */
/* } */

.home-column h2 {
  font-size: 1.4rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #7bc9ed;
}

.home-column p {
  text-align: justify;
  padding-top: 10px;
}

.home-button {
  background: rgba(13, 126, 196, 0.9);
  /* + transparence*/
  border-radius: 15px;
  height: 30px;
  width: 130px;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  float: right;
}

.home-button a {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  /*rgb(178, 209, 227);*/
  text-decoration: none;
  padding: 0;
  margin: auto;
  line-height: 30px;
}

/* IMAGE AVEC CARTE */
.home-title {
  background: #ececec;
  text-align: center;
  font-weight: 400;
  font-size: 2.5rem;
  padding: 10px;
  color: #009de0;
}

.homeImg-container {
  background: #ececec;
}

.homeImg-content {
  max-width: 960px;
  height: 430px;
  margin: 0 auto;
  background-image: url('../img/homeMap.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.l-container {
  width: 100%;
  margin: 0;
}

.l-content,
.headband-content,
.main-body {
  max-width: 960px;
  margin: 0 auto;
  background-color: inherit;
  padding: 10px;
}
@media only screen and (max-width: 960px) {
  .l-content,
  .headband-content,
  .main-body {
    max-width: 100%;
    margin: 0;
  }
}

/* BANDEAU BLEU FONCE */
.headband-container {
  background: #0d7ec4;
  /* background: #ececec; */
  /* background: inherit; */
  /* border-bottom: 1px solid #7bc9ed; */
}

.headband-content {
  color: #ececec;
  /* color: #009de0; */
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
