@charset "utf-8";
/* CSS Document */

html {
    margin-top: 0!important;
}

body {
    width: 100%; 
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3a3c3d;
    background: #fff none repeat scroll 0 0;
}

body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

/************** STRUCTURE **************/
#page.site {
    margin: 0;
}

.site-inner {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
    display: none;
}

::-moz-selection {
    background: none repeat scroll 0 0 #1e95d3 !important;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: none repeat scroll 0 0 #1e95d3 !important;
    color: #fff;
    text-shadow: none;
}

.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:focus:not(.prev):not(.next), .pagination a:hover:not(.prev):not(.next), .comments-pagination a:focus:not(.prev):not(.next), .comments-pagination a:hover:not(.prev):not(.next), .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {box-shadow:none;color: #ffffff;}

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {box-shadow:none;transition:none;}

a {
    color: #1e95d3;
    text-decoration: none;
    font-size: 16px;
}

a:hover,
a:focus,
a:active {
    color: #32a5e1;
    text-decoration: underline;
    outline: none; 
}

a i {
   margin:0 5px;
}

p,
li {
    color: #3a3c3d;
    font-size: 16px;
    line-height: 1.4em;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}

input,
select,
textarea {
    font-size: 1em;
	font-weight:400;
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 1.1em;
}

tr {
    border-bottom: 0 none;
}

.texte-small {
    font-size: 0.8em;
    font-style: italic;
}

ul,
ol {
    margin-left: 30px;
}

ol {
    margin-bottom: 10px;
}

ul {
    list-style: outside none disc;
}

.clearboth {
    clear: both;
    height: 10px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0 0 0.5em;
    text-rendering: optimizelegibility;
    line-height: 1.3;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #1e95d3;
}

.separator {
    width: 100%;
    height: 1px;
    background: #cccccc;
    clear: both;
    margin: 15px 0;
}

/************** link **************/
/*** links header ***/
.link {
    font-family: Open Sans, "Helvetica Neue", sans-serif;
    background: #1e95d3 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    opacity: 1;
    box-shadow: none;
    border: 0;
    margin-top: 10px;
    letter-spacing: normal;
}

.link:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    outline: none;
}

.link:active,
.link:focus {
    opacity: 0.8;
    background:#006BA3;
    text-decoration: none;
    color: #fff;
    outline: none;
}

/*** links ***/
.links, .blog .more-link {
    font-family: Open Sans, "Helvetica Neue", sans-serif;
    background: #1e95d3 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    min-height: 40px;
    height: auto;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-align: center;
    text-transform: none;
    opacity: 1;
    box-shadow: none;
    border: 0;
    min-width: 200px;
    letter-spacing: normal;
    margin-right: 15px;
}

.links:hover,
.blog .more-link:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    outline: none;
}

.links:active,
.links:focus,
.blog .more-link:active,
.blog .more-link:focus {
    opacity: 0.8;
    background:#006BA3;
    text-decoration: none;
    color: #fff;
    outline: none;
}


/*** links color ***/
.links.reverse,
button.reverse,
.btn.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #1E95D3;
    color: #1E95D3;
}

.links.white,
button.white,
.btn.white {
    background: #ffffff none repeat scroll 0 0;
    color: #1E95D3;
}

.links.white.reverse,
button.white.reverse,
.btn.white.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.links.grey,
button.grey,
.btn.grey {
    background: #3a3c3d none repeat scroll 0 0;
    color: #ffffff;
}

.links.grey.reverse,
button.grey.reverse,
.btn.grey.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #3a3c3d;
    color: #3a3c3d;
}

.links.darkblue,
button.darkblue,
.btn.darkblue {
    background: #003F72 none repeat scroll 0 0;
    color: #ffffff;
}

.links.darkblue.reverse,
button.darkblue.reverse,
.btn.darkblue.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #003F72;
    color: #003F72;
}

.links.bluesky,
button.bluesky,
.btn.bluesky {
    background: #00add0 none repeat scroll 0 0;
    color: #ffffff;
}

