<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**Container Background image effect **/
#fader {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    z-index: -1;
}

/************************************/

/** Global container  ***************/
body { 
    font-size:12px;
    font-family:  Arial,"Arial Black", Verdana, sans-serif;
    color: #000;

}

/*.container {
    padding-left: 0px;
    padding-right: 0px;
}*/


h1,h2 {
    text-transform: uppercase;
}

h1 {
   font-size: 26px;
}

h2 {
    color: #626262;
}

h3 {
    font-size: 18px;
}

hr {
    border-color: #C6C6C6;
}

#intro {
	color: #626262;font-size: 14px; text-align: center; font-weight: bold;
}

#content {
    left: 0px;
    position: relative;
    height: 100%;
}

.navbar-logo    
{
    max-width: 110px;
    text-align: center;
    margin: auto;
}

.collapse-button {
    margin: 4px;
}

.collapse-button button {
    height: 29px;
}

#container-btnNavbar {
    padding-left: 0px;
}

/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}

/* first child of #page-content so it doesn't shift around */
.no-margin-top {
    margin-top: 0px!important
}
/************************************/



/********Taille pour les modals******/
.modal-dialog-carrousel {
    width: 70%;
}

.modal-dialog-newsletter {
    width: 60%
}
/************************************/
/*****Submit des formulaires ********/
.btn-submit {
    background:#ab0033;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ab0033), to(#ab0033));
    background-image: -webkit-linear-gradient(top, #ab0033, 0%, #ab0033, 100%);
    background-image: -moz-linear-gradient(top, #ab0033 0%, #ab0033 100%);
    background-image: linear-gradient(to bottom, #ab0033 0%, #ab0033 100%);
    background-repeat: repeat-x;
    border-color: #ab0033;
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab0033', endColorstr='#ffab0033', GradientType=0);
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit.active, .open .dropdown-toggle.btn-submit {
    background: #cc064c;
    border-color: #cc064c;
    color: #fff;
}
/************************************************/

/****************** Menu Bootstrap 3 customisÃ© **/
.navbar-default {
    background-color: none;
    border-color: none;
    background-image: linear-gradient(to bottom, #FDFDFD 0%, #E8E8E8 100%);
}

.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 20px;            
    min-height: 32px;
    position: relative;
    border-color: #E8E8E8;
}

.navbar-header {
    position: relative
}

.formSearch  .input-group-sm &gt; .form-control, .formSearch .input-group-sm &gt; .input-group-btn &gt; .btn{
        font-size: 11px;
        height: 23px;
        line-height: 1;
        margin-top: 8px;
}

#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 4px;
    padding: 5px;
    border: 1px solid #AB0033;    
    background: transparent;
}

#slide-nav .navbar-toggle .icon-bar {
    background : #ab0033;
}

#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #ccc;
}

/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}


.navbar-default .navbar-nav &gt; li &gt; a {
    padding: 10px 10px;
    color:  #626262;
    font-size: 10px;
    text-transform: uppercase;
}

.navbar-nav &gt; li &gt; a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar-default .navbar-nav &gt; li &gt; a:hover {
    color: #cccccc;
}

.navbar-brand {
    font-size: 12px;
    display: none;
    line-height: 0px;
}

/** Zone de Recherche **/
#search-collapse .navbar-form .form-group {
    margin-bottom: 10px;
}

#search-collapse &gt; .navbar-form {
    border-style: none;
}


/**********************/

#currentLang {
    padding: 10px;
    margin-left: 10px;
    background-color: #C6C6C6;
    border-radius: 5px;
}


.languages &gt; li {
    padding: 10px;
}


/**************Responsive lecteur video**************/
 #playerVideoIndex &gt; .video-js {
    width: 100% !important;
    height: auto !important;
}
#playerVideoIndex &gt; .video-js:after {
    content: '.';
    display: block;
    position: relative;
    padding: 56.25% 0 0 0; /* (height/width)*100%, eg. 56.25% for 16:9 75% for 4:3 */
    margin: 0 0 0 -100%;
    visibility: hidden;
    height: 0; 
}


/***************************************************/

/**************Css dropdown langue******************/

.dropdown-menu {
    background-clip: padding-box;
    background-color: rgba(216, 57, 111, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    font-size: 10px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu &gt; li &gt; a {
    text-transform: uppercase;
    color: #ffffff;
}

.navbar .dropdown-menu:after{
 display:none;
}

.caret {
    display: none;
}

a {
    color: #626262;
    text-decoration: none;
}

#lang {
    padding: 9px 0px;
}

#lang .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    min-width: 80px;
    position: absolute;
    z-index: 1001;
}

#lang .dropdown-menu &gt; li &gt; a {
    text-transform: uppercase;
    color: #B5043A;
}

