/* MAIN */

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    text-transform: uppercase;
}

.navbar-toggle {
    border-color: #007daa;
    margin-top: 30px;
}

.navbar-toggle .icon-bar {
    background: #007daa;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.form-control {
    border-radius: 0
}

#header {
    border-bottom: 3px solid #58595b;
    text-transform: uppercase;
}

.nav-top-info {
    background: #58595b;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 0;
}

.nav-top-info .tel .fa {
    color: #fff;
    margin-right: 5px;
}

.nav-top-info .tel a {
    color: #007daa;
    font-weight: 800;
}

.nav-top-info .tel a:hover {
    color: #fff;
}

.nav-top-info .nav-top-link a {
    color: #fff;
}

.nav-top-info .nav-top-link a:hover {
    color: #007daa;
}

.nav-top-info .block:after,
.nav-top-info .block .nav-top-link:after {
    content: "";
    display: block;
    clear: both;
}

#header .tel,
.nav-top-info .block .nav-top-link,
.nav-top-info .block .nav-top-link li,
.nav-top-info .block .contact-info {
    display: inline-block;
}

#header .tel,
.nav-top-info .block .nav-top-link {
    margin-top: 10px;
}

#header .tel,
.nav-top-info .block .nav-top-link,
.nav-top-info .block .nav-top-link li {
    float: left;
}

.nav-top-info .block .contact-info {
    float: right;
}

.nav-top-info .nav-top-link li {
    padding: 0 30px;
}

.nav-top-info .btn {
    background: #3c3d3e;
    border-radius: 10px;
}

.nav-top-info .btn:hover {
    color: #fff;
}

.contact-info .btn {
    border-color: transparent;
    color: #007daa;
    transition: all .5s ease-in-out;
}

.contact-info .btn:first-child {
    margin-right: 30px;
}

.contact-info .btn:hover {
    background: #3c3d3e;
    color: #fff;
}

.navbar-brand {
    height: auto;
    padding-top: 35px;
}

.navbar .title-page h1 {
    overflow: hidden;
    font-size: 30px;
    line-height: 32px;
    color: #007daa;
    margin-bottom: 30px;
    text-align: right;
    font-weight: 600;
}

#header .navbar .title-page p.mon_titre {
    overflow: hidden;
    font-size: 30px;
    line-height: 32px;
    color: #007daa;
    margin-bottom: 30px;
    text-align: right;
    font-weight: 600;
}

.navbar .nav-box {
    padding: 35px 0 0;
    overflow: hidden;
}

.nav.navbar-nav {
    float: right;
    text-align: center;
}

.nav.navbar-nav li {
    padding: 0 53px;
}

.nav.navbar-nav li:first-child {
    padding-left: 0;
}

.nav.navbar-nav li:last-child {
    padding-right: 0;
}

.nav.navbar-nav li a {
    color: #4a4a4a;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    transition: all .5s ease-in-out;
}

.nav.navbar-nav li a:hover,
.nav.navbar-nav li.active a {
    background: none;
    border-color: #4ca4c3;
}

.nav.navbar-nav:before,
.nav.navbar-nav:after {
    display: none;
}

.navbar-collapse {
    padding: 0;
}

.nav.navbar-nav a {
    padding: 0;
}

.slider-top-block {
    position: relative;
}

.slider-top-content {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
}

.slider-top-block .position-box .left-box {
    text-transform: uppercase;
    background: rgba(255, 255, 255, .8);
    padding: 30px;
    margin-top: 150px;
}

.slider-top-block .left-box .left-box-title {
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.slider-top-block .position-box .left-box {
    text-transform: uppercase;
    background: rgba(255, 255, 255, .8);
    padding: 30px;
}

.slider-top-block .left-box .left-box-title {
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 30px;
	font-size:1.7em;
	padding-bottom:10px
}


/* .slider-top-block .position-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 545px;
}

 */

main .sometimes .box-info .auteur,
main .actualites .auteur {
    font-size: 0.7em;
    font-style: italic;
    width: 85%;
    float: left
}

main .sometimes .box-info .monlogo img,
main .actualites .monlogo img {
    width: 7%;
    float: left;
    margin-left: 15px
}

main .sometimes .box-info h2{ font-size: 1.1em;}

main .sometimes .btn{ 
text-transform:uppercase;
background: #007daa;
    color: #fff;
    font-weight: 600;
    border: 1px solid #007daa;
    border-radius: 0;
	
}

.btn {
    background: #007daa;
    color: #fff;
    font-weight: 600;
    border: 1px solid #007daa;
    border-radius: 0;
}

.btn:hover {
    background: transparent;
    color: #007daa;
}

ul.carousel:after {
    content: "";
    display: block;
    clear: both;
}

ul.carousel li {
    height: 545px;
}

.bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 35px;
}

.slider-top-block .position-box .right-box {
    text-transform: uppercase;
    background: rgba(255, 255, 255, .8);
    margin-top: 80px;
}

