/* Reset Eric Meyer */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,  th,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}


/* HTML5 display-role reset for older browsers em*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a{border:   ;width: ;}
li{border:   ;width: ;color:#0d2c6c;
font-size: 16px;
}
ul{}
row-centered{border:   ;width: ;.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
/* reset the text-align */
text-align:left;
/* inline-block space fix */
margin-right:-4px;
}}
.style11{border:   ;width: ;color:#0d2c6c;
font-size: 16px;
margin: 5px 0 10px 0px;}
td{
}
p{border:   ;width: ;color:#0d2c6c;
font-size: 16px;
margin: 5px 0 10px 0px;}
h1{border:   ;width: ;    color:#000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: normal;
    padding: 0 0 0px 0;
    line-height: 1.3em;
}
h2{border:   ;width: ;    color:#000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: normal;
    padding: 0 0 0px 0;
    line-height: 1.3em;
}
h3{border:   ;width: ;    font-weight: lighter;
    font-size: 30px;
    margin: 5px 0 15px 0;

color: #000;
text-transform: uppercase;}
h4{border:   ;width: ;font-weight: 200;
    font-size: 18px;
    margin: 0 0 15px 0;
}
/*special éditeur de texte, ne pas inclure dans le site*/

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Kreon:400,700');


ul {
    padding-left: 0;
    list-style: inside;
    margin: 0 !important;
}
li {
    font-family: 'PT Serif', serif;
    list-style: outside;
    margin: 5px 0 5px 15px;
    color: #57585a;
}
hr {
    border: none;
    height: 1px;
    background: #dfdfe1;
    margin: 5px 0 10px;
}