#lang .dropdown-menu &gt; li &gt; a:hover {
    text-transform: uppercase;
    color: #FFFFFF;
}

.img-minceur {
        margin-left: auto;
        margin-right: auto;
}

/***************************************************/

/***Template 2cols-accordion************************/

#columnLeft {
    color: #626262;
}

.h2CustomSubTitle {
    font-size: 14px;
    font-weight: bold;
}

.h2CustomTitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 100%;
}

ul#faqTheme {
    margin:0;
    padding: 0;
}

ul#faqTheme li , ul#faqAnswers li  {
    list-style-type: none;
}

ul#faqTheme li a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 3px;
    background: #fbfbfb;
}

ul#faqTheme li.current a {  
    background: #e5e5e5 url('/defaultSites/guinot/images/produits/tab-on.png') no-repeat 98%;
}

ul#faqTheme li.current {
    list-style-type: none;
}

div#accordion div h4 {
    color: #a2a2a2;
    font-size: 12px;
    font-weight:normal;
    line-height:17px;
    text-transform: uppercase;
    margin: 5px 0;
    padding-left: 17px;
    background: url('/defaultSites/guinot/images/produits/tab-off.png') no-repeat right center;
}

div#accordion div h4.on {
    color: #626262;
    background: url('/defaultSites/guinot/images/produits/tab-on.png') no-repeat right center;
}

.panel {
    background-color: #FFFFFF;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-default &gt; .panel-heading {
    background: none;
}

.panel-heading {
    padding: 6px 10px;
}

/***************************************************/
/************Template de recherche******************/
#research_list &gt; ul {
    list-style-type:none;
}

#research_list &gt; ul &gt; li {
    margin-top: 15px;
}

/***************************************************/
/************Template de contact********************/

.formGeneric label {
    font-size: 10px;
    text-transform: uppercase;
    color: #7f7f7f;
    font-weight: normal;
}

/***************************************************/
/************Template article***********************/

#columnRight .pagination.top {
    padding-bottom: 20px;
    background: url('/defaultSites/guinot/images/researchPaginationTop.png') no-repeat center bottom;
}

#columnRight .pagination.bottom {
    padding-top: 20px;
    background: url('/defaultSites/guinot/images/researchPaginationBottom.png') no-repeat center top;
}

#columnRightContent
{
    height: 300px;
    width: 100%;
    float: left;
}
/***************************************************/
/*************Footer********************************/
      
footer {
    margin-top: 35px;
    text-align: center;
}

.center-pills { display: inline-block; }

.center-pills &gt; li &gt; a:hover,.center-pills &gt; li &gt; a:focus {
color:#AB0033;
}

.center-pills &gt; li &gt; a {
    text-transform: uppercase;
    font-size: 11px;
}

.img-responsive {
    width: auto;    
}

/***************************************************/
/********RÃ©solution max 480px *******/

@media (max-width: 480px) { 

    h1 {
        font-size: 20px;
        font-weight: bold;
    }

    h2 {
        font-size: 18px;
        font-weight: bold;
    }
    h3 {
        font-size:16px;
        font-weight: bold;
    }

    body{
        font-size: 10px;
        font-family:  Arial,"Arial Black", Verdana, sans-serif;
        color: #000;
    }

    #accroche {
        color: #626262;
        font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        margin-top: 0px;
        display: block;
    }

    #logo {
        max-width: 150px;
        width: 100%;
        z-index: 11;
    }

    .navbar-nav&gt;li&gt;a {
        line-height: 36px;
    }

   
    /** Footer **/
    .center-pills  { display: block; }

    .center-pills &gt; li {
        float: none;
    }

    /************/

    .center-pills &gt; li &gt; a {
        display: block;
        text-align: left;
        font-size: 11px;
        text-transform: uppercase;
    }

    .center-pills &gt; li &gt; a:hover,a:focus {
        color:#AB0033;
    }
    /****************************************************/  

    .formGeneric h3 {
        font-size: 13px;
        color: #626262;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .appareil {
        width: 60px;
        float : left;
    }

    .appareil-poignee {
        max-width: 210px;
    }

    .appareil-accordeon {
        max-width: 100px;
        max-height: 100px;
    }

    /** Titre Page 2-cols accordeons **/
    .h2CustomTitle {
        font-size: 14px;
        font-weight: bold;
        line-height: 100%;
    }

    /** Sous titre Page 2-cols accordeons **/
    .h2CustomSubTitle {
        font-size: 12px;
        font-weight: bold;
        line-height: 100%;
    }

    

    /** Titre du modal pour la page de newsletter **/
    #myModalLabel {
        font-size: 13px;
    }

    /** Taille moÃ§dal newsletter **/
    .modal-dialog-newsletter {
         width: auto;
    }

}

