/*
Theme Name:		Courte Echelle T
Theme URI:		www.courtechelle.tokyo
Description:	Second thème pour Courte Echelle
Author:			Sylvain
Template:	aventurine
Base Theme URI:http://themes.redradar.net/introducing-aventurine 
License:			GNU General Public License
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
*/

/*@import url("../aventurine/style.css");*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

/*img {
  vertical-align: middle;
}*/

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button, input {
  line-height: normal;
}

button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
	width: 25%;
  border: none;
  border-radius: 3px;
  background: #0A5892;
  color: white;
  cursor: pointer;
  font-size: 1.2vw;
  line-height:1em;
  text-transform: lowercase;
  padding: 15px 0px; 
}
@media screen and (max-width: 500px)   {
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 3.8vw;
}}
 @media screen and (min-width:501px) and (max-width:600px)  {
	button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 2.5vw;
}}
    @media screen and (min-width:601px) and (max-width:1000px)  {
	button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
      font-size: 1.9vw;
}}
    @media screen and (min-width:1001px) and (max-width:1200px)  {
	button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
      font-size: 1.9vw;
}}
 @media screen and (min-width:750px)and (max-width:1000px)and (orientation : portrait)   {
	button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 2.1vw;
}}

button:hover, button:active, button:focus,
html input[type="button"]:hover,
html input[type="button"]:active,
html input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #d62c1a;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #6b8095;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

label {
  font-weight: bold;
  color: #1d2936;
}

/* =Global
----------------------------------------------- */
/* border box all the things */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  clip: auto !important;
  display: block;
  top: 5px;
  left: 5px;
  padding: 15px 23px 14px;
  height: auto;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
.screen-reader-text:focus {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #333;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Clearing */
.clear:before, .clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: "";
  display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #6b8095;
  border-color: #6b8095;
  outline: none;
}

.main-navigation .search-form {
  float: right;
  display: inline-block;
  margin: 15px 0;
}
.main-navigation .search-form .search-field {
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  background-color: #1f2c39;
  border-color: transparent;
}
.main-navigation .search-form .search-field:focus {
  color: white;
  border-color: #6b8095;
}
.main-navigation .search-form input::-webkit-input-placeholder, .main-navigation .search-form textarea::-webkit-input-placeholder {
  color: #9aa7b5;
  text-transform: lowercase;
}
.main-navigation .search-form input:-moz-placeholder, .main-navigation .search-form textarea:-moz-placeholder {
  color: #9aa7b5;
  text-transform: lowercase;
}
.main-navigation .search-form .search-submit {
  display: none;
}

.page-content .search-form .search-field {
  width: 70%;
  padding: 10px;
}
.post-password-form label {
  line-height: 40px;
  color: #6b8095;
  font-weight: normal;
}
.post-password-form input[type="password"] {
  padding: 7px 3px 10px;
}

body,
button,
input,
select,
textarea {
  color: #6b8095;
  font-family: "Meiryo", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Meiryo", sans-serif;
  clear: both;
  color: black;
}
h1 {
  font-size: 26px;
  font-size: 1.625rem;
}
h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
h3 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}
h4 {
  font-size: 16px;
  font-size: 1rem;
}
h5 {
  font-size: 16px;
  font-size: 1rem;
}
h6 {
  font-size: 16px;
  font-size: 1rem;
}

.site-title {
  font-family: "Josefin Sans", serif;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 120px;
}
.site-title a {
  color: white;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.site-title a:hover, .site-title a:focus {
  color: white;
  opacity: .5;
}

.site-description {
  margin: 1em 0 0;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
}

.widget-title {
  color: #A8142D;
}

.page-title {
  margin-bottom: 1em;
  color: #6b8095;
  text-align: center;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 2em;
}

/* Text elements */
p {
  margin-bottom: 1em;
}

ul, ol {
  margin: 0 0 2em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
  color: #2b333c;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  padding: 0 1.5em;
  border-left: 10px solid #e74c3c;
}

q {
  quotes: '"' '"';
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

cite {
  color: #2b333c;
}

address {
  margin: 0 0 2em;
}

pre {
  background: #eee;
  font-family: 'Ubuntu Mono', monospace;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 20px 'Ubuntu Mono', monospace;
  font-size: 20px;
  font-size: 1.25rem;
}

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1em;
  width: 100%;
}

th {
  font-weight: bold;
}

.site-content th, .site-content td {
  padding: 5px 10px;
}
.site-content th {
  font-weight: normal;
  color: white;
  background: #5edec5;
}
.site-content td {
  background: #dbfaf4;
}
.site-content tr:nth-of-type(odd) td {
  background: #c5f7ed;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Links */
a {
  color: rgba(116, 185,  214, 1);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #148f77;
}

a:focus {
  outline: none;
  text-decoration: underline !important;
}
body {
  background-color: #1abc9c;
}
#content,
#secondary,
#comments {
  padding: 60px 80px;
}

#secondary {
  overflow: hidden;
}
#secondary .column {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#secondary .column:first-child {
  padding-right: 20px;
}
#secondary .column:last-child {
  padding-left: 20px;
}
#secondary .column:first-child:last-child {
  width: 100%;
  padding: 0 !important;
}
#secondary .widget {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
#secondary .widget ul {
  margin: 0 0 0 20px;
}
#secondary .widget ul li {
  margin-bottom: 5px;
}
#secondary .widget-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