.position-box .right-box .right-box-title {
    color: #fff;
    background: #007daa;
    padding: 20px 34px;
	font-size:1.7em;
}

.position-box .form-block {
    padding: 10px 20px 10px 20px;
}

.position-box .form-block .form-group, .position-box .form-block .form-group2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0;
    background: transparent;
}

.position-box .form-block .form-group span {
    display: block;
    margin-bottom: 10px;
    page-break-inside: avoid;
}

.position-box .form-block .form-group .btn {
    width: 100%;
}

.position-box .form-block .form-control {
    border-radius: 0;
    background: transparent;
    border-color: #000;
}

.position-box .form-block .form-control::-webkit-input-placeholder {
    color: #000;
}

.position-box .form-block .form-control::-moz-placeholder {
    color: #000;
}

.position-box .form-block .form-control:-moz-placeholder {
    color: #000;
}

.position-box .form-block .form-control:-ms-input-placeholder {
    color: #000;
}


/*NOUVEAU*/

form.formdevis {
    padding-bottom: 15px
}

.devis.form-group,
.devis.form-question {
    position: relative;
    margin: 5px 30px 20px 10px;
    width: 310px;
    height: 70px;
    float: left
}

.form-filling .devis.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-tab-block-item .date-block {
    position: relative;
}

.form-filling #datepicker,
.date-block #datepicker {
    width: 100%;
}

.form-filling .form-question input {
    width: 100%;
}

.form-filling .form-question {
    margin-bottom: 30px;
    text-align: center;
}

.form-filling .input-addon,
.form-tab-block-item .input-addon {
    display: block;
    position: absolute;
    bottom: 2px;
    right: 10px;
}

.form-filling .form-question .btn-box {
    display: flex;
    justify-content: space-around;
}

.form-filling .vorte {
    width: 100%;
    background: #1284ba;
    border: 1px solid #1284ba;
    color: #fff;
}

.form-filling .vorte:hover {
    background: transparent;
    color: #1284ba;
}

.btn-box .btn-group {
    display: flex;
    width: 270px;
    justify-content: space-between;
}

.form-question .btn-box .btn,
.devis.form-question .btn-box .btn {
    width: 130px;
    padding: 5px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    margin: 0 10px;
}

.form-question .btn-box .btn:hover,
.devis.form-question .btn-box .btn.active {
    background: #1284ba;
    color: #fff;
}

.image-block img {
    width: 100%;
}

.devis.form-group .form-control,
.devis.form-question .btn {
    border: 1px solid #000;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(170, 170, 170, 1);
    -moz-box-shadow: 1px 1px 3px 1px rgba(170, 170, 170, 1);
    box-shadow: 1px 1px 3px 1px rgba(170, 170, 170, 1);
}

#tabs-info.nav-tabs {
    padding: 5px 0px;
    margin: 0 0 10px 0;
    border: 0px solid #dcdad8;
}

#tabs-info.nav-tabs li {
    padding: 5px 25px;
    margin: 0 8px 10px 0;
    border: 1px solid #dcdad8;
    background-color: #FFFFFF
}

#tabs-info.nav-tabs li:first-child {
    border: 1px solid #dcdad8;
}

.newspages #tabs-slick.nav-tabs li {
    padding: 0;
}

.newspages .nav-tabs li.active .default,
.newspages .nav-tabs li a:hover .default {
    display: none;
}

.newspages .nav-tabs li.active .image-active,
.newspages .nav-tabs li a:hover .image-active {
    display: block;
}

.newspages .nav-tabs>li>a {
    color: #333;
    border-radius: 0;
    margin: 0;
    border: none;
    background: none;
    white-space: nowrap;
}

.newspages .nav-tabs>li.active>a,
.newspages .nav-tabs>li.active>a:focus,
.newspages .nav-tabs>li.active>a:hover,
.newspages .nav-tabs>li>a:focus,
.newspages .nav-tabs>li>a:hover {
    color: #1284ba;
    border: none;
    background: none;
}


/*FIN NOUVEAU*/

.padding {
    padding: 70px 0;
}

.padding .box-title {
    position: relative;
    margin-bottom: 70px;
}

.padding .box-title:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 97px;
    background: #007daa;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.sometimes .box-info img {
    margin-bottom: 20px;
    width: 100%;
}

.sometimes .box-info {
    font-size: 14px;
    line-height: 20px;
}

.sometimes .box-info .box-info-title {
    color: #007daa;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sometimes .box-info p {
    margin-bottom: 20px;
	text-align:justify;
}

.slider-block {
    background: #f6f6f6;
}

.slider-block .slide {
    position: relative;
    overflow: hidden;
    margin: 0 10px !important;
}

.slider-block .slide img {
    width: 100%;
}

.slider-block .slide .hover-box {
    padding: 20px;
    background: #007daa;
    color: #fff;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .8s ease-in-out;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-direction: column;
}

