Exemples de visite virtuelles à Toulouse
texte toulouse
 ul {
 list-style: none;
 margin:0px;
 }
 .thumb{
 width:100%;
 }
 .grid li {
 /* border-top: 1px solid rgba(255, 255, 255, 0.25); */
 float: left;
 height: 200px;
 list-style: none outside none;
 margin: 0px;
 overflow: hidden;
 padding: 0;
 position: relative;
 width: 300px;
 background: none;
 }
 .grid .details h3 {
 color: #fff;
 font-family: ‘Raleway’, ‘Helvetica Neue’, Arial,Verdana,sans-serif;
 text-align: center;
 font-size: 12px;
 margin: 0;
 padding: 0;
 background: none;
 }
.subtitle{
 color: #fff;
 font-family: ‘Archivo Narrow’, sans-serif;
 text-align: center;
 font-size: 20px;
 font-weight:bold;
 margin: 0;
 padding: 0;
 background: none;
 }
.grid li:hover .details {
 height: 190px;
 }
 .grid .details {
 cursor: pointer;
 background: none repeat scroll 0 0 rgba(0,0,0 , 0.5);
 border-bottom: 1px solid rgba(0, 0, 0, 0.25);
 /* border-radius: 0 0 5px 5px; */
 border-top: 1px solid #000;
 bottom: 0;
 box-shadow: inset 0 0 10px #ccc;
 height: 42px;
 padding: 4px;
 position: absolute;
 width: 100%;
 transition: all 0.15s ease-in 0s;
 -moz-transition: all 0.15s ease-in 0s;
 -webkit-transition: all 0.15s ease-in 0s;
 -o-transition: all 0.15s ease-in 0s;
 }
 