#secondary,
#comments {
  background-color: whitesmoke;
}
/***** Global rules  *****
-------------------------*/
#page {
}

#clear {
  clear: both;
}
.clear {
  clear: both;
}

@media screen and (min-width: 2200px) {
  #page {
    font-size: 120%;
  }
}
@media screen and (min-width: 3000px) {
  #page {
    font-size: 150%;
  }
}
/* =Menu
----------------------------------------------- */

.container {
  margin: 0 12% 0 7%;
  width: 80%;
  max-width: none;
  text-align: center;
}
#site-navigation {
  padding: 0;
  font-size: 1.5rem;
  background-color: white;
}
.main-navigation {
  display: block;
  margin: 0;
  overflow: visible;
  width: 100%;
  border-top: 4px solid black;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  position: relative;
  display: inline-block;
  width: 15%;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  font-size: 0.85em;
}
@media screen and (max-width: 1400px) {
  #site-navigation {
    font-size: 1.4rem;
  }  
  .main-navigation ul li {
    font-size: 0.85em;
  }  
}
@media screen and (max-width: 1200px) {
  #site-navigation {
    font-size: 1.2rem;
  }     
  .main-navigation ul li {
    font-size: 0.85em;
  }    
}
@media screen and (max-width: 1024px) {
  .container {
    width: 85%;
    margin: 0 9% 0 5%;
  }
  .main-navigation ul li {
    width: 18%;
  }         
}
@media screen and (max-width: 736px) {
  #site-navigation {
    font-size: 1rem;
  }     
}
@media screen and (max-width: 640px) {
  .container {
    width: 90%;
    margin: 0 6% 0 3%;
  }
  #site-navigation {
    font-size: 0.8rem;
  }     
}
@media screen and (max-width: 500px) {
  .container {
    width: 100%;
    margin: 0;
  }
  #site-navigation {
    font-size: 0.75rem;
  }
  .main-navigation ul li {
    width: 18%;
  }     
}
.main-navigation ul li:last-of-type {
  margin-right: 0;
}
.main-navigation ul li a {
	display: block;
	padding: 0 2% 0 2%;
	color: black;
}
.main-navigation ul li:hover > a,
.main-navigation ul li a:focus {
  color: #aabdd1;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul,
.main-navigation ul li a:focus + ul {
  text-indent: 0;
  clip: auto;
  width: auto;
}
.main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-item a {
  color: #aabdd1;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 84px;
  left: 0;
  z-index: 10;
  text-indent: -9999em;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  background-color: #233140;
  background-color: #233140;
}
.main-navigation ul ul:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  width: 0;
  border-style: solid;
  border-color: transparent #233140;
}
.main-navigation ul ul:after {
  top: -10px;
  right: auto;
  left: 20px;
  border-color: #233140 transparent;
  border-width: 0px 10px 10px 10px;
}
.main-navigation ul ul li {
  padding: 10px;
  margin: 0;
}
.main-navigation ul ul li a {
  padding: 0;
  width: 200px;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  background-color: #1a242f;
  background-color: #1a242f;
}
.main-navigation ul ul ul:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  width: 0;
  border-style: solid;
  border-color: transparent #1a242f;
}
.main-navigation ul ul ul:after {
  top: 12px;
  left: -10px;
  right: auto;
  border-width: 10px 10px 10px 0;
}
.main-navigation ul ul ul ul {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 10px;
  margin-bottom: -10px;
  text-indent: 0;
  clip: auto;
  width: auto;
}
/* Small menu */
@media screen and (max-width: 600px) {
  .menu-toggle {
    margin-top: 0;
  }
  .container button {
  color: black;
  font-size: 2em;
  line-height: 1em;
  padding-right: 18%; 
  }
}
/* =Contenu statique
----------------------------------------------- */




/****** menu haut OK *********/

.divclick {
  display: block;
  width: 100%;
  height: 100%;
  }
  @media screen and (max-width: 736px) {
#entete-menu0 {
	width: 50%;
}
a.menuht {

  font-size: 1.4vw;
  line-height:4.9vw;
}	 
   }
 @media screen and (max-width: 667px) {
#entete-menu0 {
	width: 60%;
}
a.menuht {

  font-size: 1.5vw;
  line-height:4.9vw;
}	 
   } 
 @media screen and (max-width: 500px) {
#entete-menu0 {
	width: 67%;
}
a.menuht {

  font-size: 1.6vw;
  line-height:4.9vw;
}	 
   }
   @media screen and (max-width: 600px) and (orientation : portrait)  {
   

#entete-menu0 {
	width: 80%;

}
a.menuht {

  font-size: 2.2vw;
  line-height:4.9vw;
}
#entete-image {
  background-size: 100%;
}
  }
/***** ***** Colophon ***** *****/

