

.wrap {
    display: block;
    max-width: 1131px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    clear: both;
}
.big-wrap {
    display: block;
    max-width: 1522px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 20px;
    padding-right: 20px;
}

.iframe-wrap {
    width: 100%;
    height: 0;
    padding-top: 56%;

    position: relative;
}

.iframe-wrap iframe {
    height: 100%;
    width: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-open main {
    position: absolute;
}

.instruments-header {
    margin-bottom: 30px;
}

/*
.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    padding: 0 5px;
    text-align: center;
    width: 100%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

@media only screen and (max-width: 800px) {
    .gallery-item {
        width: 33%;
    }
}
@media only screen and (max-width: 800px) {
 .gallery-columns-5 .gallery-item {
     width: 33%;
 }
}

@media only screen and (max-width: 480px) {
 .gallery-columns-5 .gallery-item {
     width: 100%;
 }
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
     clear: none;
}*/
/*
.gallery-item {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 0 21px;
    margin: 0 0 1.5rem;
    padding: 21px;
    padding: 1.5rem;
    border: 0 solid rgba(0, 0, 0, 0);
    box-sizing : border-box;
}

.ie8 .gallery-item {
  padding: 0 21px;
}

.gallery-item:before {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery-item a {
    position: relative;
    z-index: 1000;
}
.gallery-columns-1 > .gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.gallery-columns-2 > .gallery-item {
    width: 50%;
}
.gallery-columns-3 > .gallery-item {
    width: 33.333%;
}
.gallery-columns-4 > .gallery-item {
    width: 25%;
}
.gallery-columns-5 > .gallery-item {
    width: 20%;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n + 1), .gallery-columns-3 > .gallery-item:nth-of-type(3n + 1), .gallery-columns-4 > .gallery-item:nth-of-type(4n + 1), .gallery-columns-5 > .gallery-item:nth-of-type(5n + 1) {
    margin-left: 0;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n), .gallery-columns-3 > .gallery-item:nth-of-type(3n), .gallery-columns-4 > .gallery-item:nth-of-type(4n), .gallery-columns-5 > .gallery-item:nth-of-type(5n) {
    margin-right: 0;
}
.ie8 .gallery-columns-2 > .gallery-item {
    width: 49%;
}
.ie8 .gallery-columns-3 > .gallery-item {
    width: 32.3%;
}
.ie8 .gallery-columns-4 > .gallery-item {
    width: 24%;
}
.ie8 .gallery-columns-5 > .gallery-item {
    width: 19%;
}
*/

@media only screen and (max-width: 800px) {
    .gallery-columns-3 > .gallery-item {
        width: 50%!important;
    }
    .gallery-columns-4 > .gallery-item {
        width: 50%!important;
    }
    .gallery-columns-5 > .gallery-item {
        width: 50%!important;
    }
}

@media only screen and (max-width: 400px) {
    .gallery-columns-3 > .gallery-item {
        width: 50%!important;
    }
    .gallery-columns-4 > .gallery-item {
        width: 50%!important;
    }
    .gallery-columns-5 > .gallery-item {
        width: 50%!important;
    }
}


/* NOUVELLES DEMANDES  A PLACER */

@media only screen and (max-width: 900px) {
    .single-container-wrap.holding-page-content p, .holding-page-content h2, .holding-page-content h3 {
        text-align: center;
    }
}
@media only screen and (max-width: 380px) {
    body {
        font-size: 14px;
    }
}
