/*
Theme Name: multichulille Child
Description: Child Theme
Template: multichulille
Version: 1.6.2
*/

/*
.header-fw.header-classic div#Top_bar, .header-fw.header-classic #Top_bar.is-sticky {
    background: rgb(0,73,152);
    background: -moz-linear-gradient(90deg, rgba(0,73,152,1) 0px, rgba(255,255,255,1) 370px);
    background: -webkit-linear-gradient(90deg, rgba(0,73,152,1) 0px, rgba(255,255,255,1) 370px);
    background: linear-gradient(90deg, rgba(0,73,152,1) 0px, rgba(255,255,255,1) 370px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004998",endColorstr="#ffffff",GradientType=1);
}

.header-fw.header-classic div#Top_bar, .header-fw.header-classic #Top_bar.is-sticky {
    background: rgb(0,73,152);
    background: -moz-linear-gradient(90deg, rgba(0,73,152,1) 0px, rgba(255,255,255,1) 370px);
    background: -webkit-linear-gradient(90deg, rgba(0,73,152,1) 0px, rgba(255,255,255,1) 370px);
    background: linear-gradient(90deg, rgba(0,73,152,1) 0px, rgba(255,255,255,1) 370px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004998",endColorstr="#ffffff",GradientType=1);
}


.header-classic div#Top_bar, .header-classic #Top_bar.is-sticky {
    background: rgb(0,73,152);
    background: -moz-linear-gradient(90deg, rgba(0,73,152,1) 5%, rgba(255,255,255,1) 45%);
    background: -webkit-linear-gradient(90deg, rgba(0,73,152,1) 5%, rgba(255,255,255,1) 45%x);
    background: linear-gradient(90deg, rgba(0,73,152,1) 5%, rgba(255,255,255,1) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004998",endColorstr="#ffffff",GradientType=1);
}
*/


a#search_button {
    background: #004998;
    color: #fff !important;
    border-radius: 50%;
    padding: 5px 0;
}
.header-left .is-sticky .logo, .header-center .is-sticky .logo {
    display:none !important;
}
.lignecontact img {
    float: left;
    margin-right: 10px;
}

.lignecontact {
    clear: both;
    margin: 10px 0px;
    float: left;
    width: 100%;
}
.widget_archive ul, .widget_nav_menu ul {
	background:none !important;
}
.footer_copy {
    background: #051e3f;
    color: #fff;
    /* text-align: center !important; */
}

a#footchu {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
}
form#searchform ::placeholder {
    color: #fff;
}
#Top_bar .search_wrapper .icon_search {
    color: #fff;
}
#hpblocs {
	position:relative;
	z-index: 10;
}
.txtblanc, .txtblanc h2, .txtblanc p, .txtblanc a {
	color:#fff;
}


.gform_body .gfield_label {
    text-transform: uppercase;
    font-size: 18px !important;
    color: #004998;
}
.gform_body span label {
    color: #032a54;
}

.gform_body span input, .gform_body input, .gform_body textarea {
    border-radius: 50px;
    min-height: 50px;
    padding: 0 20px !important;
    background: #f3f7fb;
    color: #004998;
}


body .gform_wrapper li input[type=checkbox] {
    opacity: 0;
    position: absolute;
}
body .gform_wrapper li input[type=checkbox] + label{
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}

