/* COULEURS DE FONDS */
.c-fd-grisf1   {background-color: #464646;}
.c-fd-grisf2   {background-color: #787878;}
.c-fd-grism1   {background-color: #acacac;}
.c-fd-grism2   {background-color: #c2c2c2;}
.c-fd-grisp1   {background-color: #d7d7d7;}
.c-fd-grisp2   {background-color: #ebebeb;}
.c-fd-grisp3   {background-color: #efefef;}
.c-fd-noir     {background-color: #000000;}
.c-fd-blanc    {background-color: #ffffff;}
.c-fd-rougef   {background-color: #787878;}
.c-fd-rougep   {background-color: #959595;}
.c-fd-bleu     {background-color: #009eb2;}
.c-fd-mauve    {background-color: #872175;}

/* LIENS */
a.lk-blanc:link {font-size: 13px; color: #ffffff; text-decoration: none;}
a.lk-blanc:active {font-size: 13px; color: #ffffff; text-decoration: none;}
a.lk-blanc:visited {font-size: 13px; color: #ffffff; text-decoration: none;}
a.lk-blanc:hover {font-size: 13px; color: #ffffff; text-decoration: underline;}

a.car-blanc:link {color: #ffffff; text-decoration: none;}
a.car-blanc:active {color: #ffffff; text-decoration: none;}
a.car-blanc:visited {color: #ffffff; text-decoration: none;}
a.car-blanc:hover {color: #959595; text-decoration: underline;}

a.lk-rouge:link {font-size: 13px; color: #787878; text-decoration: none;}
a.lk-rouge:active {font-size: 13px; color: #787878; text-decoration: none;}
a.lk-rouge:visited {font-size: 13px; color: #787878; text-decoration: none;}
a.lk-rouge:hover {font-size: 13px; color: #959595; text-decoration: none;}

a.lk-noir:link {font-size: 13px; color: #000000; text-decoration: none; font-weight: normal;}
a.lk-noir:active {font-size: 13px; color: #000000; text-decoration: none; font-weight: normal;}
a.lk-noir:visited {font-size: 13px; color: #000000; text-decoration: none; font-weight: normal;}
a.lk-noir:hover {font-size: 13px; color: #787878; text-decoration: underline; font-weight: normal;}

/* GÉNÉRAL */
body {
    font-family: 'Lato', sans-serif;
    color: #000000;
    margin:0;
    padding:0;
}
.celtxt-form {
    display:table-cell;
    width: 100%;
    padding: 15px;
    vertical-align: middle;
}
.c-titre {
    font-size: 35px;
}
.c-sstitre {
    font-size: 25px;
}
.c-txt20 {
    font-size: 20px;
}
.c-txt18 {
    font-size: 18px;
}
.c-txt15 {
    font-size: 15px;
}
.c-txt13 {
    font-size: 13px;
}
.c-lit {
    font-weight: 300;
}
.c-reg {
    font-weight: 400;
}
.c-semi {
    font-weight: 700;
}
.c-bold {
    font-weight: 900;
}
.c-ital {
    font-style: italic;
}
.c-blanc {
    color: #ffffff;
}
.c-gris {
    color: #464646;
}
.c-grisp {
    color: #d7d7d7;
}
.c-rouge {
    color: #787878;
}
.celimg:hover, .nj-celimg:hover > a > span  {

    background-color: rgba(0,0,0,0.5);
}

.c-space5 {
    margin: 5px;
}
.c-space10 {
    margin: 10px;
}
.c-space15 {
    margin: 15px;
}
.c-indent {
    padding-left: 5px;
}
.c-cadre {
    border: 1px solid #787878;
    padding: 15px;
    background-color: #ebebeb;
    margin-bottom: 10px;
    text-align: justify;
}

.c-cadre-rouge {
    border: 1px solid #787878;
    padding: 15px;
    background-color: #787878;
    margin-bottom: 10px;
    text-align: justify;
}
.c-para {
    text-align: justify;
    margin-bottom: 10px;
}
.c-tab {
    display:table;
    width: 100%;
    padding: 20px;
}
.celspace {
    display:table-cell;
    padding: 0;
}

.c-tableau {
    display:table;
    width: 100%;
    margin-bottom: 2px;
}
.med-celimg  {
    width: 200px;
    height: 200px;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.med-celtxt {
    display:table-cell;
    width: 100%;
    padding: 15px;
    vertical-align: middle;
}
.med-celtxt2 {
    display:table-cell;
    width: 100%;
    padding: 15px;
    vertical-align: middle;
}
.mar-tableau {
    display:inline-block;
    text-align: center;
    width: 100%;
}
.c-pic-tableau {
    display:inline-block;
    text-align: center;
    width: 100%;
}


/* COVERFLOW */
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.mosaicflow__column {
    float:left;
}

.mosaicflow__item {
    position:relative;
}
.mosaicflow__item img {
    display:block;
    width:100%;
    max-width:500px;
    height:100%;
}
.mosaicflow__item span {
    display: table-cell;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0px;
    padding-top: 55%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    background:hsla(0,0%,0%,.7);
    opacity:0;
    -webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
    -moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
    -o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
    transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
}
.mosaicflow__item:hover span {
    opacity:1;
}

/* ANIMATION FADE IN */
.animated {
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* BOUTON ET FORMULAIRES */
.c-btn-rouge input[type="button"], input[type="submit"]{
    border:1px solid #787878;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size:15px;
    padding: 12px;
    width: 95%;
    text-decoration:none;
    display:inline-block;
    color: #FFFFFF;
    margin-top: 10px;
    background-color: #959595;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#787878));
    background-image: -webkit-linear-gradient(top, #959595, #787878);
    background-image: -moz-linear-gradient(top, #959595, #787878);
    background-image: -ms-linear-gradient(top, #959595, #787878);
    background-image: -o-linear-gradient(top, #959595, #787878);
}
.c-btn-rouge input[type="button"]:hover, input[type="submit"]:hover {
    border:1px solid #787878;
    background-color: #787878;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#787878), to(#959595));
    background-image: -webkit-linear-gradient(top, #787878, #959595);
    background-image: -moz-linear-gradient(top, #787878, #959595);
    background-image: -ms-linear-gradient(top, #787878, #959595);
    background-image: -o-linear-gradient(top, #787878, #959595);
}
.c-btn-rouge input[type="button"]:active, input[type="submit"]:active{
    border:1px solid #787878;
    background-color: #959595;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#787878), to(#787878));
    background-image: -webkit-linear-gradient(top, #787878, #787878);
    background-image: -moz-linear-gradient(top, #787878, #787878);
    background-image: -ms-linear-gradient(top, #787878, #787878);
    background-image: -o-linear-gradient(top, #787878, #787878);
}

input, textarea, select {
    display: block;
    margin: 0;
    width: 100%;
    font-family: sans-serif;
    font-size: 15px;
    appearance: none;
    box-shadow: none;
    border-radius: 6px;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
.c-box input, textarea, select {
    padding: 10px;
    border: solid 1px #d7d7d7;
    transition: box-shadow 0.3s, border 0.3s;
}
.c-box input:focus, textarea:focus, select:focus,
.c-box input.focus, textarea.focus, select.focus {
    border: solid 1px #787878;
    box-shadow: 0 0 5px 1px #d7d7d7;
}

/*RSS STYLE*/
/* The box container div with id 1144601 */
div#rssincl-box-1144601 {
    width: 280px;
    overflow-x: auto;
}

/* All elements inside the box container */
div#rssincl-box-1144601 *{
    font-family: 'Lato', sans-serif;
    text-align:left;
    margin:0;
    padding:0;
    clear:both;
}

/* The div around the title */
div#rssincl-box-1144601 div.rssincl-head {

}

/* The <p> which contains the title of the box, and the <a> tag wrapped around the title (if used) */
div#rssincl-box-1144601 div.rssincl-head p.rssincl-title,
div#rssincl-box-1144601 div.rssincl-head p.rssincl-title a {
    font-size: 18px;
    font-weight:bold;
    color: #FFF;
    text-decoration:none; /* no underline */
}

/* The div around the content elements / news items */
div#rssincl-box-1144601 div.rssincl-content {}

/* The div around each news item */
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry {

}

/* The <p> tag containing the news item title */
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle {
    padding:6px;
    padding-left:0px;
    margin-bottom:0px;
}

/* The <a> tag wrapped around the news item title */
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
    font-size: 15px;
    font-weight:bold;
    text-decoration:none;
    color: #787878;
}

/* Set a color for rolling over the item title*/
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a:hover{
    color:#959595;
}

/* The <p> tag containing the item description, and all elements inside this tag */
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry p.rssincl-itemdesc,
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry p.rssincl-itemdesc *{
    font-size: 13px;
    color: #787878;
}

/* The <p> tag containing the item date, and all elements inside this tag */
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry p.rssincl-itemdate,
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry p.rssincl-itemdate *{
    font-size: 10px;
    color: #acacac;
}

div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry p.rssincl-itemdate {
    margin-bottom:6px;
}

/* If there are images inside the description, you can style them as well */
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc img {
    border:0px solid #FFF;
}

/* There is a clearer div which you can set to "clear:both"... */
div#rssincl-box-1144601 div.rssincl-content div.rssincl-entry div.rssincl-clear {
    clear:both;
}


/* ÉCRAN LARGE */
@media (min-width: 528px) {
    .c-titre {
        font-size: 35px;
    }
    .c-sstitre {
        font-size: 25px;
    }
    .c-txt18 {
        font-size: 18px;
    }
    .c-txt15 {
        font-size: 15px;
    }
    .c-txt13 {
        font-size: 13px;
    }
    .tableau {
        display:table;
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .celimg  {
        width: 210px;
        height: 210px;
        line-height: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .celtxt {
        display:table-cell;
        width: 100%;
        padding: 15px;
        vertical-align: middle;
    }
    .celtxt2 {
        display:table-cell;
        width: 100%;
        padding: 15px;
        vertical-align: middle;
    }
    .hover-text {
        color: #ffffff;
        display: block;
        height: 210px;
        margin: auto;
        padding-top: 73px;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 210px;
    }

    /* style pour tableau tarifs */
    .tf-celtxt1 {
        display:table-cell;
        width: 60%;
        padding: 5px;
        vertical-align: middle;
    }
    .tf-celtxt2 {
        display:table-cell;
        width: 20%;
        padding: 5px;
        vertical-align: middle;
        text-align: center;
    }
    .tf-celtxt3 {
        display:table-cell;
        width: 40%;
        padding: 5px;
        vertical-align: middle;
        text-align: center;
    }
    .tf-celtxt4 {
        display:table-cell;
        width: 100%;
        padding: 5px;
        vertical-align: middle;
    }
    .tf-row {
        display:table-row;
    }
    /* style pour tableau abonne-clap */

    .ac-celtxt1 {
        display:table-cell;
        width: 30%;
        padding: 2px;
        vertical-align: middle;
    }
    .ac-celtxt2 {
        display:table-cell;
        width: 35%;
        padding: 2px;
        vertical-align: middle;
        text-align: center;
    }
    .ac-celtxt3 {
        display:table-cell;
        width: 70%;
        padding: 2px;
        vertical-align: middle;
        text-align: center;
    }
    .ac-celtxt4 {
        display:table-cell;
        width: 100%;
        padding: 2px;
        vertical-align: middle;
    }
    .ac-row {
        display:table-row;
    }
    .c-carteimg {
        max-width: 100%;
        height: auto;
    }

    /* Style pour nous joindre*/
    .nj-tableau {
        display:table;
        width: 100%;
        margin-bottom: 2px;
    }
    .nj-celimg  {
        width: 210px;
        height: 210px;
        line-height: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .nj-celtxt {
        display:table-cell;
        width: 100%;
        padding: 15px;
        vertical-align: middle;
    }
    .nj-row {
        display:table-row;
    }
    .nj-hover-text {
        color: #ffffff;
        display: block;
        height: 210px;
        margin: auto;
        padding-top: 73px;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 210px;
    }
    /* Style page le Magazine */
    .mag-celtxt1 {
        display:table-cell;
        width: 100%;
        padding: 15px;
        vertical-align: middle;
        text-align: center;

    }
    .mag-celtxt2 {
        display:table-cell;
        width: 50%;
        padding: 15px;
        vertical-align: middle;
        text-align: center;
    }
    .blogue-tableau {
        display:inline-block;
        padding: 10px;
        width: 300px;
        border: 1px #787878 solid;
    }
    /* Marchands participants */
    .mar-celtxt {
        display: inline-block;
        width: 33%;
        font-size: 12px;
        vertical-align: top;
        min-width: 160px;
    }
	.c-pic-celtxt {
        display: inline-block;
        width: 33%;
        font-size: 12px;
        vertical-align: top;
    }
}

