/***************************************
*
*    Structure générale de la page
*
***************************************/
#wrapper {
    width: 100%;
    /* Pour que le footer s'affiche correctement */
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*padding-bottom: 200px; La marge doit être de la même taille que la hauteur du pied de page */
    margin-bottom: 20px;
}

#slideshow {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 90px;*/
}

#banner {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 90px;*/
    background: url(/web/SoC/images/bg1.jpg) no-repeat fixed 0% 0%/cover;
}

#content:not(.contentOnly) {
    margin-right: auto;
    margin-left: auto;
    width: 1300px;
}

#content.contentOnly {
    /*margin-top: 90px;*/
}

#content .contentOnly {
    width: 100%;
}

#section:not(.contentOnly) {
    width: 75%;
    padding-right: 10px;
}

/***************************************
*
*    Mise en forme du header
*
***************************************/

/*#header {
    width: 100%;
    height: 36px;
}*/

/*#header div {
    margin-right: auto;
    margin-left: auto;*/
    /*width: 1300px;*/
/*    height: 100%;
}*/

/*#innerheader {
    width: 1300px;
}*/

/*#header ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}*/

/*#language {
    float: right;
}*/

/***************************************
*
*    CSS recherche personnalisée Google
*
***************************************/

/*#search {
    width: 30%;
}

@media screen and (max-width: 1300px) {
    #search {    
        width: 20%;
    }
}*/

/***************************************
*
*    Mise en forme du menu
*
***************************************/
 /*On cache le menu pour les versions mobiles*/ 
/*#mobile_menu {
    display: none;
}*/

/*#menu {
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 100px;
    margin-top: -10px;
    border-bottom: 2px solid #c8b221;
    background-image: url('../images/menu_bg.png');
    background-color: white;
    background-repeat: repeat-x;
}*/

/* Les largeurs doivent être indentiques à celles du #content */
/*#menu > div {
    margin-right: auto;
    margin-left: auto;
    width: 1300px;
    height: 100%;
}*/

/*#menu a {
    display: inline-block;
    height: 100%;
    text-decoration: none;
    transition: color .35s;
    -webkit-transition: color .35s;
}*/

/*#menu a:hover {
    color: #c8b221;
}

#logo {
    float: left;
    height: 100%;
}

#logo img {
    height: 100%;
}*/

/*.menu1 {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
}*/

/*.menu1 > div {
    float: left;
    padding: 60px 0 0 0;
}*/

/*.menu1 > div > li > a {
    padding: 0 8px 18px 8px;
    text-transform: uppercase;
    font-family: "FuturaMedium", 'QuicksandRegular', Futura, "Trebuchet MS";
    font-size: 14px;
    color: black;
}*/

/*.menu2 {
    position: absolute;
    width: 30%;
    height: 0;
    left: auto;
    top: 98px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: white;
}*/

/*.menu2 > div {
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px 10px 10px;
    width: 100%;
    height: 100%;
    background-color: white;
}*/

/*.menu2 > div > li {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    clear: both;
}*/

/*.menu2 > div > li > a {
    color: black;
    font-size: 14px;
}*/

/*.menu3 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}*/

/*.menu3 li {
    padding: 0 0 0 5px;
    float: left;
    display: inline-block;
}*/

/*#menu li:hover > ul {
    height: auto;
    border: 1px solid #c8b221;
    transition: height 1s;
    -webkit-transition: height 1s;
}*/

/*.menu3 > li > a {
    font-size: 12px;
    text-transform: none;
    color: gray;
    padding: 0;
}*/

/*.menu3 > li:not(:last-child):after {
    content: '\7C';
}*/

/***************************************
*
*    Mise en forme du pied de page
*
***************************************/
/*#footerBorder {
    width: 100%;
    height: 1px;
    clear: both;
}*/

/*#footer {
    width: 100%;
    height: 200px;
    margin-top: -200px;  Cette marge doit être idendique à la hauteur du pied de page 
    clear: both;
}*/

/*#footerContent {
    margin-right: auto;
    margin-left: auto;
    width: 1300px;
}*/

/*.footerColumn {
    float: left;
    width: 16.166%;
    padding-bottom: 10px;
    margin: 0 .25% 20px .25%;
}*/

/***************************************
*
*    Mise en page du menu de droite
*
***************************************/
#asideBefore,
#asideAfter {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: right;
    width: 25%;
}

.aside {
    width: 100%;
    padding-left: 15px;
    background-color: #F4EEE5;
}

.menuLvl1 a {
    display: block;
    margin: 0;
    color: #000;
    text-decoration: none;
}

