/*
        Theme Name: agora-collectivites-v2
        Theme URI: https://www.agora-collectivites.com
        Description: Thème pour le site agora-collectivites.com
        Version: 2.0
        Author: IRCF
        Author URI: https://ircf.fr
        Text Domain:
*/

/* Fonts */
@font-face {
	font-family: "Brandon";
	src: url(fonts/Brandon-Regular.eot);
	src: url(fonts/Brandon-Regular.eot?#iefix) format('embedded-opentype'),
	     url(fonts/Brandon-Regular.woff) format('woff'),
	     url(fonts/Brandon-Regular.ttf)  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Brandon";
	src: url(fonts/Brandon-Bold.eot);
	src: url(fonts/Brandon-Bold.eot?#iefix) format('embedded-opentype'),
	     url(fonts/Brandon-Bold.woff) format('woff'),
	     url(fonts/Brandon-Bold.ttf)  format('truetype');
	font-weight: bold;
	font-style: normal;
}


/* Général */
body {
	font-family:"Brandon",sans-serif,sans;
    font-size: 18px;
    line-height:1.5em;
}
h1{
    font-size:1.8em;
    text-transform: uppercase;
}
h1,h2,h3{
    font-weight:bold;/* Bootstrap : 500 */
}
h2{
    margin:10px 0 20px;
}
h3{
    margin:10px 0;
}
p,ul{
    margin-bottom:20px;
}
ul,ol{
    padding-left:15px;
}
p+h2{
    margin-top:40px;
}

/* Helpers */
.no-bullets{
    list-style:none;
    padding-left:0;
}
.no-bullets li:before{
    content:"";
    margin:0;
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Menus */
.navbar{
    border:none;
    border-radius:0;
    margin-bottom: 0;
}
.navbar-collapse{
    padding-left:0;
    padding-right:0;
}
.navbar-toggle{
    background-color:#358aae;
    border-color:#358aae;
    margin-right:30px;
}
.navbar-toggle .icon-bar{
    background-color:#fff;
}
    /* Sous-menu */
.dropdown-menu{
    padding:0;
    font-size:1em;
    min-width:calc(170%);
    box-shadow:none;
}
.dropdown-menu li a{
    padding-top:5px;
    padding-bottom:5px;
}
.dropdown-menu > li > a{
}
.navbar-nav .dropdown-menu li{
	display:inline;
	text-align:left;
}
.navbar-nav > li > .dropdown-menu {
    border:none;
    border-radius: 0 9px 9px;
    padding-top: 0;
    padding-bottom: 0;
}


/* Header */
.header-img{
    display: block;
    margin:10px 0;
}
.header-img img{
    display: inline-block;
}
.header-top{
    padding-top:10px;
}
.header-searchform-container{
    display:none;
    background-color:#358aae;
    padding:10px 0 15px;
}
.header-searchform .search-form .search-field{
    height:auto;
    background:transparent;
    border:none;
    box-shadow:none;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style:solid;
    border-color:#fff;
    font-size:1.1em;
    color:#fff;
    padding:0 0 5px;
}
.header-searchform .search-form .search-field::-webkit-input-placeholder{
    opacity:0.5;
    color:#fff;
}
.header-searchform .search-form .search-field::-moz-placeholder{
    opacity:0.5;
    color:#fff;
}
.header-searchform .search-form .search-field:-ms-input-placeholder{
    opacity:0.5;
    color:#fff;
}
.header-searchform .search-form .search-field::placeholder{
    opacity:0.5;
    color:#fff;
}
.header-searchform .search-form .search-submit{
    font-size: 1.2em;
    color:#fff;
    padding: 5px 0 0;
    top:-3px;
}
.header-btn-search{
    display:inline-block;
    margin-right:30px;
    margin-bottom:0;
}
#header-social{
    display:inline-block;
    margin-top:10px;
}
@media(max-width:768px){
    .header-buttons{
        text-align: center;
    }
}

/* Header - Navbar */
header .navbar {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: 0;
}
header .navbar-nav li{
    vertical-align: top;
}
header .nav > li{
}
header .nav > li > a{
    min-height: 65px;
    font-size:0.8em;
    font-weight:bold;
    line-height: 1.2em;
    text-transform: uppercase;
    border-radius:8px 8px 0 0;
}
header .nav .home{
    vertical-align: middle;
}
header .nav .home a{
    font-weight:normal;
}
header .nav .home a,
header .nav .home.active a{
    background-color:transparent;
    color:#358aae;
}
header .nav .home a:before{
    content:"\f015";
    font-family: "FontAwesome";
    font-size:1.5em;
    vertical-align: middle;
}
header .nav .home a span{
    font-size:0;
}
header .dropdown-menu > li > a:focus,
header .dropdown-menu > li > a:hover,
header .dropdown-menu > li.active > a:hover{
    background-color:rgba(53,138,174,0.8)!important;
}
header .dropdown-menu > li:first-child > a{
    border-top-right-radius:8px;
}
header .dropdown-menu > li:last-child > a{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}
@media(min-width:768px){
    header .navbar .caret{
        display:none;
    }
}

/* Contenu */
#content{
    /*padding-top:20px;*/
    padding-bottom:40px;
}

/* Sidebar */
.widget_nav_menu ul{
    list-style: none;
    padding-left:0;
}
.widget_nav_menu ul.sub-menu{
    padding-left:15px;
}
.widget_nav_menu .menu .home{
	display:none;
}
.widget_nav_menu .menu li{
	border-bottom:1px solid #F2F2F2;
}
.widget_nav_menu .menu > li{
	margin-bottom:10px;
}
.widget_nav_menu .menu > li > a{
	font-weight:bold;
}
.widget_nav_menu .menu a{
	display:block;
	font-size:0.75em;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#333;
}
.widget_nav_menu .menu a:hover{
	color:#888;
}
.widget_nav_menu .menu .sub-menu{
	display:none;
}
.widget_nav_menu .menu .sub-menu li{
	border-bottom:0;
	padding-left:15px;
}
.widget_nav_menu .menu .current-menu-item > .sub-menu,
.widget_nav_menu .menu .current-menu-ancestor .sub-menu{
	display:block;
}
.widget_nav_menu .menu .current-menu-item > a{
	text-decoration:underline;
}
.right-sidebar{
    margin-top: 20px;
}

/* Fil d'ariane */
.breadcrumbs{
    border-bottom:1px solid #f2f2f2;
    margin-bottom:10px;
    padding:10px 0;
    font-size:0.9em;
}
.breadcrumbs span{
    margin-left:3px;
    margin-right:3px;
}
/* Footer */
footer{
    padding-top:30px;
}
.footer-ircf {
    padding : 25px;
}
.footer-ircf a{
    display: block;
    font-size: 0.8em;
}
.footer-informations .blogtitle{
    font-weight:bold;
    text-transform: uppercase;
}
.menu-menu-du-bas-container,
.menu-menu-du-bas-secondaire-container{
    text-align: center;
}
.menu-menu-du-bas-container{
    font-size:1.2em;
    margin-bottom:30px;
}
.menu-menu-du-bas-secondaire-container{
    font-size:0.9em;
}
.footer-nav li{
    display: inline-block;
    margin-right: 10px;
}
footer #top-link{
    display:none;
    position:fixed;
    right:20px;
    bottom:20px;
    background-color:#333;
    padding:0 10px;
    opacity:0.2;
    outline:none;
    color:#fff;
}
footer #top-link:hover{
    opacity:0.4;
}

