@charset "utf-8";

/*
orange: goldenrod
bleu: #183a8d
vert: #008000 / #00E000

 */


body {
    margin: 0;
    padding: 0;
    background-color: white;

}


div#fond {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

#btn_up {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 32px;
    height: 32px;
    background: url("images/arrowup.png") transparent;
    background-size: cover;
    cursor: pointer;
    opacity: 0;
}

.responsive {
    display: none;
}

div#contenu > div#startseite {
    max-width: none;
}

div#contenu > div {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

img {
    max-width: calc(100vw - 20px);
    height: auto;
}

/** Entete **/
.barreorange {
    background-color: #008000;
    height: 10px;
}

.separation {
    margin-top: 10px;
    height: 5px;
}

#logo_clickable {
    position: relative;
    width: 550px;
    Height: 105px;
    z-index: 10;
    display: block;
}

div#logo {
    position: absolute;
    top: 5px;
    left: 5px;
    background-size: 125px !important;
    background-position: 0 79px;
    color: #008000;
    background: url(images/logo.png) no-repeat 0 0 transparent;
    height: 94px;
    font-size: 1.8rem;
    padding: 35px 0 0 130px;
    font-weight: 600;
    line-height: 1.8rem;
}

.marginh20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

div#logo span#oma {
    font-size: 1.25rem;
    font-weight: 500;
}


div#zonetop {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.2em;

    position: absolute;
    right: 26px;
    text-align: right;
    top: -5px;
    width: auto;
    z-index: 100;
    text-transform: uppercase;
}

#zonetop > #connexion {
    background-color: #008000;
    color: white;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 10px;
    min-width: 120px;
    text-align: center;
}

div#zonetop #connexion a {
    color: white;
    text-decoration: none;
    padding: 0 2px;
}

#main {
    margin-top: 3rem;
}


/* Search */
  div#search {
    width: 40%;
    min-width: 300px;
    margin: 14rem auto 0;
    position: relative;
}

div[data-presentation=thought]     div#search {
    margin: 0 auto 0;
}



button#btn_help {
    position: absolute;
    right: -90px;
    color: lightgrey;
    background: none;
    border: none;
    font-size: 1.5rem;
    top: 4px;
    cursor: pointer;
}

.search-syntax em {
    font-style: normal;
    color: gray;
}

#search p {
    text-align: right;
    margin: 4px -32px 12px 0;
}

input#prosvetaquery {
    color: #888888;
    height: 42px;
    font-size: 1.2em;
    border-radius: 5px 0 0 5px;
}

.thought-search input#prosvetaquery {
    border: 3px solid #008000;
}

.button_search {
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -40px;
    height: 42px;
    border-radius: 0 5px 5px 0;
}

.thought-search .button_search {
    top: 0;
    height: 42px;
    background-color: #008000;
}

.button_search i {
    font-size: 1.5em;
    color: #183a8d;
}

.thought-search .button_search i {
    color: white;
}

/* product */

/* BreadCrumb */
#homepage #breadcrumbs {
    display: none;
}

div#breadcrumbs {
    padding-left: 1.2em;
    font-size: 1rem;
    margin: -130px 0 1rem;
    color: #008000;
    padding-top: 6px;
    position: absolute;
}

div#breadcrumbs ul {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
}

div#breadcrumbs a {
    padding: 0;
}

div#breadcrumbs li {
    display: inline;
}

div#breadcrumbs li:before {
    content: " > ";
}

div#breadcrumbs li:first-child:before {
    content: "";
}

#breadcrumbs_container > tbody > tr > td:nth-child(2) {
    text-align: right;
    padding-right: 5px;
}

/** Partie principale **/
div#container {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

/** Main menu */
div#bandeau {
    background-color: white;
    height: 195px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}

#homepage #bandeau {
    height: 133px;
}

div#mainmenu {
    position: relative;
    bottom: 159px;
    right: 15px;
    text-align: right;
}

div#mainmenu ul {
    padding: 0;
    margin: 0;
}

div#mainmenu ul li:first-child {
    display: none;
}

div#mainmenu ul li {
    list-style: none;
    display: inline-block;
    height: 28px;
    padding: 52px 8px;
}

div#mainmenu ul li.panier {
    background: url(images/paniergreen.png) 25px 44px no-repeat;
    text-align: center;
    position: absolute;
    top: 63px;
    right: -10px;
    background-size: 45%;
}

