@font-face {
    font-family: 'courgetteregular';
    src: url('font/courgette-regular-webfont.eot');
    src: url('font/courgette-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/courgette-regular-webfont.woff2') format('woff2'),
         url('font/courgette-regular-webfont.woff') format('woff'),
         url('font/courgette-regular-webfont.ttf') format('truetype'),
         url('font/courgette-regular-webfont.svg#courgetteregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dynobold';
    src: url('font2/dyno_bold-webfont.eot');
    src: url('font2/dyno_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font2/dyno_bold-webfont.woff2') format('woff2'),
         url('font2/dyno_bold-webfont.woff') format('woff'),
         url('font2/dyno_bold-webfont.ttf') format('truetype'),
         url('font2/dyno_bold-webfont.svg#dynobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dynoregular';
    src: url('font2/dyno_regular-webfont.eot');
    src: url('font2/dyno_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font2/dyno_regular-webfont.woff2') format('woff2'),
         url('font2/dyno_regular-webfont.woff') format('woff'),
         url('font2/dyno_regular-webfont.ttf') format('truetype'),
         url('font2/dyno_regular-webfont.svg#dynoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    display: block;
	margin:0;
	padding:0;
	font-family: 'dynoregular', sans-serif;
	font-size: 1vw;
    text-align: center;
    background-color: rgb(255,255,255);
}
#bodyTF{
    font-size: initial;
}

img{
    image-rendering:auto;
}

a{
	text-decoration: none;
	color: #000;
}

a:focus{
	outline: 0;
}

div#slider { 
    overflow: hidden;
    text-align: left;
    width: 80%;
    margin-left: 10%;
}

header img{
    width: 20%;
}

p{
    margin: 0;
}

span{
    display: inline-block;
}
.block{
    display: block;
}
form{
    margin-top: 2%;
}
.error{
    color: red;
    margin-left: 1%;
    display: inline;
}
#divLangue{
    position: fixed;
    right: 2%;
    top:2%;
    z-index: 3;
    display: inline-block;
    width: 15%;
    text-align: right;
}
#proaccess{
    position: relative;
    display: inline;
    font-size: 1vw;
    margin-right: 5%;
    vertical-align: middle;
    border: 1px solid #A29061;
    padding: 2%;
    font-family: 'dynoregular', sans-serif;
    text-decoration: underline;
    text-decoration-color:#A29061;
    background-color: white;
}
#imgAccess{
    width: 10%;
    vertical-align: middle;
    margin-right: 5%;
}
#menubarre{
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 40%;
    text-align: center;
    margin-top: 0;
    margin-left: 20%;
    padding-left: 0;
    background-color: rgba(255,255,255,0.5);
    font-size: 1.3vw;
}

#current{
    border-bottom: 0.3vw solid #B1963B;
}
#menubarre:hover li{
    opacity: .5;
    transition: all ease .2s;
}
#menubarre li:hover{
    opacity: 1;
}
.itemMenu{
    display: inline-block;
    padding: 1%;
    cursor: context-menu;
}
.itemMenu:hover{
 
}
.itemMenu ul li{
    display: inherit;
    padding: 2%;
    font-size: 1.1vw;
}

.itemMenu a{
    text-decoration: none;
    display: block;
    color:#000;
}

.itemMenu ul{
    position: absolute;
/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    padding: 0;
    background-color: rgba(255,255,255,0.5);
    margin-top:1%;
    width: 25%;
    text-align: center;
}

.itemMenu:hover ul{
    left: auto;
}

.itemMenu ul li:hover{
    background-color: rgba(177,150,59,0.5);
}

#page{
    background-color: #EAEAEA;
    width: 60%;
    margin-left: 20%;
    padding-bottom: 1%;
}

#titre{
    margin-top: 0;
    font-family: 'courgetteregular', sans-serif;
    font-size: 2vw;
    padding-top: 2%;
    margin-bottom: 0;
    color: #B1963B;
}

#description{
    padding: 2% 5%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
}

#tf #image-map , #tf #imgmap201561512481{
    margin-top: 3%;
}

#image-map , #imgmap201561512481{
    height: auto;
    margin-bottom: 1%;
    width: 30%;
}

#mapTF{
    width: 44%;
}

#left{
    display: inline-block;
    float: left;
    word-spacing: 1vw;
    margin-top: 1%;
    font-size: 1vw;
}
#right{
    font-family: 'courgetteregular', sans-serif;
    vertical-align: middle;
    font-size: 0.8vw;
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 10%;
}
#imgHome{
    width: 20%;
    vertical-align: middle;
}
#ml{
    word-spacing: normal;
}

