/***** FONT *****/

@import url('../fonts/fonts.css');

body {
    font-family: Arial;
    background-color: #000;
    padding: 20px 0 20px 0;
}

.container {
    max-width: 768px;
}

.rm-padding-right {
    padding-right:0;
}

.rm-padding-left {
    padding-left:0;
}

@media screen and (max-width: 768px) {
    .rm-padding-right {
        padding-right:15px;
    }

    .rm-padding-left {
        padding-left:15px;
    }
}

/***** BLOCK LOGO *****/

.block-logo{
}
.block-logo .logo h1{
    color: #ffffff;
    display: inline;
    font-family: 'jaguarregular';
    font-size:28px;
}
.block-logo .logo img {
    padding-bottom: 9px;
}
.row-line .col{
    display: block;
    height:55px;
}
.row-logo .col{
    margin-top:-60px;
}
@media screen and (max-width: 768px) {
    .block-logo {
        padding-left: 0;
        text-align: center;
    }

}
.logo img{
    width:180px;
}

/***** BLOCK BANDEAU RIGHT *****/

.block-bandeau-right {
    background-color: #12579c;
    min-height:120px;
    padding-right: 35px;
    padding-top:43px;
}

.block-bandeau-right h1{
    margin:0;
    text-align: right;
    font-family: 'jaguarregular';
    font-size:26px;
    font-weight: bold;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .block-bandeau-right {
        padding-right: 0;
    }
    .block-bandeau-right h1{
        text-align:center;
    }
}

/***** BLOCK BANDEAU *****/

.block-bandeau img{
    width: 100%;
}

/***** BLOCK FORMULAIRE *****/

.formulaire .formulaire-content {
    background-color: #ffffff;
}

@media screen and (max-width: 576px) {
    .formulaire .block-form .slider-content {
        margin:0px;
        padding:0px
    }
}

@media screen and (min-width: 576px) {
    .formulaire .block-form {
        background-color: #ffffff;
        padding:25px 35px 50px 35px;
    }

}

.formulaire .title {
    font-family: 'jaguarregular';
    font-size:26px;
    color: #000;
    margin: 20px 0 20px 0;
    letter-spacing: 1px;
}

.formulaire .sub-title {
    font-size:15px;
    font-weight: normal;
    color: #000;
}

.formulaire .separateur {
    width: 100%;
    height: 1px;
    background-color: #132033;
    margin-bottom: 35px;
}

.formulaire .form-horizontal label{
    text-align: left;
    font-size: 20px;
    color: #132033;
}

.formulaire .mention-legale{
    font-size: 11px;
    color: #b2b2b2;
    margin-top:50px;
}

.formulaire .form-horizontal .information {
    font-size: 14px;
    font-style: italic;
    margin-top:40px;
    color: #132033;
}

.formulaire .form-horizontal input, .formulaire .form-horizontal textarea, .formulaire .form-horizontal select {
    font-size: 20px;
}

.formulaire .form-horizontal input{
    height: 40px;
    margin-top: 4px;
}

.formulaire .form-horizontal select{
    margin-top: 6px;
}

.formulaire .form-horizontal .form-group{
    margin-top: 17px;
}

.formulaire .form-horizontal .block-button {
    text-align: center;
    margin-top: 40px;
}

.formulaire .form-horizontal .block-button button {
    padding: 8px 15px 8px 15px;
    font-size: 25px;
    background-color: #3E4146;
    border-radius: 5px;
    color: #ffffff;
    border: hidden;
}

.formulaire .submit-button {
    background: #C41230;
    border-color: #C41230;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    padding: 10px;
}

a {
    color: #C41230;
    text-decoration: none;
}
.triangle-separator {
    margin:50px 0 35px 0;
    text-align: center;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e1e3e7 transparent transparent transparent;
}

.iframe-mode .header {
    display: none;
}