.links.bluesky.reverse,
button.bluesky.reverse,
.btn.bluesky.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #00add0;
    color: #00add0;
}

.links.green,
button.green,
.btn.green {
    background: #8FAD15 none repeat scroll 0 0;
    color: #ffffff;
}

.links.green.reverse,
button.green.reverse,
.btn.green.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #8FAD15;
    color: #8FAD15;
}

.links.darkgreen,
button.darkgreen,
.btn.darkgreen {
    background: #206C49 none repeat scroll 0 0;
    color: #ffffff;
}

.links.darkgreen.reverse,
button.darkgreen.reverse,
.btn.darkgreen.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #206C49;
    color: #206C49;
}

.links.purple,
button.purple,
.btn.purple {
    background: #412D5D none repeat scroll 0 0;
    color: #ffffff;
}

.links.purple.reverse,
button.purple.reverse,
.btn.purple.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #412D5D;
    color: #412D5D;
}

.links.orange,
button.orange,
.btn.orange {
    background: #C95413 none repeat scroll 0 0;
    color: #ffffff;
}

.links.orange.reverse,
button.orange.reverse,
.btn.orange.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #C95413;
    color: #C95413;
}

.links.pink,
button.pink,
.btn.pink {
    background: #A30050 none repeat scroll 0 0;
    color: #ffffff;
}

.links.pink.reverse,
button.pink.reverse,
.btn.pink.reverse {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #A30050;
    color: #A30050;
}

/*** Button basic ***/
.links.basic { 
    background:transparent;
    border-radius: 0;
    color: #1e95d3;
    min-height: auto;
    height: auto;
    line-height: 28px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    min-width: auto;
    margin-right: 15px;
}
.links.basic:hover, .links.basic:active, .links.basic:focus {
    opacity:0.8;
    color: #1e95d3;
}
.links.basic i.fa.fa-pull-right {
    line-height: 30px;
    right: -10px;
}

/*** links icone ***/
.links i,
button i,
.btn i {
    float: left;
    line-height: 20px;
    margin-right: 15px;
}

.links i.fa.fa-pull-right,
 button i.fa.fa-pull-right,
.btn i.fa.fa-pull-right {
    line-height: 20px;
    position: relative;
    right: -12px;
	float: right;
	animation: all .1s ease-in-out;
	margin: 0 2px;
}

.links:hover i.fa.fa-pull-right,
 button:hover i.fa.fa-pull-right,
.btn:hover i.fa.fa-pull-right {
	font-size: 22px;
}

/*** Button ***/
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 25px;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    opacity: 0.8;
    background:#006BA3;
    text-decoration: none;
    color: #fff;
    outline: none;
}