.imgPers{
    width: 90%;
    vertical-align: middle;
}
.infoPhoto{
    text-align: justify;
    display: inline-block;
    margin-bottom: 2%;
}
.spaceText{
    font-size: 0.9vw;
    width: 70%;
    display:inline-block;
    vertical-align: middle;
}
.personne{
    font-size: 1.5vw;
    margin-bottom: 1%;
    text-align: center;
    width: 28%;
}

.imHere{
    border-top: 2px solid rgba(101,101,101,0.3);
    width: 60%;
    margin-left: 20%;
    margin-top: 3%;
    margin-bottom: 3%;
}
#PM{
    margin-top: 2%;
}

#submit{
    margin-top: 2%;
    background-color: #B1963B;
    border: medium none;
    font-family: "courgetteregular",sans-serif;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 1px rgb(101, 101, 101);
}
#submit:hover{
    box-shadow: none;
}
#tf form div{
    line-height: 2vw;
    background-color: #CECECE;
    width: 80%;
    margin-left: 10%;
}
#tf span{
    margin-left: 5%;
}

#tfr{
    font-size: 0.85vw;
}
.contenuTF{
    background-color: white;
    margin: 1%;
    text-align: left;
    height: 6vw;
    padding: 0.1vw;
    position: relative;
    width: 90%;
    margin-left: 5%;
}
.imgTF{
    width: 100%;
}
.tdimgTF{
    text-align: center;
    width: 20%;
}
.shortname{
    font-size: 1vw;
    text-align: center;
    margin-bottom: 1%;
}
.summary{
    font-size: 0.7vw;
    padding: 0px 2% 2%;
    margin-bottom: 2%;
}

.borderLVT{
    border: 0.1vw solid #92273c;
}
.borderFBT{
    border: 0.1vw solid #977c45;
}
.borderDBT{
    border: 0.1vw solid #B51044;
}
.borderPP{
    border: 0.1vw solid #6758A2;
}

.price{
    width: 8%;
    text-align: center;
    margin-left: auto;
    font-family: "courgetteregular",sans-serif;
}

.offer{
    position: absolute;
    right: 0.4%;
    bottom: 2%;
    padding: 0.5% 1%;
}
.offer a{
    color: white;
}

.colorLVT{
    color: #92273c;
}
.colorFBT{
    color: #977c45;
}
.colorDBT{
    color: #B51044;
}
.colorPP{
    color: #6758A2;
}
.colorbLVT{
    background-color: #92273c;
}
.colorbFBT{
    background-color: #977c45;
}
.colorbDBT{
    background-color: #B51044;
}
.colorbPP{
    background-color: #6758A2;
}
#precedent{
    margin-left: 1%;
    position: absolute;
    margin-top: -3%;
}
#inconnu{
    font-size: 3vw;
    vertical-align: middle;
    color: #B1963B;
}
#customize{
    font-family: "courgetteregular",sans-serif;
    font-size: 1vw;
    padding: 0.5%;
    margin-bottom: 3%;
    color: white;
    background-color: #B1963B;
    margin-top: 3%;
    box-shadow: 2px 2px 1px rgb(101, 101, 101);
}
#customize:hover{
    box-shadow: none;
}

.dib{
    display: inline-block;
    width: 100%;
}
.ml{
    margin-left: 2%;
}
.tnaa{
    display: block;
    margin-top: 1%;
}
.tnaa span{
    display: block;
    margin-bottom: 1%;
    margin-left: 40%;
}
.tnaa span label{
    display: inline;
}
.tnaa span input{
    width: 20%;
}
#address{
    width: 30%;
}
#descriptionArea{
    width: 50%;
    height: 5vw;
}
#budget{
    width: 30%;
}
form textarea{
    resize:none;
    height: 1vw;
    width: 20%;
    padding: 0.4%;
    font-size: 0.75vw;
    vertical-align: middle;
    overflow-y: auto;
}

.inputResize{
    padding: 2%;
    font-size: 0.75vw;
    vertical-align: middle;
}

form div span textarea{
    padding: 1.5%;
}
input{
    vertical-align: middle;
}
#tfr form p {
    font-size: 1vw;
    font-family: "courgetteregular",sans-serif;
    padding-top: 2%;
    margin-bottom: 0px;
}
#tfr form span{
    width: 20%;
}

.divRegion{
    width: 90%;
    margin-left: 5%;
}

.divRegion img {
    width: 7%;
    vertical-align: bottom;
}

.titreRegion {
    font-size: 1.3vw;
    text-align: center;
}