/* Liste produits */
div.produits li{
	text-align:center;
	margin-bottom:50px;
}
div.produits ul h2{
	font-size:1.1em;
}
div.produits ul h2 a{
    display:block;
	/*min-height:40px;*/
	color:#333;
}
div.produits ul h2 a:hover{
	text-decoration:none;
	color:#888;
}
div.produits ul li .image{
	max-width:100%;
	height:165px;
}
div.produits ul li .image a{
    display:flex;
    align-items: center;
    justify-content: center;
	height:165px;
}
div.produits ul li .image a img{
    display:inline-block;
    width:auto;
	max-height:100%;
}
div.produits ul li .image a:hover img{
	opacity:0.75;
}
div.produits ul li .button{
    font-size:0.7em;
    line-height:1.4em;
    padding-top:6px;
    padding-bottom:6px;
}
.description{
	margin:30px 0;
}
@media (max-width: 768px) {
    .produits li.col-xs-6:nth-child(2n+3) {
        clear: left;
    }
}
@media (min-width: 768px) {
    .produits li.col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

/* Pagination */
.pager{
    text-align:left;
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom: 0;
}
.pager .amount{
    margin-bottom:20px;
}
.pager .pages a{
    margin:0 2px;
}

/* Fiche produit */
.produit .button{
    font-size:0.7em;
}
.produit div.images,
.reference div.images{
    margin-top:30px;
    margin-bottom:20px;
    height:400px;
    text-align:center;
}
.produit div.images .image img,
.reference div.images .image img{
    display:inline-block;
    width:auto;
	max-height:400px;    
}
.produit div.images .vignettes,
.reference div.images .vignettes{
    max-height:446px;
    overflow-y:auto;
}
.produit div.images .vignettes li,
.reference div.images .vignettes li{
	margin-bottom:30px;
	text-align:left;
}
.produit div.images .vignettes a,
.reference div.images .vignettes a{
	display:block;
	width:100px;
	height:75px;
	text-align:center;
}
.produit div.images .vignettes img,
.reference div.images .vignettes img{
    display:inline-block;
    width:auto;
	max-width:100px;
	max-height:75px;
    cursor:pointer;
	opacity:0.5;
}
.produit div.images .vignettes img:hover,
.reference div.images .vignettes img:hover{
	opacity:1;
}
.produit div.image .carousel .carousel-control,
.reference div.image .carousel .carousel-control,
.produit div.image .carousel .carousel-indicators,
.reference div.image .carousel .carousel-indicators{
    display:none;
}
.produit .marque,
.reference .marque{
    float:right;
}
.produit .description,
.reference .description{
	border-top:1px solid #f2f2f2;
	margin-top:20px;
	padding-top:10px;
}
.produit .description .content,
.reference .description .content{
	margin-bottom:20px;
}
.produit .buttons,
.reference .buttons{
    margin: 10px 0;
}
.produit .back,
.reference .back{
	display:block;
	margin-top:20px;
}
.produit .related,
.reference .related{
    float:left;
    width: 100%;
	border-top:1px solid #999;
	margin-top:30px;
	padding-top:10px;
}
@media(max-width:768px){
    .produit div.images,
    .reference div.images{
        height:auto;
        text-align:left;
    }
    .produit div.images .vignettes,
    .reference div.images .vignettes{
        max-height:none;
        overflow-y:none;
        margin-top:10px;
        margin-bottom:15px;
    }
    .produit div.images .vignettes li,
    .reference div.images .vignettes li{
        display:inline-block;
        margin-right:10px;
    }
}

/* Categorie */
.category .more-link{
    display:inline-block;
}

/* Article */
.article-wrapper{
    border-bottom:1px solid #efefef;
    padding-top:15px;
    padding-bottom:15px;
}

/* Formulaire de recherche */
.search-form{
    position: relative;
}
.search-form label{
    display: block;
}
.search-form .search-field{
    width: 100%;
}
.search-form .search-submit{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 2px;
    padding: 5px 12px;
}

/* Pagination */
.navigation .nav-links .prev{
    margin-right:10px;
}
.navigation .nav-links .next{
    margin-left:10px;
}
.navigation .nav-links .page-numbers{
    margin-left:2px;
    margin-right:2px;
}

/* Formulaires */
form .required{
    margin-left:2px;
    color:#ff0000;
}
form .form-control{
    font-size:0.9em;
}
.wpcf7-checkbox{
    display:block;
    padding-top: 7px;
}
.wpcf7-submit{
    margin-top:20px;
}
.wpcf7-list-item{
    margin-right:5px;
}

/* Tableaux */
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > td:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > thead > tr > th:first-child{
    padding-left:0;
}
.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > td:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > thead > tr > th:last-child{
    padding-right:0;
    white-space: nowrap;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th{
    padding:15px;
}

/* Gallery */
.gallery{
    margin-top: 25px;
    margin-bottom: 25px;
}
.gallery .gallery-item {
    display: inline-block;
}
.gallery .slides {
    text-align: center;
}
.gallery figcaption {
    text-align: center;
}

/* Diaporama */
.carousel-indicators{
    width:auto;
    right:50px;
    left:auto;
}
.carousel-indicators li{
    background-color:rgba(0, 0, 0, 0.4);
    border:none;
}
.carousel-indicators li,
.carousel-indicators .active {
    margin:0 8px 0 0;
    width:16px;
    height:16px;
}
.carousel-control{
    width:auto;
    opacity:1;
    font-size: 5rem;
    position: absolute;
    top: 50%;
    margin-top:-25px;
}
.carousel-control:hover{
    color: #3e9dc5;
}
.carousel-control.left,
.carousel-control.right{
    background-image: none;
}
.carousel-control.left{
    left:5%;
}
.carousel-control.right{
    right:5%;
}
.home .carousel.slide.columns-1 .carousel-inner .item img{
    width:100%;
    height:auto;
    /* Chrome/Edge fixes */
    min-height: 65vh;
    object-fit: cover;
}
.carousel.slide .carousel-inner .caption{
    background-color:rgba(0, 0, 0, 0.4);
    display:table;
    position:absolute;
    top:12%;
    left:0%;
    text-align:center;
    padding:60px;
    width:450px;
    height:450px;
    text-shadow:none;
    color:#fff;
}
.carousel.slide .carousel-inner .caption .carousel-caption-content-wrapper{
    display:table-cell;
    vertical-align: middle;
}
.carousel.slide .carousel-inner .item .caption{
    opacity: 0;
    -webkit-transition: 0.8s all ease-in-out .1s;
       -moz-transition: 0.8s all ease-in-out .1s; 
        -ms-transition: 0.8s all ease-in-out .1s; 
         -o-transition: 0.8s all ease-in-out .1s; 
            transition: 0.8s all ease-in-out .1s; 
}
.carousel.slide .carousel-inner .item.active .caption{
    opacity: 1;
      -webkit-transform: translate3d(64%,0,0);
         -moz-transform: translate3d(64%,0,0);
          -ms-transform: translate3d(64%,0,0);
           -o-transform: translate3d(64%,0,0);
              transform: translate3d(64%,0,0);
    -webkit-transition: 0.8s all ease-in-out .1s;
       -moz-transition: 0.8s all ease-in-out .1s; 
        -ms-transition: 0.8s all ease-in-out .1s; 
         -o-transition: 0.8s all ease-in-out .1s; 
            transition: 0.8s all ease-in-out .1s;   
}
.carousel.slide .carousel-inner .caption .carousel-caption-excerpt,
.carousel.slide .carousel-inner .caption .carousel-caption-content{
    display:block;
}
.carousel.slide .carousel-inner .caption .carousel-caption-excerpt{
    font-weight:bold;
    font-size:2.4em;
    line-height:1.1em;
    text-transform: uppercase;
    margin-bottom:10px;
    color:#fff;
}
.carousel.slide .carousel-inner .caption .carousel-caption-excerpt::after{
    margin:0;
}
.carousel.slide .carousel-inner .caption .carousel-caption-content{
    font-size:1.2em;
    line-height:1.1em;
}
.carousel.slide .carousel-inner .caption .button{
    margin-top:40px;
}
/* Effet "Fade" */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Accueil */
.post-content > .row{
    padding-top:30px;
    padding-bottom:30px;
}
.post-content > .row-bg{
    background-color:#f7f7f6;
}
.post-content > .row-bg,
.post-content > .row-full{
    margin-top:0;
}
.post-content > .row-full{
    padding-top:0;
    padding-bottom:0;
}
.post-content > .row-full .no-bullets{
    margin-bottom:0;
}
.post-content > .row-light,
.post-content > .row-light h2,
.post-content > .row-light h3{
    color:#fff;
}
.home #content{
    padding-top: 0;
    padding-bottom: 0;
}
.home h1{
    text-transform: none;
}
.home .post-content h1,
.home .post-content h2{
    font-size:2.1em;
    text-align:center;
}
.home .post-content > .row-full .carousel,
.home .post-content > .row-full .gmp_map_opts{
    margin-left:-15px;
    margin-right:-15px;
    width:auto!important;
}
.home .post-content h1::after,
.home .post-content h2::after{
    content:"";
    border:2px solid #333;
    display:block;
    width:30px;
    margin:20px auto 30px;
}
.home .row-presentation strong+a{
	float:right;
	margin-top:-10px;
}
.home .row-presentation p{
    margin-bottom:40px;
}
.home .row-presentation strong{
    color:#358aae;
}
.home .row-partenaires .carousel-inner .col-sm-2{
    width:14.2%;
    height:45px;
    margin-bottom:20px;
}
.home .row-partenaires img{
    margin-left:auto;
    margin-right:auto;
    max-width:120px;
    max-height:45px;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
}
.home .row-partenaires .carousel-control{
    display:none;
}
.home div.produits h2+p{
    margin-bottom:40px;
}
.home div.produits ul li{
    margin-bottom:20px;
}
.home div.produits ul li .image a{
    justify-content:flex-start;
}
.home div.produits ul .button{
    display:none;
}
.home div.produits ul h3{
    font-size:1em;
    margin-bottom:0;
    padding:10px 20px 5px 0;
    text-align:left;
    color:#333;
}
.home div.produits ul h3 a{
    color:#333;
}
.home .row-produits .product-category{
    display:block;
    text-align:left;
    color:#888;
}
.home .row-references .reference-list{
    display:flex;
    justify-content: center;
}
.home .row-references .reference-list .image{
	height:225px;
}
.home .row-references .reference-list .image a{
	height:225px;
}
.home .row-familles .famille-list li{
    padding-left: 0;    
    padding-right: 0;    
}
.home .row-familles .famille-list a{
    display:block;
    position:relative;
    transition:all 2s ease;
}
.home .row-familles .famille-list .famille-image{
    display:block;
    position:relative;
}
.home .row-familles .famille-list a .famille-image:after{
    transition:all 400ms ease; /*all 200ms linear;*/
    content:"";
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    z-index:10;
    top:0;
    left:0;
    background:rgba(68,68,68,0);
}
.home .row-familles .famille-list a:hover .famille-image:after{
    background:rgba(68,68,68,0.8);
}
.home .row-familles .famille-list a img{
    display:inline-block;
    width:100%;
    height:auto;
}
.home .row-familles .famille-details,
.home .row-familles .famille-list h2,
.home .row-familles .famille-list h3{
    color:#fff;
}
.home .row-familles .famille-list h2{
    font-size:2em;
    line-height:1.05em;
    text-transform:uppercase;
    letter-spacing:0.03em;
    margin-bottom:5px;
    padding:0 35%;
}
.home .row-familles .famille-list h2:after{
    content:none;
}
.home .row-familles .famille-list .famille-details{
    position:absolute;
    z-index:20;
    width:100%;
    top:36%;
    text-align:center;
}
.home .row-familles .famille-list .famille-caption{
    font-weight:normal;
    font-size:1.4em;
    margin-top:0;
}
.home .row-familles .famille-list .famille-nb-produits{
    font-size:0.9em;
    margin-top:20px;
}
.home .row-familles .famille-list .button{
    margin-top:40px;
}
.home .row-contact{
    background-color:#358aae;
}
.home .row-contact,
.home .row-contact h2,
.home .row-contact h3{
    color:#fff;
}
.home .row-contact .form-control{
    border:none;
    border-radius: 0;
}
.home .row-contact .form-group{
    margin-bottom: 20px;
}
.home .row-contact h2::after{
    content:none;
    border-color:#fff;
}
.home .row-contact span.wpcf7-not-valid-tip{
    color:#bb3333;
}
.home .row-contact .g-recaptcha > div{
    margin-left: auto;
    margin-right: auto;
}
.home .row-contact .recaptcha-wrapper{
    margin-bottom: 0;
}
.home .row-partenaires .carousel-indicators{
    display:none;
}

/* Media Queries */
@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
@media (min-width:1200px){
    .navbar-nav{
        display:table;
        float:none;
        width:100%;
        text-align:center;
    }
    .navbar-nav li{
        display:table-cell;
        vertical-align:middle;
    }
    .navbar-nav > li{
        float:none;
    }
}
@media (min-width:1024px) and (max-width:1600px){
    .carousel.slide .carousel-inner .caption{
        width:350px;
        height:350px;
        padding:40px;
    }
    .carousel.slide .carousel-inner .caption .carousel-caption-excerpt{
        font-size:1.8em;
    }
}
@media (max-width:1366px){
    .home .row-presentation strong{
        display:block;
    }
    .home .row-presentation strong + a{
        float:none;
        margin-top:20px;
    }
}
@media (max-width:1280px){
    .home .row-partenaires .carousel-inner .col-sm-2{
        width:inherit;
    }
    header .navbar .container{
        width:100%;
    }
}
@media (max-width:1024px){
    .carousel.slide .carousel-inner .item.active .caption{
        left:15%;
        transform:none;
    }
    .carousel.slide .carousel-inner .caption{
        border-radius:0;
        bottom:0;
        padding:20px;
        height:auto;
    }
    .carousel.slide .carousel-inner .caption .carousel-caption-excerpt{
        font-size:2em;
    }
}
@media (max-width:768px){
    header .navbar{
        margin-top:0;
    }
    header .nav > li > a{
        min-height:50px;
        border-radius:0;
    }
    header .dropdown-menu > li:last-child > a{
        border-radius:0;
        padding-bottom:20px!important;
    }
    #header-social{
        text-align:center;
    }
    #header-social ul{
        margin-bottom:0;
    }
    .navbar-nav{
        margin-top:0;
    }
    .navbar-collapse{
        padding-left:15px;
        padding-right:15px;
    }
    .home .row-familles .famille-list .famille-details{
        top:20%;
    }
    .home .row-familles .famille-list h2{
        padding:0 20%;
    }
    .home .row-familles .famille-list .famille-details{
        top:29%;
    }
    .home .row-familles .famille-list h2{
        font-size:1.4em;
        padding:0 20%;
    }
    .home .row-familles .famille-list .famille-caption{
        font-size:1em;
    }
    .home .row-references .reference-list{
        display:block;
    }
    .carousel.slide .carousel-inner .caption .carousel-caption-content-wrapper{
        font-size:0.8em;
    }
    .carousel.slide .carousel-inner .caption .carousel-caption-excerpt{
        font-size:1.2em;
        margin-bottom:0;
    }
    .carousel.slide .carousel-indicators{
        display:none;
    }
}
@media (max-width:640px){
    .carousel.slide .carousel-inner .item.active .caption{
        left:0;
        transform:none;
    }
    .home .carousel-control{
        display:none;
    }
    .carousel.slide .carousel-inner .caption .button{
        margin-top:10px;
    }
}
@media (max-width:460px){
    .carousel.slide .carousel-inner .caption{
        width:100%;
        left:0;
    }
    .carousel.slide .carousel-inner .caption .button{
        display:none;
    }
}
@media (min-width:768px) and (max-width:1279px){
    header .nav > li > a{
        font-size:0.75em;
        padding-left:2px;
        padding-right:2px;
        text-align:center;
        max-width:120px;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .home .row-familles .famille-list .famille-details{
        top:29%;
    }
    .home .row-familles .famille-list h2{
        font-size:1.1em;
        padding:0 0;
    }
    .home .row-familles .famille-list .famille-caption{
        font-size:0.9em;
    }
    .home .row-familles .famille-list .famille-nb-produits{
        margin-top:10px;
    }
    .home .row-familles .famille-list .button{
        font-size:0.7em;
        margin-top:10px;
    }
    .home .row-familles .famille-list a .famille-image::after{
        background-color:rgba(68, 68, 68, 0.3);
    }
}
@media (min-width:1024px) and (max-width:1279px){
    .home .row-familles .famille-list .famille-details{
        top:25%;
    }
    .home .row-familles .famille-list h2{
        font-size:1.4em;
        padding:0 30%;
    }
    .home .row-familles .famille-list .famille-caption{
        font-size:1em;
    }
    .home .row-familles .famille-list .button{
        margin-top:10px;
    }
    .home .row-familles .famille-list a .famille-image::after{
        background-color:rgba(68, 68, 68, 0.3);
    }
}@media (min-width:1280px) and (max-width:1440px){
    .home .row-familles .famille-list .famille-details{
        top:28%;
    }
    .home .row-familles .famille-list h2{
        font-size:1.8em;
        padding:0 30%;
    }
    .home .row-familles .famille-list .button{
        margin-top:20px;
    }
    .home .row-familles .famille-list a .famille-image::after{
        background-color:rgba(68, 68, 68, 0.3);
    }
}


/* IE10 viewport fix */
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
