﻿@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

body {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
    width: 100%;
    min-width:320px;
}

hr {
    padding: 0px;
    margin: 0px;
}

div {
    text-align: center; /*de la grosse marde, impossible a enlever, by design!*/
}

a {
    color: #467aac;
}

label {
  font-weight: normal;
  margin-bottom: 0px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    display: inherit;
    font-size: inherit;
}

.clic-h1, .clic-h2, .clic-h3, .clic-h4, .clic-h5 {
    margin: 0px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}

.inline-block {
    display: inline-block;
}

    .inline-block > div {
        display: inline-block;
    }

.bold {
    font-weight: 700;
}


.container-fluid.ca {
    margin: 0px;
    padding: 0px;
}

    .container-fluid.ca > * {
        margin: 0px;
        padding: 0px;
    }

.div-question {
    padding-top: 2px;
    padding-bottom: 4px;
}

.div-question-updatePanel {
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 30px;
}

.div-question-non-responsive {
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 30px;
}


.clic-blanc {
    background-color: #fff;
}

.clic-bleu {
    background-color: #5c93c1;
    color: #fff;
}

.clic-grispale {
    background-color: #f0efed;
}



.clic-gris {
    background-color: #312e2d;
    color: #d5d5d5;
}

    .clic-gris hr {
        border: none; 
        height: 1px;
        border-color: #393939;
        color: #393939;
        background-color: #393939;
    }

    .clic-gris.alt {
        background-image: url(../media/icons/bgDrk.png);
    }

    .clic-gris .clic-h1 {
        color: #68a1cc;
    }

.clic-bleu-alt {
    background-color: #264d6a;
    color: #FFFFFF;
}

.clic-grad {
    background: url(../media/featl.png) no-repeat center center;
    background-color: #4d83b1;
    color: white;
}

    .clic-grad.alt {
        background-color: #5fa6dc;
    }

    .clic-grad .header {
        height: 80px;
        line-height: 80px;
    }

    .clic-grad .clic-h1 {
        padding: 10px 0px 8px 0px;
        font-size: 1.4em;
    }

    .clic-grad .clic-h2 {
        padding: 12px 0px 12px 0px;
        font-size: 1em;
    }

    .clic-grad .clic-h3 {
        font-size: 1.4em;
    }

    .clic-grad .clic-h4 {
        font-size: 4em;
        font-weight: 700;
    }

    .clic-grad .clic-h5 {
        font-size: 3em;
        font-weight: 300;
    }

    .clic-grad hr {
        margin: 10px 10%;
    }


    .clic-grad .content {
        height: 310px;
    }

        .clic-grad .content > div > div {
            display: inline-block;
        }

        .clic-grad .content .nav {
            padding: 155px 10px;
            min-width: 20px;
        }

        .clic-grad .content .article {
            height: 310px;
            line-height: 310px;
            max-width:65%;
        }

            .clic-grad .content .article > div {
                margin-top: -30px;
                vertical-align: middle;
                display: inline-block;
                line-height: normal;
            }

        .clic-grad .content .article img {
            margin-bottom: 40px;
        }
        
    .clic-grad .footer {
        height: 80px;
        line-height: 80px;
    }

.button {
    position: relative;
    display: inline-block;
}

    .button div {
        display: inline-block;
        height: 39px;
        line-height: 38px;
        float: left;
    }

    .button .left {
        background: url(../media/icons/btnLeft.png) no-repeat;
        width: 20px;
    }

    .button .body {
        background: url(../media/icons/btnbody.png) repeat-x;
        font-size: 1.1em;
        padding-left: 0px;
        margin: 0px;
    }

        .button .body a 
        {
            color: white;
            float: left;
        }

        .button .body .arrow {
            position: relative;
            float: right;
            top: -2px;
            padding-left: 10px;
        }

    .button .right {
        display: inline-block;
        background: url(../media/icons/btnRight.png) no-repeat;
        width: 20px;
    }

    .button.blue {
        color: white;
    }

        .button.blue .left {
            background: url(../media/icons/bbtnLeft.png) no-repeat;
        }

        .button.blue .body {
            background: url(../media/icons/bbtnbody.png) repeat-x;
        }

        .button.blue .right {
            background: url(../media/icons/bbtnRight.png) no-repeat;
        }

