/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.transition {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cover {
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */

  background-size: cover;
  /* version standardisée */

}
.border {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
}
.border-center {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
}
.merri {
  font-family: 'Merriweather', Arial, sans-serif;
}
.slide-section {
  padding: 0;
  z-index: 5;
  position: relative;
}
#slider-home {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
#slider-home .bx-default-pager {
  display: none;
  font-size: 18px;
  font-family: 'Merriweather', Arial, sans-serif;
  font-style: italic;
  font-weight: 300px;
  position: absolute;
  z-index: 5;
  bottom: 60px;
  text-align: right;
  padding-right: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 113px;
  right: 50%;
  margin-right: -495px;
}
#slider-home .bx-viewport {
  height: auto !important;
}
#slider-home #slide-counter {
  font-size: 18px;
  font-family: 'Merriweather', Arial, sans-serif;
  font-style: italic;
  font-weight: 300px;
  position: absolute;
  z-index: 5;
  bottom: 60px;
  text-align: right;
  padding-right: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 113px;
  right: 50%;
  margin-right: -495px;
}
#slider-home .bx-controls {
  width: 113px;
  right: 50%;
  margin-right: -495px;
  position: absolute;
  z-index: 8;
  bottom: 0;
  text-align: right;
}
#slider-home .bx-controls .bx-controls-direction {
  width: 115px;
  float: right;
  position: relative;
  height: 160px;
}
#slider-home .bx-controls .bx-controls-direction a {
  padding: 20px 0 0 12px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url(img/arr-blue-slider.png) left top;
  position: absolute;
  bottom: 60px;
}
#slider-home .bx-controls .bx-controls-direction .bx-prev {
  left: 20px;
}
#slider-home .bx-controls .bx-controls-direction .bx-next {
  background-position: left bottom;
  right: 20px;
}
#slider-home .slide li img {
  max-width: 100%;
  display: block;
}
#slider-home .slide li .content {
  margin: -95px auto 0 auto;
  padding: 30px 150px 30px 40px;
  background: url(img/bg-grey.png) #ffffff right top repeat-y;
  position: relative;
  width: 990px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slider-home .slide li .content .title {
  font-weight: 600;
  font-size: 28px;
  display: block;
  text-align: left;
  margin-bottom: 3px;
  text-transform: none;
}
#slider-home .slide li .content .title:hover {
  text-decoration: underline;
}
#slider-home .slide li .content .sub-title {
  font-family: 'Merriweather', Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  margin-top: 4px;
  font-weight: 300;
}
#slider-home .slide li .content .date {
  margin-top: 15px;
  position: relative;
  padding-top: 15px;
}
#slider-home .slide li .content .date:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #258197;
  top: 0;
  left: 0;
}
#slider-home .slide li .content .date span {
  color: #000000;
  font-weight: 300;
}
#slider-home .slide li .content .date .fin {
  padding-left: 20px;
  background: url(img/arr-blue.png) center left no-repeat;
}
.triples-home .triples-cols .table {
  display: table;
  width: 100%;
  height: 320px;
  text-decoration: none;
}
.triples-home .triples-cols .table .content {
  display: table-cell;
  vertical-align: top;
  padding: 30px 20px;
  text-align: center;
}
.triples-home .triples-cols .table .content .title-col {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 18px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.triples-home .triples-cols .table .content .title-col:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  background-color: #fff;
  bottom: 0;
}
.triples-home .triples-cols .table .content .subtitle-col {
  text-align: center;
  display: block;
}
.triples-home .triples-cols .table .content .date {
  text-align: center;
  display: block;
}
.triples-home .triples-cols .table .content p {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 30px;
}
.triples-home .triples-cols .red {
  background-color: #db3363;
}
.triples-home .triples-cols .red p {
  color: #FFF;
}
.triples-home .triples-cols .img {
  background-size: cover;
}
.triples-home .triples-cols .img p {
  color: #FFF;
}
.triples-home .triples-cols .middle {
  border-left: 4px solid #e1e5e6;
  border-right: 4px solid #e1e5e6;
}
.triples-home .triples-cols .middle .title-col {
  color: #3b3b3b !important;
}
.triples-home .triples-cols .middle .title-col:before {
  background-color: #3b3b3b !important;
}
.triples-home .triples-cols .middle .date {
  position: relative;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 600;
  margin-top: 20px;
}
.center {
  text-align: center;
}
.center .button-other {
  background-color: #e8e8e8;
}
.center.grey {
  padding: 25px 0;
}
.center.grey .more {
  background-color: #f0f2f2;
}
.triples-page.white .subtitle {
  background: url("img/border-blue-top.jpg") no-repeat center top;
}
.triples-page .more {
  background-image: url("img/arr-pink.png") !important;
}
.triples-page .triples-cols {
  margin-bottom: 35px;
}
.triples-page .triples-cols .col {
  height: 325px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 40px 0 40px;
  border: 2px solid #fff;
  position: relative;
}
.triples-page .triples-cols .col.pink:after,
.triples-page .triples-cols .col.red:after,
.triples-page .triples-cols .col.blue:after,
.triples-page .triples-cols .col.orange:after,
.triples-page .triples-cols .col.violet:after,
.triples-page .triples-cols .col.green:after,
.triples-page .triples-cols .col.gray:after {
  height: 0;
  width: 0;
}
.triples-page .triples-cols .col:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("img/bgblack.png") left top;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  content: '';
}
.triples-page .triples-cols .col .content {
  position: relative;
  z-index: 10;
}
.triples-page .triples-cols .col h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
}
.triples-page .triples-cols .col .cat {
  display: block;
  font-size: 18px;
  font-family: 'Merriweather', Arial, sans-serif;
  font-style: italic;
  color: #fff;
  margin: 7px 0 15px 0;
}
.triples-page .triples-cols .col .date {
  padding-top: 16px;
  position: relative;
}
.triples-page .triples-cols .col .date:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}
.triples-page .triples-cols .col .date,
.triples-page .triples-cols .col .heure {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 300;
}
.triples-page .triples-cols .col .heure {
  margin-top: 6px;
  padding-left: 18px;
  background: url("img/arr-white.png") no-repeat left center;
}
.triples-page .triples-cols .col.blue {
  background-color: #55b4ca;
}
.triples-page .triples-cols .col.pink {
  background-color: #db4a6b;
}
.triples-page .triples-cols .col.red {
  background-color: #ee6d62;
}
.triples-page .triples-cols .col.orange {
  background-color: #db7e05;
}
.triples-page .triples-cols .col.violet {
  background-color: #b69cb8;
}
.triples-page .triples-cols .col.green {
  background-color: #48cb9b;
}
.triples-cols:before,
.triples-cols:after {
  content: " ";
  display: table;
}
.triples-cols:after {
  clear: both;
}
.triples-cols .col {
  float: left;
  width: 33.3%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.triples-cols .col a:hover .title {
  text-decoration: underline;
}
.triples-cols .col.img {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.block-double-home .double-cols .table {
  height: 245px;
  display: table;
  width: 100%;
  color: #fff;
}
.block-double-home .double-cols .table .content-table {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.block-double-home .double-cols .table .title-col {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
}
.block-double-home .double-cols .table .subtitle-col {
  margin-top: 15px;
  padding-top: 18px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2;
  position: relative;
  font-family: 'Merriweather', Arial, sans-serif;
}
.block-double-home .double-cols .table .subtitle-col:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  background-color: #fff;
  top: 0;
}
.bgcolor.bgred {
  background-color: #ee6d62;
}
.bgcolor.bgred .col {
  background-color: #ee6d62;
  border-color: #ee6d62;
}
.bgcolor.bgred .col .date {
  background: url("img/border-red-top.jpg") no-repeat left top;
}
.bgcolor.bgred .heure {
  background-image: url("img/arr-red.png") !important;
}
.bgcolor.bgpink {
  background-color: #db4a6b;
}
.bgcolor.bgpink .col {
  background-color: #db4a6b;
  border-color: #db4a6b;
}
.bgcolor.bgpink .col .date {
  background: url("img/border-pink-top.jpg") no-repeat left top !important;
}
.bgcolor.bgpink .heure {
  background-image: url("img/arr-pink.png") !important;
}
.bgcolor.bgblue {
  background-color: #55b4ca;
}
.bgcolor.bgblue .col {
  background-color: #55b4ca;
  border-color: #55b4ca;
}
.bgcolor.bgblue .col .date {
  background: url("img/border-blue-top.jpg") no-repeat left top !important;
}
.bgcolor.bgblue .heure {
  background-image: url("img/arr-blue.png") !important;
}
.bgcolor.bgorange {
  background-color: #db7e05;
}
.bgcolor.bgorange .col {
  background-color: #db7e05;
  border-color: #db7e05;
}
.bgcolor.bgorange .col .date {
  background: url("img/border-orange-top.jpg") no-repeat left top !important;
}
.bgcolor.bgorange .heure {
  background-image: url("img/arr-orange2.png") !important;
}
.bgcolor.bgviolet {
  background-color: #b69cb8;
}
.bgcolor.bgviolet .col {
  background-color: #b69cb8;
  border-color: #b69cb8;
}
.bgcolor.bgviolet .col .date {
  background: url("img/border-violet-top.jpg") no-repeat left top !important;
}
.bgcolor.bgviolet .heure {
  background-image: url("img/arr-violet.png") !important;
}
.bgcolor.bggreen {
  background-color: #48cb9b;
}
.bgcolor.bggreen .col {
  background-color: #48cb9b;
  border-color: #48cb9b;
}
.bgcolor.bggreen .col .date {
  background: url("img/border-green-top.jpg") no-repeat left top !important;
}
.bgcolor.bggreen .heure {
  background-image: url("img/arr-green.png") !important;
}
.bgcolor .title,
#wrapper .title,
.bgcolor .subtitle,
#wrapper .subtitle {
  color: #fff;
}
.bgcolor .subtitle:before,
#wrapper .subtitle:before {
  background-color: #fff;
}
.bgcolor .double-cols .col,
#wrapper .double-cols .col {
  margin-bottom: 4px;
}
.bgcolor .double-cols .col img,
#wrapper .double-cols .col img {
  height: 245px;
}
.bgcolor .double-cols .col .content,
#wrapper .double-cols .col .content {
  background-color: #fff;
  height: 245px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 20px 10px 20px;
  text-align: left;
}
.bgcolor .double-cols .col .content a,
#wrapper .double-cols .col .content a {
  text-decoration: none;
}
.bgcolor .double-cols .col .content h3,
#wrapper .double-cols .col .content h3 {
  color: #363636;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}
