/*General*/

@import url("tableau_sea.css");
@import url("bouton_sea.css");

@font-face {
    font-family: 'bebas';
    src: url('img/bebas.woff') format('woff');
}

@font-face {
    font-family: 'clear';
    src: url('img/clear.woff') format('clear');
}

@font-face {
    font-family: 'SegoeUI';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../font/Segoe UI.woff') format('woff');
    }
    
    @font-face {
font-family: 'SegoeUI Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Italic'), url('../font/Segoe UI Italic.woff') format('woff');
}


@font-face {
font-family: 'SegoeUI Bold';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold'), url('../font/Segoe UI Bold.woff') format('woff');
}


@font-face {
font-family: 'SegoeUI Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold Italic'), url('../font/Segoe UI Bold Italic.woff') format('woff');
}

* {
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

.outline:focus {
    outline: 2px dotted #333;
}

button::-moz-focus-inner {
    border: 0;
}


body {
    background: #fff;
    color: #333;
    font: condensed 1.0em;
    font-family: 'Oswald', Arial, sans-serif;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
}

ul {
    list-style: none;
    padding-left: 0;
}

hr {
    background: #ddd;
    border: 0;
    height: 2px;
    margin: 20px 0;
}

.hide {
    display:none;
}

sup {
    display: inline-block;
    margin-top: -6px;
    position: relative;
    top: 2px;
    font-size: .8em;
}

h1,
h2,
h3 {
    text-align: left;
    text-transform: uppercase;
    font: 1.1em/1em bold 'Oswald', Arial, sans-serif;
}

h1 {
    font: 3em/1em bold 'Oswald', Arial, sans-serif;
    padding-bottom: 12px;
    padding-top: 6px;
}

h2 {
    font: bold  2em/1em;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3 {
    font: bold 1.5em/1em;
    padding: 10px 0;
}

::selection {
    background: #fe0;
    color: #216;
}

a {
    text-decoration: none;
    outline: 0;
    color: #216;
}

a:hover {
    color: #438;
}

#main {
    display:none;

}

.centre {
    width: auto;
    
    margin: 0 20px;

    position: relative;
}
.centre2 {
    margin: 10px 150px 50px 150px;
    position: relative;
}

.clear {
    clear: both;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.cache {
    display: none!important;
}


/*Header*/

#header {
    background: #1d446b;
    height: 80px;
    border-radius: 0px!important;
}

#logo {
    float:left;
    margin-left: 25px;
    margin-top: 10px;
    margin-right: 100px;
    z-index: 101;
}

#logo img {
    width: 100px;
}


.minifont {
    font-size: 8pt;
}

/*Colonnes*/

#col1,
#col2,
.col1,
.col2 {
    float: left;
    width: 360px;
    min-height: 100%;
}

#col1,
.col1 {
    padding-right: 14px;
    border-right: 1px solid #ddd;
}

#col2,
.col2 {
    padding-left: 14px;
    border-left: 1px solid #ddd;
    margin-left: -1px;
    padding-right: 20px;
}

#coldroite,
.coldroite {
    min-height: 100%;
    width: 50%;
    float: left;
    padding-left: 14px;
    border-left: 1px solid #ddd;
    margin-left: -1px;
    padding-right: 20px;
}


#scol1,
#scol2,
.scol1,
.scol2 {
    float: left;
    
}

#scol1,
.scol1 {
    padding-right: 10px;
    border-right: 1px solid #ddf;
}

#scol2,
.scol2 {
    padding-left: 10px;
    border-left: 1px solid #ddf;
    margin-left: -1px;
}



.ajax-upload-dragdrop {
    background: #fff;
    border: 0 !important;
}

.error {
    display: inline-block;
    color: #d05;
    font-size: 0.7em;
    width:250px!important;
}




.etiq {
    border: 1px solid rgba(43,46,64,.06);
    background: #2d5293;
    position: relative;
    border-radius: 8px;
    font-size: .9em;
    padding: 0 8px;
    margin: 0 5px 5px 0;
    color: #fff;
    line-height: 1.8;
    cursor: default;
}



/******************************************************************************************
* IMPRESSIONS
*******************************************************************************************/


@media only print {
    #menu,
    #connexion,
    #info-contrat,
    #footer {
        display: none;
    }
    #contrat {
        border: 0;
        line-height: 13pt;
        padding: 0;
    }
    #header {
        height: auto;
    }
    #logo {
        margin: 0 0 20px 0;
        top: 0;
    }
    #main {
        padding: 0;
    }
    #bloc-remplacant {
        left: 490px;
        position: absolute;
        top: 70px;
    }
}
