
html,
button,
input,
select,
textarea {
    color: #000;
}

html,body{
    overflow:auto;
}
.nonvisible{
    display:none;
    color:grey;
}

.en{
    display: none;
}

#a-propos > .threecols{
    width:500px;
}

.colbox{
    width:184px;
    font-size: 0.7em;
    line-height: 1.3em;
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

#mov{
    margin-top:-80px;
}

.cold{
    width:204px;
    float:left;
}

#lang{
    width:20px;
    /*float:left;*/
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: -5px;
    margin-right: 10px;
}

#bottomfr{
    border-bottom: 1px solid black;
}

#english{
    font-family:'ITC Caslon 224 W01 Book';
}

#logo{
        width: 100px;
        margin-bottom:10px;
        margin-top:10px;  
    }



body {
    margin:0px;
    padding:0px;
    font-size: 1.05em;
    line-height: 1.3em;
    font-family:'ITC Caslon 224 W01 Book';
    background-color: white;
    font-weight: normal;
    vertical-align: top;
    overflow: hidden;
    /*-webkit-font-smoothing: antialiased !important;*/
}

p{
    font-size: 0.7em;
    line-height: 1.3em;
}

a{
    font-family:'ITC Caslon 224 W01 Bold';
    font-weight: normal;
    text-decoration: none;
    color:black;
}

strong{
    font-weight: normal;
    font-family:'ITC Caslon 224 W01 Bold';
}

#menuholder{
    background-color: #e7eff0;
    width:100%;
    position: fixed;
    bottom:0px;
    left:0px;
    height:50px;
    float: left;
    z-index: 100;
    font-size: 0.7em;
    line-height: 1.3em;
}

.inner{
    padding:20px;
    overflow: visible;
    height:200%;
    width:1024px;
    margin:auto;
    background-color: inherit;;
}

.slidingSpaces{
    width:100%;
    height:200%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    float: left;
}

#splash a{
    font-size: 1.5em;
    line-height: 1.7em;
}

.filet{
    border-top: 10px solid black;
    border-bottom: 10px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.filetfin{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 16px;
    padding-bottom: 16px;
}

.filetfinnoir{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 16px;
    /*padding-bottom: 16px;*/
}

.holder{
    width:100%;
    height:100%;
    margin:auto;
    overflow: hidden;
}

@media screen and (max-height: 818px) {
.holder{
    width:100%;
    height:100%;
    margin:auto;
    overflow: hidden;
}
}

#outerSliderWrapper{
    overflow:hidden;
}

#outerSlider{
    overflow:hidden;
}

.onecols{
    display: inline-block;
    width:204px;
}

.twocols{
    display: inline-block;
    width:409px;
}

.twocolshalf{
    display: inline-block;
    width:580px;
}

.threecols{
    display: inline-block;
    width:614px;
}

.fourcols{
    display: block;
    width:818px;
}

.white{
    color:white;
}

.colcounttwo{
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
    -moz-column-gap:20px; /* Firefox */
    -webkit-column-gap:20px; /* Safari and Chrome */
    column-gap:20px;
}

.colcountthree{
    -moz-column-count:3;
    -webkit-column-count:3;
    column-count:3;
    -moz-column-gap:40px; /* Firefox */
    -webkit-column-gap:40px; /* Safari and Chrome */
    column-gap:40px;
}

.sub{
    font-size: 1.5em;
    line-height: 1.2em;
    font-family:'ITCCaslon224W01-Black';
    break-before: always;
    -moz-column-break-before: always;
    -webkit-column-break-before: always;
    padding-top:3px;
}

.left{
    float:left;
}

.right{
    float:right;
}

h3{
    font-size: 8.5em;
    line-height:0.8em;
    margin:0em;
    margin-top: 0.2em;
    text-align: left;
    font-family:'ITCCaslon224W01-Black';
    font-weight: normal;
    margin:0px;
    padding: 0px;
    padding-top: 20px;
    letter-spacing: 4px;

}

h2{
    font-size: 8.5em;
    line-height:0.8em;
    margin:0em;
    margin-top: 0.2em;
    text-align: left;
    font-family:'ITCCaslon224W01-Black';
    font-weight: normal;

}