@media (max-width: 480px) and (orientation : portrait) { 



}

@media (max-width: 480px) and (orientation : landscape) { 


}
/***************************************************/
/**********RÃ©solution entre 468px et 767 ( Hauteur) px************/

@media (min-width: 480px) and (max-width: 767px) { 

    /** Accroche **/
    #accroche {
        color: #626262;
        font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        margin-top: 0px;
        display: block;
    }


    /** Logo **/
    #logo {
        margin: 0;
        max-width: 150px;
        width: 100%;
    }

    /** Template 2 cols**/
    .h2CustomTitle {
        font-size: 20px;
        font-weight: normal;
        line-height: 100%;
    }


    /* Navbar height */
    .navbar {
        min-height: 28px;
    }

    .navbar-nav&gt;li&gt;a {
        line-height: 36px;
        padding: 1px 5px;
    }

    /** Taille moÃ§dal newsletter **/
    .modal-dialog-newsletter {
         width: auto;
    }

   

}
/***************************************************************/
/*******RÃ©solution comprise entre 768px et 979 (Hauteur) px*****/
@media (min-width: 768px) and (max-width: 991px) { 

    /** Accroche **/
    #accroche {
        color: #626262;
        font-size: 12px;
        font-weight: normal;
        line-height: 12px;
        margin-top: 55px;
        display: block;
    }

    /** Logo **/
    #logo {
        max-width: 200px;
        width: 100%;
    }
	
    .navbar-toggle {
        display: block;
        margin-top:2px;
        margin-bottom:2px;
    }

    /** Barre de Recherhe header **/
     .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }

    .navbar-nav&gt;li {
        float: none;
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
       line-height: 36px;
    }

     .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .collapse.in{
        display:block !important;
    }
}

/** Menu Ã&nbsp; Gauche pour les rÃ©solutions infÃ©rieures Ã&nbsp; 979px **/
@media (max-width:991px) { 

    #slide-nav &gt; .container {
        margin: 0!important;
        padding: 0!important;
        max-width:3600px;
        width: 100%;
        height:100%;
    }
    #slide-nav .navbar-header {
        margin: 0 auto;
        width: 100%;
    }
    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }

    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom:0;
        width: 80%;
        left: -80%;
        z-index: 200;
        background: #EEE;
    }

    #slide-nav #slidemenu {
        background: #EEE;
        left: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 201;
        top: -8px;
        margin: 0;
    }

    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
        padding: 30px 0px 0px;
    }

    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }

    #slide-nav.navbar-inverse #slidemenu {
        background: #333
    }
    
    #navbar-height-col.inverse {
        background: #333;
        z-index: 1;
        border: 0;
    }

    /** Ovveride bootstrap form-control pour le menu **/
    #slide-nav .navbar-form .form-control {
        text-align: center;
        width: 100%;
    }
    #slide-nav .navbar-form .btn {
        width: 100%
    }
}
/************************************************************/
/************Initialisation pour menu normal*****************/
@media (min-width:992px) { 

    #container-logo {
        padding-left: 0px;
    }
    #content {
        left: 0!important
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }
    .navbar-header {
        left: 0!important
    }
}
/************************************************************/

/*****RÃ©solution comprise entre 980px et 1199 (Hauteur) px***/

@media (min-width: 992px) and (max-width: 1199px) {

    /**Barre de Recherhe header **/
    #headerSearch {
        margin-top: 20px;
    }


    /** Accroche **/
    #accroche {
        color: #626262;
        font-size: 15px;
        font-weight: normal;
        line-height: 15px;
        margin-top: 20px;
        display: block;
    }

    /** Conteneur principal **/
    #content {
        position: relative;
        height: 100%;
        min-height: 420px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) and (orientation : portrait) { 

    /** Lien Menu Bootstrap **/
    .nav &gt; li &gt; a {
        display: block;
        position: relative;
    } 

    /** Lien Menu Bootstrap **/
    .nav &gt; li {
        padding-left:5px;
    }
}

@media (min-width: 1200px) {
    /** Lien Menu Bootstrap **/
    .nav &gt; li &gt; a {
        display: block;
        position: relative;
    }

    /** Lien Menu Bootstrap **/
    .nav &gt; li {
        padding-left: 19px;
    }

    /** Barre de Recherhe header **/
    #headerSearch {
        margin: 35px 0 0;
    }
    
    /** Accroche **/
    #accroche {
        color: #626262;
        font-size: 15px;
        font-weight: normal;
        line-height: 15px;
        margin-top: 38px;
        margin-left: -100px;
        display: block;
    }

    /** Conteneur principal **/
    #content {
        position: relative;
        height: 100%;
        min-height: 420px;
    }

}
/****************************************************************/
</pre></body></html>