.boxlink {
    display: inline-block;
    border: solid 1px #5d5d5d;
    padding: 5px;
    padding-left: 20px;
    min-width: 225px;
    background: url(../media/icons/boxlink.png) left no-repeat;
}

    .boxlink a 
    {
        color: White;
    }

.largeurFixe {
    display: inline-block;
    text-align: left;
    margin: 10px auto;
}

    .largeurFixe * {
        text-align: left;
    }

@media (min-width: 992px) {
    .largeurFixe {
        width: 969px;
    }

    .largeurFixe.grande {
        width: 1100px;
    }
    
    .largeurFixe.pleine {
        width: 98%;
    }
}

.RadComboBoxDropDown .rcbScroll {
    text-align: left;
}

.RadAutoCompleteBoxPopup {
    text-align: left;
}

/* Devrus override */

.ContenuPrincipal_Conteneur2 {
    position: relative;
    margin-bottom: 20px;    
    display: inline-block;
	margin-left: inherit;
	padding-top: 0px;
	/*width: 750px;*/
	width: 100%;
	text-align: left;
}
    
    /*.ContenuPrincipal_Conteneur2 > div {*/
        /*display: inline-block;*/
        /*text-align: left;
    }*/

    .ContenuPrincipal_Conteneur2 * {
        /*display: inline-block;*/
        text-align: left;
    }

.ContenuPrincipal_Conteneur2.popup {
    margin-left: 15px;
}

.DivDemandeSoumission2
{
	margin-left: inherit;
	padding-top: 0px;
	/*width: 750px;*/
	/*width: inherit;*/
	margin-bottom: 20px;
}

    .DivDemandeSoumission2 * {   
        text-align: left;
    }

.DivAccueilAssureur2 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0px;
    width: inherit;
    border: solid 2px #5c93c1;
}
    
    .DivAccueilAssureur2 > div {
        text-align: left;
    }
    
.DivAccueilAssureurAvecPadding2 {
    text-align: left;
}

.NewsScrollerDiv2
{
    border: none;
    background-color: inherit;
    color:#025780;
    padding: 5px;
    font-size: 10pt;
}

.BandeEntete_SaisieSoumission2
{
	background-color: transparent;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 0px;
	border-bottom: solid 1px #5c93c1; /* bleu */
}

.BandeEntete_SaisieSoumissionSansLigne2
{
	background-color: transparent;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 0px;
}

.DivTemplatePartenaires2
{
    padding-bottom:25px;
    padding-top:25px;
    text-align: left;
    border-top: solid 1px #5c93c1; /* bleu */
}

.Titre2
{
	font-size:13pt;
	font-weight:bold;
	color: #5c93c1; /* bleu */
}

.GrosTitre2
{
	font-size:14pt;
	font-weight:bold;
	color: #5c93c1; /* bleu */
}

.PetitTitre2
{
	font-size:11pt;
	font-weight:bold;
	color: #312e2d; /* noir*/
}

.PetitTitreBleu2
{
	font-size:11pt;
	font-weight:bold;
}

.BandeSection2
{
	background-color: transparent;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 0px;
	margin-bottom: 20px;
	border-bottom: solid 1px #5c93c1; /* bleu */
}

.BandeSectionAvecFleches
{
}

.BandeSectionAvecFleches > table
{
    width: 100%;
    border-spacing: 0px;
}

.BandeSectionAvecFleches > table tr td:first-child
{
    background: url(../Images/Separateur.png) repeat;
	font-size: 14pt;
	font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-top: 40px;
}

.BandeSectionAvecFleches > table tr td:last-child
{
    background: url(../Images/SeparateurAvecFleches.png) no-repeat;
    height: 94px;
    width: 70px;
}

.TitreSection2
{
	font-size:14pt;
	font-weight:bold;
	color: #5c93c1; /* bleu */
}