.slider-block .slide:hover .hover-box {
    height: 100%;
    bottom: 0;
    transition: all .8s ease-in-out;
}

.slider-block .slide .hover-box .hover-box-title {
    margin-bottom: 20px;
}

.slider-block .slide .hover-box .btn {
    text-transform: uppercase;
    border-color: #fff;
}

.slider-block .slide .hover-box .btn:hover {
    color: #007daa;
    background: #fff;
}

.slider-block .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: none;
    border: none;
}

.slider-block .slick-arrow:hover {
    color: #007daa;
}

.slider-block .slick-arrow:focus {
    outline: none;
}

.slider-block .slick-prev {
    left: -20px;
    text-indent: -9999px;
}

.slider-block .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    text-indent: 0;
}

.slider-block .slick-next {
    right: -20px;
    text-indent: -9999px;
}

.slider-block .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 50px;
    position: absolute;
    top: -25px;
    right: 0;
    text-indent: 0;
}

.diamond {
    width: 120px;
    height: 120px;
    border: 3px solid #007daa;
    /* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: 60px 0 10px 130px;
}

.diamond img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: -70% 100%;
    -moz-transform-origin: -70% 100%;
    -ms-transform-origin: -70% 100%;
    -o-transform-origin: -70% 100%;
    transform-origin: -70% 100%;
}

.questions-reponses .box-info-title {
    color: #007daa;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
	min-height:80px;
}

.types_couvertures {
    background: #f6f6f6;
}

.types_couvertures img {
    width: 100%;
}

.types_couvertures .img-title {
    background: #007daa;
    text-transform: uppercase;
    padding: 15px 0;
}

.types_couvertures .img-title a {
    color: #fff;
    font-size: 600;
}

.types_couvertures .img-title a:hover {
    opacity: .7;
    text-decoration: none;
}

.actualites .link {
    display: block;
    margin-bottom: 30px;
}

.actualites .link img {
    width: 100%;
}

.actualites .link:hover img {
    opacity: .7;
}

.actualites .box-info-title {
    color: #007daa;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.actualites .box-info-title a:hover {
    text-decoration: none;
}

#footer {
    background: #58595b;
    padding: 60px 0;
}

#footer .navbar-brand {
    padding: 0;
}

#footer .navbar-brand img {
    width: 100%;
}

#footer .footer-nav ul {
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#footer .footer-nav ul li {
    page-break-inside: avoid;
}

.footer-nav ul li {
    padding-bottom: 10px;
}

.footer-nav ul li a {
    color: #fff;
}

.addres-info {
    color: #fff;
}

.addres-info .fa {
    margin-right: 5px;
}

.addres-info a {
    color: #fff;
}

.footer-link ul {
    padding: 0;
}

.footer-link ul a {
    color: #fff;
}

.social ul {
    padding: 0;
    overflow: hidden;
}

.social ul li {
    float: left;
    padding-right: 20px;
}

.social ul li:last-child {
    padding: 0;
}

.social ul li a {
    color: #fff;
}

.social ul li a:hover {
    color: #4ca4c3;
}


/* SERVICE-PAGE */

.top-line-bg {
    height: 150px;
    text-align: center;
    margin-top: -3px;
}

.top-line-1 {
    background: url(../images/bg-line.jpg) center center no-repeat;
}

.top-line-bg h1 {
    font-size: 30px;
    color: #fff;
    line-height: 150px;
}

.inner-page .breadcrumb {
    background-color: transparent;
    padding-left: 5px;
}

.nav-tabs-line {
    background-color: #007daa;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
}

.nav-tabs-block .nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    color: #007daa;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.nav-tabs-block .nav-tabs>li>a.p3 {
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.nav-tabs-block .nav-tabs>li.active>a.p3,
.nav-tabs-block .nav-tabs>li.active>a:focus,
.nav-tabs-block .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.nav-tabs-block .nav {
    box-sizing: border-box;
}

.nav-tabs-block .nav>li>a {
    white-space: nowrap;
    display: inline-block;
    padding: 10px 5px 5px;
    border-bottom: 1px solid transparent;
}

.nav-tabs-block .nav>li {
    width: 20%;
    text-align: center;
}

.nav-tabs-block .nav-tabs {
    border-bottom: 0;
}

.nav-tabs-block .nav-tabs>li.active>a,
.nav-tabs-block .nav-tabs>li.active>a:focus,
.nav-tabs-block .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #007daa;
    color: #007daa;
}

.nav-tabs-block .nav>li>a:focus,
.nav-tabs-block .nav>li>a:hover {
    background-color: transparent;
}

.tab-pane-content {
    padding-top: 40px;
    padding-bottom: 70px;
}

.tab-content-text {
    margin-bottom: 65px;
}

.tab-content-text:last-of-type {
    margin-bottom: 0;
}

.tab-content-text h3 {
    font-size: 22px;
    font-weight: normal;
    z-index: 20;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #4a4a4a;
    line-height: 1.5;
}

