#content {
    clear:both;
    position: relative;
    z-index: 20;
    background:#FFF;
}

#content .c {
}

#content .contentinner {
    padding-bottom: 70px;
}

h1 , .h1 {    
    font-size:2.8em;
    padding:10px 0;
    font-family: "din_lightregular";
    color:#3E84BF;
}

h2 , .h2,
h2 .title, .h2 .title {  
    display: block;  
    font-size: 2.5rem;
    line-height: calc(2.5rem + 2px);
    font-weight: 300;
    padding: 7px 0 !important;
    font-family: "Roboto Condensed";
    font-weight: 300;
    letter-spacing: 2px;
    color:#3E84BF;
    text-align: start;
}

h3 , .h3,
h3 .title, .h3 .title {
    display: block;  
    font-size: 1.25rem;
    line-height: calc(1.25rem + 2px);
    font-weight: 700;
    padding: 7px 0 !important;
    font-family: "Roboto Condensed";
    color:#A6AC24;
    text-align: start;
}

.text-title {
    font-size: 40px;
    font-family: 'RobotoCondensed-Light';
    letter-spacing: 4px;
    color: #3E84BF;
}

.text-title:hover {
    text-decoration: none;
}

.text {
    font-size: 19px;
    line-height: 24px;
}

.small-text {
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}

.text-p {
    line-height: 22px;
}

.center, .center p{
	text-align: center;
}

.sub-title-Damion {
    font-family: "Damion";
    font-size: 40px;
    color: #3e84cd;
    position: relative;
    text-align: center;
    display: block;
    line-height: unset;
    padding: 10px 0 !important;
    font-weight: unset;
}

.green {
    color: #A6AC24;
}

ul.list {
    margin-top:10px;
    margin-bottom:10px;
}

ul.list li:before {
    content:"• ";
    color:#3E84BF;
}

.colorlist ul.list li {
    list-style:none;
    margin-left:25px;
    position: relative;
    margin-top:7px;
}

.colorlist ul.list li:before {
    content:"";
    display: inline-block;
    background:#BD0E1D;
    width:7px;
    height: 7px;
    margin-right: 7px;
    position: absolute;
    top:4px;
    left:-15px;
}

.colorlist ul.list li:nth-child(4n+1):before {
    background:#ba1131;
}

.colorlist ul.list li:nth-child(4n+2):before {
    background:#903b61;
}

.colorlist ul.list li:nth-child(4n+3):before {
    background:#d97143;
}

.colorlist ul.list li:nth-child(4n):before {
    background:#a6ac24;
}

a.design:hover {
    text-decoration: none;
}

blockquote {
    display: block;
    background:#E2EDF6;
    margin:20px 0;
    padding:20px 40px;
    padding-right: 70px;
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-style: italic;
    margin: 0;
}

blockquote::after {
    content:"";
    display: block;
    background:url("../images/elements/blockquote");
    width:52px;
    height:52px;
    position:  absolute;
    top:10px;
    right:10px;
}

blockquote strong {
    font-weight: normal;
    color:#3E84BF;
}

/* **************************************************************************************************** */
/* TABLEAUX
/* **************************************************************************************************** */

table {
    width:100%;
    margin:10px 0;
    font-family: "din_mediumregular";
}

table th , table td {
    text-align: left;
    border-bottom:1px solid #DDD;
    border-collapse: collapse;
    padding:10px 10px;
    vertical-align: middle;
}

table th {
    color:#AAAAAA;
}

table td {
    font-size: 1.5em;
}

table tr:nth-child(odd) td {
    color:#868686;
}

table .th {
    display: none;
}

table .bcolor {
    width: 100%;
}

/* **************************************************************************************************** */
/* FORMULAIRES
/* **************************************************************************************************** */

.form {
}

.form ul li {
    padding-top:10px;
}
.form label {
    display:inline-block;
    min-width:150px;
}

.form input[type=text] , .form input[type=password] , .form textarea  {
    display:inline-block;
    padding:5px 10px;
    width:100%;
    border:none;
    border:1px solid #CCC;
    background:white;
}

.form textarea {
    width:100%;
    min-height:100px;
}

.form input[type=text]:focus , .form input[type=password]:focus , .form textarea:focus  ,
.form input[type=text]:hover , .form input[type=password]:hover , .form textarea:hover
{
    outline:none;
}

.form select {
    padding:3px 2%;
}

.form input[type=text].error , .form select.error , .form textarea.error , .form input[type=password].error {
    border:1px solid red;
}

.form input[type=submit] {
    border:none;
    width:200px;
    margin:20px auto;
}

.form ul li.short {
    float:left;
    width:48%;
    margin-right:2%;
}

.form ul li.short.endline {
    margin-left:2%;
    margin-right:0%;
}

.form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea  {
    padding:5px 10px;
    width:100%;
}

.form ul li.long {
    width:100%;
    clear:both;
}

.form ul li.long input[type=text] , .form ul li.long input[type=password] , .form ul li.long textarea  {
    padding:5px 10px;
    width:100%;
}

.form .short select {
    width:98%;
}

.bcolor , .form input[type=submit] {
    background-color: rgb(255,255,255);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: #3E84BF solid 1px;
    cursor: pointer;
    color: #3E84BF;
    font-family: "RobotoCondensed-Bold";
    letter-spacing: 6px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
}

.form input[type=submit] {
    margin:20px auto;
    display: block;
    width:150px;
}

.bcolor:hover , .form input[type=submit]:hover {
    text-decoration: none;
    background: #2b8bb9;
    color: white;
}

.bcolor.active , .form input[type=submit].active {
    background:#444;
}

