body {
	background-color: #fff;
}
/*------------------- HEADER -------------------*/

.header {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.header h1 a {
	color: #000;
	text-transform: uppercase;
}
.header h1 span {
	color: #212121;
}
.header h1 a:hover {
	text-decoration: none;
}
.text-orange {
	color: #ff6000;
}
#bretagne {
	display: block;
	width: 54px;
	height: 135px;
	background: url(bretagne.png);
	float:right;
	margin-right:20px;
	margin-top: -30px;
	clear:both;
	z-index: 1000;
}
#logo-otl {
	display: block;
	float: left;
	position: absolute;
	width: 163px;
	height: 102px;
	background: url(roscoff-logo.png);
	z-index: 1000;
	top: 10px;
}

.title {
	margin-top: 20px;
}

/*-------------------MEDIA-QUERY HEADER -------------------*/

@media (max-width: 830px) {

	#logo-otl {
   		display: none;
   	}
   	#bretagne {
   		display: none;
   	}

   	.header {
   		margin: 0;
   		padding: 0;
   	}
}


/*------------------- LIENS -------------------*/
a {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #212121;
  text-decoration-line: none;
  text-decoration-style: solid;
}

a:active, a:hover {
  color: #ff6000;
  outline-width: 0px;
  outline-style: none;
  text-decoration-line: none;
  text-decoration-style: solid;
}

section.article a {
	color: #5D92CD;
	text-decoration: underline;
	font-weight: bold;
	}
/* ------------------- NAV TOP ------------------- */
.nav-top {
    position: relative;
	background-color: #fff;
	margin:0 ;
	border-bottom: 1px solid #ccc;
	}
.nav-top ul {
	margin: 10px 0 0 0 ;	
}

.nav-top li {
	display: inline;
	list-style-type: none;
	
}
.nav-top li a {
	color: #000;
	padding: 5px 5px 0 0 ;
}

.nav-top li a:hover, .nav-top li a.active {
	color: #FB3099;
	text-decoration: none;
}
/*------------------- DATE DAY RIGTH -------------------*/
.nav-top .date{
	float: right;
}
/*------------------- NAV MENU -------------------*/
.nav {
	border-bottom: 1px solid #ccc;	
}
.menu.expanded li.active a,
.menu.expanded li.focus a,
.menu.expanded li.active {
	background-color: #fff;
	color: #ff6000;
	border-bottom: 1px solid #ff6000;
}
.menu.breadcrumb li {
	color: #ff6000;
}
.nav  a {
 	font-size: 1em;
	color: #212121;	
	text-align: center;
	text-transform: uppercase;	
}
 .nav a:active ,nav a:focus {
	color: #ff6000;
	background-color: #fff;	
	border-bottom: 1px solid #ff6000;
}
.nav a:hover {
    color: #ff6000;
	background-color: #fff;	
}
/*------------------- MEDIA QUERY -------------------*/
@media (max-width: 767px) {
	.nav-top {
   		top: 30px;	
	}
	
	.nav {
		background-color: #fff;
		border-bottom: 1px solid #bbb;
		height: auto;
		left: 0;
		max-height: 200px;
		overflow-y: auto;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 9999;
	}
	.nav .menu.expanded li:hover {
		background-color: #ddd;
	}
	.nav a {
		color: #258fd6;
	}
	.nav a:hover {
		color: #444;
	}
	.responsive-menu label {
		background-color: #222;
	}
	.header {
		margin-top: 2rem;
	}
}
/*------------------- STYLE GENERIQUE -------------------*/
.main {
	background-color: #fff;
	margin-bottom: 2rem;
}
.repertory {
	margin-top: 2rem;
}

.border {
	border-bottom: 1px solid #212121;
}
.img {
	border: 5px solid #ddd;
}

/*------------------- STYLE ARTICLE -------------------*/
.grid-article {
	margin: 30px auto;
	
}
.element-item {
	z-index: 2;
    color:#212121;  
    width: 100%;
    margin: 6px;
    padding: 7px;
    max-width: 100%; 
    background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}

.article header .h1 {
	margin-top: 0px;
}
.article header h1 {
	font-size: 1.40rem;
	font-weight: normal;
	margin-top: 35px;
	padding: 10px 0 2px 0;
	text-align: center;
	color: #fff;
	background-color: #212121;
	min-height: 40px;
}
.article header h1 a {
	color: #fff;
}
.article header h1 a:hover {
	color: #ff6000;
	text-decoration: none;	
}

.article header .h2 {
	margin-top: 0px;
}
.article header h2 {
	font-size: 1.25rem;
	font-weight: normal;
	margin-top: 35px;
	padding: 10px 0 2px 0;
	text-align: center;
	color: #fff;
	background-color: #212121;
	min-height: 40px;
}
.article header h2 a {
	color: #fff;
}
.article header h2 a:hover {
	font-weight: bold;
	text-decoration: none;	
}
h2 {
font-size: 1.30rem;
}


