.pac-container:after{
    content:none !important;
}

.clearfix:after,
.clearfix:before {
    content: '.';
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.more-result {
    margin: 10px;
}   

body.no-scroll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} 

.no-scroll {
    overflow: hidden !important;
}

.area-scroll {
    overflow-y: auto !important;
}

.area-loading {
    position: absolute;
    top:240px; left:0; bottom:0; right:0;
}

.area-loading .container-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.area-loading .container-list .list-centres-container {
    top: 50px;
    bottom: 0;
    position: absolute;
    left:0;
    right:0;
}
.v-align {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.ico-before {
    position: relative;
}

.ico-before:before {
    content : ' ';
    position: absolute;
}

.t-center {
    text-align: center;
}

/* PRINT */

.itineraire-container.print {
    background : none;
    background-color: #FFF;
    width: 680px;
    margin: 0px auto;
    
}

.itineraire-container.print .itineraire-content {
    height: auto;
    overflow-y: hidden;
    position: relative;
    top: 0;
}

.page-view-centre.print .sidebar {
    width: 700px;
    position: relative;
    display: block;
    margin: 0px auto;
    top: 0;
    left: 0;
    right: 0;
}

/* WIDGET */

.widget-recherche-centre {
    background-color: #EEEEEE;
    height: 130px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.widget-recherche-centre .content {
    min-width: 728px;
    max-width: 1020px;
    margin: 0px auto;
}

.widget-recherche-centre .img {
    position: absolute;
    top: 14.5px;
    margin-right: 35px;
}

.widget-recherche-centre .form {
    float: left;
    margin-top: 40px;
    margin-left: 350px;
}

.widget-recherche-centre .geoloc {
    float: right;
    margin-top: 52px;
}

.widget-recherche-centre .geoloc .btn-geolocation {
    background: url('/images/front/btn-geoloc.png') 0 0 no-repeat transparent;
    padding-left: 30px;
    text-decoration: none;
    color: #FCC400;
    font-size: 15px;
    font-family: Arial;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.widget-recherche-centre .geoloc .btn-geolocation:hover {
    color: #EFAD00;
}

/* START TIPS */

.tips-centre-conseil .tip-top {
    width:230px; 
    height:4px; 
    background-color: #FFF;
}

.tips-centre-conseil .tip {
    width:230px;     
    background-color: #FFF;
}

.tips-centre-conseil .tip-bottom {
    width:230px; 
    height:5px; 
    background-color: #FFF;
}
    
.tips-centre-conseil .tip .tip-text {
    width:230px; 
    text-align: left; 
    font-family: arial, helvetica, sans-serif; 
    font-size:11px; 
    color:#0062ac; 
    font-weight:bold; 
    line-height:13px;
    padding:10px;
} 

.tips-centre-conseil .tip .tip-text span{
    float:left;
    line-height:16px;
    margin-right:6px;
}

/* END TIPS */

.box-shadow {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}
.item-centre:hover,
.item-centre:active,
.item-centre:focus {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.30);
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.30);
}


#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.3);
}

#loader p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

#loader p .inner {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: normal;
}

/* INFO WINDOW GGMAP */
.IW {
    color: #001185;
    font-size: 16px;
}

.IW .img {
    text-align: center;
}
.IW .nom {
    font-size: 20px;
    max-width: 215px;
    text-align: left;
}



.IW .lien {
    text-decoration: underline;
    color: #F8390C;
    font-style: italic;
    font-size: 14px;
}

.IW:hover .lien {
    color: #001185;
}

.container-centres {
    position: relative;
    display: block;
}

.container-centres .inside {
    width: 680px;
    float: left;
    position: relative;
    padding: 0 10px 0 20px;
}

.container-centres .inside a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.container-centres .map {
    position: fixed;
    /*width: 33%;*/
    top: 65px;
    left: 0;
    bottom: 0;
    right: 680px;
    overflow: hidden;
    webkit-overflow-scrolling: touch;
}

.container-centres .map .no-refresh-map {
    position: absolute;
    top: 8px;
    left : 100px;
    padding: 10px 15px;
    background-color: #FFF;
    z-index: 999;
    border: 1px solid #DCE0E0;
}

.container-centres .map .no-refresh-map span {
    color : #71859B;
    margin-left: 5px;
    font-size: 12px;
    font-family: Arial;
}

.container-centres .map .no-refresh-map span:hover {
    cursor: pointer;
}