.logoOpenRegion{
    cursor: pointer;
    width: 20.6%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
     -moz-filter: grayscale(1);
     -ms-filter: grayscale(1);
     -o-filter: grayscale(1);
}

.logoOpenRegion:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
     -moz-filter: grayscale(0);
     -ms-filter: grayscale(0);
     -o-filter: grayscale(0);
}
.logoOpenRegionActive{
    cursor: pointer;
    width: 20.6%;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
     -moz-filter: grayscale(0);
     -ms-filter: grayscale(0);
     -o-filter: grayscale(0);
}

.subbActive{
    display: block;
    font-size: 0.9vw;
    padding: 1%;
    overflow: auto;
}
.subbActive p{
    margin-bottom: 2%;
}

.subb{
    display: none;
}

#divMap {
    margin-top: 5%;
    margin-bottom: 1%;
}

#upLVT{
    cursor: pointer;
}
#upFBT{
    cursor: pointer;
}
#upDBT{
    cursor: pointer;
}
#upPP{
    cursor: pointer;
}

.flecheImpro{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    font-size: 3vw;
    vertical-align: bottom;
}

#equipe{
    width: 75%;
}

.subbActive span{
    color: white;
    padding: 1%;
    width: 20%;
    margin-bottom: 1%;
}

.photoAU {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 4%;
}

.infoPhoto span {
    display: inline-block;
    width: 15%;
    margin: 2.5%;
}

.infoPhoto span img {
    width: 100%;
}

footer{
    background-color: #B6B9BF;
    width: 70%;
    display: inline-block;
    padding: 1%;
    vertical-align: middle;
    position: absolute;
    left: 14%;
}

/*SLIDER*/
/*------------------------------------*\
    #FURTIF
\*------------------------------------*/
.photo{
    position:absolute;
    animation:round 50s infinite;
    opacity:0;
    width: 100%;
}
.container{
    width: 100%;
    height: 27vw;
    overflow: hidden;
    position: relative;
}

@keyframes round{   
  10%{opacity:1;}
  15%{opacity:0;}
} 

img:nth-child(10){animation-delay:0s;}
img:nth-child(9){animation-delay:5s;}
img:nth-child(8){animation-delay:10s;}
img:nth-child(7){animation-delay:15s;}
img:nth-child(6){animation-delay:20s;}
img:nth-child(5){animation-delay:25s;}
img:nth-child(4){animation-delay:30s;}
img:nth-child(3){animation-delay:35s;}
img:nth-child(2){animation-delay:40s;}
img:nth-child(1){animation-delay:45s;}


.center{
    float:none;
    margin:auto;
}

div.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 455px;
}

.caption-top {
    padding-bottom:5px;
    display: block;
    font-weight: bold;
    color:#B1963B;
    font-family: 'courgetteregular', sans-serif;
}

.caption {
    padding-top:5px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

a.caption {
    font-size:19px;
    color:#871010;
    font-family: 'courgetteregular', sans-serif;
}

a.caption:hover {
    color:#A62525;
}

/*Format Portrait tablette*/
@media only screen and (min-device-width:501px) and (max-device-width:999px) and (orientation : portrait) {
    body{
        font-size: 2vw;
    }

    header img{
        width: 35%;
    }

    #menubarre{
        width: 60%;
        font-size: 2vw;
        margin-left: 10%;
    }

    #divLangue{
        width: 32.5%;
    }

    #proaccess{
        font-size: 2vw;
        border-width:2px;
    }

    #langueHaut{
        font-size: 2.1vw;
    }

    #titre{
        font-size: 5vw;
    }

    #tf form div span, #tf form div span select {
        font-size: 2vw;
    }

    #tf form div {
        line-height: 3.5vw;
    }

    #submit{
        font-size: 3vw;
    }

    #customize{
        font-size: 3vw;
    }

    #mapTF{
        width: 70%;
    }

    #image-map, #imgmap201561512481 {
        height: auto;
        margin-bottom: 1%;
        width: 75%;
    }

    .logoOpenRegion{
        width: 35%;
    }

    .logoOpenRegionActive{
        width: 35%;
    }

    .titreRegion{
        font-size: 2.5vw;
    }

    .divRegion img{
        width: 15%;
    }

    .subbActive{
        font-size: 2vw;
    }

    .personne{
        font-size: 2.5vw;
        width: initial;
    }

    .photoAU{
        width: 40%;
        margin-left: 30%;
    }

    .spaceText{
        font-size: 1.9vw;
        width: 90%;
        margin-left: 5%;
    }

    #equipe{
        width: 90%;
    }

    footer{
        padding: 2%;
    }

    #left{
        font-size: 2vw;
    }

    #right{
        font-size: 1.6vw;
        width: 20%;
        right: 1%;
    }

    #tfr form label, #tfr form div span{
        margin-top: 2%;
    }

    #tfr form p {
        font-size: 2vw;
    }

    #tfr{
        font-size: 1.5vw;
    }

    .contenuTF{
        margin-bottom: 2%;
    }

    #precedent{
        margin-top: -2.5%;
    }

    #submit{
        margin-top: 4%;
        margin-bottom: 4%;
    }

    
    .borderFBT, .borderPP, .borderDBT, .borderLVT{
        border-width: 2px;
    }
}

