.gmnoprint img {
    max-width: none;
}

textarea { resize: vertical; }

.panelcontact{
    padding: 20px;
}
.paneladresse{
    padding: 5px;
}

.panel:hover {

    border-color: transparent;
}

.img-center {
    margin: 0 auto;
}
.cardinfo{
    margin-top: 20px;
    margin-bottom: 20px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map {
    min-width: 300px;
    min-height: 470px;
    width: 100%;
    height: 100%;
}

.clearfix {
    clear: both;
}

.rowcolor {
    background-color: #CCCCCC;
}

.padall {
    padding: 10px;
}

.padbig {
    padding: 20px;
}

.img-center {
    margin: 0 auto;
}

.mycard {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.insidecard {
    margin: 10px
}



.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.ratio{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 50% ; /* % of width, defines aspect ratio*/

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cardvertical-text {

    padding-left: 25px;
    padding-right: 25px;
}
.cardhorrizontalright-text {
    margin-top: 8px;
    padding-left: 25px;
    padding-right: 25px;
}
.cardhorrizontalleft-text {
    margin-top: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (min-width: 769px) {
    .cardhorrizontalright-text {
        margin-top: 8px;
        padding-left: 15px;
        margin-right: -25px;

    }
    .cardhorrizontalleft-text {
        margin-top: 8px;
        margin-left: -25px;
        padding-right: 15px;

    }
}
@media screen and (max-width: 768px) {
    .cardhorrizontalright-text {

        padding-left: 15px;
        margin-right: -25px;
        margin-top: -10px;
    }
    .cardhorrizontalleft-text {
        margin-top: -10px;
        margin-left: -25px;
        padding-right: 15px;
    }
}

.card-row {
    margin-right: 0px;
    margin-left: 0px;
}
.panel-default {
    border-color: transparent;

}
.panel{
    border-radius: 0px;
    border: 0px;

}

@media (max-width: 767px) {
    .col-xs-8 {
        margin-top:20px;
    }

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

.address{
    margin-left: 50%;
}


.cardsrow {
    margin-top: 15px;
    margin-right: -15px;
    margin-left: -15px;
}
/* Caroussel */


/* 4 boutons */
.buttons{
    margin-top: 16px;
    margin-bottom: 16px;
}

.buttons div{
    text-align: center;
}

.buttons div a{
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    margin: 2px;
}

.button-1{
    background-color: #ea9999;
    color: black;
}

.button-2{
    background-color: #f9cb9c;
    color: black;
}

.button-3{
    background-color: #ffe599;
    color: black;
}

.buttons div a:hover{
    color: white;
}

.img-menu{
    height: 40px;
}
/* footer */

.footer-text{
    text-align: right;
    color: #6ba84f;
    font-weight: bolder;
    margin-right: 5px;
}

/* vidéo Youtube */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* l'équipe */

.rh{
    max-width: 1000px;
}

.team{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.team img{
    border-radius: 50%;
    width: 100px;
}

.panel-default {
    border-color: #ffffff;
}

.container{
    padding-top: 0px;
}

/*button nav*/

.nav>li {
    position: relative;
    display: block;
}

.navbar-btn {
    margin-top: 29px;
    margin-bottom: 29px;
    padding: 0px 0px;
    color: #777;
    background-color: transparent;
    font-weight: bold;
}
.navbar-btn:focus {
    outline: none;
}
.btn-group {
    padding: 10px 15px ;
    width: 100%;

}
.btn-group:hover {
    background-color: #e7e7e7;
}
.navbar .btn-group:hover > .dropdown-menu {
    display: block;
}
.btn-group:hover > .navbar-btn{
    color: #555;
}



.navbar-btncarrey {
    margin-top: 29px;
    margin-bottom: 29px;
    padding: 0px 0px;
    color: #777;
    background-color: transparent;
    font-weight: bold;
}
.navbar-btncarrey:focus {
    outline: none;
}

.btn-group>.btn+.dropdown-toggle {
    padding: 8px;
    padding-top: 10px;
    border-radius: 4px;
}

.btn-group:hover > .navbar-btn{
    color: #555;
}

.btn-group:hover > .navbar-btncarrey{
    color: #555;
}



table{
    margin-bottom: 5px;
}
td {
    outline: 1px solid #e7e7e7;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: #337ab7;
    margin-bottom: 5px;


}
td.hover {
    cursor: pointer;
    /* whatever other hover styles you want */
}
td:hover {
    outline: 1px solid #e7e7e7;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7;
    color: #337ab7;
    text-decoration: none;



}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}


td:focus {
    outline: 1px solid #e7e7e7;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7;
    color: #337ab7;

    text-decoration: none;



}


.linkcadre {
    outline: 1px solid #e7e7e7;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: #337ab7;


}

.linkcadre:hover {
    outline: 1px solid #e7e7e7;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7;
    color: #337ab7;
    text-decoration: none;



}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}


.linkcadre:focus {
    outline: 1px solid #e7e7e7;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7;
    color: #337ab7;

    text-decoration: none;



}


.a.linkcadre:hover {
    color: #337ab7;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.text-danger2 {
    color: #a94442;
    font-size: 15px;
    margin-top: 5px;
    font-weight: bold;
}

.text-success {
    color: #a94442;
    font-size: 15px;
    margin-top: 5px;
    font-weight: bold;
}


#clicknavarea{
    cursor:pointer;
}


.cadreimageleft {
    max-width: 40%;
    margin: 10px;
    margin-right: 20px;
    float: left;

    /* max-height: 40%; */
}

.cadretexteleft {
    width: 100%;
    /* padding-left: 5px; */
    margin-left: 15px;
    padding-right: 15px;
}

.cadreimageright {
    max-width: 40%;
    margin: 10px;
    margin-left: 20px;
    float: right;

    /* max-height: 40%; */
}

.cadretexteright {
    width: 100%;
    /* padding-left: 5px; */
    margin-left: 15px;
    padding-right: 15px;
}

.cadretexteright {
    width: 100%;
    /* padding-left: 5px; */
    margin-left: 15px;
    padding-right: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;

    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
    padding: inherit;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}







@media screen and (max-width: 768px) {
    .container{
        padding-top: 0px;
        margin-bottom: 300px;}

    .cadrecontent {
        padding-top: 5px;
    }

}