/* styles.css --- 2023-03-23 12:35:17 */
/* reset css */

html,
body {
    height: 100%;
    background: #fff;
    font-family: lato;
    font-size: 100%;
    overflow-x: hidden;
}

.clearfix {
    clear: both;
    width: 100%;
    height: 1px;
}

* {
    box-shadow: none !important;
    outline: 0 !important
}

.form-control:focus {
    border-color: #ccc !important;
}

.pull-left {
    margin: 0 5px 0 0;
}

.btn {
    box-shadow: none !important;
    outline: none;
}

img {
    max-width: 100%;
    height: auto !important;
}

.pointer {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Rajdhani, sans-serif;
}

p {
    padding: 0;
    margin: 0
}

.row {
    border: 0px solid #999;
}

.bordered {
    border: 1px pink dotted
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.no-bullet {
    list-style: none
}

.green {
    color: #ACBF4D
}

.green {
    color: #222
}

#content a {
    color: orange;
}

#content .title-hidden h2.title {
    display: none
}

pre {
    background-color: transparent;
    border: none !important;
    /* white-space: normal; */
}

.container {
    /*  width: calc(100% - 100px); */
}


@media screen and (max-width:1199px) {
    .js {}

    .container {
        width: calc(100% - 80px);
        padding: 0;
        margin: 0 10px 0 70px;

    }
}

@media screen and (max-width: 576px) {
    .container {
        width: calc(100% - 70px);
        margin-left: 60px;

    }

}

#over-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    background-color: rgba(100, 100, 100, 0.5);
    z-index: 1000;
}

/* hp-row3.css --- 2019-08-14 18:53:54 */
#hp-row3{background: #f6f5f3; padding-bottom: 25px;}
#hp-row3 h2{ color:#333}
#hp-row3 h2 { font-size: 1.8rem;  margin-bottom: 45px; padding-bottom:10px; text-align: center;}
#hp-row3 h2{background: url(/img/h2-bordered-bg.png) bottom center no-repeat;}


@media screen and (max-width:767px){.js{}
#hp-row3 .events-list h2{font-size:1.3rem}
#hp-row3 .events-list{ width: 90%; margin:0 auto}
#hp-row3 .events-list .event {margin-bottom: 35px; overflow: hidden;}
#hp-row3 .events-list .event .title {font-size: 1rem;}
}


/* margins.css --- 2022-08-08 13:49:41 */
.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ma-0 {
    margin: 0px;
}

.ma-5 {
    margin: 5px;
}

.ma-10 {
    margin: 10px;
}

.ma-15 {
    margin: 15px;
}

.ma-20 {
    margin: 20px;
}

.ma-25 {
    margin: 25px;
}

.ma-30 {
    margin: 30px;
}

.ma-35 {
    margin: 35px;
}

.ma-40 {
    margin: 40px;
}

.ma-45 {
    margin: 45px;
}

.ma-50 {
    margin: 50px;
}

.ma-55 {
    margin: 55px;
}

.ma-60 {
    margin: 60px;
}

/* colors.css --- 2022-08-08 13:55:28 */
.text-red {
    color: #a00!important
}

.text-orange {
    color: orange!important
}

/* home.css --- 2019-08-05 11:46:04 */
.hp-row {margin-bottom:65px}

.hp-row .full-width .container{width: 100%; max-width:100%}

/* accordion.css --- 2022-07-25 13:23:45 */
.accordion h2 a.carret {
    color: inherit;
    text-decoration: none;
    display: block;
    float: right;
}

.accordion h2 {
    padding-right: 35px;
    position: relative;
    width: 100%
}

.accordion h2 a.carret {}

.accordion h2 a:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    font-weight: normal
}

.accordion h2 a.collapsed:after {
    content: "\e114";
}

/* hp-row1.css --- 2019-08-14 19:39:18 */