.bgcolor .double-cols .col .content .subtitle-col,
#wrapper .double-cols .col .content .subtitle-col {
  font-family: 'Merriweather', Arial, sans-serif;
  margin-top: 10px;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
}
.bgcolor .double-cols .col .content .date,
#wrapper .double-cols .col .content .date {
  font-weight: 300;
  padding-top: 16px;
  margin-top: 13px;
  font-size: 13px;
  line-height: 1.1;
  display: block;
  color: #363636;
}
.bgcolor .double-cols .col .content .date span,
#wrapper .double-cols .col .content .date span {
  font-weight: 300;
}
.bgcolor .double-cols .col .content .heure,
#wrapper .double-cols .col .content .heure {
  font-family: 'Merriweather', Arial, sans-serif;
  background: url("img/arr-pink.png") no-repeat left center;
  padding-left: 20px;
  margin-top: 5px;
  display: block;
  font-size: 13px;
}
.col a:hover .title-col,
.col a:hover h3 {
  text-decoration: underline;
}
.double-cols:before,
.double-cols:after {
  content: " ";
  display: table;
}
.double-cols:after {
  clear: both;
}
.double-cols .col {
  float: left;
  width: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
}
.double-cols .col a {
  text-decoration: none;
}
.double-cols .col a:before,
.double-cols .col a:after {
  content: " ";
  display: table;
}
.double-cols .col a:after {
  clear: both;
}
.double-cols .col img {
  float: left;
  width: 50%;
  display: block;
  height: 245px;
}
.double-cols .col .content {
  text-align: center;
  float: left;
  width: 50%;
  background-color: #ee6d62;
}
.double-cols .col a:hover .title {
  text-decoration: underline;
}
.temoignages {
  text-align: center;
}
.temoignages iframe {
  margin: 0 auto;
}
.temoignages .content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  margin-top: 45px;
}
.temoignages .content h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.temoignages .content h2:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  background-color: #258197;
  bottom: 0;
}
.temoignages .content p {
  margin-bottom: 30px;
  font-family: 'Merriweather', Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
}
.temoignages a {
  font-family: "Poppins", Arial, sans-serif !important;
  font-weight: 500 !important;
}
.google-map {
  margin: 0 auto;
  max-width: 1200px;
}
.google-map .content {
  width: 350px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.google-map .content:after {
  content: '';
  right: -8px;
  background: url(img/arrow-right-white.png) center bottom no-repeat;
  height: 18px;
  width: 9px;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
}
.google-map .content h4 {
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
}
.google-map .content h4:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #db3363;
  bottom: 0;
  left: 0;
}
.google-map .content p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.35;
}
.google-map .content p.adresse {
  font-size: 18px;
}
.google-map .content p .arr {
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #3a3a3a;
}
.google-map .content p .arr span {
  color: #cc4c3c;
}
.google-map .content p a:hover {
  text-decoration: underline;
}
.archives {
  padding: 0  35px 70px 35px;
}
.archives .center {
  margin-top: 0px;
}
.archives .more {
  background: #f0f2f2 url("img/arr-pink.png") no-repeat scroll right center;
}
.archives article {
  background-color: #f0f2f2;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.archives article:before,
.archives article:after {
  content: " ";
  display: table;
}
.archives article:after {
  clear: both;
}
.archives article .img {
  display: table-cell;
  width: 300px;
  vertical-align: top;
}
.archives article .img img {
  display: block;
  max-width: 100%;
}
.archives article .more {
  background: #ffffff url("img/arr-pink.png") no-repeat scroll right center;
}
.archives article .content-right {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px 0;
}
.archives article .content-right a:hover {
  text-decoration: underline;
}
.archives article .content-right .title-article {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.archives article .content-right .subtitle-article {
  font-size: 15px;
  font-family: 'Merriweather', Arial, sans-serif;
  font-style: italic;
}
.archives article .content-right p {
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.3;
}
.archives article .content-right p:first-child {
  margin-top: 0;
}
.archives article .content-right .center {
  margin-top: 70px;
}
.archives article .content-right .date {
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
}
.archives article .content-right .date:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #db3363;
  top: 0;
  left: 0;
}
.archives article .content-right .date span {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.archives article .content-right .date span.debut {
  margin-right: 6px;
}
.archives article .content-right .date span.fin {
  padding-left: 20px;
  background: url("img/arr-red.png") no-repeat scroll left center;
}
#wrapper .double-cols {
  border-top: 6px solid #e8e8e8;
  background-color: #e8e8e8;
}
#wrapper .double-cols .col {
  border-left: 3px solid #e8e8e8;
  border-right: 3px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  border-bottom: 6px solid #e8e8e8;
  border-top: 0 !important;
}
#wrapper .double-cols .col:nth-child(odd) {
  border-right: 6px solid #e8e8e8;
  border-left: 0;
}
#wrapper .double-cols .col:nth-child(even) {
  border-left: 0;
  border-right: 0;
}
#wrapper .double-cols .col h3 {
  padding-bottom: 20px;
  margin-bottom: 13px;
  position: relative;
  font-weight: 700;
}
#wrapper .double-cols .col h3:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #db3363;
  bottom: 0;
  left: 0;
}
#wrapper .double-cols .col p {
  line-height: 1.2;
  font-size: 13px;
}
#wrapper .double-cols .col ul li {
  line-height: 1.2;
  font-size: 13px;
}
#wrapper .double-cols .col ul li:before {
  content: '';
  background: url("img/puce-black.png") no-repeat scroll left bottom;
  height: 4px;
  width: 4px;
  padding-right: 6px;
  padding-top: 5px;
  display: inline-block;
  vertical-align: top;
}
#wrapper .double-cols.color .content {
  background-color: #ad6200;
  padding: 0 10px;
}
#wrapper .double-cols.color .content .table {
  display: table;
  width: 100%;
  height: 245px;
  text-align: center;
}
#wrapper .double-cols.color .content .table .cell {
  display: table-cell;
  vertical-align: middle;
}
#wrapper .double-cols.color .content .table .cat {
  display: block;
  color: #533002;
  font-size: 12px;
  font-weight: 300;
}
#wrapper .double-cols.color .content .table h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin: 15px 0;
  padding-bottom: 0;
  background: none;
}
#wrapper .double-cols.color .content .date {
  color: #fff;
  background: url("img/border-white-top.jpg") no-repeat scroll center top;
}
#wrapper .double-cols.color .content .date span {
  font-size: 12px;
}
#wrapper .double-cols.color .content .date .fin {
  display: inline-block;
  background: url("img/arr-orange.png") no-repeat scroll left center;
  padding-left: 20px;
}
.std-form {
  padding: 0 20px;
  margin: 50px 0 30px 0;
}
.std-form select {
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 auto;
}
.std-form .triples-block {
  margin-bottom: 50px;
}
.std-form .triples-block:before,
.std-form .triples-block:after {
  content: " ";
  display: table;
}
.std-form .triples-block:after {
  clear: both;
}
.std-form .triples-block .block {
  float: left;
  width: 33%;
  text-align: center;
}
.std-form .triples-block label {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px ;
}
.std-form .triples-block .date span {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 0 10px;
}
.std-form .triples-block .date span:first-child {
  padding-left: 0;
}
.std-form .triples-block input[type="text"],
.std-form .triples-block .chosen-single,
.std-form .triples-block .search-field input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 13px 10px;
  background-color: #8e969d;
  border: 0;
  display: inline-block;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
