/* ---------------------------------------------------------------- */
/* ---------------------------- Section --------------------------- */
/* ---------------------------------------------------------------- */
#section{
    width: calc(100% - 30px);
    
    margin-top: 75px;
    margin-bottom: 40px;
    
    padding: 15px;
}

/* ----------------------------- Texte ---------------------------- */
#section h1, #section h2, #section h3, #section h4, #section h5{
    margin: -15px 0px;
    font-family: 'ComicSansMT', 'Helvetica Rounded', Arial, sans-serif;
}
#section h1 a, #section h2 a, #section h3 a, #section h4 a, #section h5 a{
    text-decoration: none;
    color: inherit;
}
#section h1{
    font-size: 35px;
    color: rgb(255, 255, 255);
}
#section h2{
    margin: 0px 15px;
    font-size: 35px;
}
#section h3{
    font-size: 34px;
    margin-bottom: 20px;
}
#section h2 i{
    margin: 0px 22px;
}
#section p{
    font-size: 14px;
    text-align:justify;
    color: #FFFFFF;
}

/* ----------------------------- Block ---------------------------- */
#section .block{
    display: inline-block;
    position: relative;
    
    margin: 15px;
    padding: 30px;
    
    vertical-align: top;
    overflow: hidden;
}
#section .block a, 
#section .block p, 
#section .block li{
    color: #FFFFFF;
}
#section .block h2{
    margin: -15px 0px 0px 0px;
}
#section .block .texte{
    height: calc(100% - 48px);
    
    overflow: hidden;
}
#section .block-info{
    width: calc(100% - 90px);
}
#section .block-alerte{
    width: calc(100% - 90px);
    padding : 10px 30px;
}
#section .block-image{
    width: 184px;
    height: 330px;
    padding: 0px;
}
#section .block-image-grand{
    width: 574px;
    height: 330px;
    padding: 0px;
}
#section .block-image img,
#section .block-image-grand img{
    max-height: 100%;
    opacity: 0.6;
}
#section .block-article{
    width: 295.5px;
    height: 270px;
}
#section .block-option{
    width: calc((100% - 185px)/2);
    height: 270px;
}
#section .block-texte{
    width: calc(100% - 30px);
    margin: 15px;
    padding: 0px;
}
#section p, 
#section a, 
#section li, 
#section th, 
#section td,
#section .block-texte p,
#section .block-texte a,
#section .block-texte li,
#section .block-texte th,
#section .block-texte td{
    color: #4E4E4E;
}
/* --------------------------- Triangle --------------------------- */
#section .block .plus{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#section .block .plus .triangle{
    width: 0px;
    height: 0px;
    
    border-bottom: 90px solid white;
    border-left: 90px solid transparent;
}
#section .block .plus .triangle i{
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 36px;
}

#section .block .plus .triangle a:hover i{
    bottom: 8px;
}

#section .block .plus:hover .triangle a:hover i, #section .block a.moins .triangle a:hover i{
    transition: all 0.05s linear;
    text-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
    right: 12px;
}

#section .block .moins{
    position: absolute;
    top: 0px;
    right: 0px;
}
#section .block .moins .triangle{
    width: 0px;
    height: 0px;
    
    border-top: 90px solid white;
    border-left: 90px solid transparent;
}
#section .block .moins .triangle i{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 36px;
}
#section .block .moins .triangle a:hover i{
    top: 12px;
}

