.cq-imgwitharrow-container{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  /*width: 99%;*/
  width: 100%;
  /*margin: 0 auto;*/
  height: 240px;
  overflow: hidden;
}
.cq-imgwitharrow-photo {
  position: absolute;
  /*width: 70%;*/
  height: 100%;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  /*left: calc(30%-20px);*/
}

.cq-imgwitharrow-box {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.cq-imgwitharrow-content {
  color: #fff;
  position: absolute;
  /*padding: 4px 16px 4px 16px;*/
  padding: 16px 28px;
  /*font-size: 24px;*/
  /*width: 100%;*/
  font-size: 1.1em;
  line-height: 160%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.cq-imgwitharrow-container.cq-imagewitharrow-smallround, .cq-imgwitharrow-container.cq-imagewitharrow-smallround .cq-imgwitharrow-content, .cq-imgwitharrow-container.cq-imagewitharrow-smallround .cq-imgwitharrow-photo{
  border-radius: 8px;
}
.cq-imgwitharrow-container.bottom.cq-imagewitharrow-smallround .cq-imgwitharrow-box{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cq-imgwitharrow-container.cq-imagewitharrow-largeround, .cq-imgwitharrow-container.cq-imagewitharrow-largeround .cq-imgwitharrow-content, .cq-imgwitharrow-container.cq-imagewitharrow-largeround .cq-imgwitharrow-photo{
  border-radius: 16px;
}
.cq-imgwitharrow-container.bottom.cq-imagewitharrow-largeround .cq-imgwitharrow-box{
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.cq-imgwitharrow-container.right .cq-imgwitharrow-content {
  /*left: 20px;*/
  padding: 4px 16px 4px 22px;
}

.cq-imgwitharrow-content .cq-content{
  /*margin: 8px 0 4px 0;*/
}
.cq-imgwitharrow-content h2, .cq-imgwitharrow-content h3, .cq-imgwitharrow-content h4, .cq-imgwitharrow-content h5 {
  margin: 8px 0 4px 0;
}

.cq-imgwitharrow-container.top .cq-imgwitharrow-content h2, .cq-imgwitharrow-container.top .cq-imgwitharrow-content h3, .cq-imgwitharrow-container.top .cq-imgwitharrow-content h4, .cq-imgwitharrow-container.top .cq-imgwitharrow-content h5, .cq-imgwitharrow-container.bottom .cq-imgwitharrow-content h2, .cq-imgwitharrow-container.bottom .cq-imgwitharrow-content h3, .cq-imgwitharrow-container.bottom .cq-imgwitharrow-content h4, .cq-imgwitharrow-container.bottom .cq-imgwitharrow-content h5{
  margin: 0px 0 4px 0;
}
.cq-imgwitharrow-container.bottom .cq-imgwitharrow-content h4 {
  /*margin: 14px 0 4px 0;*/
}

.cq-imgwitharrow-content p {
  margin: 0;
  /*font-size: 13px;*/
}
.cq-imgwitharrow-box .cq-arrowborder-container{
  height: 100%;
  overflow: hidden;
}
.cq-arrowborder-container .cq-arrowborder1 {
  height: 125px;
  background: #AAB2BD;
}
.cq-arrowborder-container.left .cq-arrowborder1 {
  height: 185px;
}
.cq-arrowborder-container .cq-arrowborder2 {
  border-top: 10px solid #AAB2BD;
  border-left: 10px solid #AAB2BD;
  border-bottom: 10px solid #AAB2BD;
  border-right: 10px solid transparent;
}
.cq-arrowborder-container .cq-arrowborder3 {
  height: 100%;
  background: #AAB2BD;
}

.cq-imgwitharrow-container.right .cq-arrowborder2{
  border-top: 10px solid #AAB2BD;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #AAB2BD;
  border-right: 10px solid #AAB2BD;
}

.cq-imgwitharrow-container.left .cq-imgwitharrow-photo{
  /*left: 30%;*/
}
.cq-imgwitharrow-container.right .cq-imgwitharrow-photo{
  left: 0;
}
.cq-imgwitharrow-container.right .cq-imgwitharrow-box{
  left: 60%;
}

.cq-imgwitharrow-container.top, .cq-imgwitharrow-container.bottom{
  height: 360px;
}
.cq-imgwitharrow-container.top .cq-imgwitharrow-photo, .cq-imgwitharrow-container.top .cq-imgwitharrow-box, .cq-imgwitharrow-container.top .cq-imgwitharrow-content, .cq-imgwitharrow-container.bottom .cq-imgwitharrow-photo, .cq-imgwitharrow-container.bottom .cq-imgwitharrow-box, .cq-imgwitharrow-container.bottom .cq-imgwitharrow-content{
  width: 100%;
}
.cq-imgwitharrow-container.top .cq-imgwitharrow-photo{
  left: 0;
  top: 25%;
  height: 62%;
}

.cq-imgwitharrow-container.bottom .cq-imgwitharrow-photo{
  left: 0;
  top: 0;
  height: 62%;
}

.cq-imgwitharrow-container.top .cq-imgwitharrow-box{
  left: 0;
  height: 38%;
}

.cq-imgwitharrow-container.bottom .cq-imgwitharrow-box{
  left: 0;
  top: 58%;
  height: 38%;
}

.cq-imgwitharrow-container.left .cq-imgwitharrow-content, .cq-imgwitharrow-container.right .cq-imgwitharrow-content{
  /*width: 80%;*/
  /*left: 10%;*/
}
.cq-imgwitharrow-container.top .cq-imgwitharrow-content, .cq-imgwitharrow-container.bottom .cq-imgwitharrow-content{
  width: 100%;
  font-size: 1.2em;
  display: block;
  /*width: 80%;*/
  /*left: 10%;*/
  /*text-align: center;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cq-imgwitharrow-container.top, .cq-imgwitharrow-container.bottom{
  display: inline-block;
}
.cq-imgwitharrow-container.top .cq-arrowborder-container .cq-imgwitharrow-container.bottom .cq-arrowborder-container{
  width: 100%;
  overflow: hidden;
}
.cq-imgwitharrow-container.top .cq-arrowborder-container, .cq-imgwitharrow-container.bottom .cq-arrowborder-container{
  display: inline;
  width: 100%;
  overflow: hidden;
}
.cq-imgwitharrow-container.top .cq-arrowborder1 {
  display: inline-block;
  float: left;
  width: 50%;
  height: 100%;
  background: #AAB2BD;
}
.cq-imgwitharrow-container.top .cq-arrowborder2 {
  display: inline-block;
  float: left;
  height: 100%;
  border-top: 10px solid #AAB2BD;
  border-left: 10px solid #AAB2BD;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #AAB2BD;
}
.cq-imgwitharrow-container.top .cq-arrowborder3 {
  display: inline-block;
  float: left;
  width: calc(50% - 20px);
  height: 100%;
  background: #AAB2BD;
}

.cq-imgwitharrow-container.bottom .cq-arrowborder1 {
  display: inline-block;
  float: left;
  width: 10%;
  height: 100%;
  background: #AAB2BD;
}
.cq-imgwitharrow-container.bottom .cq-arrowborder2 {
  display: inline-block;
  float: left;
  height: 100%;
  border-top: 10px solid transparent;
  border-left: 10px solid #AAB2BD;
  border-bottom: 10px solid #AAB2BD;
  border-right: 10px solid #AAB2BD;
}
.cq-imgwitharrow-container.bottom .cq-arrowborder3 {
  display: inline-block;
  float: left;
  width: calc(90% - 20px);
  height: 100%;
  background: #AAB2BD;
}
/*
 * Boxer v3.1.0 - 2014-03-12
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library.
 * http://formstone.it/boxer/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */

 	.boxer-open {  }
 	.boxer-lock { overflow: hidden !important; }

 	#boxer-overlay {
		-webkit-transition: opacity 0.25s linear;
		   	 	transition: opacity 0.25s linear;
	}

	#boxer * {
		-webkit-transition: none;
		   	 	transition: none;
	}

	#boxer.animating {
		-webkit-transition: left 0.25s ease, opacity 0.25s linear, top 0.25s ease;
		   	 	transition: left 0.25s ease, opacity 0.25s linear, top 0.25s ease;
	}
	#boxer.animating .boxer-container {
		-webkit-transition: height 0.25s ease, width 0.25s ease;
		   	 	transition: height 0.25s ease, width 0.25s ease;
	}

 	#boxer.animating .boxer-content {
		-webkit-transition: opacity 0.25s linear;
		   	 	transition: opacity 0.25s linear;
	}

	#boxer-overlay { background: #000; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; width: 100%; z-index: 999999; }
	#boxer { background: #fff; border-radius: 3px; box-shadow: 0 0 25px #000; opacity: 0; padding: 10px; position: absolute; z-index: 999999; }
	#boxer.inline { padding: 30px; }


	.boxer-open #boxer-overlay  { opacity: 0.75; }
	.boxer-open #boxer,
	.boxer-open #boxer .boxer-content { opacity: 1; }

	.boxer-open #boxer.loading .boxer-content { opacity: 0; }


	#boxer .boxer-close { background: #fff url(//la-vallee-des-singes.fr/wp-content/plugins/vc-extensions-bundle/imagewitharrow/../depthmodal/css/jquery.fs.boxer-icons.png) no-repeat -70px 10px; border-radius: 100%; cursor: pointer; display: block; height: 30px; position: absolute; padding: 0; right: -8px; top: -8px; width: 30px; text-indent: -99999px; z-index: 99999; }

	#boxer .boxer-container { background: #fff; height: 100%; overflow: hidden; position: relative; width: 100%; z-index: 999999; zoom: 1; }
	#boxer .boxer-content { background: #fff; opacity: 0; overflow: hidden; padding: 0; width: 10000px; }
	#boxer .boxer-image { float: left; }
	#boxer .boxer-video { height: 100%; width: 100%; }
	#boxer .boxer-iframe { border: none; float: left; height: 100%; overflow: auto; width: 100%; }
	#boxer .boxer-meta { clear: both; }

	#boxer .boxer-control { background: #fff url(//la-vallee-des-singes.fr/wp-content/plugins/vc-extensions-bundle/imagewitharrow/../depthmodal/css/jquery.fs.boxer-icons.png) no-repeat 0 0; border-radius: 100%; box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); cursor: pointer; display: block; height: 40px; margin-right: auto; margin-left: auto; position: absolute; text-indent: -99999px; top: 0; width: 40px;
		-webkit-transition: opacity 0.25s linear;
		   	 	transition: opacity 0.25s linear;
	}
	#boxer .boxer-control.previous { left: 20px; }
	#boxer .boxer-control.next { background-position: -40px 0; right: 20px; }
	#boxer .boxer-control.disabled { opacity: 0.3; }

	#boxer .boxer-position { color: #999; font-size: 11px; margin: 0; padding: 15px 10px 5px; }
	#boxer .boxer-caption p { margin: 0; padding: 15px 10px 10px 10px; }
	#boxer .boxer-caption.gallery p { padding-top: 0; }

	#boxer.loading .boxer-container { background: #fff url(//la-vallee-des-singes.fr/wp-content/plugins/vc-extensions-bundle/imagewitharrow/../depthmodal/css/jquery.fs.boxer-loading.gif) no-repeat center; }

	/* Mobile */
	#boxer.mobile { background: #000; border-radius: 0; height: 100%; left: 0; padding: 30px 0 0; position: fixed; top: 0; width: 100%; }
	#boxer.mobile .boxer-close { background-color: #000; background-position: -70px -60px; border-radius: 0; right: 0; top: 0; }
	#boxer.mobile .boxer-container { background: #000; position: relative; }
	#boxer.mobile .boxer-content { background-color: #000; }
	#boxer.mobile .boxer-control { background-color: transparent; border-radius: 0; box-shadow: none; margin: -20px 0 0; top: 50%; }
	#boxer.mobile .boxer-control.previous { background-position: 0 -40px; float: left; left: 0; }
	#boxer.mobile .boxer-control.next { background-position: -40px -40px; float: right; right: 0; }
	#boxer.mobile .boxer-control.disabled { opacity: 0.3; }

	#boxer.mobile .boxer-meta { bottom: 0; background-color: rgba(0, 0, 0, 0.75); left: 0; padding: 15px 50px 10px; position: absolute; width: 100%; }
	#boxer.mobile .boxer-position { padding: 0; }
	#boxer.mobile .boxer-caption p { color: #eee; padding: 10px 0 0; }

	#boxer.mobile .boxer-image {
		-webkit-transition: none !important;
		        transition: none !important;
		-webkit-transform: translate(0px, 0px);
		    -ms-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	#boxer.mobile.animated .boxer-image {
		-webkit-transition: -webkit-transform 0.25s ease-out !important;
		        transition: 		transform 0.25s ease-out !important;
	}

	#boxer.mobile.loading .boxer-container { background: #000 url(//la-vallee-des-singes.fr/wp-content/plugins/vc-extensions-bundle/imagewitharrow/../depthmodal/css/jquery.fs.boxer-loading-dark.gif) no-repeat center; }

	#boxer.mobile.inline .boxer-content,
	#boxer.mobile.iframe .boxer-content { overflow-x: hidden; overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	@media screen and (min-width: 980px) {
		#boxer .boxer-close:hover { background-position: -70px -20px; }

		#boxer .boxer-control,
		#boxer .boxer-control.disabled { opacity: 0; }
		#boxer .boxer-content:hover .boxer-control { opacity: 0.75; }

		#boxer .boxer-content:hover .boxer-control:hover { opacity: 1; }
		#boxer .boxer-content:hover .boxer-control.disabled { opacity: 0.3; cursor: default !important; }

		#boxer.mobile .boxer-control { opacity: 1 !important; }
		#boxer.mobile .boxer-control.disabled { opacity: 0.3 !important; }
	}

	@media screen and (max-width: 980px) {
		#boxer.mobile { position: fixed; }
    }
/**
 Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)

 For more styles try: http://icant.co.uk/csstablegallery/
 ----
 Generic styles:
 Here you could e.g. customise width of column 1 and 2,
 or add a generic roll-over effect on table rows
*/
.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;}

/** Simple style */
.cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;}

/** Modern style */
.cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;}

/** Elegant style */
.cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;}

/** Rounded style */
.cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;}

/** Classic Style */
table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;}

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//la-vallee-des-singes.fr/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}

/** 27/05/2013: responsive table by Mark Wiltshire */
@media(max-width:800px) {
		table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
		{
		  width:23%;
		  font-size:12px;
		  word-wrap: break-word;
		}
		table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
		{
		  width:45%;
		}
}

.cookielawinfo-row-cat-title{
	border-bottom: 1px solid #eee;
	text-align: center;
}
.cookielawinfo-row-cat-title-head{
	text-align: center;
}
.cookielawinfo-row-cat-table{
	width: 99%;
	margin-left: 5px;
}