@media screen and (min-width:768px){.js{}

    #hp-row1 {border:1px solid #999;font-family:Rajdhani,sans-serif;padding:15px 0; background: center top repeat-y; }
    #hp-row1, #hp-row1 .picture {background: #ccc;}
    #hp-row1 .left {width: 35%; float: left}
    #hp-row1 .right {width: 65%; float: left}
    #hp-row1 .cover-responsive {display: none}
    
    
    #hp-row1 .texts { position: relative;  /*background: #999;*/}
    #hp-row1 .pictures {padding-top:75%; position: relative;  /*background: #999;*/}
    #hp-row1  ul{/*position: absolute; top:5%; left:0%; right:0%; bottom:5%;overflow: hidden;*/}
    #hp-row1  li{padding:10px;overflow: hidden; border-bottom:1px solid #fff; transition: all 300ms; cursor:pointer}
    #hp-row1  li.no-border{ border-bottom:0px solid #fff}
    #hp-row1  .title{font-size:1.6rem; transition: all 300ms;color: #fff; line-height: 1.1;}
    #hp-row1  .text{max-height: 0; overflow: hidden; transition: all 300ms;}
    #hp-row1  .text p {margin-bottom:7px} 
    #hp-row1 li.current, #hp-row1 .picture{background: #fafafa;border-top-left-radius: 0px }
    #hp-row1 .current  .title{font-size:1.6rem; color:#ACBF4D; font-weight: bold; margin-bottom:7px}
    #hp-row1 .current .text{height: auto;max-height: 800px;color: white; color:#333; }
    #hp-row1 .picture{position: absolute; opacity: 0; top: 0; left:0; right:0;  bottom:0;; max-height: 100% ;  text-align: center;transition: all 300ms; padding:2%;}
    #hp-row1 img{max-height: 100%; max-width: 100%;}
    #hp-row1 .picture.current {opacity: 1;}
    #hp-row1 .glyphicon{font-size: 85%; margin-left:5px}
}
@media screen and (max-width:767px){.js{}
    
    #hp-row1 .left li{overflow: hidden; margin-bottom: 15px; padding-bottom:15px; border-bottom: 1px dotted #999;}
    #hp-row1 .left .title {font-size :1.2rem; color:#ACBF4D; font-weight: bold; margin:-5px 0 5px 0}
    #hp-row1 .left .current .title {font-size :1.4rem; color:#ACBF4D; font-weight: bold; margin:-5px 0 5px 0}
    #hp-row1 .left .text {font-size : 0.8rem}
    #hp-row1 .cover-responsive {display: block; float:left; width: 450px; max-width: 35%; margin-right:15px}
    #hp-row1 .cover-responsive div {padding-top: 100%; background: center center; background-repeat: no-repeat; background-size: cover; }
    #hp-row1 .right{display: none!important}
    #hp-row1 .glyphicon{display: none}
}

/* hp-row4.css --- 2019-08-14 18:46:14 */
#hp-row4 {font-size:0.9rem}
#hp-row4 > .container > .row { margin-left: -25px; margin-right: -25px;}
#hp-row4 .news {padding-left:25px; padding-right:25px}
#hp-row4 h2.title{margin-bottom:15px;text-align:left; border-bottom:  1px dotted #FCC053;}
#hp-row4 h2.title span{ font-size:2rem;display: block; color:#FFAF1D;min-width:100%; text-align: center; margin: 15px;  }



/*
#hp-row4 .schedule h2.title span:before{ font-family: 'Glyphicons Halflings';font-size:1rem;display:inline-block;position:relative;top:3px; }


#hp-row4 .schedule h2.title span:before{content: "\e023";margin-right:7px;}
#hp-row4 .contacts h2.title span:before{content:"\e021";margin-right:7px;}
#hp-row4 .message h2.title span:before{content:"\2709";margin-right:7px;}
*/

#hp-row4 .text{padding: 10px 0px; border:0px solid #999}

#hp-row4 .schedule ul{margin-left:17px; padding:0}
@media screen and (min-width:768px){.js{}
        #hp-row4 > .container > .row {display: flex;} 
}

/* registration-form.css --- 2022-08-10 13:47:52 */
form.ng-invalid-required {
    border: none!important
}

.registration-form {
    padding: 0
}

.registration-form span.required {
    color: #a00;
    font-size: 75%;
}

.registration-form input.ng-invalid-required,
.registration-form select.ng-invalid-required,
.registration-form textarea.ng-invalid-required {
    border: 1px solid #a00!important
}