/*Format Paysage tablette*/
@media only screen and (min-device-width:501px) and (max-device-width:1400px) and (orientation : landscape) {
    body{
        font-size: 1.3vw;
    }
    #titre{
        font-size: 3vw;
    }

    #submit, #customize{
        font-size: 1.5vw;
    }

    #tf form div{
        line-height: 3vw;
    }

    #right{
        font-size: 1.2vw;
        width: 15%;
        right: 0;
    }

    #image-map, #imgmap201561512481{
        width: 50%;
    }

    .titreRegion{
        font-size: 1.6vw;
    }

    .subbActive{
        font-size: 1.2vw;
    }

    .divRegion img{
        width: 10%;
    }

    #left{
        font-size: 1.2vw;
    }

    #tfr form label, #tfr form div {
        margin-top: 1%;
    }

    #tfr form p {
        font-size: 1.5vw;
    }

    #tfr{
        font-size: 1.1vw;
    }
}

/*Format Portrait des téléphones*/
@media only screen and (max-device-width: 320px) and (orientation : portrait){
    body{
        font-size: 2vw;
    }

    header img{
        width: 35%;
    }

    #menubarre{
        width: 60%;
        font-size: 2vw;
        margin-left: 10%;
    }

    #divLangue{
        width: 32.5%;
    }

    #proaccess{
        font-size: 2vw;
        border-width:2px;
    }

    #langueHaut{
        font-size: 2.1vw;
    }

    #titre{
        font-size: 5vw;
    }

    #tf form div span, #tf form div span select {
        font-size: 2vw;
    }

    #tf form div {
        line-height: 3.5vw;
    }

    #submit{
        font-size: 3vw;
    }

    #customize{
        font-size: 3vw;
    }

    #mapTF{
        width: 70%;
    }

    #image-map, #imgmap201561512481 {
        height: auto;
        margin-bottom: 1%;
        width: 75%;
    }

    .logoOpenRegion{
        width: 35%;
    }

    .logoOpenRegionActive{
        width: 35%;
    }

    .titreRegion{
        font-size: 2.5vw;
    }

    .divRegion img{
        width: 15%;
    }

    .subbActive{
        font-size: 2vw;
    }

    .personne{
        font-size: 2.5vw;
        width: initial;
    }

    .photoAU{
        width: 40%;
        margin-left: 30%;
    }

    .spaceText{
        font-size: 1.9vw;
        width: 90%;
        margin-left: 5%;
    }

    #equipe{
        width: 90%;
    }

    footer{
        padding: 2%;
    }

    #left{
        font-size: 2vw;
    }

    #right{
        font-size: 1.6vw;
        width: 20%;
        right: 1%;
    }

    #tfr form label, #tfr form div span{
        margin-top: 2%;
    }

    #tfr form p {
        font-size: 2vw;
    }

    #tfr{
        font-size: 1.5vw;
    }

    .contenuTF{
        margin-bottom: 2%;
    }

    #precedent{
        margin-top: -2.5%;
    }

    #submit{
        margin-top: 4%;
        margin-bottom: 4%;
    }
}


/*Format Paysage des téléphones*/
@media only screen and (min-device-width: 321px) and (max-device-width: 500px) and (orientation : landscape){
    body{
        font-size: 1.3vw;
    }
    #titre{
        font-size: 3vw;
    }

    #submit, #customize{
        font-size: 1.5vw;
    }

    #tf form div{
        line-height: 3vw;
    }

    #right{
        font-size: 1.2vw;
        width: 15%;
        right: 0;
    }

    #image-map, #imgmap201561512481{
        width: 50%;
    }

    .titreRegion{
        font-size: 1.6vw;
    }

    .subbActive{
        font-size: 1.2vw;
    }

    .divRegion img{
        width: 10%;
    }

    #left{
        font-size: 1.2vw;
    }

    #tfr form label, #tfr form div {
        margin-top: 1%;
    }

    #tfr form p {
        font-size: 1.5vw;
    }

    #tfr{
        font-size: 1.1vw;
    }
}

