/*
Theme Name: documenteur
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: documenteur
Tags:

*/

/*            ,---------------------------,
              |  /---------------------\  |
              | |                       | |
              | |     L'Agence          | |
              | |      secrète          | |
              | |                       | |
              | |                       | |
              |  \_____________________/  |
              |___________________________|
            ,---\_____     []     _______/------,
          /         /______________\           /|
        /___________________________________ /  | ___
        |                                   |   |    )
        |  _ _ _                 [-------]  |   |   (
        |  o o o                 [-------]  |  /    _)_
        |__________________________________ |/     /  /
    /-------------------------------------/|      ( )/
  /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
*/



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: rgb(0,99,140);
    background: -moz-linear-gradient(top, rgba(0,99,140,1) 0%, rgba(54,66,108,1) 50%, rgba(76,39,91,1) 80%, rgba(52,19,64,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,99,140,1) 0%,rgba(54,66,108,1) 50%,rgba(76,39,91,1) 80%,rgba(52,19,64,1) 100%);
    background: linear-gradient(to bottom, rgba(0,99,140,1) 0%,rgba(54,66,108,1) 50%,rgba(76,39,91,1) 80%,rgba(52,19,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00638c', endColorstr='#341340',GradientType=0 ) ;
}
.site {
    background-image: url(../../uploads/backgroundsite.png);
    background-repeat: repeat;
}
::-moz-selection { 
    background: #ffbb52;
    color: #fff; 
}
::selection { 
    background: #ffbb52;
    color: #fff; 
}
a {
    text-decoration: none!important;
}
body {
    font-family: 'Oswald',arial,sans-serif;
    background-repeat: repeat!important;
    background-position: center top;
}
h1 {
    font-family: 'Quicksand', serif;
    font-size: 4em;
    line-height: 1em;
    color: #b02a8c;
    font-weight: 900;
    max-width: 820px;
    padding: 10px 0;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h2{
    font-family: 'Quicksand', serif;
    font-size: 2.2em;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #ffbb52;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top:5px;
}
h3 {
    color: #ed0385;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    letter-spacing: 2px;
    display: inline-block;
}
.sidebar h3.widget-title {
    text-align: center;
    width: 100%;
    font-size:0.9em;
}
h3.widget-title span {
    text-align: center;
    background: #ffbb52;
    padding: 5px 15px;
}
h4 {
   text-transform: uppercase;
   font-family: 'Quicksand', arial;
   font-size: 23px;
   line-height: 1.1em;
   margin-bottom: 10px;
}
h5 {
    font-family: 'Quicksand', sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
    margin-top: 10px;
}
h6 {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 12px;
    background: #000;
    line-height: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
}
blockquote {
    font-style: italic;
    color: #999;
    border-left: solid 5px #cda96a;
    padding-left: 20px;
}
.fa {
    color: #fff!important;
    font-size: 1.8em!important;
}
.textwidget {
    padding: 0px 20px;
}
.btn {
    padding:0;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.btn-couleur a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    border-radius: 3px;
    color: #b02a8c!important;
    font-size: 0.8em;
    text-align: center;
    padding: 15px 50px;
    background-color: #ffbb52;
    border:solid 0px #ffbb52;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-couleur a:hover {
    border-radius: 0;
    background-color: #d5c5d8;
    border:solid 0px #cda96a;
    color: #b02a8c!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-noir a {
    border-radius: 4px;
    background-color: transparent;
    padding: 15px 100px;
    color: #000000;
    font-size: 0.8em;
    border:solid 2px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-noir a:hover {
    background-color: #000000;
    color: #ffffff;
}
.btn-blanc a {
    border-radius: 4px;
    background-color: transparent;
    padding: 15px 100px;
    font-size: 0.8em;
    color: #ffffff!important;
    border:solid 2px #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-blanc a:hover {
    background-color: #ffffff;
    color: #000000!important;
}
.fa {
    color:#005d88;
    font-size:15px;
    border:0!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.break {
    width: 100%;
    display: table;
}
.social-media-button-container {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-media-button-container:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.absolute {
	position: absolute
}
.menu-menu-principale-container .current-menu-item a {
    color: #d75570;
    background-color: #d5c5d8;
}
.widget_sow-editor h3.widget-title {
    border-bottom: 0!important;
    font-weight: 900!important;
    font-size: 24px!important;
    margin-bottom: 10px!important;
    letter-spacing: 0;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    line-height: 1.3em!important;
    background: transparent;
    padding: 5px 0px;
}
.contour {
    border: solid 10px #c7c8ca!important;
    padding: 40px!important;
}
.siteorigin-widget-tinymce ul li {
    text-transform: uppercase;
}
.siteorigin-widget-tinymce ul {
    margin: 0 0 1.5em 0em;
}

/*--------------------------------------------------------------
# Layout & Builder
--------------------------------------------------------------*/
.full {
    width: 100%;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}
.boxed {
    width: 100%;
    max-width: 1250px;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}
.boxed_content {
    background-color: #fff;
}
.content-area {
    margin-top:40px;
    padding: 30px 30px 0 30px;
    background-color: #fff;
}
.primaire {
    float: left;
    width: 75%;
    display: table;
}
.secondaire {
    float: left;
    width: 25%;
    padding:0 20px;
}
.gauche{
    text-align: left;
}
.droite{
    text-align: right;
}
.centre, .center{
    text-align: center;
}
.break {
    display: table;
    width: 100%;
}
.layout-100 {
    width: 100%;
}
.layout-80 {
    width: 80%;
    float: left;
    padding-right: 2%;
}
.layout-75 {
    width: 75%;
    float: left;
    padding-right: 2%;
}
.layout-70 {
    width: 70%;
    float: left;
    padding-right: 2%;
}
.layout-65 {
    width: 65%;
    float: left;
    padding-right: 2%;
}
.layout-60 {
    width: 60%;
    float: left;
    padding-right: 2%;
}
.layout-50 {
    width: 50%;
    float: left;
    padding-right: 2%;
}
.layout-40 {
    width: 40%;
    float: left;
    padding-right: 2%;
}
.layout-35 {
    width: 35%;
    float: left;
    padding-right: 2%;
}
.layout-33 {
    width: 33%;
    float: left;
    padding-right: 2%;
}
.layout-30 {
    width: 30%;
    float: left;
    padding-right: 2%;
}
.layout-25 {
    width: 25%;
    float: left;
    padding-right: 1%;
}
.layout-20 {
    width: 20%;
    float: left;
    padding-right: 1%;
}
.layout-15 {
    width: 15%;
    float: left;
    padding-right: 1%;
}
.separateur {
    height: 40px;
    margin-bottom: 20px;
    background-image: url("https://www.documenteur.com/wp-content/themes/documenteur/style.css?ver=4.9.25");
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom:dotted 1px #cda96a;
    width: 100%;
    display: table;
    clear: all;
}
.so-panel {
    margin-bottom:0!important;
    padding: 0 15px!important;
}
.panel-grid {
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.panel-grid-cell {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.textwidget {
    padding: 0px 0px;   
}
.entry-content {
    margin: 0em 0 2em 0!important;
}
.content-area {
    margin-top:0px!important;
}

/*--------------------------------------------------------------
# Entête & menu
--------------------------------------------------------------*/
nav {
    background-color: #ffbb52;
    text-align: left;
}
#site-navigation ul li a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: #b02a8c;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
#site-navigation ul li a:hover {
    -webkit-transform: translateX(5px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(5px);   /* IE 9 */
    transform: translateX(5px);   /* Firefox 16+, IE 10+, Opera */
    color: #b02a8c;
    background-color:#d5c5d8;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#site-navigation ul li.gris a {
    color: #b3b3b3!important
}
.menu-top-container ul {
    margin: 0;
    padding: 0;
}
.menu-top-container ul li {
    list-style-type: none;
    float: left;
    padding: 10px;
    border-right: solid 1px #fff;
}
.menu-top-container ul li a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
}
.site-branding {
    height: 400px;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
#logo {
    display: none;
}
.logo_text_wrap  {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.logo_text_wrap:hover  {
	-webkit-transform: translate(5px. -5px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translate(5px, -5px);   /* IE 9 */
    transform: translate(5px, -5px);   /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.logo_text_wrap:hover h1  {
	color:#b02a8c;
	text-shadow: 3px -3px #ffbb52;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.os_date {
    color: #b02a8c;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 2px;
    background: #ffbb52;
    display: inline-block;
    padding: 5px 15px;
}
.os_partenaire {
    margin:20px 10px 20px 0;
    max-width: 140px;
}
.os_mention_partenaire {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 500;
    padding-bottom: 5px;
}
.menu {
    list-style: none;
    margin:0;
    padding-left: 0!important;
    font-family: 'Quicksand', sans-serif;
}
.menu a {
    color: #d75570;
}
.sidebar .menu ul li {
    width: 100%;
    text-align: center;
}
#menu-journees li a {
    width: 100%;
    padding: 10px 0;
    color: #d75570!important;
    display: block;
    border-bottom:dotted 1px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
#menu-journees li a:hover {
    -webkit-transform: translate(5px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translate(5px);   /* IE 9 */
    transform: translate(5px);   /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#menu-equipes-de-creation li {
    border-bottom: dotted 1px #d75570;
}
#menu-equipes-de-creation li a {
    width: 100%;
    padding: 10px 0;
    color: #d75570!important;
    display: block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
#menu-equipes-de-creation li a:hover {
    -webkit-transform: translate(5px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translate(5px);   /* IE 9 */
    transform: translate(5px);   /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#menu-equipes-de-creation li {
    border-bottom: dotted 1px #d75570; 
}
.publicite {
    text-align: center;
    font-size: 0.625em;
    color: #ccc;
    text-transform: uppercase;
    padding-bottom:5px;
}

/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
.top {
    background-color: #000;
    display: table;
    width: 100%;
}
.reseaux_sociaux_wrap {
    float: right;
}
.top .fa {
    padding-top:7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.top .fa:hover {
    color: #ffbb52!important;
    -webkit-transform: scale(1.2);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.2);   /* IE 9 */
    transform: scale(1.2);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.os_single {
    width: 40px;
    height: 40px;
    float: left;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    margin-top: 20px;
}
h3.widget-title span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h3.widget-title {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sidebar_action  h3.widget-title span {
    background: #d5c5d8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sidebar_action  h3.widget-title {
    color: #d75570;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*--------------------------------------------------------------
# Partenaire
--------------------------------------------------------------*/
.partenaires_wrap {
    width: 100%;
    background-color: #ffbb52;
    padding-top: 30px;
    padding-bottom: 100px;
    display: table;
}
.partenaires_wrap h2 {
    color: #fff;
    padding-top:25px;
    padding-bottom: 25px;
}
.partenaires_wrap h4 {
    font-size: 1em;
    color: #000;
    padding-top: 20px;
    letter-spacing: 2px;
    /*border-bottom:solid 1px dark#ffbb52;*/
}
.partenaire1_wrap {
    margin-bottom:20px;
}
.layout_partenaire1 a {
    width: 19.5%;
    float: left;
    border: solid 1px #fff;
    padding: 20px;
    margin-right: 0.5%;
    margin-bottom: 8px;
    line-height: 0;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    display:inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.layout_partenaire1 a:hover {
    border: solid 1px transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.layout_partenaire1 img {
    line-height: 0;
    width: auto;
    max-height: 65px;
    max-width: 175px;
    vertical-align: middle;
}
.partenaire2_wrap {
    margin-bottom:20px;
}
.layout_partenaire2 a {
    width: 16.16%;
    float: left;
    border: solid 1px #fff;
    padding: 20px;
    margin-right: 0.5%;
    margin-bottom: 8px;
    line-height: 0;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    display:inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.layout_partenaire2 a:hover {
    border: solid 1px transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.layout_partenaire2 img {
    line-height: 0;
    width: auto;
    max-height: 55px;
    max-width: 140px;
    vertical-align: middle;
}
.layout_partenaire3 a {
    width: 13.78%;
    float: left;
    border: solid 1px dark#ffbb52;
    padding: 10px;
    margin-right: 0.5%;
    margin-bottom: 1%;
    line-height: 0;
}
.layout_partenaire3 img {
    line-height: 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Événement - Single
--------------------------------------------------------------*/
.eve_icon_wrap {
    text-align: center;
    width: 25%;
    padding:0 10px;
    float: left;
}
.eve_icon_wrap h5 {
    padding-top: 10px;
    font-weight: 900;
}
.eve_image {
    margin-bottom: 20px;
}
.eve_icon {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border:3px solid #c1e1ee;
    text-align: center;
    margin-bottom: 10px;
    margin: auto;
}
.eve_icon .fa {
    font-size: 2em!important;
    color: #c1e1ee!important;
    padding-top: 15px;
}
.eve_presentateur {
    font-style: italic;
    font-size: 0.8em;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: 'Quicksand';
    color: #ed0385;
}
.eve_icon_zone_wrap {
    background-color: #fafafa;
    display: table;
    padding: 20px 10px 20px 10px;
    width: 100%;
    margin-bottom: 20px;
}
.eve_extrait {
    font-size: 0.9em;
}
.eve_note p {
    font-style: italic;
    font-size: 0.8em;
    color: #999;
}
.single-evenement h2 {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    font-size: 1.8em!important;
}
.single-evenement .hentry {
    margin:0!important;
}
.facebook_eve_wrap {
    padding:20px;
    background-color: #3b5998;
    display: table;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.facebook_eve_wrap:hover {
    background-color: #2e4577;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.facebook_eve_wrap h2 {
    color: #fff;
    font-size: 1.4em!important;
    margin: 0;
}
.facebook_eve_wrap  .fa {
    font-size: 1.2em!important;
    margin-right: 30px;
}


/*--------------------------------------------------------------
# Regroupement événement
--------------------------------------------------------------*/
.regroupement_evenement {
    display: table;
    border-left: solid 5px;
    padding-left: 20px;
    width: 100%;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: 0.8s; 
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.regroupement_evenement h4 {
    padding-top:10px;
    margin-top:0;
}
.regroupement_evenement_action {
    border-left: solid 8px #ffbb52;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.so-widget-evenement-liste-base h5 {
    background-color: #000!important;
    color: #fff!important;
    padding: 5px 10px!important;
    display: table;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.archive h2.page-title {
    background-color: #ffbb52;
    color: #d75570;
    padding: 5px 15px;
    display: table;
    font-size: 1.2em;
}

/*--------------------------------------------------------------
# Texte vertical
--------------------------------------------------------------*/
.rotated-text {
    display: inline-block;
    /*overflow: hidden;*/
    width: 1.5em;
}
.rotated-text__inner {
    display: inline-block;
    color: #fafafa;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 2px;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
}
.rotated-text__inner:before {
    content: "";
    float: left;
    margin-top: 100%;
}

/* mininless css that used just for this demo */
.container-left {
    left:0;
    position: fixed;
    padding: 20px;
    font-size: 1.1em;
    font-family: 'Quicksand',sans-serif;
}
.container-right {
    right:0;
    position: fixed;
    padding: 20px;
    font-size: 1.1em;
    font-family: 'Quicksand',sans-serif;
}

.rotated-text-reverse {
    display: inline-block;
    /*overflow: hidden;*/
    width: 1.5em;
}
.rotated-text-reverse__inner {
    display: inline-block;
    color: #d75570;
    font-weight: 600;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(-90deg);
       -moz-transform: translate(1.1em,0) rotate(-90deg);
         -o-transform: translate(1.1em,0) rotate(-90deg);
            transform: translate(1.1em,0) rotate(-90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
}

.rotated-text-reverse__inner:before {
    content: "";
    float: right;
    margin-top: 100%;
}

/* mininless css that used just for this demo */
.container-reverse {
    right: 0;
    position: fixed;
    padding: 20px;
    font-size: 1.1em;
    font-family: 'Quicksand',sans-serif;
}

/*--------------------------------------------------------------
# Événements prochain - Widgets
--------------------------------------------------------------*/
.eve_prochain_wrap {  
    width: 100%;
    height: 350px;
    max-width: 265px;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    background-position: center center;
    background-size: cover;
}
.eve_prochain_couleur {  
    width: 100%;
    height: 100%;
    background-color:#41718b;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.eve_prochain_info {
    font-family: 'Quicksand', arial, sans-serif!important;
    font-weight: 600;
    text-align: center;    
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.eve_prochain_wrap .fa {
    color: #fff!important;
    font-size: 2em!important;
    padding: 15px 0 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.eve_icone {
    width: 100%;
    float: left;
    text-align: center;
    margin: auto;
}
.eve_icone_wrap {
    width: 100%;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}
.eve_prochain_wrap_action .eve_prochain_couleur {
    background-color:#2e0e3a;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.eve_prochain_wrap_action h4, .eve_prochain_wrap_action span, .eve_prochain_wrap_action .fa {
	color:#d75570!important;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.eve_prochain_wrap_action .fa:hover {
    -webkit-transform: scale(1.8);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.8);   /* IE 9 */
    transform: scale(1.8);   /* Firefox 16+, IE 10+, Opera */
    color: #d75570;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.eve_prochain_wrap_action .eve_prochain_info {
	-webkit-transform: scale(1.1);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.1);   /* IE 9 */
    transform: scale(1.1);   /* Firefox 16+, IE 10+, Opera */
	color:#b02a8c!important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*--------------------------------------------------------------
# Films internationaux - Single événement
--------------------------------------------------------------*/
.film_wrap {
    background-color: #fafafa;
    display: table;
    width: 100%;
}
.film_wrap div {
    font-family: 'Quicksand', arial, sans-serif;
    font-size: 0.9em;
    color: #d75570;
    border-top:solid 1px #d5c5d8;
    font-weight: 500;
    padding: 15px;
    line-height: 1.4em;
}

/*--------------------------------------------------------------
# Zone vidéo - Accueil
--------------------------------------------------------------*/
#zone_video p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.pointe {
    height: 30px;
    background-image: url(images/pointe-noire.png);
    background-repeat: repeat-x;
    margin-top: -30px;
}


/*--------------------------------------------------------------
# Membre
--------------------------------------------------------------*/
.membre_img {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -15px!important;
}

/*--------------------------------------------------------------
# Équipe
--------------------------------------------------------------*/
.equipe_description, .equipe_description p  {
    font-family: 'Quicksand', arial, sans-serif!important;
    font-size: 1.2em!important;
    line-height: 1.5em!important;
    font-weight: 400!important; 
    color: #999;
}
.equipe_video_wrap{
    padding:30px;
    background-color: #88bcca;
}
.embed-container { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.equipe_img {
    height: auto;
    display: table;
}
.equipe_wrap {
    margin-bottom: 20px;
}
.equipe_wrap h6 {
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.equipe_wrap img {
    margin-bottom: -22px;
}
.equipe_action h6 {
    background-color:#fff;
    color:#000;
    -webkit-transform: translate(6px. -6px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translate(6px, -6px);   /* IE 9 */
    transform: translate(6px, -6px);   /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/*--------------------------------------------------------------
# Prix - Événement singulier
--------------------------------------------------------------*/
.prix_wrap {
    height: auto;
    background-color: #161616;
    padding: 40px;
    margin: 0;
    color: #ffbb52;
    display: table;
}
.prix_description p {
    color: #ffbb52;
    padding: 0px 10px 30px 20px;
    font-size: 0.9em;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

/*--------------------------------------------------------------
# Nouvelles - Fil
--------------------------------------------------------------*/
.nouvelle_thumb {
    width: 100%;
    height: 180px;
    display: table;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nouvelle_wrap p {
    color: #000;
}
.nouvelle_image {
    height: 22vw;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nouvelle_date {
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-size: 0.7em;
    color: #c1e1ee;
    padding-top: 10px;
}
.nouvelle_wrap_action .nouvelle_image {
    box-shadow : 3px 3px #ffbb52;
     -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nouvelle_wrap_action .nouvelle_thumb {
    color: #d75570;
    background-color:#d5c5d8;
    -webkit-transform: translate(3px. -3px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translate(3px, -3px);   /* IE 9 */
    transform: translate(3px, -3px);   /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nouvelle_note {
    font-style: italic;
    font-size: 0.6em;
    font-family: 'Quicksand', sans-serif;
}
.blog h2.entry-title a {
    color: #ffbb52!important;
    font-size:0.9em;
}
.etiquette_wrap {
    display: table;
}
.etiquette_wrap a {
    color: #d75570!important;
    background-color: transparent;
    padding: 5px 10px;
    margin: 10px 10px 10px 0;
    border:solid 1px #d75570;
    font-size: 0.9em;
    font-family: 'Quicksand', sans-serif!important;
    text-transform: uppercase;
    display: table;
    float: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.etiquette_wrap a:hover {
    color: #d75570!important;
    background-color: #d5c5d8;
    border:solid 1px #d5c5d8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-post article .entry-content p:first-child {
    font-family: 'Quicksand', arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 400;
}
.single-post blockquote {
    background-color: #c3e0f0;
    color: #fff!important;
    padding: 20px 30px;
    max-width: 350px;
    float: right;
    border-radius: 3px;
    border:0!important;
    font-weight: 900;
    font-size: 1em;
    margin-bottom: 20px;

}

/*--------------------------------------------------------------
# Widget - Vimeography - Vimeo
--------------------------------------------------------------*/
.vimeography-theme-harvestone {
    max-width: 1250px!important;
    width:  100%!important;
    display: inline-block!important;
}
.vimeography-gallery {
    width: 100%!important;
}

/*--------------------------------------------------------------
# Facebook - Share
----------------------------------------------------------------*/
.facebook_share {   
    display: table;
    height: 40px;
    /*background-image: url('https://www.documenteur.com/wp-content/themes/documenteur/image/texture.png');*/
    background-repeat: repeat;
    background-color:#c5d6db;
    width: 100%;
    text-align: center;
    margin-top:20px;
    margin-bottom: 20px;

}
.facebook_share .fa {   
    color : #0072a6;
    font-size: 2.3em;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.facebook_share .fa:hover {   
    color : #3765a3;
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.tooltip {
    text-decoration:none;
    position:relative;
    padding:20px;
}
.tooltip span {
    display:none;
    font-family:'Quicksand', sans-serif;
}
.tooltip:hover span {
    display:block;
    font-size: 1.6em;
    text-transform: uppercase;
    position:fixed;
    /*overflow:hidden;*/
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product .button {
    text-align: center;
    margin-top: 1em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #ffbb52;
    color: #ed0385!important;
}
.woocommerce-page .checkout-button {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    background-color: #ffbb52!important;
    color: #ed0385!important;
}
.woocommerce-checkout-payment button {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    background-color: #ffbb52!important;
    color: #ed0385!important;
}

.woocommerce-message {
    border-top-color: #aecd9d;
}
.product h1 {
    font-size: 2.4em;
}
form.cart button{
    margin-top: 20px;
    text-align: center;
    margin-top: 1em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #ffbb52!important;
    color: #ed0385!important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #aecd9d;
}
.woocommerce div.product {
    padding: 30px;
}

/*--------------------------------------------------------------
# Footer & copyright
--------------------------------------------------------------*/
footer {
    background-color: #000;
    padding: 15px 0 0 0;
}
.footer_wrap {
    color: #fff;
    text-transform: uppercase;
    min-height:300px;
    padding-top: 30px;
}
.copyright_wrap {
    padding: 20px 20px;
    border-top: solid 1px #ffbb52;
    font-size: 0.7em;
    font-family: 'Quicksand', sans-serif;
    color: #666;
}
.os_credit {
    float: right;
}
.os_credit p {
    margin:0!important;
    padding:0!important;
    font-size: inherit;
    font-family: 'Quicksand', sans-serif;
}

@media (max-width: 1400px) {
.container-left, .container-right {
    display: none;
}
}

@media (max-width: 1250px) {
.site-branding {
    padding-right: 30px;
    padding-left: 30px;
}
.prix_wrap h2 {
    font-size:1.8em;
}
.partenaires_wrap {
    padding-right: 20px;
    padding-left: 20px;
}
.vimeography-theme-harvestone {
    display:none!important;
}
}

@media (max-width: 1170px) {
.layout_partenaire1 img {
    max-height: 55px;
    max-width: 140px;
}
.layout_partenaire2 img {
    max-height: 45px;
    max-width: 110px;
}

}

@media (max-width: 1060px) {
h4 {
    font-size: 20px;
}
.prix_wrap .layout-50 {
    width: 100%;
    padding-right: 0;
}
.prix_wrap h2 {
    border-right: solid 1px;
}

}

@media (max-width: 999px) {
.sidebar .layout-25 {
    width: 100%;
    padding-right: 0;
}
.layout-75 {
    width: 100%;
    padding-right: 0;
}
.layout-33 {
    padding-right: 1%;
    padding-left: 1%;
}
.home .sidebar {
    display: none!important;
}
.sidebar {
    display: none;
}
.layout_partenaire1 a {
    width: 23.8%;
    margin-right: 1%;
}
.layout_partenaire2 a {
    width: 31.8%;
    margin-right: 1%;
}
}

@media (max-width: 960px) {
h1 {
    font-size: 4.3vw;
    max-width: 60%;
}
.layout_partenaire1 a {
    width: 31.8%;
    float: left;
    border: solid 1px #fff;
    padding: 20px;
    margin-right: 1%;
    margin-bottom: 8px;
}
#site-navigation ul li a {
    padding: 15px 10px;
    font-size: 14px;
}
.home iframe {
    height: 560px!important;
}
.sidebar .layout-25 {
    width: 100%;
    padding-right: 0;
}
}

@media (max-width: 760px) {
button {
    width: 100%;
    text-align: center;
    border-color:transparent!important;
    background: transparent!important;
    background-color: transparent!important;
}
.main-navigation li {
    width: 100%;
    text-align: center;
    height: 60px;
    background-color: #ffbb52!important;
}
.main-navigation ul ul {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)!important;
    top: auto!important;
    width: 100%;
}
.main-navigation ul ul li {
    height: auto;
}
#site-navigation ul li a {
    font-size: 24px;
    width: 100%;
}
.site-branding {
    background-size: 75vw;
    padding-top:20px;
}
.menu {
    position: absolute;
    z-index: 999;
}
h1 {
    font-size: 8vw;
    max-width: 100%;
}
nav {
    height: 50px;
    padding-top: 7px;
}
.layout-33 {
    width: 100%;
}
.layout-35 {
    width: 100%;
    padding-right: 0;
}
.layout-30 {
    width: 100%;
    padding-right: 0;
}
.layout-50 {
    width: 100%;
    padding-right: 0;
}
.layout-65 {
    width: 100%;
    padding-right: 0;
}
.layout-70 {
    width: 100%;
    padding-right: 0;
}
h2.entry-title {
    text-align: center;
}
.eve_prochain_wrap {
    width: 100%;
    height: 260px;
    max-width: none;
}
.eve_prochain_wrap h4, .eve_prochain_wrap .fa {
    color:#d75570!important;
}
.btn-couleur a {
    display: block;
    width: 100%;
}
.btn {
    width: 100%;
    display:block ;
}
.home iframe {
    height: 360px!important;
}
.os_credit {
    float: none;
}
.os_credit, .os_copyright {
    text-align: center;
}
footer .so-widget-sow-image-default-1c389ca87c1a .sow-image-container {
    max-width: 200px;
    margin: auto;
}
.eve_image {
    text-align: center;
}
.films_wrap div {
    font-size: 0.9em;
}
}

@media (max-width: 660px) {
.layout-40 {
        width: 100%;
        padding-right: 0;
    }
.layout-60 {
        width: 100%;
        padding-right: 0;
    }
.prix_wrap h2 {
        border-right: solid 0px!important;
        border-bottom: solid 1px!important;
        padding-bottom: 20px!important;
        margin-bottom: 10px!important;
    }
.layout_partenaire1 a {
    width: 49%;
    margin-right: 1%;
}
.layout_partenaire2 a {
    width: 49%;
    margin-right: 1%;
}
.layout_partenaire1 img {
    max-height: 45px;
    max-width: 110px;
}
.sub_04 {
    display: none;
}
.film_wrap .layout-20 {
    width: 25%;
}
.single-post blockquote {
    width: 100%;
    max-width: none;
    margin: 20px 0 20px 20px;
}
.facebook_eve_wrap  .fa {
    display: none;
}
.facebook_eve_wrap {
    text-align: center;
}

}

@media (max-width: 500px) {
.eve_prochain_wrap {
    height: 345px;
}
.home iframe {
    height: 250px!important;
}
.eve_icon_wrap {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
}
}
@media (max-width: 430px) {
.layout_partenaire1 a {
    width: 100%;
    margin-right: 0%;
}
.layout_partenaire2 a {
    width: 100%;
    margin-right: 0%;
}
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto condensed', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
    font-family: 'Roboto condensed', arial, sans-serif;
    font-size: 17px;
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/* background: #fff; Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 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;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ffbb52;
}

a:visited {
	color: #ffbb52;
}

a:hover,
a:focus,
a:active {
	color: #ffbb52;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color:#ffbb52; 
	float: left;
	position: absolute;
	top: 2.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 300px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media (min-width: 761px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content {
    margin:0!important;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}