/* ------------------------- Titre -------------------------- */
#section .titre{
    width: calc(100% - 20px);
    height: 70px;
    
    margin: -15px 0px 15px -15px;
    padding: 0px 25px;
    
    line-height: 69px;
}
#section .titre i{
    margin-top: -8px;
    margin-right: 10px;
    font-size: 48px;
    vertical-align: middle;
}
/* ------------------------- Alert -------------------------- */
#section .block-alerte i{
    color: #FFFFFF;
    font-size: 50px;
    float: left;
    margin: 5px 20px 5px -10px;
}
#section .block-alerte p{
    font-size: 18px;
    font-family: "Arial";
}
/* --------------------------------- Label ---------------------------------- */
.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 3px;
}
/* -------------------------------- Bouton ---------------------------------- */
button.bouton {
    height: 33px;
    display: inline-block;
    padding: 4px 12px;
    margin: 0px 10px;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* ------------------------------ Pagination -------------------------------- */
.pagination{
    width: 100%;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination ul > li.selection > a {
    background-color: #E4E4E4;
}

.pagination ul > li:first-child > a {
    border-left-width: 1px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination ul > li:last-child > a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/* ------------------------------ Connexion --------------------------------- */
#section .block-connexion{
    width: calc((100% - 245px)/2);
    height: 250px;
    
    padding: 30px 45px;
}
#section .block-connexion h3{
    margin-bottom: 0px;
    text-align: center;
}
#section .block-connexion .element{
    margin: 8px 0px;
}
#section .block-connexion p{
    padding: 3px 0px;
}
#section .block-connexion label{
    padding-left: 20px;
}
#section .block-connexion .element .input{
    width: calc(100%);
    float: none;
}
#section .block-connexion .oublier{
    padding-left: 20px;
}
#section .block-connexion .oublier p{
    margin: 0px;
}
#section .block-connexion .oublier a{
    color: inherit;
    text-decoration: none;
    font-size: 12px;
}
#section .block-connexion .validation, 
#section .block-info .validation{
    overflow: hidden;
    width: 150px;
    height: 32px;
    
    position: absolute;
    bottom: 23px;
    right: 46px;
    
    border-radius: 4px; 
    border-width: 2px; 
    border-color: rgba(0, 0, 0, 0.4);
    border-style: solid;
}
#section .block-connexion .validation input[type="submit"],
#section .block-info .validation input[type="submit"]{
    background: none;
    width: calc(100% + 2px);
    
    overflow: hidden;
    cursor: pointer;
    line-height: 30px;
    vertical-align: middle;
    
    font-size: 18px;
    font-family: "Arial";
    text-align: center;
    
    color: rgb(255, 255, 255);    
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1), 
        inset 2.5px -4.33px 7px 0px rgba(0, 0, 0, 0.6);
}
#section .block-connexion .validation:hover input[type="submit"],
#section .block-info .validation:hover input[type="submit"]{
    transition: all 0.05s linear;
    
    padding-top: 4px;
    
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0), 
        inset 2.5px -4.33px 7px 0px rgba(0, 0, 0, 0.47);
}
#section .block-connexion.oublier{
    height: 230px;
    margin: 30px auto 15px auto;
    display: block;
}

/* ------------------------------- Contact ---------------------------------- */
#section .block-info .validation.enbas{
    bottom: 18px;
    right: 31px;
}
#section .element.textarea .input{
    width: 100%;
    height: inherit;
    
    float: none;
}
#section .element.textarea .input textarea{
    min-width: calc(100% - 18px);
    max-width: calc(100% - 18px);
    min-height: 130px;
    margin: -1px -1px -1px -1px;
    padding: 10px;
}

#section .element.recaptcha .input{
    float: none;
    width: 302px;
    height: 76px;
}

/* --------------------------------- Plan ----------------------------------- */
#section #plan .block-info {
    height: 300px;
    position: relative;
}
#section #plan #map-canvas { 
    width: calc(100% - 300px);
    height: calc(100% + 60px);
    
    margin: -30px 0px 0px -30px;
    float: left;
}
#section #plan .creche h3{
    color: #FFFFFF;
    margin: 0px 0px 5px 0px;
}
#section #plan .creche{
    padding: 20px 0px;
}
#section #plan .creche .icone{
    font-size: 105px;
    float: left;
    padding: 0px 30px;
}
#section #plan .creche p{
    font-size: 16px;
    margin: 0px;
}