div#mainmenu ul li.panier a {
    width: 34px;
    height: 28px;
    display: inline-block;
    color: #183a8d;
    padding: 0 18px;
    text-align: center;
    font-weight: bold;
}

div#mainmenu ul li.connect {
    position: relative;
    background-color: #008000;
    text-align: center;
    height: 21px;
    padding-top: 60px;
}

div#mainmenu ul li.connect a {
    color: white;
    display: block;
}
div#mainmenu ul li.connect a:first-child {
    margin-bottom: 0.3rem;
}
li.spacer {
    width: 60px;
}

a.mainmenu {
    display: inline-block;
    padding: 10px 2px;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 2px transparent solid;
    border-top: 1px solid transparent;
    color: #183a8d;;
}

a.mainmenu:hover, a.mainmenu.active {
    border-bottom: 3px #183a8d solid;
}


div#thematiques ul {
    list-style: disc outside none;
    line-height: 18px
}

div#thematiques ul li {
    margin-bottom: 12px;
}

/** slider **/

.bx-wrapper {
    margin: 0 !important;
    position: relative;
}

div#slider {
    margin-top: 105px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    color: transparent;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/bx_controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('images/bx_controls.png') no-repeat -43px -32px;
}


.bx-wrapper .bx-viewport {
    -moz-box-shadow: inherit !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    border: 0px solid #fff !important;
    left: 0 !important;
}

.bx-pager.bx-default-pager {
    display: none;
}

.bx-wrapper img {
    width: 100%;
}

section#slider,
section#slider-responsive {
    display: none;
}

.button.home {
    padding: 1rem;
    text-transform: uppercase;
}

/* Subscription */
.band-orange {
    background-color: #008000;
}

form.wide {
    max-width: inherit;
    width: inherit;
}

form.subscribe input {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    width: 100%;
    max-width: 270px;
    border: none;
    padding: 4px 8px;
    display: inline-block;
    margin: 0 0 0 16px;
    border-radius: 0;
}

.nobutton {
    font-family: inherit;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    margin: 0 !important;
    border: none;
    font-size: 1em;
    color: white;
    border: 2px solid transparent
}

.nobutton:hover {
    border-color: white;
}

form#capture {
    color: white;
}

/** popup de capture */

div#capture-wrapper {
    background-color: #008000;
    color: white;
    padding: 2rem;
    width: 450px;
    font-family: 'Roboto Condensed', sans-serif;
}

div#capture-wrapper label {
    font-size: 1.2rem;
    display: inline-block;
    margin: auto;
    width: 45% !important;
    min-width: 160px;
}

#capture-wrapper input[type=checkbox] {
    width: 13px;
    transform: scale(1.7);
    margin-right: 10px !important;
    display: inline-block;
}

#capture-wrapper .button {
    background: #2367a5;
    border: 1px solid transparent;
    cursor: pointer;
}

#capture-wrapper .button:hover {
    border-color: white;
}

#footer form#capture {
    margin: -16px -20px 0;
}

.article-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px solid #183a8d;
    line-height: 2rem;
    font-weight: 600;
    max-width: 1530px;
    margin: 0 auto 1rem;
    text-align: left;
    padding-right: 65px;
}

div[data-presentation="index_article"] .article-title {
    max-width: unset;
}

/** Thought */
section#thought-accueil {
    margin: 2rem auto -1rem;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

#Accueil article.article-thought {
    max-width: 800px;
}

.thought-container {
    position: relative;
}

.article-title, .thought.title {
    font-size: 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px solid #2367a5;
    line-height: 2rem;
    font-weight: 600;
    max-width: 1530px;
    margin: 0 auto 1rem;
    text-align: left;
    padding-right: 65px;
    padding-left: 5px;
    color: #183A8D;
}

.thought.date {
    display: none;
}

section#thought-accueil #keyword-sentence {
    display: none;
}

#thought #picture {
    margin: 0 30px 0 0;
    float: left;
}

a#oma {
    text-align: right;
    text-decoration: underline;
    font-size: 1.1em;
    margin: 5px 0 10px 0 !important;
    display: inline-block;
    width: 100%;
}

#startseite .article-title {
    margin: 0 0 1rem 20px;
    max-width: none;
}

#startseite .article-title a:hover {
    font-size: 1.52rem;
}

section#thought-accueil article {
    margin: 0 20px 2rem;
    padding: 0;
    text-align: center;
}

section#thought-accueil article a {
    display: inline-block;
    margin: 1rem;
}
.thought_see {
    margin-bottom: 1rem;
}
.thought_see a {
    margin: 0 !important;
}
div#accueil-button-container {
    text-align: center;
}