.registration-form input.ng-invalid,
.registration-form select.ng-invalid,
.registration-form textarea.ng-invalid {
    border: 1px solid #a00!important
}

.registration-form label.ng-invalid-required {
    color: red
}

.registration-form h4 {
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 1px dotted #999;
    margin: 35px 0 25px;
    padding: 0 0 7px 0
}

.registration-form .form-group {
    padding: 0 0 0 15px
}

.registration-form .form-group-label {
    font-size: 0.9rem;
    margin-bottom: 8px
}

.registration-form .row-consent {
    margin-top: 35px;
}

.registration-form .form-group-consent {
    padding: 15px;
    border: 1px solid white;
}

.registration-form .row-submit {
    margin-top: 35px;
}

.registration-form select.small {
    width: 180px;
}

.registration-form p.form-invalid {
    font-size: 0.9rem;
    color: #a00
}

.registration-form .section,
.registration-form .children-count {
    margin: 0 0 35px;
}

.registration-form .section h3 {
    margin: 0 0 15px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #666
}

.registration-form .input-sm {
    font-size: 14px;
}

.registration-form .radio-label {
    margin: 0 20px 0 0;
    padding: 0 0px 0 0;
}

.registration-form .radio-label input {
    margin-right: 5px
}

.registration-form .uploader {}

.registration-form .uploader-features {
    color: #aaa;
    font-size: 0.8rem;
}

/* footer.css --- 2019-08-13 17:41:41 */
#footer {background: #888;color:white }
#footer a {color:white; text-decoration: underline;}
#footer .container {font-size:0.8rem; padding:35px}

/* pop-up.css --- 2023-03-23 07:38:10 */
#modal-pop-up {
  background: rgba(180, 180, 180, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  width: 100%;
}

#modal-pop-up .modal-dialog {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90vw;
}




#modal-pop-up .modal-body {
  position: relative;
}

#modal-pop-up .news-link {
  padding-top: 15px;
  font-size: 0.9rem;
}




#modal-pop-up button.close {
  color: #333 !important;
  max-width: 100% !important;
  position: absolute;
  top: 0px;
  right: -35px;
  font-size: 30px;
  opacity: 1 !important;
  outline: none !important;
}

#modal-pop-up .modal-footer {
  font-size: 0.7rem;
}

#modal-pop-up .modal-footer .btn {
  margin: 5px 15px 0
}

#modal-pop-up .modal-footer label {
  font-weight: normal;
  position: relative;
}

#modal-pop-up .modal-footer label input {
  top: 3px;
  position: relative;
}

/* hp-row2.css --- 2023-03-23 12:39:53 */
#hp-row2 .row {

    display: flex;
    flex-wrap: wrap;
    margin: -15px;

}

#hp-row2 .row>div {

    padding: 0 15px !important;
}

#hp-row2 .row .inner,
#hp-row2 .row .text {

    height: 100%;
}

#hp-row2 .news {
    padding-left: 25px;
    padding-right: 25px;
}

#hp-row2 .infos-mairie {}

#hp-row2 .infos-mairie h2 {
    margin: 0
}

#hp-row2 .infos-mairie h2 span {
    font-size: 1.4rem;
    color: white;
    display: inline-block;
    background: #ACBF4D;
    padding: 12px 25px 12px 10px;
    border-top-right-radius: 15px;
}

#hp-row2 .infos-mairie-content {
    border: 1px solid #ACBF4D;
}

#hp-row2 .infos-mairie-items {
    min-height: 180px;
    position: relative;
    transition: all 300ms;
    overflow: hidden;
}

#hp-row2 .infos-mairie-item {
    padding: 25px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    opacity: 0;
    transition: all 300ms;
    min-height: inherit;
    font-size: 0.9rem
}

#hp-row2 .infos-mairie-item.current {
    opacity: 1;
    z-index: 2;
}

#hp-row2 .infos-mairie-item-title {
    font-size: 1.2rem;
    color: #ACBF4D;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#hp-row2 .infos-mairie-nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

#hp-row2 .infos-mairie-nav li {
    display: inline-block;
    padding: 0;
    background: #ddd;
    cursor: pointer
}

#hp-row2 .infos-mairie-nav li.current {
    background: #ACBF4D;
}

