.acces-reserve{
    position: absolute;
    right: 0px;
    top: 15px;
}
@media (max-width: 1199px){
  .acces-reserve{
      top: 5px;
  }
}

.baseline{
    color: #00074e;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px;
}

.baseline_acces_reserve{
	margin-top: 42px;
    margin-bottom: 21px;
}

.login_container{
	margin-bottom: 40px;	
}


.baseline a{
    text-decoration: underline;
}


.contact-presse{
   font-family: 'Fjalla One', sans-serif;
    color: #00074e;
    font-size: 22px;
}

.listcommunique__solo:last-child{
	margin-bottom: 0;
}
.listcommunique__solo{
    overflow: hidden;
    position: relative;
    list-style-type: none;
    margin-bottom: 24px;
    clear: both;
    background: #fff;
    padding: 26px 55px 0 21px;
}
.listcommunique {
    padding-left: 0;
    padding-top: 0px;
	margin-bottom: 40px;
}


.listcommunique a{
    color: #00074e;
}

.listcommunique__solo__download{
    position: absolute;
}

.listcommunique__solo__download, a.listcommunique__solo__download {
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 37px;
    color: #00074e;
}


.listcommunique__solo_picto {
    font-size: 41px;
    float: left;
    margin: 0 20px 0px 23px;
}

.listcommunique__solo_infos {
    float: left;
    max-width: 77%;
}
.listcommunique__solo__date{
    margin-bottom: 2px;
    padding-top: 10px;
}

.listcommunique__solo__title{

    font-weight: 600;
}

.listcommunique__solo__desc{
    font-size: 13px;
    margin: 0;
}

.listcommunique .boutonblanc {
    width: 20%;
    float: left;
    width: 159px;
}
.listcommunique .boutonblanc .fa{
    margin-left: 40px;
}


.listcommunique li{
    list-style-type: none;
}
/*FORM LOGIN*/

#loginform_acces_reserve {
    text-align: left;
    width: 70%;
    margin: auto;
}

#loginform_acces_reserve label {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#loginform_acces_reserve input {
    border-radius: 20px;
    border: 1px solid #00074e;
    clear: both;
    display: block;
    padding: 11px 0 11px 20px;
    font-size: 13px;
    width: 100%;
}

#loginform_acces_reserve input[type="submit"] {
    width: 50%;
    padding: 11px 0 11px 20px;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: auto;
    text-align: left;
    font-family: 'Fjalla One', sans-serif;
}

#loginform_acces_reserve input[type="submit"]:hover {
    background: #00074e;
    color:#fff;
}


#loginform_acces_reserve .login-submit:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    margin-left: 16%;

}

#loginform_acces_reserve .login-submit.hover:after {
    color:#fff;

}



.login-password, .login-username{
    margin-bottom: 20px;
}
.login-submit{
    text-align: center;
    position: relative;
}


@media (max-width: 767px){
    #loginform_acces_reserve{width: 100%;}
}

@media (max-width: 979px){
    .listcommunique .boutonblanc{
        width: 159px;
    }
}


@media (max-width: 767px){
    .baseline{
        width: 90%;
        margin: 40px auto;
    }

    button.acces-reserve {
        clear: both;
        position: relative;
        right: auto;
        float: left;
        top: 0;
        margin-top: -14px;
        left: 15px;
    }

    .listcommunique{
        width: 100%;
        padding-left: 0;
    }

    .listcommunique .boutonblanc{
        width: 42%;
    }

    .listcommunique__solo_infos{
        max-width: 82%;
    }

    .listcommunique__solo__download, a.listcommunique__solo__download{
        right: 20px;
    }
}

@media (max-width: 359px){
    .baseline{
        width: 90%;
        margin: auto;
        margin-bottom: 0px;
    }
  }
@media (max-width: 480px){
    .listcommunique .boutonblanc{
        width: 100%;
    }


    .listcommunique__solo_infos{
        max-width: 62%;
    }

}

@media (max-width: 330px){
    .listcommunique__solo_infos{
        max-width: 100%;
    }
}

/*CONTACT PRESSE*/

