.top-page {
    display: table;
    background: transparent url('/images/community/2015/header2.png') no-repeat right 0;
    border-bottom: solid 1px #EAEAEA;
    height: 320px;
}

.top-page h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 200;
    color: #FFF;
}

.nav .section3 {
    padding: 0 15px;
}

.contactNav {
    padding: 20px;
    display: inline-block;
}

.contactNav div {
    text-align: center;
    display: block;
    background: #FFF;
    padding-bottom: 15px;
    border-bottom: solid 1px #b3b3b3;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.contactNav div span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
    color: #6E6E6E;
    display: block;
}

.contactNav div:hover,
.contactNav div.selected {
    border-color: #3498DB;
}

.contactNav div.selected {
    -webkit-box-shadow: inset 0px -5px 0px #3498DB;
    -moz-box-shadow: inset 0px -5px 0px #3498DB;
    box-shadow: inset 0px -5px 0px #3498DB;
}

.contactNav div:hover span,
.contactNav div.selected span {
    color: #3498DB;
}

.contactNav div.selected span {
    font-weight: 400;
}

.desc {
    font-style: italic;
}

.desc h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.desc p {
    font-size: 18px;
    line-height: 22px;
    color: #555;
    font-weight: 400;
    text-align: center;
}

b,
.desc p b {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: 400;
}