body .gform_wrapper li input[type=checkbox] + label:before,
body .gform_wrapper li input[type=checkbox] + label:after{
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
/* after */
body .gform_wrapper li input[type=checkbox]:not(:checked) + label:after{
    width: 20px;
    height: 20px;
    border: 2px solid #084e9b;
    top: 0px;
}
body .gform_wrapper li input[type=checkbox]:checked + label:after{
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #074e9b;
    background-color: #074e9b;
    z-index: 0;
	border-radius: 2px
}
/* before */
body .gform_wrapper li input[type=checkbox]:not(:checked) + label:before{
	    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
body .gform_wrapper li input[type=checkbox]:checked + label:before{
	    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
	margin-top:3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.gform_button.button {
    background: #084e9b;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-bottom: 50px !important;
    padding: 15px 30px;
}

/* MAP */

.mapplic-tooltip-title {
     color: #084e9c !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding-top: 14px;
}

.mapplic-tooltip-content {
    max-height: 200px !important;
    clear: both;
    display: block;
    padding-top: 15px !important;
}

.mapplic-tooltip-description ul li {
    margin-bottom:  0 !important;
}

a.mapplic-popup-link {
    background: #084e9c;
    border-radius: 20px;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 10px;
}

a.mapplic-popup-link:hover {
    background: #00244d;
    text-decoration: none;
}

.mapplic-tooltip-description h5 {
    margin-bottom: 0;
    text-indent: 28px;

}
.mapplic-sidebar {
    width: 23% !important;
}
.mapplic-thumbnail {
	    width: 70px !important;
    max-height: 70px !important;
}

.mapplic-list-location span {
    color: #727373 !important;
    font-size: 11px !important;

}

.mapplic-list-location h4 {

        color: #084e9c !important;
        font-weight: bold !important;
}

.mapplic-list-location img {
    padding-top: 3%;
}

.mapplic-list-location > a:hover {
    border-left:0 !important;
    background-color: #eeeeee !important;
}
.mapplic-fullscreen {
    z-index: 9999999999999999999999999999999999999999999999 !important;
    background-color: #fff !important;
    opacity:1 !important;
}
.mapplic-thumbnail {
    min-height:70px;
}
.mapplic-list-location > a {
    background-color:none !important;
    }

.mapplic-pin.pin-md {
    line-height: 30px !important;
    font-size: 19px !important;
    width: 30px !important;
    height: 30px !important;
}
.mapplic-fullscreen {
	z-index: 999999999;
}
.mapplic-pin.pin-classic {
    border-radius: 20px !important;

    width: 30px !important;
    height: 30px !important;
}
.mapplic-pin.pin-classic:before {
    top: 26px !important;
    left: 7px !important;
}
.mapplic-pin.pin-label span {
	font-size: 19px !important;
	  line-height: 27px !important;
}
form.mapplic-search-form {
    padding: 0;
	 border: none;
	background: none;
}

input.mapplic-search-input {
    width: 100% !important;
-webkit-border-radius: 20px;
-moz-border-radius: 20px !important;
border-radius: 20px !important;
    background-color: #eeeeee !important;
    padding: 25px 5px 25px 34px !important;
	 fill: #97a8bc;


}
.mapplic-list-category > a {
    border-radius: 20px;
    font-size: 19px !important;
    padding: 25px 20px !important;
    background: #00459c !important;
    margin-bottom: 2px;
    z-index: 9999;
    position: relative;
}



/* Float bar CHU */
.flex-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.outer-menu {
    position: fixed;
    top: 34vh;
    right: 90px;
    z-index: 9998;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
     width: 90px;
    height: 122px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
    z-index: 999;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.outer-menu .hamburger {
        padding-top: 60px !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: rgb(0, 73, 153);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
          flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.outer-menu .menu > div {
  width: 200vw;
  height: 200vw;
  color: #fefefe;
  background: rgba(1, 42, 94, 0.97);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
          flex: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}


.imgchulogo {
    width: 54px;
    position: absolute;
    top: 10px;
}

.outer-menu .menu a {
    color: #fff;
}
.outer-menu .menu a:hover {
    text-decoration: none;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu > div > div > ul > li:first-child > a:hover:after {
    width: 0%;
}


element.style {
    font-weight: bold;
    margin-top: 60px !important;
    display: block;
}
.telmenu:before {
    content: '\e8f4';
    padding-right: 7px;
    font-family: "mfn-icons";
}

.header-stack #Top_bar .logo #logo img {
    max-height: 60px;
}

