/*$brown:         #dcbfa5;*/

h1 {
  text-align : center;
}
/* line 3, ../sass/contacts.scss */
#col_right {
  text-align: center;
}
/* line 5, ../sass/contacts.scss */
#col_right p {
  margin: 0 0 20px 0;
}
/* line 8, ../sass/contacts.scss */
#col_right .texte_depositaire {
  font-weight: bold;
}


#page center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 1134, ../sass/cmspages_index.scss */
#page center > div.item {
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  margin-top: 60px;
}
/* line 1141, ../sass/cmspages_index.scss */
#page center > div.item > figure {
  position: relative;
  z-index: 2;
  background-image: none !important;
}
/* line 1147, ../sass/cmspages_index.scss */
#page center > div.item > figure img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: transform 1.2s ease;
  -moz-transition: transform 1.2s ease;
  -ms-transition: transform 1.2s ease;
  -o-transition: transform 1.2s ease;
  transition: transform 1.2s ease;
}
/* line 1155, ../sass/cmspages_index.scss */
#page center > div.item > figure:before {
  -webkit-transition: transform 1.2s ease, opacity 0.5s ease;
  -moz-transition: transform 1.2s ease, opacity 0.5s ease;
  -ms-transition: transform 1.2s ease, opacity 0.5s ease;
  -o-transition: transform 1.2s ease, opacity 0.5s ease;
  transition: transform 1.2s ease, opacity 0.5s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
/* line 1169, ../sass/cmspages_index.scss */
#page center > div.item > div {
  display: block;
  position: relative;
  z-index: 3;
  background-color: rgba(22, 96, 114, 0.9);
  padding: 10px 20px;
  text-align: center;
}


/* line 1179, ../sass/cmspages_index.scss */
#page center > div.item > div > h2, #page center > div.item > div .h2 {
  color: #ffffff;
  height: auto;
  min-height: 40px;
  font-weight: normal;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
/* line 1188, ../sass/cmspages_index.scss */
#page center > div.item > div > a {
  display: block;
  border: solid 1px #ffffff;
  color: #ffffff;
  background-color: transparent;
  width: 200px;
  max-width: 100%;
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

iframe {
  margin : 0 auto;
}

#page center h2 {
  width : 100%;
}

#page center h2 hr {
  border-top: 2px solid #006072;
  width: 31px;
}