section#thought-accueil article .owl-item a,
section#thought-accueil article p {
    margin: 0;
}
/** Fin thought homepage **/
/** Part Auteur **/
section#thought-accueil article.auteur {
    flex: 1;
    min-width: 40vh;
    background-color:  #2367A5;
    color: white;
    padding: 20px;
    text-align: justify;
    font-size: 15px;
    max-width: 815px;
}
section#thought-accueil article.auteur #image {
    float: left;
    margin: 6px 20px 0 0;
}

section#thought-accueil article.auteur h1 {
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 32px;
    letter-spacing: 1.5px;
}

section#thought-accueil article.auteur a.button {
    padding: 12px 18px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #008000;
}
/** Boutons startseite **/
section#home-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

#home-buttons a {
    background-color: #2367A5;
    color: white;
    text-align: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: block;
    line-height: 1.8rem;
    padding: 60px 5px 0;
    height: 90px;
    width: 145px;
    border-radius: 200px;
    vertical-align: middle;
    margin-top: 10px;
}

#home-buttons a:nth-child(2) {
    background-color: #008000;
}

#home-buttons a:nth-child(3) {
    padding: 40px 5px 0;
    height: 110px;
}


/** boutons thought archive **/
#buttons-container {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto 2rem;
}

#buttons-container a {
    display: block;
    width: 150px;
    text-align: center;
}

span.button-icon-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: 50% 22%;
    margin: 0 !important;
}

span.thought-index {
    background-image: url(images/index-az.png);
}

.thought-bydate {
    background-image: url(images/pardate.png);
    /*position: relative;*/
    /*top: 24px;*/
}

.thought-random {
    background-image: url(images/aleatoire.png);
}

.thought-day {
    background-image: url(images/jour.png);
}

#buttons-container strong {
    display: inline-block;
    font-weight: 400;
}

/* Thought */
.thought-container {
    position: relative;
    max-width: 800px;
    margin: 0 20px;
}

#thought #picture {
    margin: 0 30px 0 0;
    float: left;
}

#thought #picture img {
    width: 100px;
}

.thought-button {
    text-align: center;
    margin: -25px 0 -1px 0;
    /*padding-left: 22px;*/
}

#thought .thought-button {
    margin: 0;
}

#thought h1.article-title {
    border: none;
}

#thought #thought-buttons {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#thought #thought-buttons a {
    margin: 1rem;
}

.thought.text:first-letter {
    font-family: Monotype Corsiva, Apple Chancery, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 3px;
}

.thought.text {
    letter-spacing: -0.1px;
    line-height: 1.5em;
    text-align: justify;
}

#thoughtoftheday .thought.text {
    margin-right: 0;
}


a#oma {
    text-align: right;
    text-decoration: none;
    font-size: 1.1em;
    margin: 5px 0 10px 0 !important;
}

#thoughtoftheday a#oma {
    margin-right: 0;
}


/** slider  **/
section.section-slider {
    margin: 0 auto 2rem;
}

.slider-wrapper {
    position: relative;
    max-width: 1530px;
    margin: auto;
}

div[data-presentation="index_article"] .slider-wrapper {
    max-width: unset;
}

#startseite .slider-wrapper {
    max-width: none;
}

.slider-all {
    position: absolute;
    top: -39px;
    right: 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    width: 75px;
    text-align: center;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    font-size: 4rem;
    right: 0;
    margin-right: 10px;
}

/*.owl-theme .owl-nav .owl-prev {*/
/*    display: none !important;*/
/*}*/

.owl-stage {
    margin: 0 20px;
}

.owl-item {
    max-width: 450px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit !important;
    color: inherit !important;
    text-decoration: inherit !important;
    border: none !important;
}

/** productlist slider **/
#Accueil #slider {
    margin-top: -26px;
}

.product-slider {
    width: 300px;
    height: 415px;
    vertical-align: bottom;
    text-align: center;
    position: relative;
}

.product-slider .product-title {
    text-align: justify;
    position: absolute;
    padding: 0 20px;
    bottom: 45px;
    height: 80px;
    text-overflow: ellipsis;
}

.product-slider img {
    margin: auto auto;
}

.product-slider-image {
    position: absolute;
    bottom: 135px;
    width: 300px;
    max-height: 230px;
}

.product-slider-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.product-slider .buttons {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-slider .buttons .add_button {
    display: inline-block;
    margin-left: 1rem;
    width: initial !important;
}

/** Main buttons **/
section.main-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 1530px;
    margin: 0 auto;
}