.tab-content-text h4 {
    font-size: 18px;
    font-weight: normal;
    text-transform: lowercase;
    z-index: 20;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #4a4a4a;
    line-height: 1.5;
}

.tab-content-text h3:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #007daa;
    position: absolute;
    z-index: 25;
    bottom: -30px;
    left: 0;
}

.tab-content-text p {
    margin-bottom: 25px;
    text-align: justify
}

.tab-content .form-block,
.tab-content .img-block {
    margin-bottom: 30px;
}

#menu1 .form-block .form-title {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #007daa;
    width: 100%;
}

#menu1 .form-block .mygroup2 {
   background-color: #f2f2f2;
    padding: 15px; float: left;
    width: 100%;
}

#menu1 .form-block .mygroup2 p {
   
    margin-top: 7px;
	padding: 5px; 
    
}

.tab-content .form-title {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #007daa;
    width: 100%;
}

.tab-content .form-title h4 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.form-block form {
    background-color: #f2f2f2;
    padding: 15px;
}

.form-block .mygroup2 {
    background-color: #f2f2f2;
    padding: 15px; float: left;
}

.tab-content .form-control,
.callback-form .form-control {
    border-radius: 0;
}

.callback-form .btn,
.form-block .btn {
    width: 100%;
    text-transform: uppercase;
}

.tab-content .img-block img {
    width: 100%;
}

.sidebar-menu {
    padding: 20px;
    background-color: #4a4a4a;
}

.sidebar-menu h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.sidebar-menu {
    margin-bottom: 50px;
}

.sidebar-menu ul {
    padding: 0;
    margin: 15px 0 0;
}

.sidebar-menu ul img {
    width: 22%
}

.sidebar-menu ul h3 {
    float: right;
    font-size: 13px;
    text-align: right;
    line-height: 18px;
    padding-top: 4px;
    text-transform: uppercase;
    width: 75%
}

.sidebar-menu ul h3 a {
    color: #fff;
}

.sidebar-menu ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.sidebar-menu ul li:last-of-type {
    border-bottom: 0;
}

.callback-form {
    background: url(../images/consulting.jpg) top center no-repeat;
    padding: 30px 20px;
    height: 440px;
}

.callback-form h3 {
    font-size: 16px;
    color: #4a4a4a;
    text-align: center;
    line-height: 18px;
    margin-bottom: 20px;
}


/* /SERVICE-PAGE */


/* CONTACTS-PAGE */

.form-block.contacts form {
    background-color: transparent;
}

.form-block.contacts .btn {
    width: 200px;
}

.contact-social span {
    display: block;
    margin-bottom: 10px;
}

.contact-social span a {
    display: inline-block;
    margin-right: 7px;
}

.contact-social span .fa {
    color: #fff;
}

.contact-social .btn-instagram {
    background-color: #3f729b;
}

.contact-social .btn-facebook {
    background-color: #3b5998;
}

.contact-social .btn-google {
    background-color: #dd4b39;
}

.contact-social .btn-twitter {
    background-color: #55acee;
}


/*
.contact-info {
    padding-top: 30px;
}
*/

.contact-info-item {
    margin-bottom: 20px;
    font-size: 16px;
}

.marker,
.tel {
    margin-bottom: 7px;
}

.marker .fa,
.tel .fa,
.mail .fa {
    display: inline-block;
    margin-right: 3px;
    width: 14px;
    height: 14px;
}

.marker span {
    display: block;
    padding-left: 17px;
}

.map-block {
    margin-top: 20px;
}

.map-block iframe {
    width: 100%;
    border: 0;
    frameborder: 0;
}


/* /CONTACTS-PAGE */


/* FAQ */

.faq-box {
    margin: 35px 0;
}

.panel-group {
    margin-bottom: 20px;
}

.faq-box .panel {
    border: none;
}

.faq-box .panel-heading {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px 15px;
    background: #f1f2f2;
    position: relative;
}

.faq-box .panel:nth-child(2n) .panel-heading {
    background: #fff;
}

.faq-box .panel:nth-child(2n) .panel-heading+.panel-collapse>.panel-body {
    background: #fff;
}

.faq-box a {
    color: #204b6f;
    font-size: 22px;
    display: block;
    position: relative;
    padding-right: 15px;
}

.faq-box a:hover,
.faq-box a:active {
    color: #1284ba;
}

.faq-box a:visited,
.faq-box a:hover,
.faq-box a:active {
    text-decoration: none;
}

.faq-box .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #f1f2f2;
    border: none;
    color: #999;
    font-size: 16px;
    line-height: 28px;
}

.panel-title {
    overflow: hidden;
}

.panel-title .fa {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.panel-title .collapsed .fa-caret-right {
    display: block;
}

.panel-title .collapsed .fa-caret-down {
    display: none;
}

.panel-title .fa-caret-right {
    display: none;
}


/* new-faq-modal */

.tab-block .nav-tabs.nav-justified>li>a {
    border-radius: 0;
    border-bottom: 0;
}

.tab-block .nav-tabs.nav-justified>.active>a,
.tab-block .nav-tabs.nav-justified>.active>a:focus,
.tab-block .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
}

