@charset "utf-8";
/*
Ancien bleu #1c6ab0
nouveau bleu : #1c6ab0
ancien Orange : #FF9C38
orange: #9F0055
 */


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;
}

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

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

div#contenu > div[data-presentation="no_search"] {
    margin-top: 12rem;
}

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

#slider img {
    max-width: unset;
}

/** Entete **/

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

/* content */
div#bandeau {
    /*background-color: #9F0055;*/
    background-color: white;
    height: 180px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;

}

#homepage #bandeau {
    height: 133px;
}

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


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

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

div#logo #oma {
    font-size: 18px;
    font-weight: 500;
}


div#main {
    margin-top: 15px;
}

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

div#search.thought-search {
    margin: 4rem auto 0;
}

button#btn_help {
    position: absolute;
    right: -60px;
    color: lightgrey;
    background: none;
    border: none;
    font-size: 1.5rem;
    top: 7px;
    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;
}

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

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

.thought-search .button_search {
    background-color: #1c6ab0;
}

.button_search i {
    font-size: 1.5em;
    color: #1c6ab0;
}

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


div[data-presentation=sans_recherche],
div[data-presentation=thoughtindex],
div[data-presentation=thought] {
    margin-top: 190px !important;
}

/* shopping */
div#shopping-wrapper {
    background-color: #1c6ab0;
    padding: 5px 10px;
    position: absolute;
    top: 99px;
    right: 0;
    width: 160px;
}

div#shopping-wrapper a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

div#shopping {
    height: 40px;
    width: 45px;
    background: url(images/panier.png) no-repeat right 0 transparent;
    float: left;
    background-size: contain;
}

div#shoppingcontainer {
    z-index: 1000;
    text-align: center;
    margin-left: 50px;
}

shopping-wrapper #article {
    text-transform: lowercase;
}

div#basketconsult {
    text-align: center;
}

[lang=de] div#basketconsult {
    font-size: x-small;
}

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

#homepage #breadcrumbs {
    display: none;
}

#breadcrumbs img {
    filter: invert(0.3);
}

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#mainmenu {
    position: relative;
    bottom: 123px;
    right: 15px;
    text-align: right;
}

div#mainmenu.logged {
    bottom: 141px;
}

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

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

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

div#mainmenu.logged ul li.connect {
    height: 58px;
}

div#mainmenu ul li.connect a.connect {
    display: block !important;
    padding: 2px 0 0px;
    font-size: 16px;
}

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

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

a.mainmenu,
div#mainmenu ul li.connect a {
    display: inline-block;
    padding: 10px 2px;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 2px transparent solid;
    border-top: 1px solid transparent;
    font-weight: 600;
}

div#mainmenu ul li.connect a {
    color: white;
}

div#mainmenu ul li.lang {
    padding: 10px;
    width: 25px;
    text-align: center;
}

div#mainmenu ul li span {
    position: absolute;
    top: 45px;
}

div#mainmenu ul li.lang.active {
    color: #9F0055;
}

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

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

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

div#mainmenu.dropdownmenu {
    margin: 0 0px;
}


div#mainmenu.responsive {
    display: none;
}

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;
}

.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-next {
    right: 5px;

}

.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,
section#slider-middle,
section#slider-middle-responsive {
    display: none;
}

/* Subscription */
.band-orange {
    background-color: #9F0055;
    color: white !important;
}

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

form.subscribe input {
    font-family: 'Open Sans', 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: #1c6ab0;
}

.nobutton:hover {
    color: white;
}

.band-orange .nobutton {
    color: white;
}

.band-orange .nobutton:hover {
    color: #1c6ab0;
}

form#capture {
    color: #1c6ab0;
}

/** popup de capture */

div#capture-wrapper {
    background-color: #4C82B4;
    color: white;
    padding: 2rem;
    width: 500px;
    font-family: 'Open Sans', sans-serif;
}

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

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

#capture-wrapper .nobutton {
    color: white;
}

#capture-wrapper .nobutton:hover {
    color: #9F0055;
}

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

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

.article-subtitle {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 32px 0 16px;
}


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;
}


#home .article-title {
    max-width: none;
}

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

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

section#thought-accueil article a {
    margin: 1rem;
    display: inline-block;
}

section#thought-accueil article .owl-item a,
section#thought-accueil article p {
    margin: 0;
}

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

article.article-thought {
    flex: 1;
}

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


section#thought-accueil article.auteur {
    flex: 1;
    /*min-width: 40vh;*/
    background-color: #1c6ab0;
    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;
}

section#main-buttons {
    margin: 0 auto;
    background-color: rgba(240, 240, 240, 0.5);
}

#main-buttons .image-title {
    height: 3rem;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-bottom: 1rem;
}

#main-buttons .image-title > div {
    text-align: center;
    width: 90%;
}

#buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 800px;
    margin: 0 auto 2rem !important;
}

#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.button-icon-top.selected {
    border-bottom: 2px solid darkred;
}

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

.thought-bydate {
    background-image: url(images/pardate.png);
}

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

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

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

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

/* Préférés */
a.button-prefered {
    background-image: url(images/unselect.png);
    background-position: 10px 9px;
    padding: 10px 0 0 36px;
    background-repeat: no-repeat;
    height: 50px;
    width: 200px;
    background-size: 23px;
    position: absolute;
    right: -297px;
}

a.button-prefered.selected {
    background-image: url(images/select.png);
}

/* Thought */
.thought-container {
    position: relative;

}


#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: underline;
    font-size: 1.1em;
    margin: 5px 0 10px 0 !important;
    display: inline-block;
    width: 100%;
}

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

a.button.bold.opencapture#opencapture {
    width: auto !important;
}

/** 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;
}

#home .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: -65px;
    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 **/