.std-form .triples-block input[type="text"] span,
.std-form .triples-block .chosen-single span,
.std-form .triples-block .search-field input span {
  font-weight: 300;
  margin-right: 0;
}
.std-form .triples-block .chosen-choices {
  padding-top: 45px;
}
.std-form .triples-block .search-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.std-form .triples-block .chosen-single {
  padding: 13px 15px;
}
.std-form .triples-block .chosen-drop {
  text-align: left;
}
.std-form .triples-block .chosen-single {
  background: url("img/select-arrow.png") no-repeat right center #8e969d;
  padding-right: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.std-form .triples-block .search-field input {
  background: #8e969d url("img/select-arrow.png") no-repeat right center;
  padding-right: 40px;
  text-align: center;
  color: #fff;
  width: 100% !important;
}
.std-form .triples-block .chosen-container-single,
.std-form .triples-block .chosen-container-multi {
  width: 220px !important;
}
.std-form .triples-block .search-field input {
  width: 100% !important;
}
.std-form .triples-block #evenements_chosen {
  width: 260px !important;
}
.std-form .triples-block .datepicker {
  width: 95px;
  font-size: 12px !important;
}
.std-form input[type="submit"] {
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 700;
  padding: 13px 40px;
  display: inline-block;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
}
.std-form input[type="submit"]:hover {
  text-decoration: underline;
}
.std-form .chosen-container-multi .chosen-choices li.search-choice {
  font-size: 13px;
  text-transform: uppercase;
  color: #515151;
  background-color: #eef0f0;
  display: inline-block;
  padding: 10px 25px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin: 0 4px 4px 0;
}
.std-form .chosen-container-multi .chosen-choices li.search-choice span {
  font-weight: 300;
}
.std-form .chosen-container-multi .chosen-choices li.search-choice a {
  background: url("img/close.png") no-repeat scroll right center;
  padding: 11px 0 0 10px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  right: 5px;
  top: 10px;
}
.std-form .reload {
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.std-form .reload span {
  color: #ad6200;
}
.std-form .reload:hover {
  text-decoration: underline;
}
#wrapper .search {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f0f2f2;
  margin: 50px 0;
}
#wrapper .search input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 500;
  padding: 15px 60px 15px 25px;
  border: 0;
  background-color: transparent;
}
#wrapper .search input[type="submit"] {
  padding: 29px 0 0 29px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 6px;
  background: url("img/loupe-orange.png") no-repeat scroll right center;
  border: 0;
}
.article {
  margin: 50px 0 0 0;
}
.article .center {
  padding: 50px 0 0 0;
  margin-bottom: 0 !important;
}
.article .center .more {
  background-color: #f0f2f2;
}
.article .pagination {
  float: right;
  position: relative;
  z-index: 3;
}
.article .pagination a {
  padding: 21px 0 0 12px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 21px 11px 0 11px;
  background: url("img/arr-slide-red.png") no-repeat scroll left top;
  display: inline-block;
  vertical-align: middle;
}
.article .pagination .prev {
  background-position: center top;
}
.article .pagination .next {
  background-position: center bottom;
}
.article .pagination .current {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
}
.article .top-article {
  padding-top: 30px;
}
.article .top-article:before,
.article .top-article:after {
  content: " ";
  display: table;
}
.article .top-article:after {
  clear: both;
}
.article .top-article h2 {
  padding-right: 100px;
  position: relative;
  z-index: 1;
  font-weight: 500 !important;
}
.article h2 {
  margin-top: 0 !important;
}
.article h2 span {
  display: block;
  font-weight: 300;
  text-transform: none !important;
  padding-top: 5px;
}
.article .color {
  color: #cc4c3c;
}
.article img {
  max-width: 100%;
}
.article .nav-article .title-nav {
  display: block;
  padding: 25px 50px 25px 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  background: url("img/arr-right.png") no-repeat scroll right center #ee6d62;
  text-align: center;
}
.article .nav-article .content-nav {
  border-top: 2px solid #ff8c7c;
  border-bottom: 3px solid #ffffff;
  padding: 25px 35px 20px 35px;
  background-color: #ee6d62;
}
.article .nav-article .content-nav:before,
.article .nav-article .content-nav:after {
  content: " ";
  display: table;
}
.article .nav-article .content-nav:after {
  clear: both;
}
.article .nav-article .content-nav .col {
  float: left;
  padding-left: 0 !important;
  margin-top: 0 !important;
  width: 33%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: none !important;
}
.article .nav-article .content-nav .col ul {
  padding-left: 0 !important;
  margin-top: 0 !important;
}
.article .nav-article .content-nav .col ul li {
  padding-left: 0 !important;
  background: none !important;
}
.article .nav-article .content-nav .col ul li:before {
  content: '' !important;
}
.article .nav-article .content-nav .col ul li a {
  display: inline-block;
  color: #fff !important;
  font-size: 18px;
  padding: 5px 10px 5px 15px;
  background: url("img/border-left-red.jpg") no-repeat scroll left top;
  line-height: 1.3;
  text-decoration: none !important;
  font-weight: 300 !important;
}
.article .nav-article .content-nav .col ul li a:hover,
.article .nav-article .content-nav .col ul li a.current {
  background-color: #cc4c3c;
}
.resultats h3 {
  font-size: 20px;
  text-align: center;
}
.resultats ul {
  margin-top: 40px;
  padding-left: 0 !important;
}
.resultats ul li {
  margin-top: 30px !important;
  padding-left: 0 !important;
  background-image: none !important;
}
.resultats ul li:before {
  content: '' !important;
}
.resultats ul li:first-child {
  margin-top: 0 !important;
}
.resultats ul li a {
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
  display: inline-block;
  background: url("img/arr-orange2.png") no-repeat scroll left center;
  color: #3a3a3a !important;
}
.resultats ul li a:hover {
  color: #ad6200 !important;
}
.resultats ul li p {
  font-size: 16px;
  margin-top: 12px !important;
  line-height: 1.2 !important;
}
.resultats ul li .bgcolor {
  display: inline-block;
  background-color: #ad6200;
  padding: 3px;
  color: #fff;
  font-weight: 300;
}
.page-template-plan-du-site #wrapper .wysywig > ul {
  margin-top: 50px;
  padding-left: 0;
}
.page-template-plan-du-site #wrapper .wysywig > ul ul {
  margin-top: 10px;
}
.timeline {
  width: 1200px;
  margin: -30px auto 30px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.timeline .storyjs-embed {
  margin: 0 auto;
}
.timeline .storyjs-embed .container {
  font-family: Arial !important;
}
.timeline .storyjs-embed.sized-embed {
  border: 0;
  width: 100% !important;
}
#pagination {
  padding: 14px 0 17px;
  background-color: #ad6200;
  margin-top: 80px;
}
#pagination ul {
  padding-left: 0 !important;
  text-align: center;
  margin-top: 0 !important;
  position: relative;
}
#pagination ul li {
  padding-left: 0 !important;
  background-image: none !important;
  display: inline-block;
  margin-left: 10px;
  margin-top: 0 !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: static !important;
}
#pagination ul li.current {
  background-color: #fff;
}
#pagination ul li:before {
  content: '' !important;
}
#pagination ul li:first-child {
  margin-left: 0 !important;
}
#pagination ul li a,
#pagination ul li span {
  color: #fff;
  font-size: 16px;
  color: #353b40 !important;
  height: 30px;
  width: 30px;
  display: block;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pagination ul li a:hover {
  text-decoration: underline;
}
#pagination ul li.current span {
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#pagination ul li .previous,
#pagination ul li .next {
  position: absolute;
  font-weight: 700;
  font-size: 14px;
  top: 10px;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  padding-top: 0 !important;
}
#pagination ul li .previous {
  padding-left: 20px;
  left: 40px;
  background: url("img/arr-pagination-left.png") no-repeat scroll left center;
}
#pagination ul li .next {
  padding-right: 20px;
  right: 40px;
  background: url("img/arr-pagination-right.png") no-repeat scroll right center;
}
#faq {
  margin-top: 50px;
}
#faq li:before {
  content: '';
}
#faq ul {
  padding-left: 0;
  margin-top: 0 ;
}
#faq ul li {
  padding-left: 0 ;
  background-image: none;
}
#faq .table-content {
  display: none;
}
#faq .table-content.open {
  display: block;
}
#faq .nav-table {
  display: table;
  display: none;
  width: 100%;
  border-bottom: 6px solid #fff;
}
#faq .nav-table li {
  display: table-cell;
  border-left: 6px solid #fff;
  height: 65px;
  text-align: center;
  width: 33.3%;
  vertical-align: top;
}
#faq .nav-table li:first-child {
  border-left: 0 !important;
}
#faq .nav-table li.current a {
  background-color: #db3363;
  color: #fff;
}
#faq .nav-table li .content-nav {
  display: table;
  width: 100%;
}
#faq .nav-table li a {
  text-transform: uppercase;
  color: #343333;
  font-size: 18px;
  background-color: #f0f2f2;
  display: table-cell;
  height: 65px;
  vertical-align: middle;
  text-decoration: none;
}
#faq .title-nav {
  background: #db3363 url("img/arr-right.png") no-repeat scroll right center;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 50px 20px 35px;
  text-transform: uppercase;
  line-height: 1.2;
}
#faq .title-nav.open {
  background-image: url("img/arr-right-top.png");
}
#faq .listing-faq h2 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 18px !important;
  margin-top: 45px !important;
  font-weight: 700;
  position: relative;
  margin-bottom: 18px !important;
}
#faq .listing-faq h2:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #db3363;
  top: auto;
  bottom: 0;
}
#faq .listing-faq h3 {
  padding-bottom: 5px !important;
  margin-bottom: 15px !important;
  font-weight: 600;
  font-size: 18px;
}
#faq .listing-faq li {
  margin-bottom: 10px;
}
#faq .listing-faq li .content {
  padding: 40px;
  background-color: #f7f8f8;
}
#faq .listing-faq li .content > table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
#faq .listing-faq li .content > table td,
#faq .listing-faq li .content > table th {
  border: 1px solid #dedede;
  text-align: center;
  padding: 15px 5px;
  border-collapse: collapse;
  color: #000000;
  line-height: 1.1;
  font-size: 14px;
  vertical-align: top;
}
#faq .listing-faq li .content > table th {
  font-weight: 700;
}
#faq .listing-faq li .content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
#faq .listing-faq li .content ul li {
  padding-left: 11px;
  font-size: 15px;
  margin-top: 5px;
  position: relative;
}
#faq .listing-faq li .content ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  display: inline-block;
  color: #db3363;
}
#faq .listing-faq li .content ul li:first-child {
  margin-top: 0;
}
#faq .listing-faq li ol {
  font-size: 15px;
  padding-left: 37px;
  margin-bottom: 20px;
  line-height: 1.4;
  list-style-type: decimal;
}
#faq .listing-faq li ol li {
  line-height: 1.4;
  margin-top: -3px;
  list-style-type: decimal;
}
#faq .listing-faq li ol li:first-child {
  margin-top: 0;
}
#faq .listing-faq li p {
  font-size: 15px;
  margin-top: 15px !important;
}
#faq .listing-faq li p:first-child {
  margin-top: 0 !important;
}
#lexique form {
  margin-top: 70px;
}
#lexique form ul {
  padding-left: 0 !important;
}
#lexique form ul li {
  display: inline-block;
  margin-left: 0!important;
  background-image: none !important;
  margin-right: 7px;
}
#lexique form ul li:before {
  content: '' !important;
}
#lexique form ul li label {
  font-size: 12px;
}
#lexique .search {
  margin-bottom: 0;
  margin-top: 25px;
}
#lexique .letter {
  margin: 40px 0;
}
#lexique .letter a,
#lexique .letter span {
  display: inline-block;
  padding: 6px ;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
}
#lexique .letter a:hover,
#lexique .letter span:hover {
  background-color: #258197;
  color: #fff;
}
#lexique .letter .current {
  background-color: #258197;
  color: #fff;
}
#lexique .listing > div {
  margin-top: 60px;
}
#lexique .listing > div:first-child {
  margin-top: 0;
}
#lexique .listing .title-listing {
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}
#lexique .listing a:hover {
  text-decoration: underline;
}
#lexique .listing p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}
.us_wrapper.us_skin_round .us_button {
  width: 30px !important;
  height: 30px !important;
}
.us_wrapper.us_skin_round .us_button .us_share {
  width: 30px !important;
}
.agenda {
  padding: 0;
  margin-top: 40px;
}/*
.agenda .content-agenda {
  width: 1680px;
  margin: 0 auto;
}*/
.agenda .content-agenda:before,
.agenda .content-agenda:after {
  content: " ";
  display: table;
}
.agenda .content-agenda:after {
  clear: both;
}
.agenda .content-agenda .more {
  background-color: #258197;
  color: #fff;
  background-image: url("img/arr-white.png");
}
.agenda .content-agenda .col {
  float: left;
  width: 50%;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 460px;
  overflow: hidden;
}
.agenda .content-agenda .col h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 18px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  position: relative;
}
.agenda .content-agenda .col h2:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  background-color: #258197;
  bottom: 0;
}
.agenda .content-agenda .col.actu {
  background-color: #55b4ca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.agenda .content-agenda .col.actu ul {
  min-height: 255px;
  padding: 0 20px;
}
.agenda .content-agenda .col.actu ul li {
  margin-top: 15px;
}
.agenda .content-agenda .col.actu ul li:first-child {
  margin-top: 0;
}
.agenda .content-agenda .col.actu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  display: block;
  line-height: 1.1;
}
.agenda .content-agenda .col.actu ul li a:hover {
  text-decoration: underline;
}
.agenda .content-agenda .col.actu ul li .date {
  font-weight: 300;
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.agenda .content-agenda .col.slide {
  border-left: 2px solid #e1e5e6;
  border-right: 2px solid #e1e5e6;
  text-align: center;
  padding: 0;
  background-color: #db4a6b;
  position: relative;
}
.agenda .content-agenda .col.slide li {
  position: relative;
}
.agenda .content-agenda .col.slide li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  background: url("img/bgblack.png") left top;
}
.agenda .content-agenda .col.slide li .cat {
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 20px;
  padding: 0 0 20px;
}
.agenda .content-agenda .col.slide h2 {
  position: absolute;
  width: 100%;
  top: 30px;
  text-align: center;
  z-index: 9;
}
.agenda .content-agenda .col.slide h2:before {
  background-color: #fff;
}
.agenda .content-agenda .col.slide .bx-controls-direction a {
  padding: 40px 0 0 25px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url("img/arr-slide-white.png") no-repeat scroll right 9px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: -3px;
}
.agenda .content-agenda .col.slide .bx-controls-direction a.bx-next {
  background-position: left -81px;
  right: 20%;
}
.agenda .content-agenda .col.slide .bx-controls-direction a.bx-prev {
  left: 20%;
}
.agenda .content-agenda .col.slide .bx-controls {
  position: absolute;
  width: 100%;
  bottom: 35px;
  text-align: center;
  z-index: 4;
}
.agenda .content-agenda .col.slide .bx-controls .bx-pager {
  display: inline-block;
}
.agenda .content-agenda .col.slide .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 8px;
}
.agenda .content-agenda .col.slide .bx-controls .bx-pager .bx-pager-item:first-child {
  margin-left: 0;
}
.agenda .content-agenda .col.slide .bx-controls .bx-pager .bx-pager-link {
  padding: 19px 0 0 19px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url("img/bg-pager.png") left top;
}
.agenda .content-agenda .col.slide .bx-controls .bx-pager .bx-pager-link.active {
  background-position: left bottom;
}
.agenda .content-agenda .col.slide h3 {
  font-size: 28px;
  font-weight: 500;
  z-index: 10;
  position: relative;
  color: #fff;
  padding-top: 30px;
  line-height: 1.3;
}
.agenda .content-agenda .col.slide a {
  z-index: 10;
  position: relative;
  color: #fff;
}
.agenda .content-agenda .col.slide ul li {
  padding: 110px 50px 0 50px;
  -webkit-background-size: cover !important;
  /* pour anciens Chrome et Safari */

  background-size: cover !important;
  /* version standardisée */

  height: 460px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.agenda .content-agenda .col.slide .date {
  font-size: 20px;
  font-weight: 300;
  z-index: 10;
  position: relative;
  color: #fff;
  padding: 0 0 20px;
}
.agenda .content-agenda .col.slide .date span {
  font-size: 20px;
  font-weight: 300;
  padding-left: 20px;
  margin-left: 5px;
  background: url("img/arr-white.png") no-repeat scroll left center;
}
.agenda .content-agenda .col.slide p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 25px;
  z-index: 10;
  position: relative;
  color: #fff;
}
.agenda .content-agenda .right {
  background-color: #55b4ca;
  height: 460px;
  text-align: center;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.agenda .content-agenda .right ul {
  min-height: 255px;
  padding: 0 40px;
}
.agenda .content-agenda .right ul li {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  font-size: 17px;
}
.agenda .content-agenda .right ul li:first-child {
  margin-top: 0;
}
.agenda .content-agenda .right ul li .date {
  color: #0f333a;
  font-size: 14px;
  display: block;
  margin: 8px 0 0 0;
  font-weight: 300;
}
.agenda .content-agenda .right h2 {
  padding-bottom: 25px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-align: center;
}
.agenda .content-agenda .right h2 .picto-twitter {
  background: url("img/picto-twitter.png") no-repeat scroll center bottom;
  padding: 28px 0 0 34px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  display: inline-block;
}
.vco-storyjs {
  font-family: Arial !important;
}
body .vco-slider .nav-previous .icon,
body .vco-slider .nav-next .icon {
  background-image: url("img/arrow-pager-blue.png");
  height: 36px;
  background-position: left top;
  width: 22px;
}
body .vco-slider .nav-next .icon {
  background-position: left bottom !important;
}
body .vco-storyjs h2.date {
  color: #1b63a9;
  font-weight: bold !important;
}
@media only screen and (max-width: 1350px) {
  .google-map {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1680px) {
  .agenda {
    background-color: transparent;
  }
  .agenda .content-agenda {
    width: 100%;
  }
  .agenda .content-agenda .col.slide ul li {
    padding: 110px 20px 0;
  }
  .agenda .content-agenda .col.slide ul li .cat {
    color: #FFF;
    text-transform: uppercase;
  }
  .agenda .content-agenda .right .tweets {
    padding: 0 !important;
  }
  .agenda .content-agenda .right .tweets li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  body .richlayer {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  body .triples-home .triples-cols .table {
    height: 230px;
  }
  body .triples-home .triples-cols .table .content .title-col {
    font-size: 20px;
    line-height: 1.3;
  }
  body .triples-home .triples-cols .col.middle .title-col {
    font-size: 20px !important;
  }
  body .triples-home .triples-cols .col.middle .subtitle-col {
    font-size: 12px !important;
  }
  body .triples-home .triples-cols .col.middle .date {
    font-size: 11px;
  }
  .agenda h2 {
    font-size: 25px !important;
  }
  .agenda .actu li a {
    font-size: 14px !important;
    font-weight: 300 !important;
  }
  .agenda .actu li .date {
    font-size: 11px !important;
  }
  .agenda .slide h3 {
    font-size: 18px !important;
  }
  .agenda .slide .date {
    font-size: 12px !important;
  }
  .agenda .slide p {
    font-size: 13px !important;
  }
  .agenda .right .date {
    font-size: 11px !important;
  }
  .agenda .right ul li {
    font-size: 15px !important;
  }
  .slide-section #slider-home .slide li .block-content {
    padding: 0 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e8e8e8 ;
  }
  .slide-section #slider-home .slide li .block-content .content {
    width: 100%;
  }
  .slide-section #slider-home .bx-controls,
  .slide-section #slider-home #slide-counter {
    right: 0;
    margin-right: 50px;
  }
  .slide-section #slider-home #slide-counter {
    
  }
  .block-double-home .double-cols .col img,
  .block-double-home .double-cols .col .content {
    float: none;
    width: 100%;
    height: auto;
  }
  .block-double-home .double-cols .col .content {
    height: auto !important;
    padding-top: 0 !important;
  }
  .block-double-home .double-cols .col .content .table {
    padding: 20px 0;
    height: auto;
  }
  .block-double-home .double-cols .col .content .table .title-col {
    font-size: 18px;
  }
  .block-double-home .double-cols .col .content .table .subtitle-col {
    font-size: 15px;
    padding-top: 15px;
  }
  .double-cols .col img,
  .double-cols .col .content {
    float: none;
    width: 100%;
    height: auto;
  }
  .double-cols .col img {
    height: auto !important;
    width: 100% !important;
  }
  .double-cols .col .content {
    padding-bottom: 0 !important;
    padding-top: 15px !important;
    height: 150px !important;
  }
  .temoignages .content h2 {
    font-size: 18px;
  }
  .temoignages .content p {
    font-size: 15px;
  }
}
.btnSuivant {
  clear: both;
  padding: 40px 0 0;
}
.new-radio,
.new-checkbox {
  padding: 15px 0 0 15px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  background: url("img/btn-radio.png") no-repeat top left;
  vertical-align: middle;
  margin-right: 5px;
}
.new-radio.check,
.new-checkbox.check {
  background-position: bottom left;
}
.contact h3 {
  font-weight: 700;
  font-size: 18px !important;
  margin-bottom: 15px;
  margin-top: 20px !important;
}
.contact textarea {
  font-size: 18px;
  padding: 14px 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-color: #f0f2f2;
  font-weight: 300;
  margin-top: 10px;
  height: 150px;
}
.contact textarea.wpcf7-not-valid {
  border: 1px solid #ee6d62 !important;
}
.contact .checkbox {
  margin: 20px 0;
}
.contact .center-submit {
  text-align: center;
  margin-top: 50px;
}
.contact .center-submit input[type="submit"] {
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 25px 33px;
  font-weight: 700;
  background-color: #ee6d62;
}
.contact .center-submit input[type="submit"]:hover {
  text-decoration: underline;
}
.contact label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.contact .wpcf7-list-item-label {
  font-weight: 300;
}
.contact .multi .wpcf7-checkbox .wpcf7-list-item {
  padding-top: 10px;
}
.contact .wpcf7-checkbox .wpcf7-list-item {
  padding-top: 25px;
  display: block;
}
.contact .wpcf7-checkbox .wpcf7-list-item:first-child {
  padding-top: 0 !important;
}
.contact .wpcf7-checkbox label {
  cursor: pointer;
  position: relative;
}
.contact .wpcf7-checkbox label .new-checkbox {
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 1;
}
.contact .wpcf7-checkbox label .wpcf7-list-item-label {
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.contact .wpcf7-not-valid-tip {
  font-weight: 300;
  padding-top: 5px;
  font-size: 13px;
}
.contact .line {
  padding-bottom: 10px;
}
.contact .line .block input[type="text"],
.contact .line .block input[type="tel"],
.contact .line .block input[type="number"],
.contact .line .block input[type="email"] {
  font-size: 18px;
  padding: 14px 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-color: #f0f2f2;
  font-weight: 300;
  margin-top: 10px;
}
.contact .line .block input[type="text"].wpcf7-not-valid,
.contact .line .block input[type="tel"].wpcf7-not-valid,
.contact .line .block input[type="number"].wpcf7-not-valid,
.contact .line .block input[type="email"].wpcf7-not-valid {
  border: 1px solid #ee6d62;
}
.contact .line span.wpcf7-list-item {
  margin-left: 0;
}
.contact .line.civilite .block,
.contact .line.genre .block {
  display: inline-block;
  margin-left: 0;
}
.contact .line.civilite .block > label,
.contact .line.genre .block > label {
  display: block;
}
.contact .line.civilite .block .wpcf7-list-item,
.contact .line.genre .block .wpcf7-list-item {
  margin-right: 15px;
  display: inline-block;
}
.contact .line.double:before,
.contact .line.double:after {
  content: " ";
  display: table;
}
.contact .line.double:after {
  clear: both;
}
.contact .line.double .block {
  float: left;
  width: 49%;
}
.contact .line.double .block:first-child {
  margin-right: 2%;
}
.recap {
  text-align: center;
  padding: 0 20px 30px 20px;
}
.recap p {
  margin-top: 15px;
}
#nav > ul > li.current > a,
#nav > ul > li.current li.current-menu-parent > a,
#nav > ul > li.current li.current-page-parent > a,
#nav > ul > li.current li.current-page-ancestor > a,
.richlayer .triples-nav .col ul.sub-menu li.current-menu-item > a,
.richlayer .triples-nav .col ul.sub-menu li.current-page-ancestor > a,
.richlayer .triples-nav .col ul.dl-submenu li.current-menu-item > a,
.richlayer .triples-nav .col ul.dl-submenu li.current-page-ancestor > a,
.richlayer .triples-nav .col ul.menu > li.current-menu-item > a,
.custom_tax_expositions .richlayer .triples-nav .col ul.menu > li.menu-item-338 > a,
.custom_tax_expositions-en-cours .richlayer .triples-nav .col ul.menu > li .menu-item-335 a,
.custom_tax_expositions-itinerantes .richlayer .triples-nav .col ul.menu > li .menu-item-336 a,
.custom_tax_archives-des-expositions .richlayer .triples-nav .col ul.menu > li .menu-item-337 a,
.custom_tax_rencontres .richlayer .triples-nav .col ul.menu > .menu-item-339 a,
.custom_tax_projections .richlayer .triples-nav .col ul.menu > .menu-item-1274 a,
.custom_tax_temoignages .richlayer .triples-nav .col ul.menu > .menu-item-1279 a,
.custom_tax_colloques .richlayer .triples-nav .col ul.menu > li.menu-item-414 > a,
.custom_tax_colloques-colloque .richlayer .triples-nav .col ul.menu > li .menu-item-412 a,
.custom_tax_actes-de-colloque .richlayer .triples-nav .col ul.menu > li .menu-item-413 a,
.custom_tax_commemorations .richlayer .triples-nav .col ul.menu > .menu-item-415 a,
.custom_tax_hors-les-murs .richlayer .triples-nav .col ul.menu > li.menu-item-422 > a,
.custom_tax_expositions-et-evenements-en-france .richlayer .triples-nav .col ul.menu > li .menu-item-423 a,
.custom_tax_expositions-et-evenements-a-linternational .richlayer .triples-nav .col ul.menu > li .menu-item-424 a {
  color: #db3363 !important;
}
body.logged-in #header {
  top: 32px;
}
.hidden {
  display: none !important;
}
span.search-everything-highlight {
  font-weight: 300 !important;
}
.resultats .listing span.search-everything-highlight {
  display: inline-block;
  background-color: #db7e05;
  padding: 3px;
  color: #fff;
  font-weight: 300;
}
body.logged-in #breadcrumbs {
  top: 157px;
}
#breadcrumbs ul li:first-child {
  background: none;
}
#wrapper .wysywig .intro p {
  display: block;
  font-weight: 300;
  font-family: "Merriweather", Arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  padding-top: 10px !important;
  text-align: center;
}
#wrapper .wysywig .wp-caption-text {
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFF;
  font-size: 10px;
  padding: 0;
  position: absolute;
  width: 100%;
  text-align: left;
}
#wrapper .wysywig .wp-caption-text span {
  display: block;
  padding: 8px;
  line-height: 1.4 !important;
}
#wrapper .wysywig .wp-caption {
  position: relative;
}


.respIframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.respIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}