.tab-block .nav-tabs>li.active>a,
.tab-block .nav-tabs>li.active>a:focus,
.tab-block .nav-tabs>li.active>a:hover {
    background-color: #ddd;
    text-decoration: underline;
}

.tab-block .nav-tabs>li {
    background: #ddd;
    font-size: 18px;
}

.tab-block .nav-tabs.nav-justified>li{
    position: relative;
}


.tab-block .nav-tabs.nav-justified>li:after{
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #0ca2d8;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}

.tab-block .nav-tabs>li>a {
    color: #0ca2d8;
    border: 0;
}

.questions-block {
    padding-top: 30px;
    padding-bottom: 50px;
}

.questions-block h2 {
    font-size: 30px;
    color: #007daa;
    margin-bottom: 20px;
}

.question-box {
    background-color: #ddd;
    padding: 20px 30px 20px 30px;
    text-align: left;
    min-height: 130px;
    max-height: 140px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.question-box h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.question-box a.answer {
    display: inline-block;
    width: 98%;
    
    text-align: center;
    margin-left: 3px;
    font-size: 17px;
    line-height: 30px;
}

.question-box a.answer:hover,
.question-box a.answer:focus {
    outline: none;
}

.question-box .modal {
    background-color: rgba(200, 200, 200, 0.7);
    top: 20%;
}

.question-box .modal-backdrop {
    background-color: transparent;
}

.question-box .modal-header {
    border-bottom: 0;
}

.question-box .modal-body {
    font-size: 16px;
    line-height: 24px;
}

.question-box .modal-body h4{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}


/* new-faq-modal */


/* /FAQ */


/* PRESENTATION-PAGE */

.equal,
.equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.radius-left {
    border-radius: 20px 0 0 20px;
}

.radius-right {
    border-radius: 0 20px 20px 0;
}

.presentation-block {
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
}

.text-center {
    text-align: center;
}

.presentation-block-item {
    background-color: #f6f6f6;
    border-radius: 20px;
    color: #646363;
    font-size: 14px;
    line-height: 22px;
    margin: 20px auto;
}

.presentation-block-item>.row {
    margin-left: 0;
    margin-right: 0;
}

.presentation-block-item h2 {
    font-size: 22px;
    margin-bottom: 5px;
	margin-btop: 10px;
    text-transform: none;
}

.presentation-block-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: none;
}

.item-text {
    padding: 45px 30px 55px 30px;
}

.presentation-item-img#presentation-1 {
    background: url(../images/presentation-assurance-pro.jpg) 100% 0% no-repeat;
    background-size: cover;
}

.presentation-item-img#presentation-2 {
    background: url(../images/images2.jpg) 100% 0% no-repeat;
    background-size: cover;
}

.presentation-item-img#presentation-3 {
    background: url(../images/images3.jpg) 100% 0% no-repeat;
    background-size: cover;
}

.presentation-item-img#presentation-4 {
    background: url(../images/images4.jpg) 100% 0% no-repeat;
    background-size: cover;
}

.presentation-item-img#presentation-5 {
    background: url(../images/images5.jpg) 100% 0% no-repeat;
    background-size: cover;
}


/* /PRESENTATION-PAGE */


/* ACTUALITES-PAGE */

