html {scroll-behavior: smooth;}

#header h2 {
    font-size : 2em !important;
    font-family: 'Leckerli One', cursive;
    font-weight: normal;
    text-shadow: 2px 2px 5px rgba(188, 134, 109, 0.87);
}

header.major h2 {
    font-size: 1.7em;
    font-family: 'Leckerli One', cursive;
    font-weight: normal;
}

#intro p, #about, .description {
    font-size: 0.9em;
}

#two article h3 {
    display: none;
}

#etsy, #publications, #index-livre-bebe {
    margin:1px !important;
    padding-top:1em !important;
}
/*------------------Liste dans A propos------------- */
.exemples-commandes p {    
    margin-bottom: 0;
}

.exemples-commandes ul {
    margin-left: 3%;
    
}
/*------------------Divers------------- */

.poptrox-popup .caption {
    line-height: 1.5em;
    font-size: 13px;
    height : 4em;
    background: none;
    bottom:auto;
}

.bold {
	font-weight:bold;
}

body
{ 
    font-size : 1.1em;
}
/*------------------Header------------- */
#header-menu {
    list-style-type: none;
    float: right;
}

#header-menu li {
    font-size: 0.8em;
    margin-bottom:5px;
}

#header-menu a {
    display: block;
    width: 100%;
    padding:5px 8px;
    text-align: center;
    border: 1px dotted ;
    border-radius:5px;
    color:#fff;
    background-color: rgb(255, 132, 66);
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(133, 92, 92, 0.5);
}

#header-menu a:hover {
    background-color: rgb(129, 177, 129);    
    color:#fff;
}

#header-menu a:active {color:#fff;}

/*------------------LIENS pages légal dans footer------------- */
#legal {
    font-size: 0.7em;
    line-height:1.5em;
    list-style-type:none;
    color:#fff;
}

#legal a {
    color:#fff;
    text-decoration: none;
}
#legal li a:hover {color:white;font-weight: bolder;}

#footer .freepik { font-size: 0.5em; color:#fff;}



/*------------------SECTION INDEX LIVRE BEBE------------- */

#index-livre-bebe article, #index-livre-bebe p {
    margin-bottom: auto;
}

#index-livre-bebe p {
    font-size: 0.9em;
    line-height:1.5em;
    margin-bottom: 8px;
}

#index-livre-bebe ul {
    list-style-type:none;
    padding:0;
    
}

/*------------------INDEX section ETSY------------- */

#etsy h2 {
    margin-bottom : 0;
}

#etsy p {
    margin-bottom: 1em;
    font-size: .9em;
    line-height: 1.5em;
}


/*------------------Boutons de nav en bas de page de portfolio------------- */
.navigprojet {
    list-style-type: none;
    text-align: center;
    padding-left: 10px;
}

.navigprojet li {
    display: inline ;
        -moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}

/*------------------Légal------------- */

#mentions-legales p, #mentions-legales h3, #mentions-legales h4, #mentions-legales ul:not(.actions), #mentions-legales ol {
    margin-bottom: auto;
    font-size:0.8em;
    text-align:justify;
    line-height: 1.4em;
}

#mentions-legales h3{
    margin-top:10px;
    font-weight:bold;
}

#mentions-legales h4{
    text-decoration: underline;
    margin-top:5px;
}

#mentions-legales ul{
    list-style-position: inside;;
}

#mentions-legales ol li{
    margin-bottom:1em;
}

#mentions-legales .nomdusite{
    font-style: italic;
}

/*-------------------FOOTER---------------------*/
footer {
text-shadow: 2px 2px 3px rgba(188, 134, 109, 0.87);    
}

#footer .icons {
    text-decoration: none !important;
    font-size: 1.5em; 
}

/*--------------CONTACT----------------------------------*/

#contactme form input, #contactme form textarea {
font-size: medium;    
}

#contactme form textarea {
    min-height:10em;
    max-height: 15em;
    min-width: 30em;
    max-width: 35em;
}

#contactme button {
    background-color: rgb(239, 127, 66);
    border:none;
    color: #ffffff !important;
    padding : 10px 20px;
    box-shadow: none;
    font-family: "Nunito",sans-serif;
    transition: background-color 0.2s ease-in-out;
}

#contactme button:hover {
    background-color: #77aa83;
    cursor: pointer;
}

/*-------------- PAGE LIVRE BEBE PERSONNALISE ---------------*/
#livre-bebe article h3 {
    display: none;
}

#livre-bebe h4 {
    margin-bottom: auto;
    margin-top:15px;
    font-size:1.3em;
    color:#77aa83;
    font-family: "Nunito",sans-serif;
}

#livre-bebe p {
    margin-bottom: auto;
}

#livre-bebe ul {
    margin-bottom: auto;
}

#livre-bebe figcaption {
    font-style: italic;
    font-size: 0.8em;
}

#livre-bebe .commande-go .actions li {
    margin: 10px;
}



#livre-bebe .cadre-tarif
{
    border: 2px dotted #77aa83;
    border-radius: 10px;
    margin: 10px 0 10px 2em;
    padding: 20px;
}

#livre-bebe .cadre-tarif h4 {margin:auto;}
#livre-bebe .cadre-tarif p {font-size: 0.9em;}