
 @import url('https://fonts.googleapis.com/css?family=Amiri:400,700');

 body{  
    min-height:500px;
    font-size: 100% !important;
    padding:0px;
    margin: 0px;
    position: relative;
font-family: 'Amiri', serif  !important;
 
}


#layout {
    position: fixed;
    top: 0;
    left: calc(200% / 3);
    bottom: 0;
    right: auto;
    z-index: -1;
    width: calc(100% / 3);
    height: 100%;
    overflow: hidden;
    background: #f4f4f4;
}
img{border:none !important;}
input,a{outline: none;}
:focus {
outline: 0;
}
@media screen and (max-width:767px) {

#layout {
  display:none;
}



}

@media screen  and (min-width:1170px)  and (max-width:1400px) {
.TitreBgLeft {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg) translateY(18%);
    transform: rotate(270deg) translateY(18%);
    /* font-size: 100px; */
    width: 100%;
    color: #209e88;
    font-size: 50em;
    font-family: 'Bauhaus Md BT';
    display: block;
    text-align: left;
    margin-bottom: 6vh;
}
}

@media screen  and (min-width:1401px) {
.TitreBgLeft {
    -webkit-transform-origin: 78% 100%;
    transform-origin: 78% 100%;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg) translateY(26%);
    transform: rotate(270deg) translateY(26%);
    /* font-size: 100px; */
    width: 100%;
    color: #209e88;
    font-size: 60em;
    font-family: 'Bauhaus Md BT';
    display: block;
    text-align: left;
    margin-bottom: 6vh;
}
}


@media screen  and (min-width:767px)  and (max-width:1169px) {
.TitreBgLeft {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg) translateY(22%);
    transform: rotate(270deg) translateY(22%);
    /* font-size: 100px; */
    width: 100%;
    color: #209e88;
    font-size: 40em;
    font-family: 'Bauhaus Md BT';
    display: block;
    text-align: left;
    margin-bottom: 6vh;
}
}