.news-block {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-block-row {
    margin-bottom: 20px;
}

.photo-block {
    position: relative;
}

.photo-block img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.photo-block .name-block {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(150, 150, 150, 0.8);
    height: 75px;
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.photo-block .name-block h3 {
    font-size: 14px;
}

.photo-block .name-block a {
    color: #fff;
}

.photo-block .date {
    font-size: 12px;
}

.news-row-item {
    padding: 20px 15px;
    position: relative;
	min-height:362px
}

.news-row-item:before,
.news-row-item:after {
    content: "";
    display: block;
    background-color: #4ca4c3;
    position: absolute;
}

.news-row-item:before {
    width: 250px;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-left: -125px;
}

.news-row-item:after {
    width: 1px;
    height: 320px;
    top: 50%;
    right: -15px;
    margin-top: -160px;
}

.col-sm-4:last-of-type .news-row-item:after {
    display: none;
}

.description-block {
    margin-top: 35px;
    font-size: 12px;
}

.pagination-block {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination-block .pagination {
    font-size: 14px;
    margin: 0 auto;
}

.pagination-block .pagination li a {
    background: #f1f1f1;
    color: #4a4a4a;
    border-radius: 0;
    border: none;
    margin: 0 4px;
}

.pagination-block .pagination li a:hover,
.pagination-block .pagination li a:focus,
.pagination-block .pagination li a:active {
    color: #007daa;
}


/* /ACTUALITES-PAGE */

@media (max-width: 1199px) {
    .nav.navbar-nav li {
        padding: 0 30px;
    }
    .slider-top-block .position-box .left-box {
        padding: 20px;
    }
    .slider-top-block .position-box .right-box {
        max-width: 500px;
    }
    .nav-tabs-block .nav>li {
        width: auto;
    }
}

@media (max-width: 991px) {
    /* .contact-info .btn:last-child {
        display: none;
    } */
    /*  .nav-top-info .nav-top-link,
   .nav-top-info .block {
       display: -webkit-box;
   } */
    .nav-top-info .nav-top-link {
        padding: 0;
    }
    .navbar .nav-box {
        overflow: visible;
    }
    .slider-top-block .position-box .left-box {
        max-width: 320px;
    }
    .slider-top-block .position-box .right-box {
        max-width: 380px;
    }
    .diamond {
        margin: 60px 0 10px 75px;
    }
    .contact-info-item h3 {
        font-size: 20px;
    }
    .map-block iframe {
        height: 300px !important;
    }
    .top-line-bg {
        height: 150px;
        padding-top: 50px;
    }
    .top-line-bg h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .nav-tabs-block .nav-tabs>li>a {
        font-size: 10px;
    }
    .tab-content-text h3 {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .tab-content .form-title h4,
    .sidebar-menu h4 {
        font-size: 14px;
    }
    .sidebar-menu {
        padding: 10px;
    }
    .sidebar-menu ul h3 {
        font-size: 12px;
    }
    .carousel {
        height: 450px;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 40px !important;
        height: 30px !important;
        top: 40% !important;
    }
    .slider-top-block .position-box .left-box {
        margin-top: 120px;
    }
    .position-box h3 {
        font-size: 16px;
    }
    .position-box .right-box .right-box-title {
        padding: 12px;
        font-size: 14px;
    }
    .navbar-brand {
        width: 150px;
        padding: 20px 10px;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar .title-page h1 {
        font-size: 18px;
    }
    .nav.navbar-nav li a {
        font-size: 13px;
    }
    .nav-top-info .block .contact-info {
        display: block;
        float: none;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        margin: 0;
    }
    .padding .box-title {
        margin-bottom: 50px;
        font-size: 22px;
    }
    .padding {
        padding: 30px 0;
    }
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {
        display: none;
    }
    .slider-top-block .left-box .left-box-title {
        font-size: 19px;
    }
    .slider-top-block .position-box .left-box {
        margin: 0 0 20px;
    }
    .slider-top-block .position-box .right-box {
        margin: 0;
    }
    .bx-viewport {
        height: 695px !important;
    }
    ul.carousel li {
        height: 695px;
    }
    .position-box .form-block {
        padding: 20px;
    }
    .contact-info {
        display: none;
    }
    .diamond {
        margin: 60px 0 10px 50%;
    }
    .addres-info,
    .footer-link,
    .social {
        text-align: center;
    }
    #footer .social,
    .footer-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }
    #footer .navbar-brand {
        float: none;
    }
    #footer .navbar-brand img {
        width: 39%;
        margin: 0 auto;
    }
    .footer-nav {
        padding: 20px 0;
    }
    .sometimes .box-info {
        margin-bottom: 20px;
    }
    .slider-block .slick-prev {
        left: -10px;
    }
    .slider-block .slick-next {
        right: -10px;
    }
    .navbar .title-page h1 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }
    .navbar-brand {
        float: none;
        display: block;
        padding-top: 15px;
    }
    .navbar-brand img {
        width: 39%;
    }
    .navbar .nav-box {
        padding: 0;
    }
    .nav-top-info .nav-top-link {
        display: none;
    }
    .navbar .title-page {
        padding: 0;
    }
    .nav.navbar-nav {
        float: none;
        text-align: center;
        margin: 0;
    }
    .nav.navbar-nav li {
        padding: 0;
        padding-bottom: 10px;
    }
    .nav.navbar-nav li a br {
        display: none;
    }
    .nav.navbar-nav li a:hover,
    .nav.navbar-nav li.active a {
        border: none;
        color: #007daa;
    }
    .nav-tabs-block .nav>li {
        width: auto;
    }
    .tab-pane-content {
        padding: 30px 0;
    }
    .tab-content-text {
        margin-bottom: 40px;
    }
    .callback-form {
        background: #f2f2f2;
        height: auto;
    }
    .contact-info {
        padding-left: 15px;
    }
    .faq-box .panel-heading {
        padding: 15px 10px;
    }
    .faq-box a {
        font-size: 16px;
        line-height: 20px;
    }
    .top-line-bg {
        height: 120px;
        padding-top: 15px;
    }
    .presentation-block-item img {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    .equal,
    .equal > div[class*='col-'] {
        display: block;
    }
    .item-text {
        padding: 20px 15px;
    }
    #header .tel,
    .nav-top-info .block .nav-top-link,
    .nav-top-info .block .nav-top-link li {
        display: block;
        float: none;
        text-align: center;
    }
    .nav-top-info .block .nav-top-link li {
        margin-bottom: 7px;
    }
    .slider-top-block {
        display: none;
    }
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/prev.png) #007daa 50% 50% no-repeat;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.5;
}

.bx-wrapper .bx-next {
    right: 20px;
    background: url(../images/next.png) #007daa 50% 50% no-repeat;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.5;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    opacity: 1;
}


/* .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
} */

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 88px;
    height: 48px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 48px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 48px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}