#hp-row2 .infos-mairie a {
    color: orange;
}


#hp-row2 .facebook .inner {}

#hp-row2 .magazine {}

#hp-row2 .magazine h2.title {
    font-size: 1rem;
    background-color: #28ABE3;
    color: white;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}

#hp-row2 .magazine .inner {
    height: auto !important;
    border: #28ABE3 1px solid;
}

#hp-row2 .magazine .text {
    padding: 0 0px 0px 0;
    min-height: 180px;
    text-align: center;
}


#hp-row2 .magazine img {
    max-width: 100%;

}


@media screen and (min-width:768px) {
    .js {}

    #hp-row2 .infos-mairie-nav {
        position: absolute;
        right: 25px;
        top: 25px;
    }

    #hp-row2 .infos-mairie-nav li {
        height: 15px;
        width: 15px;
        margin: 0 0 0 5px;
    }
}

@media screen and (max-width:767px) {
    .js {}

    #hp-row2 .row {
        display: block;
    }

    #hp-row2 .row>div {
        margin-bottom: 35px;
    }

    #hp-row2 .infos-mairie {}

    #hp-row2 .facebook {
        height: 300px;

    }
}

/* infos.css --- 2019-08-14 19:00:06 */




body.infos #content{padding-bottom:90px}

/* infos */
body.infos .page-title{color:#fff;padding:0px 0;font-size:2rem;background: #ACBF4D;padding: 10px 0; margin:0 0 35px 0}



body.infos .news h3{font-size:1.3rem; font-weight: bold;color: #666;}
body.infos .news-text {margin-bottom: 35px; font-size: 0.9rem; line-height:1.6}
body.infos .attachments {width: 50%; float: left; margin-right: 30px; margin-bottom:10px; font-size: 0;}
body.infos .attachments.width-25pc{width: 25%;}
body.infos .attachments.width-33pc{width: 33%;}
body.infos .attachments.width-50pc{width: 50%;}
body.infos .attachments.width-66pc{width: 66%;}
body.infos .attachments.width-75pc{width: 75%;}
body.infos .attachments.width-100pc{width: 100%;}
body.infos .attachments.width-100pc{width: 100%; float: none}
body.infos .attachments.right{float: right; margin-left: 30px; margin-right: 0;}
body.infos .attachments.center {float: none; margin-left:auto; margin-right:auto;}

body.infos .attachments.first-large .att{padding:1px; }
body.infos .attachments.first-large .following {width: 25%; float: left}
body.infos .attachments.first-large .following a {display: block; padding-top:100%; background-size: cover; background-position: center; opacity: 0.8;}

body.infos .attachments.slider{position: relative; }
body.infos .attachments.slider .inner{position: relative; padding-top:75%; overflow: hidden;}
body.infos .attachments.slider .att{position: absolute; top:0; left:0; z-index: 1;border:1px solid #aaa; width: 100%; height: 100%; background: #eee;}
body.infos .attachments.slider .att a{display: block; text-align: center;; height: 100%;}
body.infos .attachments.slider img{max-height: 100%;}
body.infos .attachments.slider .current{z-index: 10;}
body.infos .attachments.slider .next{z-index: 11; opacity: 0;}

body.infos .attachments .nav{position: absolute; top:40%; width: 90%; left:5%; z-index: 20;}

body.infos .attachments .nav span{display: block; font-size:2rem; cursor: pointer; padding:5px; background: rgba(0,0,0,0.2); color:white}
body.infos .attachments .nav .nav-left{float: left}
body.infos .attachments .nav .nav-right{float: right}
body.infos .attachments .nav .nav-left{float: left}
body.infos  .news-text p ,body.infos  .news-text li {padding-top:0; padding-bottom: 0; margin-top: 0; margin-bottom: 15px;}
body.infos  .news-text li p {margin-bottom: 0px;}
   

.chapeau {color: orange}
.chapeau .news-text p{font-size: 120%;}

.two-columns {overflow: hidden;}


.two-columns #infos-main{float: right; width: 66%}
.container .container {max-width: 100%;}


#left-side{float: left; margin-left: 0px; border:0px solid #999; background: #F1F5DD; width: 30%; padding: 10px;}

#left-side .news {}
#left-side .news h2{font-size:1.5rem; margin:0 0 15px 0}
#left-side .news-text {font-size:0.9rem;}  
#left-side .news-text a {color:#717E32}  
#left-side .news-text ul {margin-left:17px;  padding-left:0}
#left-side .news-text li{margin-left: 0; padding-left:0}
#infos-main h2{font-size:2rem; color:#ACBF4D; margin:0 0 25px 0}


@media screen and (max-width:767px){.js{}
    .two-columns #infos-main{float: none; width: 100%}
    #left-side{float: none; width: 100%;}    
    
}

/* side-buttons.css --- 2023-03-23 07:34:04 */
#side-buttons {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 1000;
    width: 64px;
    /*background: #eee;*/
    transform: translatey(-50%);
}

#side-buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 48px;
    position: relative;
}

#side-buttons li {
    padding: 0 48px 0 0;
    margin: 0px 0 3px;
    display: flex;
    position: relative;
    width: 200px;
    left: -154px;
    height: 48px;
    white-space: nowrap;
    align-items: center;
    background: #ECEDF2;
    transition: left 700ms;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: white;
    text-align: right;
}

#side-buttons a {
    color: white;
    text-decoration: none;
    display: block;
    width: 160px;
}

#side-buttons svg {
    stroke: tranparent !important;
    fill: white !important;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    top: 7px;
    right: 7px
}

#side-buttons path {
    stroke: tranparent !important;
    fill: white !important;
}

#side-buttons img {
    max-width: 50px;
    filter: invert(1);
}

#side-buttons li:hover {
    left: -0px;
}

#side-buttons li:nth-child(1) {
    background: #FFA500;
}

#side-buttons li:nth-child(2) {
    background: #ACBF4D;
}

#side-buttons li:nth-child(3) {
    background: #0DB4FB;
}

#side-buttons li:nth-child(4) {
    background: #ACBF4D;
}

#side-buttons li:nth-child(5) {
    background: #FFA500;
}

.no-floating-buttons #side-buttons,
.no-side-buttons #side-buttons {
    display: none;
}

@media screen and (max-width: 100px) {

    #side-buttons {

        width: 32px;
    }

    #side-buttons ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: 48px;
        position: relative;
    }

    #side-buttons li {
        padding: 0 32px 0 0;
        height: 32px;
        left: -170px;
    }

    #side-buttons a {
        color: white;
        text-decoration: none;
        display: block;
        width: 150px;
    }

    #side-buttons svg {
        width: 20px !important;
        height: 20px !important;
    }



}

/* header.css --- 2024-12-20 10:09:15 */
/* header */
#header {
    background: #ffffff;
    padding: 15px 0 0 0;
    position: relative;
}

.homepage #header {
    margin-top: 0px;
}


#header .logo a {}

#header .logo img {
    max-width: 120px;
}

#header .phone>div {
    float: right;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 36px;
}

#header .phone i {
    margin: 7px 10px 0 0;
    font-size: 90%;
}

.menu-burger {
    display: none !important;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
    color: #000 !important;
}

header .icons {
    position: absolute;
    right: 10px;
    top: 15px;
    display: flex;


}

header .icon {
    font-size: 0.65rem;
    padding: 2px;
    text-align: center;
    line-height: 1;
    border: 1px solid orange;
    border-radius: 5px;
    margin-right: 7px;
    overflow: hidden;
    ;
}


header .icon a {
    display: block;
    text-decoration: none !important;
}

header .icon span {
    display: block;
    padding-top: 7px;

}

header .icon img {
    max-height: 50px;
    border-radius: 5px;
}

header .icon a {
    color: orange;
}

header .icon:hover {
    background-color: #eee;
}




