@charset "UTF-8";

.tetiere {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  max-width: 76.25rem;
  width: 100%;
  position: relative;
  height: 100%;
}
.tetiere * {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	margin: auto;
}
.tetiere .tetiere-container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .tetiere .tetiere-container-left {
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .tetiere .tetiere-container-left {
    max-width: 100%;
    min-width: 100%;
  }
}

.tetiere .tetiere-container-left img {
  width: 100%;
  height: auto;
  display: block;
}

.tetiere .tetiere-container-right {
  background: #cfc3ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 30px;
  padding-right: 10px;
}
.tetiere .tetiere-container-right .bloc_textuel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tetiere .tetiere-container-right .bloc_textuel .texte {
  color: #2d2a29;
  font-size: 1rem;
  line-height: 120%;
  font-weight: normal;
  max-width: 572px;
}
@media only screen and (max-width: 850px) {
  .tetiere .tetiere-container-right .bloc_textuel {
    margin-left: 0;
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .tetiere .tetiere-container-right .bloc_textuel {
    height: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0 0 0 0;
  }
  .tetiere .tetiere-container-right .bloc_textuel .texte {
    font-size: 11px;
    line-height: 14px;
  }
}
.tetiere .tetiere-container-right .bloc_link {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.tetiere .tetiere-container-right .bloc_link a {
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 850px) {
  .tetiere .tetiere-container-right .bloc_link {
    bottom: 10px;
    right: auto;
  }
}
@media only screen and (max-width: 850px) {
  .tetiere .tetiere-container-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .tetiere .tetiere-container-right {
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 5px;
  }
}