.container-centres .map .map-search-canvas {
    height: 100%;
}

.container-centres .sidebar {
    display: block;
    width: 680px;
    position: fixed;
    right: 0;
    left: auto;
    bottom: 0;
    top: 65px;
    -webkit-overflow-scrolling: touch;
    background-color: #0064A5;
}

.container-centres .sidebar .filter {
    height: 100px;
    background-color: #EEEEEE;
    border-bottom : 1px solid #92ADCB;
    padding: 25px 20px;
}

.container-centres .sidebar .filter .field-label {
    float: left;
    margin-right: 20px;
}

.container-centres .sidebar .filter label {
    color: #0064A5 !important;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
}

.container-centres .sidebar .filter .field-input {
    float: left;
}

.container-centres .sidebar .filter .field-input input {
    width: 345px;
}

.container-centres .sidebar .filter .field-input button {
    width: 70px;
}

.container-centres .sidebar .result-info {
    height: 50px;
    background-color: #FFF;
    border-bottom : 1px solid #92ADCB;
    padding: 0px 15px;
}

.container-centres .sidebar .result-info .count-result {
    height: 50px;
}

.container-centres .sidebar .result-info .count-result p {
    height: 50px;
    line-height: 50px;
    color: #737373;
    font-size: 15px;
    font-family: arial;
}

.container-centres .sidebar .result-info .count-result p a {
    text-decoration: underline;
    color: #737373;
}

.container-centres .sidebar .list-centres-container {
    background-color: #0064A5;
    padding: 10px;
}

/*.container-centres .sidebar .list-centres-container a.more-results {
    display: block;
    color : #005FCE;
    font-size: 16px;
    font-family: arial;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    background-color: #FFF;
    margin: 10px;
}

.container-centres .sidebar .list-centres-container a.more-results:hover {
    background-color: #0065C8;
    color: #FFF;
}*/

.container-centres .sidebar .list-centres {
    display: inline-block;
}

.container-centres .sidebar .list-centres .item-centre {
    float: left;
    width: 300px;
    height: 290px;
    background-color: #FFF;
    margin: 10px;
    padding: 10px;
    position: relative;
}

.container-centres .sidebar .list-centres .item-centre * {
    z-index: 1;
}

