 @font-face {
     font-family: "Uni Sans W01 Book";
     src: url("../font/2114e5d213da035905e525f130920db0.eot");
     /* IE9*/
     src: url("../font/2114e5d213da035905e525f130920db0.eot?#iefix") format("embedded-opentype"),
         /* IE6-IE8 */
         url("../font/2114e5d213da035905e525f130920db0.woff2") format("woff2"),
         /* chrome、firefox */
         url("../font/2114e5d213da035905e525f130920db0.woff") format("woff"),
         /* chrome、firefox */
         url("../font/2114e5d213da035905e525f130920db0.ttf") format("truetype"),
         /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
         url("../font/2114e5d213da035905e525f130920db0.svg#Uni Sans W01 Book") format("svg");
     /* iOS 4.1- */
 }
.s-h1{
    font-size:50px;
    color:rgba(0,0,0,1);
}
.concept-Box {
    padding: 2px;
    border-radius: 3px;
    height:100px;
    width:130px;
    cursor: pointer;
    /* text-align: center; */
}
.concept-Box a {
    /* display:inline-block; */
    /* background-color: red; */
}
/* .concept-Box a img {
    opacity: 0.7;
    padding:10px;
    height: 100px;
    width: 100px;
    transition: opacity 500ms linear 0s;
} */
/* .concept-Box a img:hover {
    opacity: 1;
} */
.section1bold {
    /*font-family: 'Mitr', sans-serif;*/
    font-family: "Uni Sans W01 Book";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    /* text-transform: uppercase; */
}
.section2std {
    font-family: "Uni Sans W01 Book";
    font-weight: normal;
    font-style: normal;
}
.section2std img{
    /* width:100%; */
}
.section2std a {
    line-height:30px;
}
.section2std a span {
    opacity:1;
}
/* .t2-deconnex {
    position: absolute;
    background-image: url(../images/logout.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    opacity: 0.7;
}
.t2-connex {
    position: absolute;
    background-image: url(../images/sign-in.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    opacity: 0.7;
}
.t2-connex:hover {
    opacity: 1;
} */
.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: -webkit-filter 1s linear;
    transition: filter 1s linear;
}