.img-art-suggest {
	  width: 165px;
    height: 100px;
    object-fit: cover;
}

.img-art-home {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    width: 735px;
    height: 200px;
    object-fit: cover;
}

.img-art-home:hover {
/*    -webkit-transform:scale(1.03); 
    -moz-transform:scale(1.03);
    -ms-transform:scale(1.03); 
    -o-transform:scale(1.03); 
     transform:scale(1.03);*/
}

figcaption {
  font-size: 12px;
    margin: 2px 0px 6px 0px;
    text-align: center;
    font-style: italic;
    padding-bottom: 20px;
}
/*------------------- BUTTON -------------------*/
.button-group {
	margin-top:15px;
	margin-left:15px;
	margin-bottom:0px;
	text-align: center;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #fafafa;
  color: #212121;
  cursor: pointer;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  width: auto;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #212121;
  color: #fff;
}
/*------------------- READ MORE -------------------*/
.post-more  {
	display: inline-block;
	float: right;
  	padding: 8px 14px;
  	font-size: 11px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	background-color: #212121;
  	color: #fff;
}
.post-more:hover  {
/*		transition-duration: 1000ms;*/
  	color: #212121;
  	background-color:#fff;
  	border: 1px;
  	border-style: solid;
  	border-color: #212121;
}


.keyword  {
  	padding: 8px 14px;
  	font-size: 11px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	background-color: #212121;
  	color: #fff;
}
.keyword:hover  {
  	color: #212121;
  	background-color:#fff;
  	border: 1px;
  	border-style: solid;
  	border-color: #212121;
}

/*------------------- FORM / COMMENT -------------------*/
#form {
	width: 65%;
}
.author  {
	display: inline-block;
  	margin-top: 0px;
}
.comment {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	margin-bottom: 2rem;
	padding-left: 4rem;
}
.comment blockquote {
	margin: 0;
}
.nbcom {
	background-color: #212121;
	color: #fff;
	height: 1.25rem;
	line-height: 1.25rem;
	padding: .2rem .3rem;
}
.nbcom:hover {
	background-color: #fff;
	color: #212121;
	text-decoration: none;
	border: 1px solid #000;
}
/*------------------- CAPCHA -------------------*/
.capcha-letter,
.capcha-word {
	font-weight: bold;
}
.capcha-word {
	background-color: #ccc;
	letter-spacing: 0.3em;
	padding: .525rem .7rem;
}
/*------------------- ARTICLES STATIQUE / PAGINATION -------------------*/
.article,
.pagination {
	margin-bottom: 0.25rem;
        margin-top: 1rem;
}
.blocArticle {
	margin: 10px;
padding: 7px;
max-width: 100%;
background: #fff;
border: 1px solid #fff;
box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}

}
.article.static {
	margin-bottom: 0;
}
.pagination a {
	background-color: #212121;
	color: #fff;
	padding: .525rem .7rem;
}
.pagination a:hover {
	background-color: #fff;
	color: #212121;
	border: 1px solid #212121;
	text-decoration: none;
}
.pagination span:first-letter,
.pagination a:first-letter {
	text-transform: uppercase;
}
.p_first,
.p_prev,
.p_current,
.p_next,
.p_last {
	display: inline-block;
}
.date{
	float: right;
}
/*------------------- AUTHOR -------------------*/
.author-infos {
	padding: 10px;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.author-infos img {
	/*border: 1px solid #212121;*/
	padding: 3px;
	margin-right: 10px;
}

.author-infos span {
	font-size: 16px;
	font-weight: bold;
}
/*------------------- ASIDE -------------------*/
.aside {
	margin-top: 35px;
	padding-left: 1rem;
}

.aside h3 {
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	margin-top: 1rem;
	text-transform: uppercase;
	
}
.aside ul {
	margin: 5px;
}
.aside li:first-letter {
	text-transform: uppercase;
}
.aside ul.tag-list {
	list-style-type: none;
	padding-left: 0;
}
.aside ul.tag-list li {
	display: inline-block;
	margin-right: 1rem;
}
.aside ul.tag-list li.tag-size-1 {
	font-size: 1rem;
}
.aside ul.tag-list li.tag-size-2 {
	font-size: 1.1rem;
}
.aside ul.tag-list li.tag-size-3 {
	font-size: 1.2rem;
}
.aside ul.tag-list li.tag-size-4 {
	font-size: 1.3rem;
}
.aside ul.tag-list li.tag-size-5 {
	font-size: 1.4rem;
}
.aside ul.tag-list li.tag-size-6 {
	font-size: 1.5rem;
}
.aside ul.tag-list li.tag-size-7 {
	font-size: 1.6rem;
}
.aside ul.tag-list li.tag-size-8 {
	font-size: 1.7rem;
}
.aside ul.tag-list li.tag-size-9 {
	font-size: 1.8rem
}
.aside ul.tag-list li.tag-size-10 {
	font-size: 1.9rem;
}
.aside ul.tag-list li.tag-size-max {
	font-size: 2rem;
}


/*------------------- MEDIA QUERY -------------------*/
@media (max-width: 768px) {
	.aside {
		margin-top: 2rem;
		padding-left: 1rem;
	}
}
/*------------------- STYLE ASIDE -------------------*/
.box-noir {
 background-image:url(../img/bgk.png);
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 100%;
}
.box-noir h3 {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.well {
  min-height: 20px;
  padding: 10px;  
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.well a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.well a:hover {
  color: #ffffff;
  background-color: #ff6000;
}
.well li {
	padding-top: 7px;
}



/*------------------- INFORMATIONS PRATIQUES SIDEBAR -------------------*/

.informationsPratiques h4 {
	text-transform: capitalize;
}

.informationsPratiques p {
	line-height: 0.2em;
}

.lieuaction {
	text-transform: uppercase;
	font-size: 0.9em;
 }
.adresseprestataire {
	font-size: 0.9em;
}
.contact {
}
.contacttelsujet {
}
.infocontactwebsujet {
}

/*------------------- FOOTER -------------------*/
.footer {
	padding: 1rem 0;
	text-align: center;
}
.footer p {
	margin: 0;
}
/*------------------- ARTICLE NEXT PREV -------------------*/
[data-tip] {
position: relative;
border-bottom: 1px solid #ff6000;
}
[data-tip]:hover:after {
content: attr(data-tip);
position:absolute;
bottom: 2.1em; 
left: 0;
white-space: nowrap;
padding: 5px 10px;
background: #212121;
color: #fff;
}

/*------------------- ARTICLE -------------------*/
figure {
max-width: 75%;
display: block;
margin-left: auto;
margin-right: auto;
}

.kzGallery figure figcaption {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis; 
}

/*------------------- LIGNE COLOREE -------------------*/
.ligne {
  margin-top: 0px;
}

#violet {
  background-color: #5D92CD !important;
  width: 16.667%;
  display: inline-block;
  min-height: 8px;
}
#rose {
  background-color: #C44BA1 !important;
  width: 16.667%;
  display: inline-block;
  min-height: 8px;
}
#bleu {
  background-color: #35BCC4 !important;
  width: 16.667%;
  display: inline-block;
  min-height: 8px;
}
#orange {
  background-color: #F79A3B !important;
  width: 16.667%;
  display: inline-block;
  min-height: 8px;
}
#vert {
  background-color: #87C399 !important;
  width: 16.667%;
  display: inline-block;
  min-height: 8px;
}
#rose2 {
  background-color: #FB3099 !important;
  width: 16.665%;
  display: inline-block;
  min-height: 8px;
}