/* .bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
} */


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/* *******************
*** CUSTOM STYLES ****
******************* */

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.bx-viewport,
.bx-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
}

.carousel {
    height: 600px;
    margin: 0;
    padding: 0;
}

.carousel__slide {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* ------------------------------------------------------------
    PLAN DU SITE
------------------------------------------------------------ */


/*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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline;}*/


/* ------------------------------------------------------------
    NUMBER OF COLUMNS: Adjust #primaryNav li to set the number
    of columns required in your site map. The default is 
    4 columns (25%). 5 columns would be 20%, 6 columns would be 16.6%, etc. 
------------------------------------------------------------ */

#primaryNav li {
    width: 25%;
}

#primaryNav li ul li {
    width: 100% !important;
}

#primaryNav.col1 li {
    width: 99.9%;
}

#primaryNav.col2 li {
    width: 50.0%;
}

#primaryNav.col3 li {
    width: 33.3%;
}

#primaryNav.col4 li {
    width: 25.0%;
}

#primaryNav.col5 li {
    width: 20.0%;
}

#primaryNav.col6 li {
    width: 16.6%;
}

#primaryNav.col7 li {
    width: 14.2%;
}

#primaryNav.col8 li {
    width: 12.5%;
}

#primaryNav.col9 li {
    width: 11.1%;
}

#primaryNav.col10 li {
    width: 10.0%;
}


/* ------------------------------------------------------------
    General Styles
------------------------------------------------------------ */

.sitemap {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}


/* ------------------------------------------------------------
    Site Map Styles
------------------------------------------------------------ */


/* -------- Top Level --------- */
.plandusite
{
	float:left; margin-top:40px
}

.plandusite #primaryNav {
    margin: 0;
    float: left;
    width: 100%;
}

.plandusite #primaryNav #home {
    display: block;
    float: none;
    background: #ffffff url('images/L1-left.png') center bottom no-repeat;
    position: relative;
    z-index: 2;
    padding: 0 0 30px 0;
}

.plandusite #primaryNav li {
    float: left;
    background: url('images/L1-center.png') center top no-repeat;
    padding: 30px 0;
    margin-top: -30px;
}

.plandusite #primaryNav li a {
    margin: 0 20px 0 0;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: black;
    background: #c3eafb url('images/white-highlight.png') top left repeat-x;
    border: 2px solid #b5d9ea;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    /* FF 3.5+ */
}

.plandusite #primaryNav li a:hover {
    background-color: #e2f4fd;
    border-color: #97bdcf;
}

.plandusite #primaryNav li:last-child {
    background: url('images/L1-right.png') center top no-repeat;
}

.plandusite a:link:before,
.plandusite a:visited:before {
    content: " "attr(href)" ";
    display: block;
    text-transform: uppercase;
    display: none;
    font-size: 18px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.plandusite #primaryNav li a:link:before,
.plandusite #primaryNav li a:visited:before {
    color: #78a9c0;
}


/* -------- Second Level --------- */

.plandusite #primaryNav li li {
    width: 100%;
    clear: left;
    margin-top: 0;
    padding: 10px 0 0 0;
    background: url('images/vertical-line.png') center bottom repeat-y;
}

.plandusite #primaryNav li li a {
    background-color: #cee3ac;
    border-color: #b8da83;
}

.plandusite #primaryNav li li a:hover {
    border-color: #94b75f;
    background-color: #e7f1d7;
}

.plandusite #primaryNav li li:first-child {
    padding-top: 30px;
}

.plandusite #primaryNav li li:last-child {
    background: url('images/vertical-line.png') center bottom repeat-y;
}

.plandusite #primaryNav li li a:link:before,
.plandusite #primaryNav li li a:visited:before {
    color: #8faf5c;
}


/* -------- Third Level --------- */

.plandusite #primaryNav li li ul {
    margin: 10px 0 0 0;
    width: 100%;
    float: right;
    padding: 9px 0 10px 0;
    background: #ffffff url('images/L3-ul-top.png') center top no-repeat;
}

.plandusite #primaryNav li li li {
    background: url('images/L3-center.png') left center no-repeat;
    padding: 5px 0;
}

.plandusite #primaryNav li li li a {
    background-color: #fff7aa;
    border-color: #e3ca4b;
    font-size: 12px;
    padding: 5px 0;
    width: 80%;
    float: right;
}

main .plandusite #primaryNav li li li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}

.plandusite #primaryNav li li li:first-child {
    padding: 15px 0 5px 0;
    background: url('images/L3-li-top.png') left center no-repeat;
}