.container-centres .sidebar .list-centres .item-centre .opacity {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/images/front/opacity-BDC7D6-45.png') 0 0 repeat transparent;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.centre_opacity {
    opacity: 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container-centres .sidebar .list-centres .item-centre .ico-num-place {
    position: absolute;
    background: url('/images/front/sprites-centre.png') 1px -133px no-repeat transparent;
    width: 24px;
    height: 30px;
    top: 10px;
    left: 12px;
    text-align: center;
    color: #FFFFFF;
    line-height: 23px;
    font-size: 13px;
}

.container-centres .sidebar .list-centres .item-centre .ico-num-place.default {
    background-position: 0 -362px;
    width: 22px;
    height: 31px;
}

.container-centres .sidebar .list-centres .item-centre .container_adresse{height:105px;line-height:105px;}
.container-centres .sidebar .list-centres .item-centre .container_adresse .contenu{line-height:14px;display:inline-block;vertical-align:middle}

.ico-services {
    z-index: 3 !important;
}

.ico-services .ico {
    display: inline-block;
}

.ico-services .ico:before {
    content: ' ';
    position: absolute;
}

.ico-services .centre-conseil,
.ico-services .centre-conseil:before {
    width: 38px;
    height: 38px;
}

.ico-services .centre-conseil:before {
    background: url('/images/front/sprites-centre.png') 0px -165px no-repeat transparent;
}

.ico-services .pel,
.ico-services .pel:before {
    width: 25px;
    height: 19px;
}

.ico-services .pel:before {
    background: url('/images/front/sprites-centre.png') 0px -22px no-repeat transparent;
}

.ico-services .objectif_code,
.ico-services .objectif_code:before {
    width: 60px;
    height: 50px;
}

.ico-services .objectif_code:before {
    background: url('../../images/objectif_code/logo_oc.png')  6px 5px no-repeat transparent;
}


.ico-services .paiement-sans-frais,
.ico-services .paiement-sans-frais:before {
    width: 23px;
    height: 23px;
}

.ico-services .paiement-sans-frais:before {
    background: url('/images/front/sprites-centre.png') 0px -43px no-repeat transparent;
}

.ico-services .activite-l,
.ico-services .activite-l:before {
    width: 60px;
    height: 50px;
}

.ico-services .activite-l:before {
    background: url('/images/activites/asf_picto_L.png') center center no-repeat transparent;
    background-size: 80%;
}

.ico-services .label-integral,
.ico-services .label-integral:before {
    width: 60px;
    height: 50px;
}

.ico-services .label-integral:before {
    background: url('/images/activites/asf_picto_integral.png') center center no-repeat transparent;
    background-size: 80%;
}

.container-centres .sidebar .list-centres .item-centre .ico-num-place .ico {

}

.container-centres .sidebar .list-centres .item-centre .ico-services {
    position: absolute;
    right: 0;
    width: 60px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .ico {
    position: relative;
    width: 60px;
    height: 50px;
    border: 1px solid #F1F3F5;
}

.ico-services .ico p {
    color: #71859B;
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    margin-top: 25px
}

.ico-services .ico.centre-conseil p {
    margin-top:40px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .centre-conseil {
    /*top: 0;*/
    height: 65px;

}

.container-centres .sidebar .list-centres .item-centre .ico-services .centre-conseil:before {
    top: 4px;
    left: 10px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .pel {
    /*top: 64px;*/
}

.container-centres .sidebar .list-centres .item-centre .ico-services .pel:before {
    top: 4px;
    left: 17px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .paiement-sans-frais {
    /*top: 113px;*/
}

.container-centres .sidebar .list-centres .item-centre .ico-services .paiement-sans-frais p {
    margin-top: 33px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .paiement-sans-frais:before {
    top: 6px;
    left: 18px;
}

.container-centres .sidebar .list-centres .item-centre .infos-centre-item {
    margin-left: 35px;
    width: 190px;
    display: block;
}

.infos-centre-item .city-centre {
    font-size: 18px;
    color: #FCC400;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

.infos-centre-item .dist-to-place {
    color: #0064A5;
    font-size: 11px;
    font-family: arial;
    font-style: italic;
}

.infos-centre-item .address {
    font-size: 13px;
    font-family: arial;
    color: #737373;
    margin-top: 10px;
}

.infos-centre-item .address-cmplt {
    margin-top: 0;
}

.infos-centre-item .cp-city {
    font-size: 13px;
    font-family: arial;
    color: #737373;
}

.infos-centre-item .tel {
    color: #0064A5;
    font-size: 12px;
    font-weight: bold !important;
    font-family: arial;
    padding-left: 25px;
    height: 23px;
    line-height: 23px;
    margin-top: 10px;
}

.infos-centre-item .tel.ico-before:before {
    background: url('/images/front/sprites-centre.png') 0px -107px no-repeat transparent;
    top : -1px;
    left : 0;
    width: 23px;
    height: 24px;
}

.container-centres .sidebar .list-centres .item-centre .actions {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.container-centres .sidebar .list-centres .item-centre .actions .action {
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
    display: block;
    margin: 5px 0 5px 34px;
    font-size: 13px;
    font-family: arial;
    color: #737373;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.container-centres .sidebar .list-centres .item-centre .actions .action:hover,
.container-centres .sidebar .list-centres .item-centre .actions .action:focus,
.container-centres .sidebar .list-centres .item-centre .actions .action:active {
    color: #EFAD00 !important;
}

.container-centres .sidebar .list-centres .item-centre .actions .action:before {
    background: url('/images/front/sprites-centre.png') 0 0 no-repeat transparent;
}

.container-centres .sidebar .list-centres .item-centre .actions .view-centre:before {
    background-position: 0 -86px;
    width: 18px;
    height: 20px;
    left: 0;
    top: -1px;
}

.container-centres .sidebar .list-centres .item-centre .actions .web-site:before {
    background-position: 0px -67px;
    width: 19px;
    height: 20px;
    left: 0;
}

.container-centres .sidebar .list-centres .item-centre .actions {
    z-index: 3!important;
}

.container-centres .detail-centre {
    padding: 10px;
}

.container-centres .detail-centre .ico-services > p {
    color: #72859C;
    text-transform: uppercase;
    font-size: 11px;
    font-family: arial;
    margin-top: 10px;
    margin-bottom: 5px;
}

.container-centres .detail-centre .ico-services .ico.pel {
    margin-right: 10px;
    margin-top: 2px;
}

.container-centres .detail-centre .ico-services .ico.paiement-sans-frais p {
    margin-top: 1px;
    margin-left: 27px;
}

.container-centres .back-and-print {
    display: block;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
    height: 50px;
}

.container-centres .back-and-print .btn-back {
    float: left;
    padding-left: 25px;
    line-height: 50px;
    height: 50px;
}

.container-centres .back-and-print .btn-back:before {
    background: url('/images/front/sprites-centre.png') 0 -236px no-repeat transparent;
    width: 19px;
    height: 19px;
    left: 0;
    top: 14px;
}

.btn-print {
    float: right;
    padding-left: 30px;
    line-height: 50px;
    height: 50px;
}

.btn-print:before {
    background: url('/images/front/sprites-centre.png') 0 -205px no-repeat transparent;
    width: 22px;
    height: 29px;
    left: 0;
    top: 8px;
}

.container-centres .wrapper-fieldset {
    padding: 15px;
    background-color: #FFF;
    max-width: 660px;
    min-width: 660px;
    margin: 10px;
    float: left;
}

.container-centres .wrapper-fieldset h3 {
    color: #0064A5;
    font-size: 20px;
    font-family: arial;
    margin-bottom: 10px;
}

.container-centres .wrapper-fieldset h4 {
    color: #737373;
    font-size: 15px;
    font-family: arial;
    margin-bottom: 10px;
}

.container-centres .wrapper-fieldset table {
    margin-bottom: 10px;
}

.container-centres .wrapper-fieldset table tbody {
    border: 1px solid #FFF;
}

.container-centres .wrapper-fieldset table tr {

}

.container-centres .wrapper-fieldset table tr th,
.container-centres .wrapper-fieldset table tr td {
    padding: 10px;
}



/*.container-centres .wrapper-fieldset table tr th.border-top,
.container-centres .wrapper-fieldset table tr td.border-top {
    border-top: 1px solid #EEEEEE;
}

.container-centres .wrapper-fieldset table tr th.border-right,
.container-centres .wrapper-fieldset table tr td.border-right {
    border-right: 1px solid #EEEEEE;
}

.container-centres .wrapper-fieldset table tr th.border-bottom,
.container-centres .wrapper-fieldset table tr td.border-bottom {
    border-bottom: 1px solid #EEEEEE;
}

.container-centres .wrapper-fieldset table tr th.border-left,
.container-centres .wrapper-fieldset table tr td.border-left {
    border-left: 1px solid #EEEEEE;
}*/



.container-centres .wrapper-fieldset table tr th,
.container-centres .wrapper-fieldset table tr td {
    border: 1px solid #EEEEEE;
}

.container-centres .wrapper-fieldset table tr th.td-key,
.container-centres .wrapper-fieldset table tr td.td-key,
.container-centres .wrapper-fieldset table tr td.td-key p {
    color: #0064A5;
    font-size: 12px;
    font-family: arial;
}

.container-centres .wrapper-fieldset table tr th.td-key.td-key-black,
.container-centres .wrapper-fieldset table tr td.td-key.td-key-black,
.container-centres .wrapper-fieldset table tr td.td-key.td-key-black p {
    color: #0064A5;
    font-weight: bold;
}

.container-centres .wrapper-fieldset table tr td.td-value,
.container-centres .wrapper-fieldset table tr td.td-value p {
    color: #737373;
    font-size: 12px;
    font-family: arial;
}

.container-centres .wrapper-fieldset.mentions {
    color: #737373;
    font-size: 12px;
}

.container-centres .wrapper-fieldset.informations .sep {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #eeeeee;
    margin: 15px auto;
}

.container-centres .wrapper-fieldset.informations > button {
    margin: 0px auto;
}

.container-centres .wrapper-fieldset.tarifs p.mentions {
    color: #737373;
    font-size: 10px;
    font-style: italic;
}

.itineraire-container .actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F7F8FA;
    height: 50px;
}

.itineraire-container .actions p {
    color: #0057D4;
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    float: left;
    font-family: arial;
    margin-left: 20px;
}

.itineraire-container .actions .btn-print {
    margin-right: 35px;
}    

.itineraire-container .actions .btn-close {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 23px;
}

.itineraire-container .actions .btn-close:before {
    content : '';
    position: absolute;
    left: -10px;
    width: 1px;
    height: 20px;
    background-color: #7DA9E8;
    top: 2px;
}

.itineraire-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/images/front/opacity-003864-75.png') 0 0 repeat transparent;
}

.itineraire-container .itineraire-content {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 660px;
    height: 80%;
    background-color: #FFF;
    overflow-y: scroll; 
    overflow-x: hidden;
    padding: 15px;
}

.itineraire-container .duration-and-distance {

}

.itineraire-container .duration-and-distance .duration {
    color: #0064A5;
    font-size: 20px;
    font-family: arial
;text-align: right;
}

.itineraire-container .duration-and-distance .distance {
    color: #FCC400;
    font-size: 12px;
    font-family: arial;
    font-style: italic;
    text-align: right;
}

.itineraire-container .start-address p,
.itineraire-container .end-address p {
    color: #FCC400;
    font-size: 18px;
    font-family: arial
;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.itineraire-container .start-address,
.itineraire-container .end-address {
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 10px 0;
}

.itineraire-container .start-address:before,
.itineraire-container .end-address:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 40px;
    background: url('/images/front/sprites-centre.png') 0 0 no-repeat transparent;
    left: 0;
}

.itineraire-container .start-address:before {
    background-position: 0 -257px;
}

.itineraire-container .end-address:before {
    background-position: 0 -299px;
}

.itineraire-container .mentions {
    margin-top: 20px;
}

.itineraire-container .mentions p {
    color: #9797A5;
    font-size: 11px; 
}

.widget-itineraire {
    position: absolute;
    right: -279px;
    top: 70px;
    z-index: 999;
    -webkit-transition: right 0.2s ease-in-out 0s !important;
    -moz-transition: right 0.2s ease-in-out 0s !important;
    -ms-transition: right 0.2s ease-in-out 0s !important;
    -o-transition: right 0.2s ease-in-out 0s !important;
    transition: right 0.2s ease-in-out 0s !important;
}

.widget-itineraire .picto-itineraire:hover {
    cursor: pointer;
}

.widget-itineraire.open {
    right: 0;
}

/* Itinéraire GGMAP */

.adp * {
    font-family: arial !important;
    vertical-align: middle !important;
}

.adp .adp-placemark,
.adp .adp-summary,
.adp .adp-legal {
    display: none;
}

.adp table {
    width: 100%;
}

.adp td {
    color: #737373;
}

.adp td div {
    font-style: italic;
    color: #728499;
}

.adp b, .adp-list b {
    font-weight: 0 !important;
    font-family: arial !important;
}

.adp-step, .adp-substep {
    height: 40px;
    padding: 12px 3px;
    border: none;
}

.adp-distance {
    color: #728499;
}

.view_liste_centre .footer {
    background: none;
}

.view_liste_centre #footer_block {
    background-color: #004082;
}

/* Médias Queries */

@media screen and (min-width: 481px) and (max-width: 1000px) {

    .container-centres .sidebar .filter {
        padding: 13px 20px;
    }

    .container-centres .sidebar .filter .field-label label {
        float: none;
        height: 20px;
        line-height: 20px;
    }

    .container-centres .sidebar .filter .field-input input {
        width: 250px;
    }

    .page-list-centres .map {
        right: 360px;
    }

    .page-list-centres .sidebar {
        width: 360px;
    }

    .more-result {
        width: 300px;
    }

    .widget-recherche-centre .form {
        margin-top: 15px;
    
        display: block;
        float: none;
        margin-left: 350px;
    }

    .widget-recherche-centre .form .search-field input {
        width: 300px;
    }

    .widget-recherche-centre .geoloc {
        margin-top: 20px;
        float: left;
        margin-left: 350px;
    }

    /* Widegt Itineraire */
    .itineraire {
        width: 280px;
    }

    .itineraire input {
        width: 160px
    }

    .widget-itineraire {
        right: -220px;
    }
  
}

@media screen and (min-width: 1001px) and (max-width: 1380px) {

    .page-list-centres .map {
        right: 680px;
    }

    .page-list-centres .sidebar {
        width: 680px;
    }

    .more-result {
        width: 620px;
    }
  
}

@media screen and (min-width: 1381px) {

    .container-centres .sidebar .filter .field-input input {
        width: 500px;
    }

    .page-list-centres .map {
        right: 1000px;
    }

    .page-list-centres .sidebar {
        width: 1000px;
    }

    .more-result {
        width: 940px;
        margin: 10px;
    }
  
}
