@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Open Sans', sans-serif;
    /*font-weight: 500;*/
    font-size: 1.1rem;
    line-height: 1.3em;
    color: #1c6ab0;
}

.center {
    text-align: center;
}

form {

    max-width: 800px;
    /*min-width: 300px;*/
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1rem 2rem 1rem 2rem;
}


form#search,
form.subscribe {
    border: none;
    padding: 0;
    width: initial;
    max-width: unset;
    min-width: unset;
}

form.subscribe {
    padding: 10px 0 !important;
    text-align: center;
    font-size: 1.2rem;
    max-width: inherit;
    width: 100%;
    border-radius: 0;
    /*font-weight: 600;*/
}

input,
select,
textarea {
    border: 1px solid #CCC;
    width: 100%;
    border-radius: 5px;
    padding: 5px 15px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

input[type=checkbox] {
    width: 13px;
    margin-right: 10px;
    transform: scale3d(1.2, 1.2, 1.2) ;
}


label {
    font-size:  0.9rem;
    width: 80%;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    vertical-align: top;
}
label.error {
    color: red;
}
label em {
    color: red;
    font-style: normal;
    display: inline-block;
    padding-left: 2px;
    vertical-align: top;
}

fieldset {
    border: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    font-style: italic;
}


#contenu {
    font-size: 0.95rem;
    padding: 0 20px;
    position: relative;
    line-height: 1.4rem;
}

/*#contenu #Accueil {*/
/*    margin: 0 -20px;*/
/*}*/

h1 {
    font-size: 1.8em;
    color: #9F0055;
    text-align: left;
    line-height: 1.0em;
    margin: 1rem 0 0.5rem;
    text-align: center;
}

h2{
    color: #9F0055;
    font-size: 1.5em;
    margin: 12px 0 6px;
    /*text-align:center;*/
}
h3 {
    color: #9F0055;
    font-size: 1.1em;
    text-align: left;
    margin: 12px 0 6px;
}


h4 {
    /*font-family: Monotype Corsiva, Apple Chancery, Arial, Helvetica, sans-serif;*/
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 12px 0 6px 0;
}

h4:first-letter {
    font-size: 36px;
}

/* oma_title */
h5,
.oma_title {
    text-align: left;
}

h6 {
    font-size: 1rem;
    color: #9F0055;
    font-weight: normal;
    margin: 0;
}

.full-width {
    width: 100%;
}

.color1,
.color1 > a {
    color: #9F0055 !important;
}

.color2,
.color2 > a {
    color: #1c6ab0 !important;
}

a {
    color: #9F0055;
    text-decoration: none;
}



a#lostpassword {
    text-decoration: underline;
}

label#labelkeepconnected {
    font-size: 1rem;
}
a img {
    border: none;
}

ul {
    list-style: disc inside none;
    line-height: 24px;
}

ol {
    list-style: decimal inside none;
}


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

table td {
    border: 0;
}


#btnsearch_thought {
    right: 15px;
}

#btnsearch_index {
    right: 5px;
}

div#submenu_index {
    text-align: center;
    padding: 15px 0;
}


/* menu search */
div#searchmenu {
    margin: auto;
}











/*Formulaires*/



form#contact {
    /*background: #F9EA98;*/
    /*padding-right: 60px;*/
    /*padding-top: 5px;*/
    /*margin-top: 10px;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*div#accordion {
        background:none;
}*/

form#order {
    /*background: #F9EA98;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*Thématiques contenu*/
div#themecontenu h1 {
    margin-right: 0px;
}



/* flash : message à l'internaute */
div.flashhidden {
    display: none;

}

div[class^=flash] {
    Display: block;
    margin: 1em auto 2em !important;
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
    border-radius: 5px;

}
div.flashinfo {
    background-color: antiquewhite;
    color: #1c6ab0;
    border: 2px orange solid;
}

div.flasherror {
    background-color: #FFC4BF;
    color: #D52B1E;
    border: 2px #D52B1E solid;
}


/* Dates */
#datePicker {
    margin-top: -12px;


}

.ui-datepicker {
    font-size: 10px !important;
}

/*getHTML ------------------*/
#gethtml p {
    padding: 0;
}

/* Part -----------------------*/
div.articlePart div#titre {
    color: White;
    text-align: center;
    padding: 4px;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}


div#titre {
    font-size: 1.1em;
}



.articlePart div#text div#commentaire {
    padding: 0px 5px 0px 5px;
    text-align: justify;
    font-style: italic;
    padding: 0px 10px 0px 10px;
}

.articlePart div#text H3 {
    text-align: center;
}

div.fond {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    padding: 5px 5px 5px 5px;
    background-color: #FFCE9E;
}

div.fond a {
    display: block;
}

.article-collection .text,
.article-collection .text a {
    color: #1c6ab0;
}
/* not in catalog */
ul#notincatalog {
    color: #1c6ab0;
    list-style: square;
    padding: 0.1em;
}