h4{
    font-size: 1.5em;
    line-height:1em;
    margin:0em;
    text-align: left;
    font-family:'ITC Caslon 224 W01 Bold';
    font-weight: normal;

}

h5{
    font-size: 3.5em;
    line-height:1em;
    margin:0em;
    margin-top: 0.2em;
    text-align: left;
    font-family:'ITCCaslon224W01-Black';
    font-weight: normal;

}

form input{
    display: inline;
    float:left;
    clear: right;

}

form h4{
    display: inline;
    float: left;
}

.lbl{
    font-family:'ITC Caslon 224 W01 Bold';
    display: inline;
    float: left;
    margin-top:10px;
    margin-bottom: 10px;
    width:100px;
}

.dotted{
    border:0;
    border-bottom: 1px dotted;
}

input{
    margin-top:10px;
    margin-bottom: 10px;
    font-size: 0.95em;
    line-height: 1.3em;
    font-family:'ITC Caslon 224 W01 Book';
}

textarea{
    margin-top:10px;
    margin-bottom: 10px;
    font-size: 0.95em;
    line-height: 1.3em;
    font-family:'ITC Caslon 224 W01 Book';
}

.button{
    border:0;
    font-family:'ITC Caslon 224 W01 Bold';
    font-size: 1em;
    float:right;
    padding:2px;
    background-color: white;
}

#menu{
    position:fixed;
    bottom: 12px;
    left:30px;
    background-color: #e7eff0;
}

#splash{
    background-color: #ffffff;
}

#notre-vision{
    background-color: #D3B57A;
}

#a-propos{
    background-color: #ffffff;
    
}

#strategie{
    background-color: #B7E5E1;
    
}

#en-strategy{
    background-color: #B7E5E1;
    
}

#branding{
    background-color: #FFFFFF;
    
}

#tendances{
    background-color: #ffffff;
    
}

#formations{
    background-color: #B7E5E1;
}

#confiance{
    background-color: #ffffff;
    
}

#contact{
    background-color: #ffffff;
}

#en-our-vision{
    background-color: #D3B57A;
}

#en-about-us{
    background-color: #ffffff;
    
}

#en-expertise{
    background-color: #B7E5E1;
    
}

#en-branding{
    background-color: #FFFFFF;
    
}

#en-trends{
    background-color: #ffffff;
    
}

#en-workshops{
    background-color: #B7E5E1;
}

#en-trust{
    background-color: #ffffff;
    
}

#en-contact{
    background-color: #ffffff;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media screen and (max-height:818px) {
.slidingSpaces{
    /*width:100%;*/
    height:768px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
}

@media screen and (max-width:1023px) {
/*.slidingSpaces{
    width:1064px;
    height:768px;
    margin-left: auto;
    margin-right: auto;
}*/
 #menuholder{
        height:110px;
        display:none;
    }
}

/*@media screen and (max-width: 480px) {
    *{
        overflow:auto;
        float: none;

    }
    #menuholder{
        height:110px;
    }
    #menu{
        padding:5px;
    }
    .slidingSpaces{
        width:100%;
        overflow: auto;
    }
    .inner{
        width:100%;
        height:auto;
        overflow: auto;
    }
    .holder{
        width:100%;
        height:auto;
        overflow: auto;
        padding-bottom: 90px;
    }
    .left{
        float: none;
    }
    .right{
        float:none;
    }
    .threecols{
        width:409px;
    }
    .fourcols{
        width:409px;
        overflow: visible;
    }
    img{
        max-width:100%;
        height:auto;
    }
    .colcountthree{
    -moz-column-count:1;
    -webkit-column-count:1;
    column-count:1;
    -moz-column-gap:40px;
    -webkit-column-gap:40px;
    column-gap:40px;
    }
    #menulogo{
        height:20px;
    }
}*/