/*** SOUMETTTRE ***/
/******************/
.contentform{
    margin: 0px 0px 50px;
    font-family: 'Rubik', sans-serif;
    color: #00074e;
    font-size: 16px;
    padding: 0;
    overflow: hidden;
}
@media (max-width: 767px){
    .contentform{
        margin: 20px 10px 40px;
    }
}
.contentform label{
    font-weight: normal;
    width: 100%;
}
@media (max-width: 767px){
    .contentform label{
        width: calc(100% - 20px);
    }
}
.contentform label.titre_form{
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    color: #00074e;
    /* text-transform: capitalize;   */
    font-weight: bold;
    margin: 10px 0 10px;
}
.contentform input, .contentform textarea,.contentform select {
    font-family: 'Rubik', sans-serif;
    color: #00074e;
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #cccccc;
    width: calc(100% - 20px);
    margin: 5px 0 15px 0;
}
@media (max-width: 767px){
    .contentform input, .contentform textarea,.contentform select {
        width: calc(100% - 0px);
    }
    .contentform .col2 input, .contentform .col2 textarea,.contentform .col2 select {
        width: calc(100% - 20px);
    }
}
.contentform .small_input input, .contentform .small_input textarea,.contentform .small_input select {
    width: calc(50% - 20px);
    margin-right: calc(50% + 20px);
}
@media (max-width: 767px){
    .contentform .small_input input, .contentform .small_input textarea,.contentform .small_input select {
        width: calc(100% - 0px);
        margin-right: 0;
    }
}
.contentform input[type="file"] {
    padding: 0px;
    border-radius: 0px;
    border: none;
}
.soumettre_submit {
    border: 1px solid #00074e;
    float: right;
    border-radius: 20px;
    padding: 0px 15px 0px 15px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    cursor: pointer;
    margin: 14px 20px 0 0;
    width: 120px;
    max-width: 220px;
    text-align: left;
    background: none;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.soumettre_submit:hover {
    background: #00074e;
    color: #FFF;
}
.soumettre_submit:hover a{
	color:#fff !important;
}
.soumettre_submit input{
    background: none;
    padding: 0;
    margin: 0;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    border: none;
    float: left;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    text-align: left;
}
@media (max-width: 767px){
    .soumettre_submit {
        width: 130px;
        float: left;
        clear: both;
        margin: 0;
    }
    .soumettre_submit input{
        width: 70px;
    }
}
.soumettre_submit:hover input{
    color: #FFF;
}
.soumettre_submit:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    position: relative;
    float: left;
    line-height: 39px;
    margin: 0 0 0 7px;
}
div.wpcf7 .ajax-loader{
    /* display: none; */
    position: absolute;
    top: 10px;
    left: -40px;
}
.contentform input[name="soumettre_date_debut"]:after, .contentform input[name="soumettre_date_fin"]:after {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.contentform label.col2 {
    float: left;
    width: 50%;
}
@media (max-width: 767px){
    .contentform label.col2.col2xs {
        width: calc(100% - 20px);
    }
    .contentform .col2.col2xs input, .contentform .col2.col2xs textarea,.contentform .col2.col2xs select {
        width: calc(100% - 0px);
    }
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
    clear: both;
    overflow: hidden;
    float: right;
    color: red;
    border:none;
}


span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}
div.wpcf7-mail-sent-ok {
    border: none;
    position: relative;
    right: 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-style: italic;
    margin: 30px 0;
    width: 100%;
    text-align: right;
    clear: both;
    padding-top: 20px;
}

.contentform form br{
    display: none;
}


/*INFOS ADRESS DE CONTACT*/



.contact-presse{
    background: #fff;
    padding: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 23px;
}

.contact-presse h2{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 23px;
    margin-top: 0;
}
.infos_presse .soumettre_submit{
    max-width: 200px;
    width: auto;
    float: none;
}

.infos_presse .soumettre_submit a{
    color: #00074e;
}

.infos_presse .soumettre_submit a:hover{
    color:#fff;
}

.infos_presse .soumettre_submit:after{
    float: right;
}

.infos_presse .adresse{
    color:#1469b0;
}
.download_file{
    padding: 0;
    margin-bottom: 40px;
}
.download_file a{
    color:#fff;
}

.download_file li {
    background: #1469b0;
    list-style-type: none;
    margin: 15px 0;
    padding: 30px 15px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.download_file li span.jpg,.download_file li span.png, .download_file li span.jpeg,.download_file li span.pdf, .download_file li span.zip{
    display: block;
    background: url(../_images/picto_jpg.png);
    width: 41px;
    height: 41px;
    background-size: 41px;
    float: left;
    margin-right: 20px;
}

.download_file li span.pdf {
    background: url(../_images/picto_pdf.png);
    width: 42px;
    height: 50px;
    background-size: 42px;
}

.download_file li p {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    margin-left: 61px;
    width: calc(100% - 150px);
}

.lien_direct {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/*CONTEU COMMUNIQUE*/
.image-presentation{
    margin-bottom: 40px;
}

.contenu_communique{
    background: #fff;
    padding: 50px;
    font-size: 16px;
    color:#00074e;
    margin-bottom: 57px;
}

.communique_title{
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 21px;
}

.contenu_communique_solo{
    margin-bottom:50px;
}

.communique_download {

    border-top: 1px solid #e5e6ed;
}

.communique_download .soumettre_submit {
    width: auto;
    float: none;
    max-width: 255px;
    margin-top: 20px;
}

.communique_download .soumettre_submit a{
    color:#00074e;
}

.communique_download .soumettre_submit a:hover, .communique_download .soumettre_submit:hover a{
    color:#fff;
}

.communique_download .soumettre_submit:after{
    float: right;
    content : "\f019";
    font-size: 20px;
}

@media (min-width: 769px){
    .no-padding{
        padding: 0;
    }


}