/* ------------------- FONT-AWESOME COLORS ------------------- */

.fa-instagram {
    color: #517fa4;
}

.fa-facebook-f, .fa-facebook-square {
    color: #3b5998
}
.fa-youtube, .fa-youtube-play, .fa-youtube-square {
    color: #bb0000
}
.fa-flickr {
    color: #ff0084
}
.fa-envelope {
	color: #656565;
}

.fa-twitter, .fa-twitter-square {
    color: #00aced;
}

.fa-google-plus, .fa-google-plus-g {
    color: #dd4b39;
}

.fa-pinterest, .fa-pinterest-square {
    color: #cb2027;
}


/* ------------------- SIDEBAR - SOCIAL ------------------- */
.sidebar-social {
	font-size: 30px;

}

ul.sidebar-social {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sidebar-social li {
	display: inline;
	list-style-type: none;	
}
.sidebar-social li a:hover {
	background-color: white;
}
.sidebar-social li a {
	color: #000;
	padding: 5px ;
}


/* ------------------- SIDEBAR - RETOUR ------------------- */


.image-retour {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image-retour:hover {
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

/* ------------------- FOOTER - SOCIAL ------------------- */

.footer-social {
    position: relative;
	background-color: #fff;
	font-size: 30px;
}
.footer-social li {
	display: inline;
	list-style-type: none;	
}
.footer-social li a:hover {
	background-color: white;
}
.footer-social li a {
	color: #000;
	padding: 5px ;
}


/* ------------------- ARTICLE - SOCIAL ------------------- */
.article-social {
    position: relative;
 background-image:url(../img/bgk.png);
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 100%;	font-size:1.4rem;
	padding: 0.25em;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;}

.article-social li {
	display: inline;
	list-style-type: none;	
}

.article-social li a:hover {
}

.article-social li a {
	color: #000;
	padding: 5px ;
}

.article-social .fa:hover {
	font-size:1.5rem;
	transition: none;
}

.article-social small {
	vertical-align: middle;
}

/* ------------------- CSS COMPARAISON IMAGES ------------------- */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Marée basse"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "marée haute"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }