html,body{
    margin: 0;
    padding: 0;
}

body{
    font-size: 14px;
    background: #f5f5f5;
    color: #777;
}

a{
    text-decoration: none;
    color: inherit;
    display: block;
}

a:hover{
    text-decoration: none;
}

.bord{
    border: 1px solid red;
}

ul{
    margin: 0;
    padding: 0;
}

ul > li{
    list-style-type: none;
}

.pr0{
    padding-right: 0 !important;
}

.pr10{
    padding-right: 10px !important;
}

.pl0{
    padding-left: 0 !important;
}

.pl10{
    padding-left: 10px !important;
}

.mb15{
    margin-bottom: 15px;
}

.mcard{
    margin: 0 0 10px 0  !important;
    background: #f5f5f5 !important;
}

.entete{
    width: 100%;
    height: 350px;
    position: relative;
    background: url(../img/banner.jpg) #ccc no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.entete-cover{
    width: 100%;
    height: 350px;
    position: absolute;
    background: rgba(0,64,16, .8);
}

.contenu-entete{
    width: 100%;
    max-width: 1000px;
    padding: 10px 0 0 0;
    position: relative;
    margin: 0 auto;
    height: 350px;
    z-index: 9999;
}

#search-bar{
    font-size: 25px;
    height: 50px;
    padding: 0 45px 0 20px;
    margin-bottom: 0;
    font-weight: 300;
    color: #FFF;
    border: 1px solid #ccc;
    border-radius: 25px;
    box-sizing: border-box;
    background: rgba(255,255,255, .3);
}

#search-bar::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
}
#search-bar::-moz-placeholder {
    color: #fff;
    font-size: 20px;
}
#search-bar::-ms-input-placeholder {
    color: #fff;
    font-size: 20px;
}

#form-search{
    text-align: center;
}

@media screen and (max-width: 600px){
    #search-bar{
        font-size: 16px;
    }
    #search-bar::-webkit-input-placeholder {
        color: #fff;
        font-size: 16px;
    }
    #search-bar::-moz-placeholder {
        color: #fff;
        font-size: 16px;
    }
    #search-bar::-ms-input-placeholder {
        color: #fff;
        font-size: 16px;
    }
}

.search-group{
    width: 70%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

#btn-search{
    background: transparent;
    border: none;
    position: absolute;
    padding: 0;
    right: 5px;
    top: 7px;
    box-shadow: none;
}

i.i-search{
    font-size: 2.5em !important;
    color: #FFF;
}

.search-help{
    font-size:16px;
    line-height:120%;
    font-weight: 300;
    color:rgb(255,255,255);
    display: block;
    margin-top: 5px;
    text-align:center;
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow:6px 6px 2px rgba(0,0,0,0.9);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=6,OffY=6,Color=#e6000000,Positive=true)";zoom:1;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=6,OffY=6,Color=#e6000000,Positive=true);
}

#row-search{
   margin-bottom: 0 !important;
}

.row-content{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.main-head-content{
    height: 70px;
    bottom: 0;
    padding-left: 0 !important;
    padding-right: 5px !important;
}

@media screen and (max-width: 600px){
    .main-head-content{
        padding-right: 0 !important ;
    }
}

.head-aside{
    height: 70px;
    bottom: 0;
    padding-right: 0 !important;
    padding-left: 5px !important;
}

.inner-page{
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    background: #f57f17;
    color: #fff;
     /* Firefox v3.5+ */
    -moz-box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#5c999999,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#5c999999,Positive=true);
}

.inner-page h5{
    height: 70px;
    line-height: 60px;
    text-transform: uppercase;
}

.main-content{
    width: 100%;
    max-width: 1000px;
    background: transparent;
    position: relative;
    margin: 0 auto;
    z-index: 9999;
    overflow: hidden;
}

.col-content{
    padding-left: 0 !important;
    padding-right: 5px !important;
}

@media screen and (max-width: 600px){
    .col-content{
        padding-right: 0 !important;
    }
  }

.col-aside{
    padding-right: 0 !important;
    padding-left: 5px !important;
}

.main-inner-page{
    padding: 10px 0 20px 10px;
    min-height: 500px;
    background-color:rgb(255,255,255);
    /* Firefox v3.5+ */
    -moz-box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#5c999999,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#5c999999,Positive=true);
}

.rectification{
    height: 210px;
    padding: 5px 10px 10px;
    font-size: 20px;
    position: relative;
    font-weight: 300;
    background-color:rgb(255,255,255);
    /* Firefox v3.5+ */
    -moz-box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:0px 4px 6px rgba(153,153,153,0.36);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#5c999999,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#5c999999,Positive=true);
}

.card-image{
    height: 150px !important;
    overflow: hidden !important;
    background: #FFF;
}

@media screen and (max-width: 400px){
    .card-image{
        height: 100px !important;
    }
}

.card .card-action{
    padding: 10px 0px;
    overflow-y:auto;
}

.card .card-action a{
    color: #f57f17;
    text-align: center;
    text-transform: none;
    padding: 0 5px;
    font-size: 17px;
    margin: 0 !important;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

@media screen and (max-width: 500px){
   .card .card-action a {
        font-size: 14px;
    }
}

.card .card-action a:hover{
    color: #555;
}

.rect-action-btn{
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.material-tooltip{
    z-index: 9999;
    position: absolute;
}

.pub-allo101{
    padding: 15px 0;
    background: #fff;
}

.pub-allo101 a {
    text-align: center;
}


.num-utile{
    padding: 0;
    background: #fff;
}

.num-utile h5{
    width: 100%;
    padding: 10px;
    background: green;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em !important;
}

.num_liste{
    padding: 0 10px;
    max-height: 560px;
}

.num_liste li > a{
    width: auto;
    display: inline-block;
    color: #777;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.annuaire-web{
    background-color: #fff;
}

.zone-select{
    padding: 5px;
}

.zone-select select{
    margin-bottom: 10px !important;
    color: #fff;
}

.annuaire-web h5{
    width: 100%;
    padding: 10px;
    background: #707475;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em !important;
}

/**
* NEW FOOTER MATURITE NUMERIQUE
**/

.copy_concept{
    background-color: #222;
    padding: 20px;
    color: #777;
}

ul.social-list{
    margin: 0;
    padding: 0;
}

ul.social-list li{
    list-style-type: none;
    float: left;
}

ul.social-list li > a{
    text-decoration: none;
    color: #777;
    font-size: 30px;
}

ul.social-list li > a:hover{
    color: #fff;
}

p.social-header{
    color: #060;
    font-weight: 700;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.app{
    margin-top: 10px;
}

.app img{
    margin-left:8px;
}

@media screen and (min-width: 800px){
    .list-footer-menu{
        margin: 0;
        /* width: 350px; */
        -webkit-column-count: 4; /* Chrome, Safari, Opera */
        -moz-column-count: 4; /* Firefox */
        column-count: 4;
    }
}

@media screen and (max-width: 799px){
    .list-footer-menu{
        margin: 0;
        /* width: 350px; */
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
}

.list-footer-menu li a:hover{
    color: #ff7f00;
}

h5.plan-title{
    text-transform: uppercase;
    font-size: 16px;
    color: #454545;
    font-weight: 700;
}

/* last footer */
.footer-droit-auteur{
    background-color: #000;
    padding: 20px;
    color: #777;
}

.last-footer{
    text-align: center;
}

.site-gouv{
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}

.site-gouv li{
    list-style-type: none;
    float: left;
}

.site-gouv li a{
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    text-align: center;
}

.site-gouv li a:hover{
    color: #ff7f00;
}

.small-footer{
    font-size: 12px;
    margin-top: 20px;
}

.small-footer a{
    display: inline;
}

.small-footer a:hover{
    color: #ff7f00;
}

.language-bar{
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
}

.language-bar a{
    display: inline-block;
    text-decoration: none;
}

.language-bar a.active{
    color: #ff7f00;
}

.language-bar a:hover{
    text-decoration: underline;
    color: #ff7f00;
}

.content-wrapper{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}


/* page contact multicanal */

.contact-head{
    padding: 10px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.element-icon,
.element-content{
    height: 80px;
    float: left;
}

.element-icon{
    width: 70px;
    background-color: #707475;
    color: #fff;

}

.element-icon i{
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
}

.element-content{
    width: 75%; 
    background: #eee;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
}

.element-content .btn-floating{
    position: absolute;
    right: 10px;
}

span.title-content{
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    color: #333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.detail-content{
    font-style: italic;
    font-size: 14px;
    color: #777;
}

ul.social-contact li > a{
    text-decoration: none;
    color: #777;
    font-size: 30px;
}

ul.social-contact li > a:hover{
    color: #333;
}


/**
* EOF NEW FOOTER MATURITE NUMERIQUE
**/


.copyright{
    font-size:14px;
    line-height:120%;
    margin-top: 10px;
    font-weight: 300;
    color:rgb(68,68,68);
}

.conception{
    font-size:14px;
    line-height:120%;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
    color:rgb(68,68,68);
}

.conception img{
    display: inline-block;
}

.liste_institution li{
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.liste_institution li:last-child{
    border-bottom: none;
}

.liste_institution li h5{
    font-size: 1.4em;
    line-height: normal;
}

.detail_institution{
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}

.geolocalisation{
    text-align: center;
}

.xlarge{
    font-size: 10em;
    color: #EE7A0C;
}

.xlarge_off{
    font-size: 10em;
    color: #777;
}

.geolocaliser{
    text-align: center;
    font-size: 2em;
    display: block;
    font-weight: 300;
}

.geolocaliser_off{
    text-align: center;
    font-size: 1.5em;
    display: block;
    font-weight: 300;
    line-height: 25px;
}

@media screen and (max-width: 700px){
    .xlarge, .xlarge_off{
        font-size: 6em;
    }

    .geolocaliser, .geolocaliser_off{
        font-size: 1em;
    }

}

#map{
    width: 100%;
    height: 100%;
    min-height: 100%;
}

#rectif_s{
    display: block;
    margin: 40px 0px 30px 0px !important;
}

.intro h1{
    text-align: center;
}

.pagination{
    text-align: center;
    margin-top: 10px
}

.pagination li.active {
    background-color: green !important;
    color: #fff;
}