@media screen and (min-width:1250px) {


    #menu {
        font-family: Rajdhani, sans-serif;
        z-index: 1000;
        position: relative;
        height: auto;

        padding: 40px 0 0px
    }

    #menu ul {
        float: left;
    }

    #menu ul,
    #menu li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #menu a {
        text-decoration: none !important;
        display: block;
    }

    #menu ul.level0 {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #menu li.level0 {
        display: inline-block;
        position: relative;
    }

    #menu li.level0>a {
        font-size: 0.9rem;
        padding: 7px 5px;
        color: #222;
        text-transform: uppercase;
        font-weight: bold;
        background-position: right 7px;
        min-width: 80px;
    }

    #menu ul ul.level1 {
        display: none;
        position: absolute;
        left: 0;
        border: 1px #999 solid;
        width: 100%;
        min-width: 230px;
        background: #999;
        text-align: left
    }

    #menu ul ul.level2 {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        border: 0px #999 solid;
        width: 230px;
        background: #aaa;
        text-align: left;
        border-left: 1px solid #fff
    }

    #menu ul ul li.level1 {
        border-top: white 1px solid;
        position: relative;
    }

    #menu ul ul li.level1 a {
        color: #fff;
        padding: 10px 15px;
    }

    #menu ul ul li.level2 a {
        color: #fff;
        padding: 5px 15px;
    }

    #menu li.level0:hover>a {
        background: #999;
        color: #fff
    }

    #menu ul li.level0:hover>ul.level1 {
        display: block;
        height: auto;
    }

    #menu ul li.level1:hover {
        background: #aaa;
        color: #000
    }

    #menu ul li.level1:hover>ul.level2 {
        display: block;
        height: auto;
    }

    #menu li.level2:hover>a {
        background: #bbb;
        color: #000
    }

    .passeport-ci {

        top: 15px;
        right: 40px;
    }


}



@media screen and (max-width:1249px) {


    #header {
        margin-bottom: 25px
    }


    body.menu-opened {
        overflow: hidden;
    }

    #header .phone {
        margin-top: 65px
    }

    .menu-burger {
        display: block !important
    }

    #menu {
        position: fixed;
        right: 0;
        top: 0px;
        background: #999;
        max-width: 100vw;
        bottom: 0;
        width: 0;
        overflow-y: auto;
        transition: width 300ms;
        z-index: 1050;
    }

    #menu a {
        color: #fff;
        line-height: 1.1;
        display: block
    }

    #menu a.menu-burger {
        color: #000 !important
    }

    #menu ul,
    #menu li {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #menu ul.level0 {
        margin: 100px 25px;
    }

    #menu li.level0 {
        margin: 0 0 25px 0;
        padding: 5px 35px 5px 15px;
        background: #888 no-repeat;

    }

    #menu li.level0.haschild {
        padding-left: 32px;
        position: relative;
    }

    #menu li.level0.haschild:before {
        content: url(/img/caret-level-0.png);
        position: absolute;
        left: 5px;
        top: 7px;

    }

    #menu li.haschild>a {
        text-decoration: none;
        margin: 0 0 0px 0
    }


    #menu li.level0>a {
        font-size: 1.5rem;

    }

    #menu ul.level1 {
        list-style: disc;
        color: white;
        margin: 15px 0 15px 25px;
        display: none;
    }

    #menu li.level1 {
        margin: 0 0 15px 0
    }

    #menu li.level1>a {
        font-size: 1.3rem
    }

    #menu ul.level2 {
        margin: 15px 0 15px 25px;
    }

    #menu li.level2 {
        list-style: disc;
        color: white;
        font-size: 1.1rem;
        margin: 0 0 10px
    }

    #menu li.level0.opened ul {
        display: block;
    }

    #menu ul ul a:hover {
        background: #999;
    }

    .menu-opened #menu {
        width: 600px;
    }

    header .icons {

        top: 20px;
        right: 100px;
    }

}

@media screen and (max-width:767px) {


    #header .logo {
        text-align: left !important;

    }

    #header .col {
        width: 100%;
        text-align: left;
    }

    #header .logo a {
        max-width: 75%;
    }

    #header .phone {
        display: none
    }

    header .icons {

        top: -100px;
        right: 55px;
        padding-bottom: 3px;
    }
}


@media screen and (max-width: 576px) {
    #header .container {
        width: 100%;
        margin-left: 0px;
        padding-bottom: 5px;

    }

    .menu-burger-default {
        top: -100px
    }

    header .icon span {
        display: none;

    }

    header .icon img {
        max-height: 40px;
    }
}

/* responsive.css --- 2019-08-14 18:09:07 */
