/*
Theme Name: Oriane nature
Theme URI: http://www.oriane-nature.com
Author: Comconseils/Frank
Author URI: http://comconseils.com
Description: Thème Oriane nature créé exclusivement pour Oriane nature et intégré sous Wordpress par Frank / Comconseils Clermont-Ferrand.
Version: 1.1
License: Oriane nature
License URI: http://www.oriane-nature.com
Tags: Bootstrap, multicolonne, responsive, html5/css3.
*/

/*!
font-family: 'Raleway', sans-serif;
300,400,600,700
 */

body {
    font-family: 'Raleway', sans-serif !important;}

.bordure {padding: 0px 30px 0px 30px;}

.logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;}

.logo a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logo a:hover {
    opacity: 0.7;}

.img-logo {}

@media screen and (max-width:500px){  
    .logo {
        text-align: left;
        margin-left: 11px;}

    .img-logo {
        width: 50%;}  
}

nav {
    width: 100%;
    margin-bottom: 8px;}

nav ul {
    width: 100%;
    text-align: center;}

nav ul li {
    color:#a2a2a2;
    list-style-type: none;
    font-weight: 300;
    font-size: 17px;
    padding: 10px 18px 10px 18px;
    display:inline;}

nav ul li a {
    color:#a2a2a2;
    text-decoration:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }

nav ul li a:hover {
    color:#e086bd;
    text-decoration: none;}

.phone {
    display: none;}

@media screen and (max-width:800px){  
.no-phone {
    display: none;}
    
.phone {
    display: block;}
}

.home-one {
    margin-top: 45px;}

.one {
    margin-top: 17px;}

h1 {
    font-weight: 400;
    color:#666;
    font-size:26px !important;
    margin-bottom: 20px;}

h1.prod {
    font-weight: 400;
    color:#fff;
    font-size:30px;
    margin-bottom: 20px;
    background-color: #97bc4b;
    padding: 10px;}

time {
color: #97bc4b;
font-weight: 700;}

h2 {
    font-weight: 400;
    color:#666;
    font-size:22px !important;
    margin-bottom: 20px;}

p {
    color:#999;
    font-size:14px;
    text-align: justify;}

p a {
    color:#e086bd;
    font-weight: 700;
    text-decoration: none;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

p a:hover {
    color:#666;
    text-decoration: none;}

blockquote {
    border-left: 5px solid #e086bd !important;
    background-color: #eeeeee;
}

ul {}

ul li {
    color:#999;
    font-size:14px;}

.home-two {
    margin-top: 45px;
    background-color: #ffb6e3;
    padding: 10px 0 20px 0;
    background:url(images/fond.jpg) no-repeat center fixed;
 -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */}

.light a {
    color: #fff;
    font-weight: 300;
    font-size:68px;
    line-height: 67px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.big {
    color: #fff;
    font-weight: 700;
    font-size:88px;
    line-height: 65px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.light a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.big a:hover {
    text-decoration: none;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

@media screen and (max-width:900px){ 
.home-two {
    padding: 10px 0 20px 0;
    text-align: center;}
    
.light a {
    font-size:30px;
    line-height: 0px;
}

.big  {
    font-size:30px;
    line-height: 34px;
}
}

.img-two a {
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.img-two a:hover {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    opacity:0.7;}

.article-home-one {
    margin-top: 30px;
    }

.block-article {
    margin-top: 20px;
    text-align: center;}

.block-article-2 {
    margin-top: 0px;
    text-align: left;
}


.bt {}

.bt a {
    display: block;
    background-color: #ffb6e3;
    color: #fff;
    padding: 8px 5px 8px 5px;
    width: 47%;
    margin: auto;
    font-size: 17px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.bt2 a {
    display: block;
    background-color: #ffb6e3;
    color: #fff;
    padding: 8px 5px 8px 5px;
    margin: auto;
    font-size: 17px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.bt a:hover {
    background-color: #c25e84;
    text-decoration: none;}

.bt2 a:hover {
    background-color: #c25e84;
    text-decoration: none;
    color: #fff !important;}

.bt-global {
margin-top: 20px;}

.bt-global a {
    display: block;
    background-color: #7b726d;
    color: #fff !important;
    padding: 8px 5px 8px 5px;
    width: 40%;
    margin: auto;
    font-size: 17px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.bt-global a:hover {
    color: #fff !important;
    background-color: #625d5a;
    text-decoration: none;}

.bt3 {}

.bt3 a {
    display: block;
    background-color: #7b726d;
    color: #fff;
    padding: 8px 5px 8px 5px;
    margin: auto;
    font-size: 17px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.bt3 a:hover {
    background-color: #625d5a;
    text-decoration: none;}

@media screen and (max-width:900px){
    .bt a {
        width: 47%;
    }
    .block-article {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 100px;}
}

@media screen and (max-width:500px){
    .bt a {
        width: 70%;}
}

.hov {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.hov:hover {
    cursor: pointer;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.5),
    -1px 2px 20px rgba(255, 255, 255, 0.6) inset; }

footer {
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #909090;
    margin-top: 50px;}

footer a {
    color: #fff;}

footer a:hover {
    color: #fff;
    text-decoration: underline;}

.img-responsive {
width: 100%;}


.scrollup {
    width:40px;
    height:40px;
    border-radius:50%;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    color:white;
    background-color:#ca6993;
    font-size:20px;
    text-align:center;
    line-height:37px;}

.scrollup:hover {
    color:white;
    background-color:#ac3767;}

.produit {
margin-bottom: 15px;}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
    color:#a2a2a2;
}

.breadcrumb a {
   color:#a2a2a2;
}

.breadcrumb a:hover {
   color:#a2a2a2;
}

.breadcrumb > .active {
    color:#a2a2a2;
}

@media screen and (max-width:500px){  
    .breadcrumb {
    display: none;}
}

.centre {
text-align: center;}

.icon {
    color : #809ab0;
    font-size:35px;
}
.margin-b-40 {
 margin-bottom:40px!important
}

a.more-link {
display: none;}

.bt-actu {
margin-top: 20px;
margin-bottom: 30px;}

.bt-actu a {
    display: block;
    background-color: #7b726d;
    color: #fff !important;
    padding: 8px 10px 8px 10px;
    width: auto;
    margin: auto;
    font-size: 17px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.bt-actu a:hover {
    color: #fff !important;
    background-color: #625d5a;
    text-decoration: none;}

.form-group {
margin: 20px 0 20px 0;}

.standart {
height: 451px;
overflow: hidden;}

.standart-actus {
height: 330px;
overflow: hidden;}

.lang {
position: absolute;
right: 10px;
top:10px;
z-index: 9000;}

.language {
width: 33%;}

.sch {
    position: absolute;
left: 10px;
top:10px;
z-index: 9000;
}

@media screen and (max-width:800px){
.lang {
display:none !important;}
    
.sch {
display:none !important;}

}

.btn-sch {
    color: #fff;
    background-color: #000;
    border-color: #000;

}

.btn-sch:hover {
    color: #fff!important;
    background-color: #000;
    border-color: #000;

}

.sc {
    width: 200px;
}