.plandusite #primaryNav li li li:last-child {
    background: url('images/L3-bottom.png') left center no-repeat;
}

.plandusite #primaryNav li li li a:link:before,
.plandusite #primaryNav li li li a:visited:before {
    color: #ccae14;
    font-size: 9px;
}


/* ------------------------------------------------------------
    Utility Navigation
------------------------------------------------------------ */

#utilityNav {
    float: right;
    max-width: 50%;
    margin-right: 10px;
}

#utilityNav li {
    float: left;
    margin-bottom: 10px;
}

#utilityNav li a {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    display: block;
    border: 2px solid #e3ca4b;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: black;
    background: #fff7aa url('images/white-highlight.png') top left repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    /* FF 3.5+ */
}

#utilityNav li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}

#utilityNav li a:link:before,
#utilityNav li a:visited:before {
    color: #ccae14;
    font-size: 9px;
    margin-bottom: 3px;
}


/* MODAL TABS */

.btn-fix-tab {
    display: block;
    position: fixed;
    z-index: 5010;
    top: 25%;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    width: 30px;
    padding: 10px 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.btn-fix-tab.btn-1,
.btn-fix-tab.btn-2 {
    height: 150px;
}

.btn-fix-tab.btn-3 {
    height: 220px;
}

.btn-fix-tab,
.btn-fix-tab:hover,
.btn-fix-tab:focus {
    background: #007daa;
    color: #fff;
}

.btn-fix-tab .fa {
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 15px;
}

.btn-fix-tab span {
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.panel-fix {
    position: fixed;
    top: 25%;
    right: 35px;
    z-index: 5000;
    background: #fff;
    padding-bottom: 20px;
    width: 464px;
    border: 1px solid #ccc;
}

.panel-fix .close {
    display: block;
    width: 20px;
    height: 19px;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: -1px;
    left: -19px;
    z-index: 5100;
    border-radius: 0;
}

.panel-fix .close img {
    width: 50%;
    display: block;
    margin: auto;
}

.panel-fix .form-control,
.panel-fix .nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tab-form form {
    width: 400px;
    margin: 20px auto 0;
}

.tab-form input.form-control {
    width: 100%;
    padding: 0 8px;
}

.tab-form .date {
    position: relative;
}

.tab-form .date-icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
}

.tab-form .date-icon .fa {
    font-size: 24px;
}

.tab-form .form-control {
    height: 40px;
}

.tab-form label {
    display: block;
    margin-bottom: 5px;
}

.tab-form .btn {
    display: block;
    margin: 20px auto 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    width: 100%;
}

.tab-form .btn:hover {
    background-color: #007daa;
}

.nav-tabs>li {
    background: #aaa;
}

.panel-fix .nav-tabs>li>a {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    border-color: #ccc;
}

.panel-fix .nav-tabs>li.active>a,
.panel-fix .nav-tabs>li.active>a:focus,
.panel-fix .nav-tabs>li.active>a:hover {
    color: #fff;
    background: #007daa;
}

.panel-fix .nav>li>a:focus,
.panel-fix .nav>li>a:hover {
    background-color: #ddd;
}

.nav-tabs>li>a {
    margin-right: 0;
}

.modal-msg {
    background: #fff;
    width: 300px;
    height: 150px;
    text-align: center;
    padding: 30px 30px 20px;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -150px;
}

.modal-msg .btn-ok {
    display: block;
    margin: 20px auto 0;
    color: #fff;
    background-color: #1571e2;
}

@media (max-width: 1400px) {
    .form-group {
        margin-bottom: 5px;
    }
    .tab-form .form-control {
        height: 34px;
    }
    .tab-form .btn {
        margin-top: 10px;
        padding: 6px 15px;
    }
    .panel-fix .nav-tabs>li>a {
        padding: 6px 15px;
    }
}

@media (max-width: 767px) {
    .panel-fix {
        width: 300px;
        top: 3%;
        padding-bottom: 10px;
    }
    .nav-tabs>li {
        float: none;
        display: block;
        text-align: center;
    }
    .tab-form form {
        width: 280px;
        margin: 0 auto;
        padding: 15px;
    }
    .tab-form label {
        font-size: 14px;
    }
    .btn-fix-tab {
        top: 50px;
    }
}

/* LEXIQUE-BLOCK */



.word-cloud {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 30px auto 20px;
}

.word-block a {
    display: block;
}

.word-cloud a:hover,
.word-cloud a:focus,
.word-cloud a:visited {
    text-decoration: none;
    opacity: 0.8;
    outline: none;
}

#wrapper .modal-backdrop {
    background-color: transparent;
}

#wrapper .modal {
    background-color: rgba(200, 200, 200, 0.7);
    top: 20%;
}

#wrapper .modal.in .modal-dialog {
    z-index: 1000;
}

#wrapper .modal-header {
    border-bottom: 0;
}


/* //LEXIQUE-BLOCK */
