.territory-collapsible-cta::after {
    display: block;
    font-family: "icomoon", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

@media screen and (max-width:46.875em) {
    .territory-collapsible {
        position: relative;
    }
    .territory-collapsible.is-expanded {
        z-index: 2;
    }
}

.content a {
    color: #0079bd;
}

.territory-collapsible-cta {
    display: none;
}

h2.section-title{
    color: #2D3785;
    font-size: 35px;
    font-family:"Poppins", Sans-serif;
    font-weight: bold;
}

h2.section-title span:first-child{
    color: #6EC1E4;
}

h2.section-title span:last-child{
    color: #2D3785;
}

.section-title.titlehtml {
    display: block;
    width: 340px;
}

.section-title.fullTitle {
    width: 100%;
}

.section-title.titlehtml span:nth-child(1) {
    font-size: 48px;
    font-weight: bold;
    height: 100%;
    line-height: 100%;
    padding-right: 15px;

}

.section-title.titlehtml span:nth-child(1) img{
    width: 70px;
}

.section-title.titlehtml span:nth-child(2) {
    float: right;
    text-align: left;
}
.section-title.titlehtml span:nth-child(2) span:nth-child(1) {
    display: block;
    font-size: 36px;
    line-height: 115%;
    text-align: left;
    text-transform: math-auto;
}
.section-title.titlehtml span:nth-child(2) span:nth-child(2) {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 115%;
    text-align: left;
    float: left;
    }

@media screen and (max-width:46.875em) {
    .territory-collapsible-cta {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 1;
        width: 100%;
        padding: 1.25em 2em;
        -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 8px 20px;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 20px;
        background: none;
        font-size: 14px;
        font-weight: bold;
    }
    .territory-collapsible-cta:hover,
    .territory-collapsible-cta:focus {
        background: #fff;
    }
    .territory-collapsible.is-expanded .territory-collapsible-cta {
        background: #fff;
    }
    .territory-collapsible.is-expanded .territory-collapsible-cta::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media screen and (max-width:46.875em) {
    .territory-collapsible-content {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        padding: 0 20px;
        margin: 0;
        background: #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 8px 20px;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 20px;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
    .territory-collapsible.is-expanded .territory-collapsible-content {
        visibility: visible;
        opacity: 1;
        padding: 10px 20px;
        overflow-y: scroll;
        height: 300px;
    }
}

.territory-collapsible-cta::after {
    content: "î¤‡";
    font-size: 10px;
    display: inline-block;
    margin-left: 25px;
    color: #0079bd;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (min-width:46.9375em) {
    .territory-collapsible-cta::after {
        display: none;
    }
}

.territory-list {
    width: 100%;
}

.territory-list p {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width:46.875em) {
    .territory-list p {
        display: none;
    }
}

.territory-list ul {
    font-size: 15px;
        display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

@media screen and (min-width:46.9375em) {
    .territory-list ul {
        -webkit-columns: 160px;
        -moz-columns: 160px;
        columns: 160px;
    }
}

.territory-list li,
.content .location-list li {
    padding: 20px 0;
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    min-width: 180px;
}

.content .location-list li {
    padding: 5px 0;
}

.territory-list li a,
.content .location-list li a {
    padding-bottom: 5px;
    color: #2D3785;
    font-weight: bold;
    font-size: 15px;
}

.territory-list li a:visited,
.content .location-list li a:visited {
    color: inherit;
}

.territory-list li a.on,
.territory-list li a:hover,
.territory-list li a:focus,
.content .location-list li a.on,
.content .location-list li a:hover,
.content .location-list li a:focus

 {
    font-weight: bold;
    color: #6EC1E4;
    border-bottom: 5px solid #6EC1E4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

@media screen and (min-width:46.9375em) {
    .territory-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


    .territory-map {
        margin-top: -140px;
    }
}

.territory-content {
    margin-bottom: 30px;
    max-width: 680px;
    width: 100%;
}

.territory-content p.territory-intro {
    color: #2D3785;
    font-size: 15px;
    font-family:"Poppins", Sans-serif;
}


.territory-content .section-link {
    margin-top: 20px;
}
.territory-content .section-link a {
    background: #2D3785;
    border-radius: 12px;
    width: fit-content;
    font-size: 25px;
    font-family: "Poppins", Sans-serif;
    color: #fff;
    text-align: center;
    height: 60px;
    overflow: hidden;
    padding: 5px 15px;
    display: block;
}

.territory-content .section-link a:hover {
    background: #6EC1E4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.territory-content .section-link a span:nth-child(1) {
    font-size: 48px;
    font-weight: bold;
    height: 100%;
    line-height: 100%;
    padding-right: 15px;

}
.territory-content .section-link a span:nth-child(2) {
    float: right;
    text-align: left;
}
.territory-content .section-link a span:nth-child(2) span:nth-child(1) {
    display: block;
    font-size: 20px;
    line-height: 115%;
    text-align: left;
    text-transform: capitalize;
}
.territory-content .section-link a span:nth-child(2) span:nth-child(2) {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 115%;
    text-align: left;
    float: left;
    }

.territory-map {
    max-width: 470px;
    width: 100%;
}
.content .location-map svg a,
.territory-map a {
    fill: #0079bd;
}

.territory-map a.on,
.territory-map a:hover,
.territory-map a:focus,
.content .location-map svg a.on,
.content .location-map svg a:hover,
.content .location-map svg a:focus


 {
    fill: #6EC1E4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.territory-intro {
    font-size: 15px;
}


/* la ville  */

.location,
.content .location {
  overflow: hidden;
  padding-top: 16px;
}


.location-list,
.content .location-list {
  width: 180px;
  float: left;
  font-size: 0;
  margin: 0;
  padding: 10px 0 0;
}


.location-info,
.content .location-info {
  float: right;
  width: 270px;
  min-height: 100px;
  padding: 6px 0 0;
  position: relative;
}

@media (min-width:767px) {
    .location-info,
    .content .location-info {
      width: 420px;
    }
}

.location-info-close,
.content .location-info-close {
  position: absolute;
  top: 4px;
  right: 1px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.location-info-close:after, .location-info-close:before,
.content .location-info-close:after,
.content .location-info-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 2px;
  background: #111212;
  content: '';
}

.location-info-close:before,
.content .location-info-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.location-info-title,
.content .location-info-title {
  color: #2D3785;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 0 50px 0 0;
  margin: 0 0 15px;
  font-weight: 400;
}

.location-info-img,
.content .location-info-img {
  margin: 0 0 18px;
}

.location-info-img img,
.content .location-info-img img {
  display: block;
  width: 100%;
  height: auto;
}

.location-info p,
.content .location-info p {
  margin: 0 0 24px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.location-info-list,
.content .location-info-list {
  margin: 0 0 31px;
}

.location-info-list li,
.content .location-info-list li {
    list-style: none;
  margin: 0 0 9px;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.25;
}

.content .location-info li {
    list-style: none;
    position: relative;
}

.content .location-info li .fas,
.content .location-info li .far
{
    display: block;
    position: absolute;
    left: -25px;
    top: 3px;
}

.location-info-list li:before,
.content .location-info-list li:before {
  display: none;
}

.location-info-list li strong,
.content .location-info-list li strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.location-map,
.content .location-map {
  overflow: hidden;
  padding: 0px;
}

.location-map-inner .territory-map,
.content .location-map-inner.territory-map {
  position: relative;
  margin-top: 0px;
  margin: auto;
}

.content [type=button]:focus, 
.content [type=button]:hover, 
.content [type=submit]:focus, 
.content [type=submit]:hover, 
.content button:focus, 
.content button:hover{
    background-color: #0079bd;
}

.content [type=button], 
.content [type=submit], 
.content button{
    border: 1px solid #0079bd;
}


@media (max-width:767px) {
      .content .location,
    .location {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }
    .content .location-list,
    .location-list {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        float: none;
        width: 100%;
        padding: 0 0 20px
    }
    .content .location-list li,
    .location-list li {
        width: 50%;
        display: inline-block;
        vertical-align: top
    }
    .content .location-map,
    .location-map {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 300px;
        margin: 0 auto 20px;
        padding: 0
    }
    .content .location-info,
    .location-info {
        width: 300px;
        margin: 0 auto;
        float: none;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        min-height: 0
    }
}