ul#notincatalog > li {
    margin-bottom: 0.2em;
    margin-left: 2em;
}

ul#notincatalog > li > a {
    color: DarkRed;
    text-decoration: underline;
}


.highlight {
    font-weight: bold;
}

/* comme H1 */
/*.thought.title see structure.css */

.thought.date {
    display: none;
}

span.thought.sentence,
span.thought.keywords {
    color: #9F0055 !important;
    font-size: 1.2em;
    text-align: left;
    margin: 12px 0 6px;
    font-weight: bold !important;
}

.thoughts .content {
    background-color: rgb(245,245,245);
    text-align: justify;
    padding: 1rem;
    cursor: pointer;
}
.thoughts .description {
    cursor: pointer;
}

.letter-index {
    background-color: #9F0055;
    text-align: center;
    padding: 10px 0 4px;
}

.letter-index a {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 5px;
}

.letter-index a:hover {
    font-width: bold;
    color: white;
}

/* catalogue */
table.catalogue {
    width: 650px;
}

table.catalogue td {
    vertical-align: top;
    height: auto;
}

.catalogue h2 {
    font-weight: bold;
    font-size: 1.4em;
}

.catalogue ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalogue li {
    margin-left: 5px;
    line-height: 1.5em;
    font-size: 1.2em;
}


/* bouton ajout */
.button,
.add_button,
form#account .button_submit,
#connect a#inscription,
.article-slide-link a,
input[type=submit] {
    background-color: #9F0055;
    display: inline-block;
    color: white;
    font-size: 1rem;
    padding: 6px 12px;
    border-radius: 0 !important;
    border: none;
    font-weight: normal;
    width: inherit !important;
}
#account #delaccount,
#account input[type=submit] {
    width: 200px!important;
}
.listformat select {
    width: 90px;
}

#delallsubscriptions {
    margin-left: -30px;
}

button#delaccount {
    margin-left: -30px;
    margin-top: 2rem;
}

.bold {
    font-weight: 600 !important;
}
form#account .button_submit {
    font-size: 1rem;
    padding: 6px 20px;
    display: block;
    margin: 1rem auto;
}
.button:hover,
.add_button:hover,
form#account .button_submit:hover,
.article-slide-link a:hover,
#connect a#inscription:hover,
input[type=submit]:hover {
    background: #9F0055; /* Old browsers */
    background: -moz-linear-gradient(top,  #9F0055 0%, #9F0055 35%, #9F0055 35%, #d1819c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #9F0055 0%,#9F0055 35%,#9F0055 35%,#d1819c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #9F0055 0%,#9F0055 35%,#9F0055 35%,#d1819c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9F0055', endColorstr='#d1819c',GradientType=0 ); /* IE6-9 */

}

.button-2 {
    padding: 6px 12px;
    border: 3px solid #1c6ab0;
    font-weight: 600;
}

.button-2:hover {
    border-color: #9F0055;
    background-color: #9F0055;
    color: white;
}
#connect a#inscription {
    display: block;
    width: 320px !important;
    margin: -80px auto 0 auto;
}

.button.encadre {
    border: 10px solid white;
    outline: 2px solid #9F0055;
    width: inherit;
}
#Accueil a#opencapture {
    width: inherit !important;
}
div#accueil-button-container {
    text-align: center;
}

#thought-accueil a.button {
    padding: 12px 24px;
    text-align: center;
}
/* ie*/
.add_button.addImage {
    color: transparent;
    filter: none;
    font-size: 0;
}

.addImage,
.addImage:hover {
    background: url("images/add.png") no-repeat scroll 0 0 transparent;

    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: transparent;
    display: inline-block;
    height: 32px;
    padding: 0;
    width: 33px;
}




/* motto */
#motto {
    color: #9F0055;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin: 1em 0 .2em 0;
    font-family: cursive;
}

/* accroche Mise en valeur */
div.accroche {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    padding: 5px 5px 5px 5px;
    background-color: #EEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 8px 8px 12px #AAAAAA;
    font-weight: 100;
    margin: auto;
    width: 550px;
}

/* Zoom image */
img.zoomable {
    cursor: url('images/loupezoom.gif'), auto;
}

/* page up */


.fancybox-image, .fancybox-iframe {
    width: inherit !important;
    margin: auto;
}

/** stdprice **/
span.stdprice {
    font-size: x-small;
    text-decoration: line-through;
}

/** Blog **/
div[data-presentation=heliotheque],
div[data-presentation=auteur]
{
    max-width: 1080px;
    margin: auto;
    text-align: justify;
    line-height: 1.5rem;
}

/** image video **/
.results .articles div.medias,
.article-slide-image.medias {
    position: relative;
}

.results .articles div.medias::before,
.article-slide-image.medias::before {
    content: url(images/play.png);
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