.Btn {
    display: inline-block;
    border: 0;
    background: #72a7f9;
    padding: 10px 20px !important;
    margin: 10px 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    line-height: 1.1875em;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition-duration: .3s, 0s;
    -moz-transition-duration: .3s, 0s;
    -o-transition-duration: .3s, 0s;
    transition-duration: .3s, 0s;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.Btn:hover{
    color: #fff !important;
    background: #104290 !important;
    text-decoration: none;
    border: 0;
    -webkit-transition-duration: .3s, 0s;
    -moz-transition-duration: .3s, 0s;
    -o-transition-duration: .3s, 0s;
    transition-duration: .3s, 0s;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    cursor: pointer;
    cursor: pointer;
}

ul.list_text{
    list-style: none;
}
.list_text li:nth-child(even){
    background: #cae6fb;
}
.list_text li:nth-child(odd){
    background: #e4f3fe;
}
.list_text li{
    border-bottom: 2px solid #fff;
    padding: 7px 15px;
    list-style: none;
    margin: 0;
}


.custom_list_check{
    margin-left: 22px;
}
.custom_list_check li::before {
    content: '\f00c';
    font-size: 25px;
}
.custom_list_check li::before {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    top: 3px;
    left: -36px;
    margin-right: -26px !important;

}
.custom_list_check li {
    list-style: outside none none !important;
    margin-top: 8px !important;
}

.custom_list_plus{
    margin-left: 22px;
}
.custom_list_plus li::before {
    content: '\f00c';
    font-size: 25px;
}
.custom_list_plus li::before {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    top: 3px;
    left: -36px;
    margin-right: -26px !important;
}
.custom_list_plus li {
    list-style: outside none none !important;
    margin-top: 8px !important;
}

p.fond_gris{
    background: #eceaea;
    padding: 10px 5px !important;
}

.style_table_pointer{
    margin: 20px 0 30px 0;
    padding: 0;
    border: none;
    width: 100%;
}
.style_table_pointer td{
    width: 50%;
    padding: 5px 30px 5px 10px;
    border-bottom: 2px solid #fff;
}
.style_table_pointer tr td:nth-child(odd){
    background-color: #3ea2ee;
    background-image: url('/client_file/themes/default/interface/picto_spc_table.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
}
.style_table_pointer tr td:nth-child(even){
    background-color: #cae6fb;
    color:#57585a;   
}

ul.liste_rouge li::before {
    content: "\2022";
    margin-right: 10px;
    color: #d81818;
    font-size: 32px;
    margin-bottom: 0px;
    position: relative;
    top: 7px;
    line-height: 10px;  
}
ul.liste_rouge li{
    list-style: none !important;
    list-style-image:none !important;
    list-style-type:none !important;
}
ul.liste_rouge {
    list-style: none !important;
    list-style-image:none !important;
    list-style-type:none !important;
}
.style_table_pointer2{
    margin: 20px 0 30px 0;
    padding: 0;
    border: none;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.style_table_pointer2 td{
    width: 50%;
    padding: 7px 30px 7px 10px;
    border-bottom: 4px solid #fff;
}
.style_table_pointer2 tr td:nth-child(odd){
    background-color: #2389d7;
    background-image: url('/client_file/themes/default/interface/picto_spc_table2.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;     
}
.style_table_pointer2 tr td:nth-child(odd) a{
    color:#fff;
    text-decoration: none;
}
.style_table_pointer tr td:nth-child(even){
    color:#57585a;   
    font-family: 'PT Serif', serif;
}
td.responsive_table {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
    overflow: auto;
    text-align: center;
}
img.td.responsive_table, img.a.td.responsive_table, img.a.p.responsive_table{
    float:none !important;
}


.lien_pdf, .lien_zip, .lien_video, .lien_autre{
    position: relative;
    padding: 10px 0 10px 40px;
    margin: 5px 0;
    display: inline-block;
    color:#000 !important;
}
.lien_pdf:before, .lien_zip:before, .lien_video:before, .lien_autre:before{
    content: ' ';
    width: 32px;
    height: 45px;  
    top: 0;
    left: 0;
    position: absolute;
}
.lien_pdf:before{
    background: url('/client_file/themes/default/interface/lien_pdf.png') no-repeat;
}
.lien_zip:before{
    background: url('/client_file/themes/default/interface/lien_zip.png') no-repeat;
}
.lien_video:before{
    background: url('/client_file/themes/default/interface/lien_video.png') no-repeat;
}
.lien_autre:before{
    background: url('/client_file/themes/default/interface/lien_autre.png') no-repeat;
}

.fullwidth_video{
	height: auto;
}

.responsive_video_wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.responsive_video_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
    border: none;
}


.responsive_img {
    max-width: 100%;
    height: auto;
}

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
    border: 1px dashed #bbb;
}
a.mceItemAnchor {
    background: rgba(0, 0, 0, 0) url("../default/img/items.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 11px !important;
    width: 11px !important;
}
span.mceItemNbsp {
    background: #ddd none repeat scroll 0 0;
}
td.mceSelected, th.mceSelected {
    background-color: #3399ff !important;
}
img {
    border: 0 none;
}
table, img, hr, .mceItemAnchor {
    cursor: default;
}
table td, table th {
    cursor: text;
}
ins {
    border-bottom: 1px solid green;
    color: green;
    text-decoration: none;
}
del {
    color: red;
    text-decoration: line-through;
}
cite {
    border-bottom: 1px dashed blue;
}
acronym {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}
abbr {
    border-bottom: 1px dashed #ccc;
    cursor: help;
}

.mceItemMedia {
    background-color: #ffffcc;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px dotted #cc0000;
}
.mceItemShockWave {
    background-image: url("../../img/shockwave.gif");
}
.mceItemFlash {
    background-image: url("../../img/flash.gif");
}
.mceItemQuickTime {
    background-image: url("../../img/quicktime.gif");
}
.mceItemWindowsMedia {
    background-image: url("../../img/windowsmedia.gif");
}
.mceItemRealMedia {
    background-image: url("../../img/realmedia.gif");
}
.mceItemVideo {
    background-image: url("../../img/video.gif");
}
.mceItemAudio {
    background-image: url("../../img/video.gif");
}
.mceItemIframe {
    background-image: url("../../img/iframe.gif");
}
.mcePageBreak {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff url("../../img/pagebreak.gif") no-repeat scroll center top;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    display: block;
    height: 12px;
    margin-top: 15px;
    width: 100%;
}

ul{
    list-style: outside;
    margin: 5px 0 5px 15px;
}

.style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table th{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    background: #114291;
    padding: 15px 10px;
}
.style_table tr:nth-child(odd){
    background: #fff;
    font-size: 13px;
    color: #333;
}
.style_table tr:nth-child(even){
    background: #f4f8fb;
    font-size: 13px;
    color: #333;
    
}
.style_table td {
    padding: 10px;
    font-weight: 200;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
}
.style_table tbody tr:first-child td, .style_table th {
    background: #000;
    color: #fff !important;
    font-weight: bold;
}