@media screen and (max-width: 1024px) and (orientation:portrait) {
    *{
        /*width:768px;*/
        overflow:hidden;
        float: none;
        padding:none;
        margin:none;

    }
    #mov{
    margin-top:0px;
}
    
    #branding img{
        display:none;
    }

    #en-branding img{
        display:none;
    }

    #contact input:textarea{

    }

    .del{
        margin:0px;
        display: none;
    }

    #aprop{
        padding-top: 90px;
        width:600px;
    }

    #menuholder{
        height:110px;
        display:none;
    }
    #menu{
        padding:5px;
        position: relative;
        text-align: center;
        width:60%;
    }
    .slidingSpaces{
        width:768px;
        overflow: hidden;
        height:auto;
    }
    .inner{
        width:748px;
        overflow: hidden;
        padding: 5px;
    }
    .holder{
        width:768px;
        padding-bottom: 90px;
    }
    

}

@media screen and (max-width: 480px) {
    *{
        /*clear:both;*/
        width:100%;
        /*height:auto;*/
        overflow:hidden;
        float: none;
        padding:none;
        margin:none;

    }
        #mov{
    margin-top:0px;
}
    .colbox{
        width:440px;
        margin-right:0px;
        overflow: hidden;
    }

    .cold{
        width:480px;
        overflow:hidden;
    }

    #aprop{
    margin-top: 0px;
    }
    #menuholder{
        height:110px;
        display:none;
    }
    #menu{
        padding:5px;
        position: relative;
        text-align: center;
        width:60%;
    }
    .slidingSpaces{
        width:100%;
        overflow: visible;
        height:auto;
    }
    .inner{
        width:95%;
        overflow: hidden;
        padding: 5px;
    }
    .holder{
        width:440px;
        padding-bottom: 90px;
    }
    .holder img{
       width: 440px;
               height:auto;

    }
    .left{
        float: none;
    }
    .right{
        float:none;
    }
    .onecols{
        width:440px;
    }
    .twocols{
        width:440px;
    }
    .twocolshalf{
        width:440px;
    }
    .threecols{
        width:440px;
    }
    .fourcols{
        width:440px;
    }
    .colcountthree{
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
    overflow: visible;
    height:auto;
    }
    .colcounttwo{
    -moz-column-count:0;
    -webkit-column-count:0;
    column-count:0;
    overflow: visible;
    height:auto;
    }
    #menulogo{
        height:20px;
        position:absolute;
        top:50px;
        left:50px;
        display: block;
        width: 100px;
    }
    #logo{
        width: 150px;
    }
    .menuItem{
    }
    .del{
        margin:0px;
        display: none;
    }

}

@media screen and (max-width: 320px) {
    *{
        /*clear:both;*/
        width:100%;
        /*height:auto;*/
        overflow:auto;
        float: none;
        padding:none;
        margin:none;

    }
    
    .colbox{
        width:280px;
        margin-right:0px;
        overflow: hidden;
    }
    .cold{
        width:320px;
        overflow:hidden;
    }
    #aprop{
    margin-top: 0px;
    }
    #menuholder{
        height:110px;
        display:none;
    }
    #menu{
        padding:5px;
        position: relative;
        text-align: center;
        width:60%;
    }
    .slidingSpaces{
        width:100%;
        overflow: visible;
        height:auto;
    }
    .inner{
        width:95%;
        overflow: hidden;
        padding: 5px;
    }
    .holder{
        width:280px;
        padding-bottom: 90px;
    }
    .holder img{
       width: 280px;
               height:auto;

    }
    .left{
        float: none;
    }
    .right{
        float:none;
    }
    .onecols{
        width:280px;
    }
    .twocols{
        width:280px;
    }
    .twocolshalf{
        width:280px;
    }
    .threecols{
        width:280px;
    }
    .fourcols{
        width:280px;
    }
    .colcountthree{
    -moz-column-count:0;
    -webkit-column-count:0;
    column-count:0;
    overflow: visible;
    height:auto;
    }
    .colcounttwo{
    -moz-column-count:0;
    -webkit-column-count:0;
    column-count:0;
    overflow: visible;
    height:auto;
    }
    #menulogo{
        height:20px;
        position:absolute;
        top:50px;
        left:50px;
        display: block;
        width: 100px;
    }
    #logo{
        width: 150px;
    }
    .menuItem{
    }
    .del{
        margin:0px;
        display: none;
    }

}