section.main-buttons article {
    flex: 1;
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    justify-content: space-evenly;
    height: 240px !important;
    width: 352px;
    display: block;
    margin: 1rem;
}

.image-title {
    margin-top: 12px;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.6rem;
    font-weight: 600;
}


section.main-buttons img {
    border-radius: 100px;
    width: 175px;
}

/** Articles slider **/
.article-slide {
    height: 400px;
    max-width: 450px;
    position: relative;
}

.article-slide-link {
    position: absolute;
    bottom: 5px;
    right: 0;
}


.article-slide-image {
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.article-slide-play {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 35%;
    left: 40%;
}

.article-slide-play.video {
    content: url(images/play.png);
}

.article-slide-play.audio {
    content: url(images/play_audio.png);
}

.article-slide-audio {
    display: block;
    position: absolute;
}

.product-slider img:hover,
section.main-buttons img:hover,
.article-slide-image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.article-slide-content {
    text-align: justify;
    height: 125px;
    overflow: hidden;
}

.article-slide-content i {
    text-transform: uppercase;
    color: red;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.article-slide-content h2 {
    text-align: center;
}

/** article list **/
.articles-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.articles-list .article-slide {
    width: 300px;
    padding: 15px;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    margin: 20px 5rem 4rem;
}


.articles-list .article-slide-content h2 {
    text-align: center;
    height: 2.9rem;
    overflow: hidden;
}

.article-slide-content p {
    margin-top: 0;
}

.articles-list .article-slide-link {
    right: 10px;
    bottom: 15px;
}

.article-slide .article_date {
    text-align: left;
    color: gray;
    position: absolute;
    bottom: 20px;
}

/** product , videos_youtube**/
#product,
#videos_youtube {
    max-width: 1080px;
    margin: auto;
}

/** results_products */
form#sort {
    border: none;
    margin: 0 0 0 -40px;
}

form#sort select#sort {
    width: 150px;
}

.results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.results.thoughts {
    max-width: 1200px;
    display: block;
}

.results.thoughts h3 {
    max-width: 1200px;
    display: block;
}

.result-icones.books,
.result-icones.medias,
.result-icones.products,
.result-icones.articles {
    width: 300px;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 20px;
    position: relative;
    padding: 20px;
}

.alternate .result-icones.articles {
    margin: 20px auto;
}

.alternate .result-icones.books,
.alternate .result-icones.medias,
.alternate .result-icones.products {
    text-align: unset;
    height: 250px;
    margin: 20px auto;
}

.alternate .result-icones.books .icone,
.alternate .result-icones.medias .icone,
.alternate .result-icones.products .icone {
    position: absolute;
    top: 60px;
    width: 140px;
    text-align: center;
    display: block;
}

.first-title {
    text-align: center;
    font-weight: 600;
    height: 44px;
    overflow: hidden;
    line-height: 1.2rem;
}

.alternate .first-title {
    margin-top: -5px;
    font-size: 0.9rem;
    vertical-align: middle;
    line-height: 0.9rem;
}


.result-icones.articles .article-slide-link {
    margin-right: 20px;
    margin-bottom: 10px;
}

.result-icones.books .icone,
.result-icones.medias .icone,
.result-icones.products .icone {
    height: 185px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;

}

.result-icones.articles .icone {
    height: 225px;
    display: inline-flex;
}

.result-icones.articles h2 {
    height: 70px;
    overflow: hidden;
}

.result-icones.books .title,
.result-icones.medias .title,
.result-icones.products .title {
    text-align: justify;
    overflow: hidden;
    height: 85px;
}

.result-icones.articles .title {
    margin-top: 2rem;
    text-align: justify;
    overflow: hidden;
    height: 125px;
}

.result-icones.books .price,
.result-icones.medias .price,
.result-icones.products .price {
    text-align: right;
}

.result-icones.books .stdPrice,
.result-icones.medias .stdPrice,
.result-icones.products .stdPrice {
    text-align: right;
    color: red;
    text-decoration: line-through;
    font-size: 0.8rem;
    display: inline-block;
    margin-right: 0.3rem;
}

.results .books h2,
.results .medias h2,
.results .products h2 {
    display: none;
}

.results .articles img.product {
    display: none;
}

.results .books div.article,
.results .medias div.article,
.results .products div.article {
    display: none;
}

.results div.article {
    width: 300px;
    height: 225px;
    background-size: cover;
}