/************** ELEMENTS **************/
h1 {font-size: 30px;color: #3a3c3d;font-weight: normal;line-height: 1.3em;}
h1 span {color: #1e95d3;}

h2 {font-size: 28px;color: #3a3c3d;font-weight: 400;text-transform: none;margin: 0 0 15px;}

h3 {font-size: 26px;color: #3a3c3d;font-weight: 600;text-transform: none;margin: 10px 0 10px;}

.container-bloc.nopaddingbottom,
.bloc.nopaddingbottom {padding-bottom:0;}

code {background-color: #dfeef7;border-radius: 5px;color: #1e95d3;padding: 3px 8px;}

/*** Call ***/
@media (max-width: 768px) {
a.call {max-width: 170px;background: #1E95D3;border-radius: 5px;color: #ffffff !important;font-weight: 400;padding: 2px 10px;margin:10px 0 0;text-decoration:none;display: block;}
a.call:hover, a.call:active, a.call:focus {opacity:0.8;text-decoration:none!important;}
a.call::before {content: "\f095";display: inline;font-family: fontawesome;height: 5px;margin-right: 5px;width: 5px;}
}

/*** Video ***/
.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;margin: 0 0 15px 0;display: block;}
.video-container iframe,
.video-container object,
.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-container.active {display: block!important;}


/*** Form ***/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {background: #ffffff none repeat scroll 0 0;border: 1px solid #d1d1d1;border-radius: 2px;color: #3a3c3d;padding:0.3em 0.4375em;width: 100%;}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {font-family: Open Sans, "Helvetica Neue", sans-serif;background: #1e95d3 none repeat scroll 0 0;border-radius: 5px;color: #fff;display: inline-block;font-size: 16px;font-weight: 600;height: auto;min-height: 40px;line-height: 20px;margin-bottom: 10px;padding: 10px 25px;text-align: center;text-transform: none;opacity: 1;box-shadow: none;border: 0;min-width: 200px;letter-spacing: normal;margin-right: 15px;}

.wpcf7-form-control-wrap {display: inline-block;margin-top: 5px;position: relative;width: 100%;}
.wpcf7-form p {margin-bottom: 10px;}
.wpcf7-form label {font-weight: 600;}
.wpcf7-form input, .wpcf7-form area {font-weight: 400;}
.wpcf7-form select {font-weight: 400;padding: 0 10px;}
span.wpcf7-not-valid-tip {color: #d9534f;display: inline-block;font-size: 1em;font-weight: 600;margin-top: 5px;}
div.wpcf7-mail-sent-ok {background: #a7cb12 none repeat scroll 0 0;border: 2px solid #a7cb12;}
div.wpcf7-response-output {border-radius: 5px;color: #fff;font-size: 16px;margin: 0 0 10px;padding: 10px 1em;}
div.wpcf7-validation-errors {background: #d9534f none repeat scroll 0 0;border: 2px solid #d9534f;}
.wpcf7-form-control-wrap.opt-in .wpcf7-list-item {font-size: 16px;margin-left: 0;}

.wpcf7-form .dynamicemail {display: none;}

/************** HEADER **************/
header.site-header {padding: 0;background-color: #ffffff;border-bottom:2px solid #D8D8D8;}

.site-header .bloc {padding: 10px 0 0;}
.container-bloc.header {margin: 0;padding: 5px 0 15px;}

.logo {margin: 15px 0 0;max-width: 170px;display: inline-block;opacity: 1;}
.logo:hover,
.logo:hover {opacity: 0.9;}

.link {margin: 10px 0;}

.site-branding,
.site-header-menu,
.header-image {margin: 0;}

.main-navigation {margin: 0;font-family: Open Sans, "Helvetica Neue", sans-serif;}

/*** Menu top ***/
ul.menu-top {list-style: none;margin: 10px 0;padding: 0;text-align: right;}
ul.menu-top li {display: inline-block;margin-right: 5px;font-size: 16px;color: #3a3c3d;}
ul.menu-top li:last-child {margin-right: 0;}
ul.menu-top li a {color: #3a3c3d;font-size: 16px;}
ul.menu-top li a:hover,
ul.menu-top li a:active {color: #3a3c3d;text-decoration: underline;}

/* Media queries menu */
@media (min-width: 430px) {	
.logo {margin: 15px 0 0;max-width: 200px;}
}

@media (min-width: 768px) {
ul.menu-top {margin:10px 0 0;}
.link {margin: 10px 0 0;position: relative;right: 0;top: 0;}
/***  First level menu  ***/
#top-menu {list-style: none;margin: 9px 0px;padding: 0;display: inline-block;}
#top-menu li {display: inline-block;margin-right:20px;margin-bottom: 0;}
#top-menu li:last-child {margin-right: 0;}
#top-menu li a {color:#3a3c3d;font-weight:600;font-size:18px;padding:5px 0 5px 0;}
#top-menu li a:hover,
#top-menu li a:active {color: #1e95d3;text-decoration: none;}
}

/************** CONTENT **************/
#page-content {background: #fff none repeat scroll 0 0!important;border: 0!important;}
.page:not(.home) #content {padding-bottom: 0;}
.site-content {padding: 0;}
.content-area {float: none;margin: 0;width: 100%;}
.content-area {float: none;margin: 0;width: 100%;}
.page-one-column .panel-content .wrap {max-width:100%;padding:0;}
header.entry-header {display:none;}
.single header.entry-header {display:block;}
.site-main {margin: 0;}
.wrap.page-full-width {max-width: 100%;padding-left: 0;padding-right: 0;}
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {margin-left: auto;margin-right: auto;max-width: 100%;}

.container-bloc {margin: 0;padding: 40px 0;}
.container-bloc.mini {padding: 20px 0;}
.bloc {margin: 0 auto;max-width: 1170px;width: 100%;padding: 10px 15px;}

.separator-grey {border-top:2px solid #D8D8D8;}

/************* BLOC COLOR **********/
.grey {
    background: #3A3C3D;
    color: #fff;
}

.grey p,
.grey h1,
.grey h2,
.grey h3,
.grey ul li {
    color: #fff;
}

.lightgrey {
    background: #F6F6F6;
}

.blue {
    background: #1e95d3;
    color: #fff;
}

.blue p,
.blue h1,
.blue h2,
.blue h3,
.blue ul li {
    color: #fff;
}

.darkblue {
    background: #003F72;
    color: #fff;
}

.darkblue p,
.darkblue h1,
.darkblue h2,
.darkblue h3,
.darkblue ul li {
    color: #fff;
}

.bluesky {
    background: #00add0;
    color: #fff;
}

.bluesky p,
.bluesky h1,
.bluesky h2,
.bluesky h3,
.bluesky ul li {
    color: #fff;
}

.bluegrey {
    background: #E4EDF2;
}

.green {
    background: #8FAD15;
    color: #fff;
}

.green p,
.green h1,
.green h2,
.green h3,
.green ul li {
    color: #fff;
}

.darkgreen {
    background: #206C49;
    color: #fff;
}

.darkgreen p,
.darkgreen h1,
.darkgreen h2,
.darkgreen h3,
.darkgreen ul li {
    color: #fff;
}

.purple {
    background: #412D5D;
    color: #fff;
}

.purple p,
.purple h1,
.purple h2,
.purple h3,
.purple ul li {
    color: #fff;
}

.orange {
    background: #C95413;
    color: #fff;
}

.orange p,
.orange h1,
.orange h2,
.orange h3,
.orange ul li {
    color: #fff;
}

.pink {
    background: #A30050;
    color: #fff;
}

.pink p,
.pink h1,
.pink h2,
.pink h3,
.pink ul li {
    color: #fff;
}

/************* TEXT COLOR **********/
.text-grey,
h1.text-grey {
    color: #3A3C3D;
}

.text-blue,
h1.text-blue {
    color: #1e95d3;
}

.text-darkblue,
h1.text-darkblue {
    color: #003F72;
}

.text-bluesky,
h1.text-bluesky {
    color: #00add0;
}

.text-green,
h1.text-green {
    color: #8FAD15;
}

.text-darkgreen,
h1.text-darkgreen {
    color: #206C49;
}

.text-purple,
h1.text-purple {
    color: #412D5D;
}

.text-orange,
h1.text-orange {
    color: #C95413;
}

.text-pink,
h1.text-pink {
    color: #A30050;
}

/***** CTA REQUEST DEMO FORM *****/
#request-demo .form-demo {margin:0 auto;max-width:550px;}
.input-group.form-demo .input-group-btn button.btn {-moz-user-select: none;border: 0 none;border-radius: 10px;cursor: pointer;display: inline-block;font-size: 18px;font-weight: 400;line-height: 18px;margin: 0; min-height: 34px;min-width: 180px;padding: 0 15px;text-align: center;vertical-align: middle;white-space: nowrap;}
.form-demo .input-group .form-control, .form-demo .input-group-addon, .form-demo .input-group-btn {display: inline-block;width:100%;margin: 15px auto 0;}
@media (min-width: 450px) {
.form-demo .input-group .form-control, .form-demo .input-group-addon, .form-demo .input-group-btn {display: table-cell;width:auto;margin:0;}
.input-group.form-demo .input-group-btn button.btn {border-bottom-left-radius: 0;border-top-left-radius: 0;}
}

/*************************************************************************** LANDING  ***/

@media (min-width: 768px) {
    .flex-center {
        display: flex;
        align-items: center;
    }
}

.intro-pme.container-bloc {
    background: #3A3C3D;
    color: #ffffff;
    margin: 20px 0;
    padding: 0;
}

.intro-pme.container-bloc h1 {
    margin-top:15px;
}

.intro-pme .bloc {
    margin: 0 auto;
    padding: 0 15px;
}

.intro-pme .bloc p, .intro-pme .bloc h1 {
    color: #ffffff;
}


.landing_pme p.booth {font-size: 18px;font-weight: 600;text-align: left;float: right;position: relative;}
.landing_pme p.booth:before {content: "\f041";color: #3A3C3D;font-family: FontAwesome;display: block;position: absolute;font-size: 40px;top: 13px;left: -35px;}

@media (max-width: 768px) {
.landing_pme p.booth {
        float: right;
    }
}

.bloc-logo {
    margin:5px 0 20px;
    width: 100%;
}


@media (max-width: 500px) {
    .logo {max-width:140px;}
    .landing_pme p.booth {font-size:15px;margin-top: 15px;margin-bottom:0;}
    .landing_pme p.booth:before {font-size: 35px;top: 10px;left: -30px;}
}

@media (max-width: 1500px) {
    .select h2 {background:#fff;opacity:0.9;}
}


/********** PAGE MERCI **********/
.container-bloc.merci {padding:80px 0;margin-top: 20px;}


/********** BLOCKQUOTE **********/
blockquote.client_citation {border:0;margin-top:40px;}
blockquote.client_citation::before {content: "\f10d";font-family: fontawesome;color: #1E95D3;font-size: 40px;line-height: 20px;opacity: 0.2;position: absolute;top: 15px;left: 0;z-index: 0;}
blockquote.client_citation::after {content: "\f10e";font-family: fontawesome;color: #1E95D3;font-size: 40px;line-height: 20px;opacity: 0.2;position: absolute;bottom: 15px;right: 15px;z-index: 0;}

blockquote.client_citation.fr::before {content: "\f100";}
blockquote.client_citation.fr::after {content: "\f101";}
blockquote.client_citation p.quote_text {}
blockquote.client_citation p.quote_name {font-style:normal;font-weight:600;font-size:14px;}

/********** CONTACT **********/
.form_contact {background: #fff;border-radius: 5px;border: 1px solid #CCC;padding: 20px 20px 5px;margin: 10px auto 20px;max-width: 460px;display: block;text-align: left;-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);}
.form_contact input.wpcf7-submit {max-width: 100%;width: 100%;margin: 15px 0 0;}

.form_contact p.box-radio {margin-bottom:0;}
.form_contact p.text-center {margin-bottom:0;}

.form_contact span.wpcf7-list-item {margin-left: 0.5em;display: block;float: left;}
.form_contact .wpcf7-list-item label {border: 0;padding: 5px 15px 10px;width: 125px;background: #fff;color: #363636;text-align: center;cursor: pointer;border-radius: 5px;font-size: 13px;border: 1px solid #ccc;height: 80px;line-height: 20px;}
.form_contact .wpcf7-list-item label:hover {background: #efefef;}
.form_contact .wpcf7-list-item label input {display: inline-block;width: 100%;}
.form_contact .ajax-loader {display:none;}


/********** MODAL VIDEO **********/
button.link_modal {background: none;border-radius: 0;min-height: 100%;min-width: 100%;}
#videoModal .modal-dialog {margin: 80px auto;max-width: 800px;width:100%;}
#videoModal .modal-content {box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);padding: 10px;}
#videoModal .modal-footer {padding: 10px 15px 0;text-align: left;border-top: 1px solid #e5e5e5;text-align: left;}
#videoModal .modal-footer p {float: left;font-weight: 600;font-size: 20px;margin: 5px 0 0 0;}
#videoModal .modal-footer .links {float:right;min-width: 100px;line-height: 15px;min-height: 35px;margin-bottom: 0;}

/******************************************************************************************************************** FOOTER **************/
.entry-footer {margin-top: 0;}
.site-footer {align-items: center;display: flex;flex-wrap: wrap;padding: 0;width: 100%;margin-top: 0;}

.container-bloc.footer-contact {margin:0;padding:10px 0;width:100%;border-top:1px solid #CCCCCC;}
.container-bloc.footer-contact p {margin:0 0 10px 0;}

/***** CTA REQUEST CALL FORM *****/
.call-form {margin: 0 auto;max-width: 500px;}
.input-group.call-form .input-group-btn button.btn {-moz-user-select: none;border: 0 none;border-radius: 5px;cursor: pointer;display: inline-block;font-size: 18px;font-weight: 400;line-height: 18px;margin: 0; min-height: 34px;min-width: 180px;padding: 0 15px;text-align: center;vertical-align: middle;white-space: nowrap;background:#3A3C3D;}
.call-form .input-group .form-control, .call-form .input-group-addon, .call-form .input-group-btn {display: inline-block;width:100%;margin: 15px auto 0;}

@media (min-width: 450px) {
.call-form .input-group .form-control, .call-form .input-group-addon, .call-form .input-group-btn {display: table-cell;width:auto;margin:0;}
.input-group.call-form .input-group-btn button.btn {border-bottom-left-radius: 0;border-top-left-radius: 0;}
}

.footer {background:#ffffff none repeat scroll 0 0;color:#ffffff;margin: 0;padding:10px 0;width:100%;border-top:1px solid #CCCCCC;}
.footer-acceo {margin:0;padding:10px 0;width:100%;border-top:1px solid #CCCCCC;}
.footer-acceo .acceo-footer {display: block;}
.footer-acceo .acceo-footer > img {width:140px;margin:10px auto 0;display:block;}
.footer-end {margin:0;padding:10px 0;width: 100%;border-top:1px solid #CCCCCC;}
.footer-end .copyright {margin:0;font-size:14px;}
.footer-end .copyright a {font-size:14px;}
.footer-end .copyright span.legal {font-size:14px;font-size:0.8em;color:#666;}
.footer-acceo a, .container-bloc.footer-end a {color:#3A3C3D;}
.footer a:hover,
.footer a:active {opacity:0.9;text-decoration:underline;}

.footer-end .language {font-size: 16px;color: #3A3C3D;border: 1px solid #efefef;display: inline-block;padding: 2px 8px;margin: 10px auto 0;}

.footer-end .language a {font-size:15px;margin:0;}
.footer-end .language:hover i, .container-bloc.footer-end .language:hover a {color:#1e95d3;text-decoration:none;}

.footer-acceo a, .container-bloc.footer-end a {color:#3A3C3D;}


/***** FOOTER SOCIAL ICON *****/

p.social-intro {text-align: center;margin: 0 auto;}

ul.social-network {float: left;list-style: outside none none;margin:5px 0 0;padding: 0;width: 100%;text-align: center;}
ul.social-network li {display:inline-block;margin:0 5px 5px;}

.social-network a.icoRss,
.social-network a.icoFacebook,
.social-network a.icoTwitter,
.social-network a.icoGoogle,
.social-network a.icoVimeo,
.social-network a.icoLinkedin,
.social-network a.icoYoutube {background-color: #656565;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
.social-network a.icoRss:hover {background-color: #F56505;}
.social-network a.icoFacebook:hover {background-color: #3B5998;}
.social-network a.icoTwitter:hover {background-color: #33ccff;}
.social-network a.icoGoogle:hover {background-color: #BD3518;}
.social-network a.icoVimeo:hover {background-color: #0590B8;}
.social-network a.icoLinkedin:hover {background-color: #007bb7;}
.social-network a.icoYoutube:hover {background-color: #cd201f;font-size:21px;}
.social-network a.icoRss:active, .social-network a.icoRss:focus,
.social-network a.icoFacebook:active, .social-network a.icoFacebook:focus,
.social-network a.icoTwitter:active, .social-network a.icoTwitter:focus,
.social-network a.icoGoogle:active, .social-network a.icoGoogle:focus,
.social-network a.icoVimeo:active, .social-network a.icoVimeo:focus,
.social-network a.icoLinkedin:active, .social-network a.icoLinkedin:focus,
.social-network a.icoYoutube:active, .social-network a.icoYoutube:focus {opacity:0.9;}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i {color: #fff;}
a.socialIcon:hover,
.socialHoverClass {color: #44BCDD;}

.social-circle li a {display: inline-block;position: relative;margin: 0 auto 0 auto;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;text-align: center;width: 40px;height: 40px;font-size: 18px;}
.social-circle li i {margin: 0;line-height: 40px;text-align: center;}
.social-circle li a:hover i,
.triggeredHover {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms--transform: rotate(360deg);transform: rotate(360deg);-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
.social-circle i {color: #fff;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;-ms-transition: all 0.8s;transition: all 0.8s;}
.social-network a {background-color: #D3D3D3;}
.social-network.reverse a {border:1px solid rgb(204, 204, 204);}
.social-network.reverse a,
.social-network.reverse a:hover i,
.social-network.reverse a i:hover {color:rgb(204, 204, 204);}
.social-circle.reverse i {color:rgb(204, 204, 204);}
.social-network.reverse a.icoRss {background-color: #ffffff;border:2px;}
.social-network.reverse a.icoFacebook {background-color: #ffffff;}
.social-network.reverse a.icoTwitter {background-color: #ffffff;}
.social-network.reverse a.icoGoogle {background-color: #ffffff;}
.social-network.reverse a.icoVimeo {background-color: #ffffff;}
.social-network.reverse a.icoLinkedin {background-color: #ffffff;}
.social-network.reverse a.icoYoutube {background-color: #ffffff;}

/************** MEDIA QUERIES **************/
/************************************************ min-width: 400px */

@media (min-width: 400px) {
    .link {
        font-size: 18px;
        padding: 0 25px;
        height: 40px;
        line-height: 40px;
    }
	.links i.fa.fa-pull-right,
	 button i.fa.fa-pull-right,
	.btn i.fa.fa-pull-right {
		line-height: 20px;
		float: right;
	}

    .primary-menu {
        float: none;
        margin: 0;
    }
    .primary-menu li {
        margin-right: 20px;
    }
    .container-bloc.header .link {
        float: right;
        margin: 10px 0;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    ul.liste {
        margin-left: 50px;
    }
    .links {
        font-size: 18px;
        padding: 10px 20px;
    }
    button,
    button[disabled]:hover,
    button[disabled]:focus,
    input[type="button"],
    input[type="button"][disabled]:hover,
    input[type="button"][disabled]:focus,
    input[type="reset"],
    input[type="reset"][disabled]:hover,
    input[type="reset"][disabled]:focus,
    input[type="submit"],
    input[type="submit"][disabled]:hover,
    input[type="submit"][disabled]:focus {
        font-size: 18px;
    }
    .breadcrumb-single {
        margin: -30px 0 40px;
    }
}

/************************************************ min-width: 768px */
@media (min-width: 768px) {
    ul.menu-top {text-align: right;}
    /*** footer ***/
    .container-bloc.footer-contact p {margin:0;}
    p.social-intro {float:left;text-align:left;margin:0 15px 0 0;}
    ul.social-network {width: 100%;text-align: center;}
    .container-bloc.footer-end .language {margin: -5px 0 0 0;float: right;}
    .container-bloc.footer-acceo .acceo-footer > img {width:140px;float:right;margin:0;display:block;}
}