.CtlBarreDeProgres_LabelProgression
{
	font-size:11pt;
	font-weight:bold;
	color: #5c93c1; /* bleu */
}

.CtlBarreDeProgres_CellulePleine
{
	border:1px solid #B1C4CD;
	background-color: #5c93c1; /* bleu */
	width:25px;
}

/* Pour que le contenu des tooltips soient aligné à gauche */
.rtWrapperContent > div
{ 
   text-align: left; 
}

.DivSection
{
    width: 100%;
    border-top:solid 1px #00608B;
    text-align: left;
}

.TexteGrasRapport
{
	font-size:8pt;
	font-weight:bold;
}

.GoogleMap {
    width: 300px;
    height: 200px;
}

.FakeBouton {
    font: bold 12px Arial;
    background-color: #EEEEEE;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    color: #00608B;
    font-weight: bold;
    text-decoration:none;
    padding-top: 0px;
    padding-bottom: 5px;
}
.ArticleContenu > p
{
    padding:0 !important;
}

@media (min-width: 992px) {
    .GoogleMap {
        width: 500px;
        height: 300px;
    }
}

.SubMenuLink:hover {
    color:#FFd700 !important; text-decoration:none
}

.SubMenuLink {
    color:White;
}

.ShowSpace {
    white-space: pre;
}

#Notes > tr 
{
    vertical-align: bottom;
}

.FormSection {
	border:1px outset #cccccc;
    border-radius:5px;
    padding-bottom:10px;
    margin:10px;
}

.FormSection > div:first-child {
	font-size:10pt;
	font-weight:bold;
	color: #5c93c1; /* bleu */

    height:35px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-bottom:1px solid #cccccc;
    padding:10px 10px;
    margin-bottom:10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dae3f3+0,cccccc+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(218,227,243,1) 0%, rgba(204,204,204,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(218,227,243,1) 0%,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(218,227,243,1) 0%,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae3f3', endColorstr='#00cccccc',GradientType=0 ); /* IE6-9 */
}

.FormSectionDescription {
    padding:0px 10px;
    margin-bottom:10px;
}

.FormSectionError {
	border:1px outset #991d1f;
}

.FormSectionError > div:first-child {
    color: white;
    border-bottom: 1px solid red;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#991d1f+1,cc0000+100&1+0,0.68+100 */
    background: -moz-linear-gradient(top,  rgba(153,29,31,1) 0%, rgba(153,29,31,1) 1%, rgba(204,0,0,0.68) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(153,29,31,1) 0%,rgba(153,29,31,1) 1%,rgba(204,0,0,0.68) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(153,29,31,1) 0%,rgba(153,29,31,1) 1%,rgba(204,0,0,0.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991d1f', endColorstr='#adcc0000',GradientType=0 ); /* IE6-9 */
}

.TRSeparateur > td
{
    border-top: 1px solid #00648E;
    font-weight: bold;
}

.DivSeparateur
{
    border-top: 1px solid #00648E;
}

.vscode-method {
    font-weight: bold;
    /*color: #2B91AF;*/
}

.vscode-line {
    font-weight: bold;
    /*color: #2B91AF;*/
}

/* Bootstrap override BEGIN */
body {
    color: #312e2d;
}

button,
input,
optgroup,
select,
textarea {
    color: initial;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.redText {
    color:red !important;
}
/* Bootstrap override END */
.modal-login td.content {
    padding: 1em;
}

.modal-login p {
    padding: 0;
    margin: 0;
}

.modal-login .title {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
}

.modal-login hr {
    margin: 1em 0;
}

.modal-login div.img {
    width: 200px;
    height: 150px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .modal-login div.img {
        display: none;
    }
}
    .modal-login div.img.client {
        background-image: url("../Images/modal-login-client.jpg");
    }

    .modal-login div.img.partner {
        background-image: url("../Images/modal-login-partner.jpg");
    }

    .modal-login div.img.client-h {
        background-image: url("../Images/modal-login-client-h.jpg");
    }

    .modal-login div.img.partner-h {
        background-image: url("../Images/modal-login-partner-h.jpg");
    }