.bcolor {
    display: inline-block;
    box-shadow: 0px 3px 6px #00000029;
}

.bcolor:empty {
    display: none;
}

.bcolor.bbig {
    font-size:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    padding: 7px 30px;
}

.bcolor.bblue {
    background:#3E84C0;
    color:white;
}

#page-sidebar h2 {
    padding: 0px 0 0 68px;
    position: relative;
    top: 6px;
    letter-spacing: 4px;
    font-size: 35px;
    font-family: 'RobotoCondensed-Light';
}

.picto {
    color: #1A82B3;
    font-size: 20px;
    width: 25px;
    margin-right: 5px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

.contact-sidebar {
    display: inline-block;
}

.sidebar {
    color: #1A82B3;
    padding: 30px 0px 40px 35px;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 30px;
    width: 660px;
    font-size: 18px;
    background: white;
}

.breadcrumb {
    padding: 15px 0 40px 0;
    color: #7f7f7f;
    font: 500 15px/20px Roboto;
    letter-spacing: 3.2px;
}

/* **************************************************************************************************** */
/* PAGINTATION
/* **************************************************************************************************** */

.pagination {
    float:right;
    margin-top:20px;
}

.pagination-item {
    display:block;
    padding:4px 7px;
    background:#DBDBDB;
    color:white;
    float:left;
    margin-right:3px;
    border-radius:15px;
}

.pagination-item.current , .pagination-item:hover {
    cursor:pointer;
    background:#706F6F;
}

/* **************************************************************************************************** */
/* INFOS BULLE
/* **************************************************************************************************** */

.bulle {
    background: rgba( 199 , 0 , 106 , 0.1 );
    border-bottom: 2px solid red;
    padding:10px;
    margin:auto;
    margin-bottom: 7px;
    margin-top: 3px;
    overflow:hidden;
}
.bulle.message {
    background: #a6f8b7;
    border: 1px solid #49f160;
    padding:10px;
    margin-top: 10px;
}
.bulle.errors {
    background: #f36767;
    border: 1px solid #f14343;
    padding:10px;
    margin-top: 10px;
    color:white;
}

/* **************************************************************************************************** */
/* S_SELECT
/* **************************************************************************************************** */

.sSelect {
    display:block;
}

.sSelect .sSelectbar {
    padding:5px 10px;
    cursor:pointer;
    display: block;
    padding-right:30px;
    border: 1px solid #CCCCCC;
    width:100%;
    background: url("../images/elements/arrowselect.png") white no-repeat top right;
}

.sSelect .sSelectUl {
    background:white;
    cursor:pointer;
    width:100%;
    border: 1px solid #CCCCCC;
    position: absolute;
    top:26px;
    left:0;
}

.sSelect .sSelectUl li {
    padding:5px 10px;
    border-bottom: 1px solid #CCCCCC;
}

.sSelect .sSelectUl li:hover {
    background:#EEEEEE;
}

.sSelect .sSelectInput {
    background:white;
    width:100%;
    border:none;
    outline:none;
}

@media screen and (max-width: 1200px) {


    h1 , .h1 {    
        font-size:2em;
    }

    h2 , .h2 {    
        font-size:1.8em;
    }

    /*h1.rainbow::after , h2.rainbow::after , .h1.rainbow::after , .h2.rainbow::after {
        content:"";
        display: block;
        background:url("../images/elements/linetext.jpg");
        height:1px;
        width: 100%;
        background-size:100% 100%;
    }*/

    h3 , .h3 {
        font-size:1.4em;
    }


}

@media screen and (max-width: 600px) {

    #content {
        margin:0;
        padding:20px;
        clear:both;
        padding-bottom: 0;
    }

    /* form responsive */

    .form input[type=text] , .form input[type=password] , .form textarea  {
        display:block;
        width:100%;
    }

    .form ul li.short  {
        width:100%;
        margin:0;
    }

    .form ul li.short.endline {
        margin:0;
    }

    .form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea  {
        display:block;
        width:100%;
        padding:3px 2%;
    }

    .form select {
        display:block;
        width:100%;
    }

    /* table responsive */

    table , tbody, table tr {
        display: block;
        border-collapse: collapse;
        width:100%!important;
    }

    table tr {
        margin-top:10px;
        display: block;
    }

    table th {
        display: block;
    }

    table td {
        display: block;
        background:#FCFCFC!important;
        text-align: left!important;
        border-top:none;
    }

    table td:first-child {
        border-top:1px solid #CCC;
    }

    table .th {
        display: inline-block;
        margin-right:10px;
    }

    table .th {
        font-weight: bold;
        display: inline-block;
        min-width: 150px;
    }

    table thead , table .trh {
        display: none;
    }

}

.bodyinner #content::before {
    content: "";
    background-image: url(../images/elements/content-filter-inner.png);
    position: absolute;
    width: 30vw;
    height: 50vw;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.links {
    display: flex;
    flex-direction: row;
}

.links .link {
    width: max-content;
    border-radius: 100px;
    margin-right: 50px;
    padding: 10px 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

.links .link.link_1 {
    background: #FFFFFF;
    border: 1px solid #1A82B3;
    color: #1A82B3;
}

.links .link.link_1:hover {
    background: #1A82B3;
    border: 1px solid #1A82B3;
    color: #FFFFFF;
}

.links .link.link_2 {
    background: #1A82B3;
    border: 1px solid #1A82B3;
    color: #FFFFFF;
}

.links .link.link_2:hover {
    background: #FFFFFF;
    border: 1px solid #1A82B3;
    color: #1A82B3;
}