#home #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 auto;
}

.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: 415px;
    max-width: 450px;
    position: relative;
}


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

.article-slide-image.podcast.article:before {
    z-index: 100;
    width: 120px;
    height: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-position: center;
    background-size: cover;
    content: " "
}

.article-slide-image.podcast.lisegardner_blanc:before {
    background-image: url(images/podcast/lisegardner_blanc.png);
}

.article-slide-image.podcast.lisegardner:before {
    background-image: url(images/podcast/lisegardner.png);
}

.article-slide-image.podcast.valeriefrancillon_blanc:before {
    background-image: url(images/podcast/valeriefrancillon_blanc.png);
}

.article-slide-image.podcast.valeriefrancillon:before {
    background-image: url(images/podcast/valeriefrancillon.png);
}

.article-slide-image.podcast.dorettechappuis_blanc:before {
    background-image: url(images/podcast/dorettechappuis_blanc.png);
}

.article-slide-image.podcast.dorettechappuis:before {
    background-image: url(images/podcast/dorettechappuis.png);
}

.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: 160px;
    overflow: hidden;
    line-height: 1.2rem;
}

.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;
    /*border: 1px solid #ccc;*/
    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: 3.5rem;
    overflow: hidden;
    line-height: 1.5rem;
    font-size: 1.2rem;
}

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

.article-slide-link {
    text-align: center;
}

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

.article-slide.article-image {
    margin: 32px 20px;
    height: 215px;
}


.article-slide.article-image .article-slide-content a p {
    display: inline-block;
    width: 278px;
    text-align: center;
    font-weight: bold;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    padding: 10px;
    font-size: 1.2rem;
}

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

}

.button.blue {
    background-color: #1c6ab0
}


/** 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: 0 auto 2rem;
}

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

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


.digital-band {
    text-transform: uppercase;
    opacity: 0.8;
    font-weight: bold;
    padding: 2px;
    position: relative;
    width: 337px;
    top: -20px;
    left: -20px;
}

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

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

.alternate .result-icones.books a,
.alternate .result-icones.medias a,
.alternate .result-icones.products a,
.alternate .result-icones.miscellaneous a {
    margin-left: 0 !important;
}

.alternate .result-icones.books .icone,
.alternate .result-icones.medias .icone,
.alternate .result-icones.products .icone,
.alternate .result-icones.miscellaneous .icone {
    position: absolute;
    top: 60px;
    width: 140px;
    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;
}

.results .articles .first-title {
    display: none;
}

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

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

}

.result-icones.products .icone {
    flex-direction: column !important;
}

.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,
.result-icones.miscellaneous .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,
.result-icones.miscellaneous .price {
    text-align: right;
}

.result-icones.books .stdPrice,
.result-icones.medias .stdPrice,
.result-icones.products .stdPrice,
.result-icones.miscellaneous .stdPrice,
.product-slider .stdPrice {
    color: red;
    font-weight: normal;
    padding: 0;
    text-decoration: line-through;
    font-size: 0.8rem;
}

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

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

.results .books div.article,
.results .medias div.article,
.results .products div.article,
.results .miscellaneous 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,
.result-icones.miscellaneous a {
    display: inline-block;
    margin-left: 12px;
}

.result-icones.miscellaneous .product.miscellaneous {
    max-height: 180px;
    width: inherit !important;
}

.result-icones.books .article-slide-link,
.result-icones.medias .article-slide-link,
.result-icones.products .article-slide-link,
.result-icones.miscellaneous .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,
.alternate .result-icones.miscellaneous .title {
    top: 60px;
    position: absolute;
    right: 19px;
    width: 150px;
    height: 155px;
    text-align: left;
    overflow: hidden;
    line-height: 18px;
}

.alternate .result-icones.books .price,
.alternate .result-icones.medias .price,
.alternate .result-icones.products .price,
.alternate .result-icones.miscellaneous .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;
}

div#media {
    text-align: center;
}

/** Footer **/
/* Info Footer */
div#footer {
    background-color: #1c6ab0;
    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: 1rem auto -3rem !important;
}

div.article_navbar div {
    flex: 1;
}

div.article_navbar div a {
    cursor: pointer;
    color: #9F0055;
    text-decoration: underline;
    margin: 0 1rem;
    font-size: 1rem;
}


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

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

.article_navbar div:nth-child(2) a {
    color: #1c6ab0;
}

.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: #1c6ab0;
}

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

.opencapture {
    cursor: pointer;
}

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

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

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

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


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

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

/** LIKE */
.like {
    position: absolute;
    width: 19px;
    height: 19px;
    background-size: contain;
    z-index: 10;
    background-repeat: no-repeat;
    cursor: pointer;
}

.result-icones a.like {
    left: 10px;
    bottom: 25px;
}

.like.article {
    top: 0px;
    right: 15px;
    width: 24px;
    height: 24px;
}

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

.article-slide.article-image .like {
    display: none;
}

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

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

section#thought-accueil .like {
    width: 16px;
    left: 85px;
}

.owl-carousel.owl-drag .owl-item {
    max-width: 385px;
}

/* home buttons */
section#home-buttons {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*max-width: 1200px;*/
    margin: auto;
}

#home-buttons a {
    background-color: #1c6ab0;
    color: white;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    line-height: 1.6rem;
    letter-spacing: 0.7px;
    margin: 0.7rem;
    padding: 2.6rem 0 0;
    height: 89px;
    width: 126px;
    border-radius: 200px;
    font-weight: bold;
}

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

.max-width #main {
    margin-top: 50px;
}

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

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

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

/** catalogue_themes **/
div#catalogue_themes h2 {
    color: white;
    background-color: #1c6ab0;
    padding: 12px;
    margin: 6px auto;
    width: fit-content;
}