.contact-block {
    position: relative;
    border-radius: 3px;
    background-color: #FFF;
    border: solid 1px #3498DB;
    margin: 25px 0 0 0;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.contact-block * {
    text-align: center;
}

.contact-block .needToggle {
    display: inline-block;
    background: transparent url('../../images/nous-contacter/info.png') no-repeat 0 0;
    width: 32px;
    height: 21px;
    cursor: default;
    opacity: 0.8;
}

.contact-block .needToggle:hover {
    opacity: 1;
}

.contact-block span.border {
    display: block;
    height: 0;
    background-color: #3498DB;
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

/*.contact-block:hover {
    background-color: #F9F9F9;
}*/

.contact-block:hover span.border {
    height: 5px;
}

.contact-block h2 {
    font-size: 24px;
    font-weight: 200;
    color: #6E6E6E;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.contact-block h2 b {
    font-weight: 400;
}

.contact-block:hover h2 {
    color: #3498DB;
}

.contact-block hr {
    border-top: none;
    border-bottom: solid 1px #3498DB !important;
    width: 60%;
    margin: 15px auto;
}

.contact-block h2 {}

.contact-block a {
    /*line-height: 30px;*/
    text-decoration: none;
    margin: 0 4%;
    color: #000;
}

.contact-block a:hover,
.contact-block a:hover p {
    color: #3498DB;
}

.contact-block img {
    margin: 10px 0;
}

.contact-block .btn {
    color: #FFF;
    height: 24px;
    padding: 0 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px;
    border: solid 1px transparent;
    box-shadow: none !important;
    display: inline-block;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.contact-block .btn:hover {}

.contact-block.formFail h2 { color: #CF1748; }
.contact-block.formFail a { margin: 0 20px; }

.btn-blue {
    border-color: #0068B1 !important;
    background-color: #0068B1;
}

.btn-blue:hover {
    background-color: transparent;
    color: #0068B1 !important;
}

a.byMail {
    display: inline-block;
    background: transparent url('../../images/nous-contacter/send-email.png') no-repeat 0 50%;
    padding-left: 38px;
    font-size: 14px;
}

a.more {
    display: inline-block;
    background: transparent url('../../images/nous-contacter/more.png') no-repeat 0 50%;
    padding-left: 32px;
    font-size: 14px;
}

.toForm {
    background-color: #F5F5F5;
    padding: 5% 0;
}

.toForm a {
    color: #3C3C3C;
    text-align: center !important;
    font-size: 32px;
    line-height: 34px;
    display: block;
}

.toForm a:hover {
    color: #3498DB;
}

.toForm a span,
.toForm a:hover span {}

.formular { width: 100%! important; }

.formular .fieldWrap label {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    display: block;
}

.formular .fieldWrap input,
.formular .fieldWrap textarea {
    border: solid 1px #CACACA;
    background-image: none;
    background-color: #F9F9F9;
    border-radius: 2px;
    padding: 6px 0;
    text-indent: 10px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    margin: 0 0 10px auto;
    color: #333;
    width: 100%;
}

.formular .fieldWrap textarea {
    width: 98%;
    padding: 6px 1%;
}

.formular .fieldWrap input:focus,
.formular .fieldWrap textarea:focus {
    background-color: #FFF;
    border-color: #A8A8A8;
}

.formular button[type="cancel"],
.formular input[type="submit"] {
    border: solid 1px #3498db;
    background: none;
    background-color: #3498db;
    border-radius: 2px;
    color: #FFF;
    float: right;
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.formular button[type="cancel"]:hover,
.formular input[type="submit"]:hover {
    background-color: transparent;
    color: #3498db;
}

form.formular .select {
    background-image: none;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    border: solid 1px #CACACA;
    background-color: #F9F9F9;
    -moz-outline: none;
    outline: none;
    height: 40px;
}

.OTRSdesc {
    position: relative;
    background: #3498db;
    margin: 10px 20px;
    padding: 20px;
    border-radius: 3px;
    opacity: 1;
    visibility: visible;
    min-height: 60px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


.OTRSdesc.dont {
    opacity: 0;
    margin: 70px 20px 0 20px;
    visibility: hidden;
}

.OTRSdesc p {
    color: #F5F5F5;
}

.OTRSdesc:after, .OTRSdesc:before {
    right: 100%;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.OTRSdesc:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #3498db;
    border-width: 20px;
    margin-top: 0px;
}
.OTRSdesc:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 22px;
    margin-top: -2px;
}

@media screen and (max-width: 681px) {
    .OTRSdesc.dont {
        min-height: 0;
        margin: 0;
        padding: 0;
    }
}





/************************************************************
************************************************************/

.contactBox {}

.contactBox div.top {
    height: 215px;
    text-align: center;
}

.contactBox div.top img {
    margin-top: 45px;
}

.contactBox div.content {
    padding: 15px;
    color: #FFF;
    text-align: left;
    height: 150px;
}

.contactBox div.content h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.contactBox div.content p {
    color: #FFF;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
}

.contactBox div.content p b {
    font-size: inherit;
    color: inherit;
    font-weight: 400;
}

.contactBox div.link {
    background-color: #FFF;
    padding: 20px;
}

.contactBox:hover div.link {
    background-color: #F7F7F7;
}

.contactBox div.link a.btn {
    font-size: 16px !important;
    color: #FFF;
    -webkit-transition: all 0.10s linear;
    -moz-transition: all 0.10s linear;
    -o-transition: all 0.10s linear;
    transition: all 0.10s linear;
}

.contactBox div.link a.btn:hover {
    background-color: transparent;
}

.contactBox div.link a.btn-red { background-color: #e74c3c; }
.contactBox div.link a.btn-green { background-color: #16a085; }
.contactBox div.link a.btn-blue { background-color: #2980b9; }

.contactBox div.link a.btn-red:hover { color: #e74c3c; }
.contactBox div.link a.btn-green:hover { color: #16a085; }
.contactBox div.link a.btn-blue:hover { color: #2980b9; }

/*.btn {
    display: inline-block !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    padding: 5px 20px !important;
    box-shadow: none !important;
}*/

@media screen and (max-width: 681px) {
    .top-page {
        height: auto;
        padding: 10px 0;
        background-image: none;
    }
}

#headerCommunity {
    background: #F6F6F6;
}

#headerCommunity .section1 {
    position: relative;
}

#headerCommunity #image {
    display: inline-block;
    margin-top: -20%;
}

/*#headerCommunity .section3 {
    background: #EEEEEE;
    border:1px solid #D0D0D0;
    text-align: center;
    margin-top: 1.8%;
    margin-left:-2%;
    padding: 5% 0;
}*/

#headerCommunity .circle {
    display: inline-block;
    background:#95C11D;
    width:195px;
    height:195px;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    right: -10%;
    top: 10%;
}

#headerCommunity .circle * {
    color:white;
}

div.elements a * {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

div.elements a p,
div.elements a:hover p {
    color: #494949;
}

div.elements a p.black {
    color: #000;
}

div.elements a:hover img {
    opacity: 0.5;
}

div.blockInfo {
    /*background: #F7F7F9;*/
    /*border: 1px solid #E1E1E8;*/
    padding: 20px;
    border-radius: 4px;
    color: #B7B7B7;
    margin-top: 2%;
}

div.formular div.checkUniverse {
}

.formular .fieldWrap .checkUniverse input {
    margin: 5px;
    width: auto;
    float: left;
}

.formular .fieldWrap .checkUniverse label {
    display: inline-block;
    width: 85%;
}

.formular .fieldWrap .checkUniverse label ul li {
    font-weight: 300;
}

.waitTime {
    /*background-color: #F5F5F5;*/
    padding: 0;
    margin: 5px;
    color: #505050;
}

.waitTime p,
.waitTime span {
    font-size: 12px;
    color: #767676;
}

/*.waitTime span {
    color: #3498DB;
    font-weight: 600;
}*/

span.touchToTap {
    color: #FFF;
    background-color: #3498DB;
    padding: 3px 7px;
    border-radius: 10px;
    text-shadow: 1px 1px 0px #333;
}

#alert {
    padding: 15px 40px 15px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
    font-size: 14px;
    position: relative;
    display: none;
}

#alert #cross {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    padding: 1px 4px;
}

#alert strong {
    font-weight: 700;
    font-size: inherit;
    color: inherit;
}

#alert #averageTime {
    font-weight: 600 !important;
}

.phoneNumber {
    /*color: #0089D0;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    margin: 15px 0 0 0;*/
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}

.phoneMention {
    color: #999;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 15px;
}