#colophon {
  margin: 0.6% auto;
  font-size: 0.7em;
  text-align: center;
  background-color: rgb(10,89,146);
  color: #ff8e8e !important;
  border: 3px solid black;
  border-radius: 15px;
  opacity: 0.8;
  width: 50%;
}
#colophon:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1440px) {
  #colophon {
    font-size: 0.65em;
  }     
}
@media screen and (max-width: 1366px) {
  #colophon {
    border: 2px solid black;
  }     
}
@media screen and (max-width: 1280px) {
  #colophon {
    font-size: 0.6em;
    width: 55%;
  }     
}
@media screen and (max-width: 1024px) {
  #colophon {
    font-size: 0.55em;
    width: 60%;
  }     
}
@media screen and (max-width: 768px) {
  #colophon {
    font-size: 0.5em;
    width: 70%;
  }     
}


/***** new footer *****/

#footbase {
  width: 100%;
  height: 3.2vw;
  font-size: 1vw;
  text-align: center;
  color: white;
}


/***** Tabs *****/

.wordpress-post-tabs-skin-default ul .ui-tabs, .wordpress-post-tabs-skin-default ul .ui-tabs-nav {
  margin: 0 !important;
}
.wordpress-post-tabs-skin-default .ui-tabs {
  padding: 0;
 }
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav {
float: right;
width: 47%;
}
@media screen and (max-width: 500px)  {
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav {
float: left;
width: 100%;
}}
@media screen and (min-width:501px) and (max-width:1000px)   {  
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav {
width:100%;
}}
@media screen and (min-width:1001px) and (max-width:1200px)   {  
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav {
width:51%;

}}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li {
  margin: 0 0.5% 0.8% 0 !important;
  background: none !important;

}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a {
  font-family: "Meiryo", sans-serif;
  font-size: 1.1em;
  border: 2px solid grey !important;
  border-radius: 6px;
  padding: 4px 8px 2px !important;
  line-height:1.5em !important;
  color:#2C3E50 !important;
  background-color:#E1EFFF;

}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-active a, .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  color:#E1EFFF !important;
  background-color:#2C3E50;

}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  background: none;
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-corner-top {
  padding: 0 !important;
  height: auto !important;
}

@media screen and (max-width: 1440px) {
  .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a {
    font-size: 1.05em;
    padding: 3px 8px 1px !important;
  }
}
@media screen and (max-width: 1280px) {
  .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a {
    font-size: 1em;
    border-radius: 5px;
    line-height:1.4em !important;
  }
}
@media screen and (max-width: 1024px) {
  .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a {
    font-size: 0.95em;
    line-height:1.3em !important;
  }
}
@media screen and (max-width: 736px) {
  .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a {
    font-size: 0.85em;
  }
}  
@media screen and (max-width: 500px) {
  .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a {
    font-size: 0.85em;
    border: 2px solid grey !important;
    border-radius: 5px;
    padding: 3px 8px 1px !important;
    line-height:1.2em !important;
  }
}


/***** Images - Galeries *****/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  margin-bottom: 2em;
  padding: 5px;
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  background-color: whitesmoke;
  border: none;
  border-radius: 3px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin: 0.8075em 0;
}
.gallery {
  margin-top: 1em;
  text-align: center;
}
.gallery:before, .gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery-item {
  display: inline-block;
  margin: 0 1em 1em 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 6px 8px;
  width: 100%;
  max-height: 50%;
  font-size: 12px;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  opacity: 0;
  text-align: left;
  transition: all 0.1s ease-in;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-1 .gallery-item {
  display: block;
}
.gallery-columns-1 .gallery-caption {
  position: relative;
  color: #6b8095;
  background-color: transparent;
  opacity: 1;
  text-align: center;
}
.gallery-columns-1 .gallery-caption:before {
  content: "";
  min-height: 0;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-columns-2 .gallery-item {
  width: 48%;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  width: 31.33333%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  width: 23%;
}
.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  width: 14.66667%;
}
.gallery-columns-6 .gallery-item:nth-of-type(6n) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  width: 12.28571%;
}
.gallery-columns-7 .gallery-item:nth-of-type(7n) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  width: 10.5%;
}
.gallery-columns-8 .gallery-item:nth-of-type(8n) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  width: 9.11111%;
}
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

/***** Images attachées *****/

.image-attachment main {
  width: 100% !important;
}
.attachment-full {

}  
.attachment {
  text-align: center;
}
.attachment .entry-meta {
  display: none;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}


/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-handle {
  text-align: center;
}

#infinite-handle span {
  text-align: center;
  border: none;
  margin-top: 30px;
  padding: 15px 30px;
  background-color: #2c3e50;
  border-radius: 3px;
  color: white;
}
#infinite-handle span:hover {
  color: #7d98b3;
}

#infinite-footer .container {
  padding: 5px 0;
  background-color: #1abc9c;
  border: none;
}
#infinite-footer .container .blog-credits,
#infinite-footer .container .blog-info {
  color: white;
}
#infinite-footer .container a {
  color: white;
}
#infinite-footer .container a:hover, #infinite-footer .container a:active, #infinite-footer .container a:focus {
  color: white;
}