.result-icones.books a,
.result-icones.medias a,
.result-icones.products a {
    display: inline-block;
    margin-left: 12px;
}

.result-icones.books .article-slide-link,
.result-icones.medias .article-slide-link,
.result-icones.products .article-slide-link {
    display: none;
}

.result-icones.articles .article-slide-link {
    text-align: right;
}

/* aLternate */
.alternate .result-icones.products {
    height: 225px;
}

.alternate .products .icone {
    position: absolute;
    left: 20px;
    top: 0;
}

.alternate .result-icones.books .title,
.alternate .result-icones.medias .title,
.alternate .result-icones.products .title {
    top: 45px;
    position: absolute;
    right: 19px;
    width: 150px;
    height: 222px;
    text-align: left;
}

.alternate .result-icones.books .price,
.alternate .result-icones.medias .price,
.alternate .result-icones.products .price {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

/** section-flex **/
section.section-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

section.section-flex section {
    max-width: 47%;
    min-width: 360px;
    margin: 2rem 10px;
}


/** Footer **/
/* Info Footer */
div#footer {
    background-color: #2367a5;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6rem 0 0;
}

div#footer a {
    color: white;
}

div#footer ul {
    list-style: none;
    line-height: 2rem;
    padding-inline-start: 0;
}

div#footer div {
    width: 300px;
    margin: 0 1rem;
    text-align: center;
}

div#footer div.footer-text {
    width: 100%;
    margin: 1rem 0 0;
    text-align: center;
}


@media print {
    .noprint {
        display: none !important;
    }
}


@import url(responsive.css);

/** Video **/
.ytp-chrome-top-buttons {
    display: none;
}

/** Image legend **/

div[class^=legend] {
    font-size: small;
    display: inline-block;
    color: gray;
    font-weight: 400;
    padding: 20px;
    width: 175px;
    border: 1px solid lightgray;
}

div[class^=legend] img {
    display: block;
    margin: 0 auto;
}

div.legend-left {
    text-align: left;
}

div.legend-right {
    text-align: right;
}

div.legend-center {
    text-align: center;
}

/* Navbar */
div.article_navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 2rem 0;
    font-size: 1.2rem;
}

div.article_navbar div {
    flex: 1;
}

div.article_navbar div a {
    cursor: pointer;
    color: goldenrod;
    text-decoration: underline;
    margin: 0 1rem;
}


.article_navbar div:nth-child(1) {
    text-align: left;
}

.article_navbar div:nth-child(2) {
    text-align: center;
}

.article_navbar div:nth-child(3) {
    text-align: right;
}

/* AddThis*/
div#addthis {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#addProductForm {
    font-size: 1rem !important;
}

#addProductForm button {
    font-size: inherit !important;
}

/* Search */
h1 ~ p#pagedescription {
    display: none;
}

/* Download */
.video-download,
.audio-download {
    /*max-width: 600px;*/
    margin: auto;
    padding: 2rem;
}

.video-download figcaption,
.audio-download figcaption {
    font-weight: 500;
    font-size: 1rem;

}

.video-download iframe,
.audio-download audio {
    margin: 1rem auto;
}

.button.download {
    background-color: #008000;
}

.video-download iframe {
    width: 640px;
    height: 480px;
}

.opencapture {
    cursor: pointer;
}

/** presentation */
div#contenu > div[data-presentation="index_article"] {
    max-width: unset;
}

div#contenu > div[data-presentation="index_article"] p {
    max-width: 1200px;
    margin: auto;
}

/** search-page */
div#search-page {
    max-width: unset !important;
}

/** jquery */
.ui-widget {
    font-family: 'Roboto Condensed', sans-serif;
}


/** PODCAST */
.podcast .article-title {
    margin: 0 0 1rem 20px;
}

.podcast .owl-theme .owl-nav {
    margin-top: -10px;
}

/** LIKE */
.like {
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: contain;
    z-index: 50;
    cursor: pointer;
    left: 0;
    bottom: 25px;
}

.like.article {
    top: 0;
    left: 0;
}

.article-slide .like {
    left: 16px;
    bottom: 24px;
    background-repeat: no-repeat;
}

.article-actualites .like {
    background-repeat: no-repeat;
    width: 16px !important;
    left: 72px;
}

.like.select {
    background-image: url(images/select.png);
}

.like.unselect {
    background-image: url(images/unselect.png);
}

/* Videoclips */
#Videoclips ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

#Videoclips ul li {
    margin: 2rem;
    list-style: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}