/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

.field-type-text-with-summary .media-element-container,
.field-name-body .media-element-container {
    display: inline-block;
}

.element-invisible {
    width: 0;
}

.page-header{
 border: 0;
}

.front .alert {
    position: absolute;
    z-index: 99;
}

.front #main h2,
h1{
  font-family : 'latolight';
  font-size   : 4rem;
  line-height : 4.8rem;
  text-transform : uppercase;
  font-weight: normal;
}

h1{
  font-size: 2.5rem;
}

.front h2 > strong,
h1 > strong{
  font-family : 'latoblack';
}

h4 {
     color: #000;
}

.font-black{
  font-family : 'latoblack' !important;
}

p{
  font-family : 'latoregular';
  font-size   : 1.8rem;
}

#main, ul, li {
    font-family: 'latoregular';
}

a,
a:hover,
a:focus{
  color : #000;
  text-decoration: none;
    outline: none;
}

.list-inline-top li{
  vertical-align: top;
}

.no-padding{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-radius{
  border-radius: 0;
}

.size-xs{
  font-size: 1.2rem;
}

.size-sm{
  font-size: 1.4rem;
}

.size-md{
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.size-lg {
  font-size: 2rem;
  line-height: 2.5rem;
}

.size-xl {
    font-size: 2.5rem;
    line-height: 2.8rem;
}

/**
 * MAIN CONTAINER
 */

.main-container{
  position: relative;
}

/**
 * SOCIAL BTN
 */

.social-networks a{
  display  : inline-block;
}

.social-networks a img{
  bottom : 0;
  position : relative;
  transition : bottom 100ms linear;
}


.social-networks a:hover img,
.social-networks a:focus img{
  bottom: 3px;
}

.top-border {
    position: relative;
    padding-top: 20px;
}

.top-border:before {
    content : '';
    position: absolute;
    width: 95%;
    left : 2.5%;
    height : 2px;
    background : #aaaaaa;
    top: 0;
}

.table-cell {
    display: table-cell;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
}

/**
 * LOGOUT
 */

.logout a {
    display: inline-block;
    font-size : 1.5rem;
    font-family: 'latoregular';
    padding-top : 10px;
    text-decoration: underline;
}

.logout a:hover {
    text-decoration: none;
}

.ds-2col > .group-right,
.ds-2col > .group-left {
    width: inherit;
}

/**
 * PAGINATION
 */
ul.pagination {
    float: right;
    font-size: 12px;
}

ul.pagination > li > a,
ul.pagination > li > a:focus {
    background-color: transparent;
    border-width: 0 1px;
    border-color: #000;
    color: #000;
    padding: 0 8px 0;
    line-height: 1;
}

ul.pagination > li > a:hover {
    background-color: transparent;
    border-width: 0 1px;
    border-color: #000;
    color: #6CB42A;
    padding: 0 8px 0;
}

ul.pagination > li.active > a,
ul.pagination > li.active > a:hover,
ul.pagination > li.active > a:focus {
    background-color: transparent;
    border-width: 0 1px;
    border-color: #000;
    color: #6CB42A;
    padding: 0 8px 0;
}

ul.pagination > li:first-child > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

ul.pagination > li:last-child > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

/**
 * RESPONSIVE
 **/
@media (max-width: 768px){
  h2{
    margin-top: 5px;
  }
}


.taxonomy-description
{
    margin-bottom: 10px;
}

button.btnphone {
    background: #6db42c;
    color: white;
    margin-top: -0.5em;
}

div.title_item_list_conseils {
    font-family: 'latoregular';
    font-size: 1.8rem;
    line-height: 1.42857143;
}

div.field-item > p {
    font-size: 15px;
    font-family: 'latoregular';
}


div.captcha > div.form-item-captcha-response > input.form-control {
    color: black !important;
}

.glyphicon-spin {
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