.menuLvl1 a:hover,
.selected {
    background-image: url('../images/bullet.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 12px;
    color: #c8b221;
}

.menuLvl1 { padding-left: 0; }

.menuLvl2,
.menuLvl3 {
    padding-left: 15px;
}

.menuLvl1,
.menuLvl1 ul {
    list-style-type: none;
    list-style-image: none;
    text-transform: uppercase;
}

.menuLvl1 li { padding: 4px; }

.menuLvl1 > li { border-bottom: 2px solid #c8b221; }

.menuLvl2 { font-size: 85%; }

.menuLvl3 {
    font-size: 90%;
    border-top: 1px solid #c8b221;
}

.asideBox {
    padding: 10px 0;
}

.asideBox .asideBoxTitle { padding-left: 0;}

.asideBox .asideBoxTitle li { padding: 4px; }

.asideBox .asideBoxTitle > li { border-bottom: 2px solid #fff; }

/***************************************
*
*    Message d'info sur les cookies
*
***************************************/
#cookieMessage > p {
    display: inline;
}

#cookieMessage > div {
    display: inline-block;
    margin-left: 5px;
}
 
 /***************************************
*
*    CSS encarts interieur page
*
***************************************/
 .encartLine {
     margin: 0 1%;
     width: 98%;
 }
 
 /* Lignes avec 2 blocks */
.encartLine.b2 > div { width: 48%; }

/* Lignes avec 3 blocks */
.encartLine.b3 > div { width: 31%; }

/* Lignes avec 4 blocks */
.encartLine.b4 > div { width: 23%; }

.encartBlock { height: 170px; }

/* De 1100 à 1300 px */
@media screen and (max-width: 1300px) {
/*    #header div {
        margin-right: 0;
        margin-left: 0;
    }*/
    
/*    #innerheader {
        width: 100%;
    }*/
    
    #slideshow {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    
    #banner {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    #content:not(.contentOnly) {
        margin-right: .5%;
        margin-left: .5%;
        width: 99%;
    }
    
    #menu > div {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    
    #footerContent {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

/***************************************
*
*    Landing Page
*
***************************************/
/****NOUVELLE VERSION ***/

.landingPage .line-banner {
    padding: 70px 30px;
}

.landingPage .line-banner-offer img {
    /*height: 250px;*/
}

.landingPage .line-banner-offer  {
    /*padding: 200px 0px;*/
}

.landingPage .line-normal {
    padding: 40px;
}

.landingPage .line-title {    
    /*margin: 200px 100px 50px;*/ 
    margin: 225px 20% 75px;
}


/* ****************** Mise en forme générale ****************** */
.landingPage .banner-line {
    padding: 60px 20px;
}

.landingPage .header-title {
    padding: 20px 20px;
}

.landingPage .normal-line {
    padding: 40px;
}

.landingPage .block-content {
    padding: 10px;
}

.landingPage .colored {
    font-size: 18px;
}

.landingPage .border-block {
    padding: 20px;
}

.landingPage .border-block-chrono-blue {
    padding: 20px;
}

.landingPage .features {
    padding: 40px 0px;
    float: left;
    width: 100%;
}

/* ****************** Mise en forme des titres ****************** */
.landingPage h1 { /*Cf soc.css .landingPage .banner-line h1*/
    font-size: 40px;
    font-weight: 500;
}

/*.landingPage h1 { --> old
    font-weight: 400;
    font-size: 30px;
    padding: 15px 0px;
}*/

.landingPage h2 {
    font-size: 35px;
    font-weight: 400;
    padding: 15px 0px;
}

/*.landingPage h2 { --> old
    font-weight: 500;
    line-height: 1.1;
    font-size: 40px;
}*/

.landingPage h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.6;
}

/*.landingPage h3 { --> old
    font-weight: 100;
    line-height: 1.6;
    font-size: 30px;
}*/

.landingPage h4 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.3;
}

/*.landingPage h4 { --> old
    font-weight: 100;
    line-height: 1.3;
    font-size: 20px;
}*/

/* ****************** Mise en forme du texte ****************** */
.landingPage .big-text {
    font-size: 40px;
    line-height: 1.7;
}

/*.landingPage .big-text { --> old
    line-height: 1.1;
    font-weight: 100;
    font-size: 30px;
}*/

.testimonies p { /* A delete */
    line-height: 1.6;
    font-weight: 100;
}

.differentiator p { /* A delete */
    line-height: 1.6;
    font-weight: 100;
}

.landingPage .medium-text {
    font-size: 25px;
    line-height: 1.4;
}

.landingPage .normal-text {
    font-size: 16px;
    line-height: 1.3;
}

.landingPage .small-text {
    font-size: 13px;
    line-height: 1.0;
}

.landingPage .banner .small-text { /* A delete */
    font-weight: 100;
    line-height: 1.1;
}

.landingPage .header-text-features .small-text { /* A delete */
    font-size: 16px;
}

.landingPage .verysmall-text {
    font-size: 11px;
    line-height: 1.0;
}

/* ****************** Mise en forme des boutons ****************** */
.landingPage .button, .landingPage .buton {
    font-size: 14px;
    margin: 35px 0 15px;
    padding: 17px 30px;
}