.fp-tableCell {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.cadreConcept {
    box-shadow: 3px 3px 14px #ccc;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 3px;
}

.hide {}

.bg-mood {
    background: #c5fded;
    background: -moz-linear-gradient(-45deg, #c5fded 0%, #d5c6fd 100%);
    background: -webkit-linear-gradient(-45deg, #c5fded 0%, #d5c6fd 100%);
    background: linear-gradient(135deg, #c5fded 0%, #d5c6fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5fded', endColorstr='#d5c6fd', GradientType=1);
}

.page {
    min-height: 100%
}

.conceptrow-home {
    position: relative;
    height: 100%;
}

.conceptrow-home .logo {
    position: absolute;
    top: 50px;
    left: 0;
    width: 239px;
    opacity: 1;
    -webkit-transition: opacity .7s linear, top .7s linear;
    transition: opacity .7s linear, top .7s linear;
}

.conceptrow-home img {
    width: 170%;
}

.conceptrow-home .logo.hide {
    top: 225px;
    /*+25px*/
    opacity: 0;
}

.conceptrow-home h2 {
    display: block;
    position: absolute;
    top: 300px;
    left: 250px;
    text-align: right;
    opacity: 1;
    font-size: 1.4em;
    line-height: 1.2;
    -webkit-transition: opacity .7s linear, top .7s linear;
    transition: opacity .7s linear, top .7s linear;
}

.conceptrow-home h2.hide {
    top: 345px;
    opacity: 0;
}

.conceptrow-home p {
    /* display: block; */
    position: absolute;
    top: 650px;
    right: 50px;
    opacity: 1;
    font-size: 1em;
    -webkit-transition: opacity .7s linear, top .7s linear;
    transition: opacity .7s linear, top .7s linear;
}

.conceptrow-home p.hide {
    top: 750px;
    right: -100px;
    opacity: 0;
}
.conceptrow-home .btnIN{
    display: block;
    position: absolute;
    top: 450px;
    right:40%;
    /* opacity: 1; */
    font-size: 1.4em;
    /* transform: rotateX(180deg); */
    -webkit-transition: opacity 1.3s linear, top .7s linear;
    transition: top .7s linear, opacity 1.3s linear, trnasform 1.3s linear;

}
.conceptrow-home .btnIN.hide {
    top: 750px;
    right: 500px;
    opacity: 0;
    /* transform: rotateX(0deg); */
}
.animh1 {
    -webkit-animation: animh1 0.9s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
    animation: animh1 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}
.section-home {
    /* background: white; */
    background: url(../images/concept/biblio-3-30.png) 0 0 no-repeat;
    background-size: cover;
}

.section-home h2 {
    font-size: 50px;
}

.section-gallery {
    background: url(../images/concept/gallery_bg-2.png) 0 0 no-repeat;
    background-size: cover;
    color:black;
}
.section-info p{
    /* font-size:1.3em; */
    min-height: 60px;
} 
.section-info img{
    opacity:0.2;
    width:100px;
    text-align: center;
} 
.section-info1 h2{
    font-size: 26px;
    transition: font-size 500ms linear 0s;
}
#section-info2 {
    /* background: url(../images/concept/gallery_bg-2.png) 0 0 no-repeat;
    background-size: cover; */
}
.textAlignCenter{
    	text-align:center;
}

.cycle-slideshow-conceptrow {
    position: relative;
    width: 100%;
    height: 100%;
}

.cycle-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cycle-slideshow>div {
    width: 100%;
    height: 100%;
}

.cycle-slideshow>div>img,
.cycle-slideshow>div>h3 {
    position: absolute;
    font-size: 90px;
    width: 400px;
    color:rgb(92, 92, 92);
    /*min-width: 150px;*/
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    transition: font-size 500ms linear 0s;
}

.mySlideshow1 {
    width: 100%;
}

.mySlideshow2 {
    width: 200%;
    left: -50%;
}

.mySlideshow3 {
    width: 300%;
    left: -100%;
}

.mySlideshow1 .div1 .img01 {
    bottom: 10%;
    left: 5%;
    width: 33%;
}

.mySlideshow2 .div1 .img02 {
    top: 10%;
    left: 43%;
    width: 11%;
}

.mySlideshow3 .div1 .img03 {
    bottom: 10%;
    right: 38%;
    width: 7%;
}

.mySlideshow2 .div1 .slide-texte1 {
    top: 10%;
    left: 30%;
    z-index: 999;
}

.mySlideshow3 .div1 .slide-texte4 {
    bottom: 5%;
    right: 43%;
    z-index: 999;
}

.mySlideshow3 .div1 .taiyo {
    top: 18%;
    right: 40%;
    width: 80px;
}

/*page2*/
.mySlideshow1 .div2 .img04 {
    top: 10%;
    left: 5%;
    width: 33%;
}

.mySlideshow2 .div2 .img05 {
    bottom: 10%;
    left: 43%;
    width: 16%;
}

.mySlideshow3 .div2 .img06 {
    top: 10%;
    right: 38%;
    width: 7%;
}

.mySlideshow2 .div2 .slide-texte2 {
    bottom: 8%;
    left: 38%;
    z-index: 999;
}

.mySlideshow3 .div2 .slide-texte5 {
    top: 32%;
    right: 47%;
    z-index: 999;
}

.mySlideshow3 .div2 .taiyo {
    bottom: 32%;
    left: 40%;
    width: 80px;
}

/*page3*/
.mySlideshow1 .div3 .img07 {
    top: 5%;
    left: 5%;
    width: 33%;
}

.mySlideshow2 .div3 .img08 {
    bottom: 10%;
    left: 43%;
    width: 12%;
}

.mySlideshow3 .div3 .img09 {
    top: 10%;
    right: 36%;
    width: 10%;
}

.mySlideshow2 .div3 .slide-texte3 {
    bottom: 36%;
    right: 32%;
    z-index: 999;
}

.mySlideshow3 .div3 .slide-texte5 {
    bottom: 10%;
    left: 38%;
    z-index: 999;
}

.mySlideshow3 .div3 .taiyo {
    top: 40%;
    left: 37%;
    width: 80px;
}

.rilegatura {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 80%;
    opacity: 0;
    background: url(../images/concept/ombra.png) no-repeat 0 0;
    background-size: 40% 100%;
}

.info-conceptrow {
    height: 100%;
    padding: 0;
}

.info-conceptrow .info {
    position: absolute;
    top: 50%;
    left: 0;
    height: 400px;
    margin-top: -200px;
    font-size: .9em;
    padding: 20px 0 0 40px;
}

.info-conceptrow .tel-link,
.info-conceptrow .wa-link {
    text-decoration: underline;
}

.info-conceptrow .wa-icon img {
    width: 1em;
    height: 1em;
}

.space {
    height: 96px;
}
/**/
.marg-30{
    margin-right:30px;
}
.padd-30 {
    padding: 60px 30px 60px 30px;
}
hr.style-two {
    border: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/**/

/* ---------------------------------------- */
/* ANIM  h1                             */
/* ---------------------------------------- */
@-webkit-keyframes animh1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}
@keyframes animh1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

/* ---------------------------------------- */
/* MEDIAS                                   */
/* ---------------------------------------- */
@media (max-width: 1199.98px) {
    body {
        font-size: 0.9em;
    }
    .s-h1 {
        font-size: 40px;
    }
    .conceptrow-home img {
        width: 150%;
    }
    .conceptrow-home .btnIN {
        top: 400px;
        right:30%;
    }
    .txtAlignC-Info {
        text-align: center;
    }
}

/*-------------------------------------*/

@media (max-width: 991.98px) {
    body {
        font-size: 0.8em;
    }

    .conceptrow-home .logo {
        top: 80px;
    }

    .conceptrow-home h2 {
        top: 200px;
        left: 250px;
        font-size: 1.9em;
    }

    .conceptrow-home img {
        width: 120%;
    }

    .conceptrow-home p {
        top: 380px;
        font-size: 16px;
    }
    .conceptrow-home .btnIN {
        top: 250px;
        right: 30%;
    }
    .cycle-slideshow>div>h3 {
        font-size: 70px;
        transition: font-size 500ms linear 0s;

    }
    .txtAlignC-Info {
        text-align: center;
    }
    .section-info1 h2 {
        font-size: 20px;
        transition: font-size 500ms linear 0s;
    }
}

/*-------------------------------------*/

@media (max-width: 767.98px) {
    body {
        font-size: 0.9em;
    }
    .s-h1 {
        font-size: 25px;
    }
    .conceptrow-home .logo {
        top: 50px;
    }

    .conceptrow-home img {
        width: 100%;
    }

    .conceptrow-home h2 {
        top: 190px;
        left: 200px;
        font-size: 1.8em;
        text-align: left;
    }
   .conceptrow-home .btnIN {
       top: 200px;
       right: 20px;
       font-size: 14px;
   }
    .conceptrow-home p {
        font-size: 14px;
    }
   .section2std {
       /* top: 310px; */
       font-size: 14px;
    }
    .txtAlignC-Info {
        text-align: center;
    }
    .section-info1 h2 {
        font-size: 18px;
        transition: font-size 500ms linear 0s;
    }
}

/*-------------------------------------*/

@media (max-width: 575.98px) {
    body {
        font-size: 0.8em;
    }

    .conceptrow-home {
        height: auto;
    }

    .conceptrow-home .logo {
        width: 200px;
    }

    .conceptrow-home h2 {
        font-size: 1.7em;
        position: relative;
        top: 0;
        left: 0px;
        margin-top: 30px;
        text-align: right;
        margin-right: 115px;

    }
    .conceptrow-home p {
        font-size: 12px;
    }
    .section2std {
        font-size: 1.4em;
    }

    .conceptrow-home .logo,
    .conceptrow-home p {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 50px;
    }

    .space {
        height: 0;
    }

    .cycle-slideshow>div>h3 {
        font-size: 50px;
        width: 400px;
        text-shadow: 2px 2px 6px rgba(255, 255, 255, 1);
        transition: font-size 500ms linear 0s;
        /*min-width: 150px;*/
    }

    /*page1*/
    .mySlideshow1 .div1 .img01 {
        bottom: 10%;
        left: 5%;
        width: 60%;
    }

    .mySlideshow2 .div1 .img02 {
        top: 10%;
        left: 43%;
        width: 25%;
    }

    .mySlideshow3 .div1 .img03 {
        bottom: 30%;
        left: 35%;
        width: 15%;
    }

    .mySlideshow2 .div1 .slide-texte1 {
        top: 10%;
        left: 30%;
        z-index: 999;
    }

    .mySlideshow3 .div1 .slide-texte4 {
        bottom: 6%;
        left: 40%;
        z-index: 999;
    }

    .mySlideshow3 .div1 .taiyo {
        top: 18%;
        right: 40%;
        width: 40px;
    }

    /*page2*/
    .mySlideshow1 .div2 .img04 {
        top: 10%;
        left: 5%;
        width: 60%;
    }

    .mySlideshow2 .div2 .img05 {
        bottom: 10%;
        left: 43%;
        width: 30%;
    }

    .mySlideshow3 .div2 .img06 {
        top: 15%;
        right: 36%;
        width: 14%;
    }

    .mySlideshow2 .div2 .slide-texte2 {
        bottom: 8%;
        left: 38%;
        z-index: 999;
    }

    .mySlideshow3 .div2 .slide-texte5 {
        top: 32%;
        left: 40%;
        z-index: 999;
    }

    .mySlideshow3 .div2 .taiyo {
        bottom: 32%;
        left: 40%;
        width: 40px;
    }

    /*page3*/
    .mySlideshow1 .div3 .img07 {
        top: 5%;
        left: 5%;
        width: 60%;
    }

    .mySlideshow2 .div3 .img08 {
        bottom: 10%;
        left: 43%;
        width: 30%;
    }

    .mySlideshow3 .div3 .img09 {
        top: 10%;
        right: 36%;
        width: 20%;
    }

    .mySlideshow2 .div3 .slide-texte3 {
        bottom: 36%;
        left: 40%;
        z-index: 999;
    }

    .mySlideshow3 .div3 .slide-texte5 {
        bottom: 10%;
        left: 38%;
        z-index: 999;
    }

    .mySlideshow3 .div3 .taiyo {
        top: 40%;
        left: 37%;
        width: 40px;
    }

    .section-info1 h2 {
        font-size: 16px;
        transition: font-size 500ms linear 0s;
    }
}

/*-------------------------------------*/
@media (max-height: 639.98px) {
    .conceptrow-home .logo {
        width: 200px;
    }

    .conceptrow-home h2 {
        margin-top: 30px;
        /* font-size: 1.4em; */
        left: 0;
    }

    .conceptrow-home .logo,
    .conceptrow-home p {
        position: relative;
        top: 0;
        margin-top: 50px;
    }
    /* .conceptrow-home .btnIN {
        font-size: 14px;
    }

    .section2std{
        /* font-size: 12px;
    } */
}

/*-------------------------------------*/
@media (max-height: 479.98px) {

    .conceptrow-home .logo,
    .conceptrow-home h2,
    .conceptrow-home p {
        margin-top: 20px;
    }
    /* .conceptrow-home p,
    .section2std {
        font-size: 12px;
    } */
}