/**
 * @file
 * The main CSS file for the theme.
 *
 */

 div[onclick], article[onclick] {
  cursor: pointer;
 }

 .field-collection-view {
  padding: 1em 0 0.3em 0;
  margin: 0 1em 0 1em;
  border-bottom: 1px dotted transparent;
}

    .section-separator {
      height: 50px;
      margin-bottom: 0;
      margin-top: 1em;
      margin: 1em auto 0;
      position: relative;
      width: 100%;

      margin-bottom: 11px;
    }

    .border {
        border-bottom: solid 1px #cfd2db;
        height: 10px;
        position: absolute;
        top: 5px;
        width: 100%;
      }


    .section-separator > strong {
        color: #01224d;
        display: block;
        font-weight: 100;
        font-style: italic;
        letter-spacing: 0.2em;
        line-height: 150%;
        position: relative;
        text-align: center;
        text-transform: uppercase;
      }

      .section-separator > strong span {
          background: white;
          padding: 0 1em;
        }

body {
  background: #FFF;
  font-family: "Georgia",Times New Roman,Times,serif;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

body.front ul.tabs {
  display: none;
}

li {
  list-style-type: none;
}

a {
    color: #000;
    text-decoration: none;
}

input[type="text"] {
    background: #FFF;
    border: 0 none;
}

input[type="submit"] {
    border: 0 none;
}

input:focus {
  outline: 0 none;
}

/* Correctif IE */
img {
  border: none;
}


/* Placeholder style for IE9- display */
.placeholder {
  color: #808080;
  font-family: "Georgia",Times New Roman,Times,serif;
  font-size: 0.75em;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 150%;
  padding-left: 10px;
}

/* Placeholder style for Firefox, Chrome, Safari, IE10+ */
::-webkit-input-placeholder { color: #808080; font-family: "Georgia",Times New Roman,Times,serif; font-size: 0.75em; font-style: italic; font-weight: 100; letter-spacing: 0.1em; line-height: 150%; padding-left: 10px; }
::-moz-placeholder { color: #808080; font-family: "Georgia",Times New Roman,Times,serif; font-size: 0.75em; font-style: italic; font-weight: 100; letter-spacing: 0.1em; line-height: 150%; padding-left: 10px; } /* firefox 19+ */
:-ms-input-placeholder { color: #808080; font-family: "Georgia",Times New Roman,Times,serif; font-size: 0.75em; font-style: italic; font-weight: 100; letter-spacing: 0.1em; line-height: 150%; padding-left: 10px; } /* ie */
input:-moz-placeholder { color: #808080; font-family: "Georgia",Times New Roman,Times,serif; font-size: 0.75em; font-style: italic; font-weight: 100; letter-spacing: 0.1em; line-height: 150%; padding-left: 10px; }

.icon {
  color: #01224d;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  margin: 1em;
  text-align: center;
  font-family: 'pernod-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/*
.icon.icon-instagram {
  background-image: url(../images/icon-instagram-new.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  color: transparent;
}

.icon.icon-instagram:hover {
  color: transparent !important;
}*/

.icon.left {
  left: 0;
  margin-right: 1em;
  margin-left: 0;
  position: absolute;
  text-align: left;
  top: -2px;
}

.icon.right {
  right: 0;
  margin-left: 1em;
  margin-right: 0;
  position: absolute;
  text-align: right;
  top: -2px;
}

h1, h2, body.front h3 {
  font-family: "Georgia", Times New Roman, Times, serif;
  color: black;
  font-weight: 100;
  line-height: 150%;
  color: #01224d;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.2em;
  line-height: 140%;
  text-transform: uppercase;
}

h3 {
  font-size: 16px;
  font-weight: 100;
}

#block-views-twitter-block h2 {
  font-size: 1.4em;
}

@media all and (max-width: 409px) {
#block-views-twitter-block h2 {
  font-size: 1.2em;
}
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: 0 none;
}


/******************************
********** TEMPPPPP ***********
******************************/
div.krumo-element {
  font-size: 16px;
}


.resp-1col,
.resp-2col {
  display: none !important;
}

#account-icons {
  clear: left;
  padding-left: 20px;
}

body.node-type-bar-of-the-month #account-icons {
  padding-left: 0;
  margin-left: -20px;
}

  #account-icons .icon {
    font-size: 1.2em;
  }

  #account-icons .icon:hover {
    color: #bf0000;
  }

#share-icons {
  display: none;
  left: 10px;
  position: absolute;
  top: 50px;
}

@media all and (max-width: 709px) {

#share-icons {
  left: 0;
}

}

  #share-icons .icon {
    font-size: 1.2em;
  }

  #share-icons .icon:hover {
    color: #bf0000;
  }

.share,
.fullscreen {
  cursor: pointer;
}