.landingPage .button-section {
    margin: 35px 0;
}

.landingPage .button-section .top-button {
    font-size: 14px;
    padding: 17px 30px;
}

.landingPage .button-section .part-button {
    font-size: 14px;
    padding: 17px 30px;
}

/* ****************** Mise en forme de blocks avec flèches ****************** */
.landingPage .border-left-arrow {
    display: block;
}

.landingPage .border-bottom-arrow {
    display: none;
}

.landingPage .banner { /* A delete */
    padding: 130px 2px;
}

.landingPage .banner .small-text { /* A delete */
    width: 65%;
    margin: 0 auto;
    font-size: 20px;
}

/* ********* Gestion features* ********* */
.features-section-center ul {
    margin: 50px 0px;
}

.features-section-center ul li {
    width: 360px;
    float: left;
}

.feature-icon {
    width: 60px;
    height: 60px;
}

.features-section-center ul li p {
    font-size: 16px;
    width: 90%;
}

/******** features-white *********/
.landingPage .features-white {
    padding: 40px;
    width: 100%;
}

.features-section {
     margin: 0 auto;
}

 .feature-text {
    width: 63%;
    margin-bottom: 1em;
    margin-right: 0;
    margin-top: 0;
 }
 
.feature-bloc-frame .feature-text {
    width: 70%;
    margin-left: 20%;
}
 
 .feature-text .feature_blockquote {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
}

.feature-text .feature_blockquote p {
    margin: 15px 0;
}

.feature-text .feature_blockquote ul {
    padding-top: 30px;
}

.feature-image-30 {
    width: 35%;
    padding-top: 50px;
}

.feature-image-10 {
    width: 25%;
    height: 100%;
}

.feature-image-10 img {
    top: 25%;
    left: 25%;
    height: 50%;
}

.features-section .feature-image2 {
    margin-left: 20px;            
}

.features-section p, .features-section ul {
    font-size: 16px;
}

.features-section .image {
    width: 48%;
}

.line-section {
    width: 100%;
}

.feature-bloc-frame {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
}

.feature-bloc-table {
    display: table;
    width: 100%;
    border-collapse: separate;
}

.feature-bloc-framex4 {
    display: table-cell;
    width: 20%; 
    padding: 1%;
    border: 5px #FFF solid;
    background: #FFF;
    box-shadow: 0 0 0 1px #CCC inset;
}

.colored-background .feature-bloc-framex4 {
    display: table-cell;
    width: 20%; 
    padding: 1%;
    border: 5px #f4eee5 solid;
    background: #FFF;
    box-shadow: 0 0 0 1px #CCC inset;
}

.feature-bloc-framex4 .button-section {
    width: 100%;
}

.features-section .feature-image {
    width: 30%;
    margin: 40px;
}

.landingPage .testimonies {
    padding: 40px 0px;
    width: 100%;
}

.landingPage .testimo, /* Temoignages hors slider*/
.swiper-container.slider-testimo .swiper-slide { /* Témoignages sous forme de slider*/
    padding: 50px;
}

.testimonies p, .landingPage .testimo em {
    font-size: 16px;
}

/******** Differentiator*********/
.landingPage .differentiator {
    padding: 40px 0px;
    width: 100%;
}

.differentiator p {
    font-size: 20px;
    width: 80%;
}

.separator {
    padding: 40px 0px;
}

/* ********* Gestion des formulaires de la landing page ********* */
.landingPage .form {
    width: 70%;
    min-width: 450px;
    margin-right: 15px;
    padding-left: 20px;
    font-size: 16px;
}

.landingPage .formBlock > div > div {
    width: 50%;
}

.landingPage .form h3 {
    margin: 20px 0;
}

.landingPage .form form input,
.landingPage .form form textarea {
    font-size: 16px;
    padding: 13px 20px;
}

.landingPage .form form:not(.catalogForm) input[type="text"],
.landingPage .form form:not(.catalogForm) textarea {
    width: 90%;
}

.landingPage .form form:not(.catalogForm) .custom_select {
    width: 78.3%;
}

.landingPage .form form:not(.catalogForm) select {
    font-size: 16px;
    padding: 13px 20px;
}

.landingPage .form form:not(.catalogForm) input[type="submit"] {
    width: 25%;
}

.landingPage .form form:not(.catalogForm) input[type="checkbox"] + label {
    width: 90%;
}

.landingPage .border-block-chrono-blue {
  width: 70%;  
}

/* ********* Gestion des formulaires "inline" ********* */
.symph_form .custom_select {
    max-width: 26%;
    margin-right: 5%;
}

/* ********* Gestion de l'encart lastNews ********* */
/*.landingPage .lastNews {
    width: 70%;
    min-width: 450px;
    margin: 30px 15px 0 0;
    padding: 10px;
    font-size: 16px;
}*/

/*.landingPage .lastNews h3 {
    margin: 0 0 20px 0;
}*/
