@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Maven+Pro|Open+Sans');

/*
    Theme Name: Kinekad
    Author: Arnaud Dubernet & Victor Boillaud
    Version: 1.0
*/

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*------------------------------------*\
    # THEME
\*------------------------------------*/

html {
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    font-size: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    height: 100%;
    min-height: 100%;
    padding-left: 10px; /*demi-gouttière*/
    padding-right: 10px; /*demi-gouttière*/
    font-family: 'Maven Pro', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    background-color: #f9f9f9;
}

/*
 * Link
 */

a {
    text-decoration: none;
    color: #ff5a00;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:active,
a:hover,
a:focus {
    color: #ff0900;
}

/*
 * Typographie
 */

h1, .h1-like,
h2, .h2-like,
h3, .h3-like,
h4, .h4-like,
h5, .h5-like,
h6, .h6-like {
    font-family: 'Maven Pro', sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0 0 0.7125rem 0;
    font-weight: 400;
    line-height: 1em;
    color: #ff5a00;
}

h1, .h1-like {
    font-size: 1.75em;
}

h2, .h2-like {
    font-size: 1.5em;
}

h3, .h3-like {
    font-size: 1.25em;
}

h4, .h4-like {
    font-size: 1.125em;
}

h5, .h5-like {
    font-size: 1em;
}

h6, .h6-like {
    font-size: 0.8em;
}

p {
    margin: 0;
}

p + p {
    margin-top: .42em;
}

/*
 * List
 */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.default,
ol.default {
    margin-bottom: .71875em;
    padding-left: 1.4375em;
}

ul.default {
    list-style: disc;
}

ol.default {
    list-style: decimal;
}

dl {
    margin-bottom: .71875em;
}

dl dt {
    margin-top: .71875em;
    font-weight: 700;
}

dl dd {
    margin: 0;
}

.list-inline>li {
    display: inline-block;
    vertical-align: middle;
}

.list-inline>li+li {
    margin-left: .3125rem;
}

/*
 * Embed
 */

img {
    height: auto;
    max-width: 100%;
    border: 0;
    vertical-align: bottom;
}

svg:not(:root) {
    overflow: hidden;
}

/*
 * Grouping content
 */

figure {
    margin: 1em 40px;
}

hr {
    margin: 1.4375em 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #e8e8e9;
    border-left: none;
}

blockquote {
    margin: 1.4375em 0;
    padding-left: .71875em;
    border-left: 2px solid #e8e8e9;
    color: #9d9ea2;
}

cite {
    font-style: italic;
    color: #b7b8ba;
}

cite:before {
    content: '\2014 \00A0';
}

code,
kbd,
pre,
samp {
    font-family: 'Source Code Pro',Consolas,monospace;
}

code {
    padding: .23958em .35938em;
    border-radius: .1875em;
    color: #76787c;
    background-color: #fafafa;
}

address {
    font-family: 'Caudex', serif;
    font-weight: 400;
    font-style: normal;
}

/*
 * Forms
 */

input,
label,
select {
    display: block;
    font-family: 'Caudex', serif;
    font-weight: 400;
    font-size: 1em;
}

label {
    margin-bottom: .35938em;
    font-weight: 700;
    cursor: pointer;
}

label.required:after {
    content: " *";
}

label abbr {
    display: none;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple=multiple] {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: .71875em;
    padding: .625em;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family: 'Maven Pro', sans-serif;
    font-size: 1em;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple=multiple]:hover {
    border-color: #ceced0;
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus {
    border-color: #D35F60;
    outline: none;
    box-shadow: 0 0 5px rgba(205,75,77,.7);
}

textarea {
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .71875em;
}

input[type="file"] {
    width: 100%;
    margin-bottom: .71875em;
    padding-bottom: .23958em;
}

select {
    width: auto;
    margin-bottom: .71875em;
    max-width: 100%;
}

fieldset {
    margin: 0 0 .71875em 0;
    padding: 1.4375em;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    background: #fafafa;
}

::-webkit-input-placeholder {
    color: #c8c9ca;
}

:-moz-placeholder {
    color: #c8c9ca;
}

::-moz-placeholder {
    color: #c8c9ca;
}

:-ms-input-placeholder {
    color: #c8c9ca;
}

/*
 * Table
 */

table {
    width: 100%;
    margin: .71875em 0;
    table-layout: fixed;
}

tr,
td,
th {
    vertical-align: middle;
}

thead th {
    padding: .71875em 0;
    border-bottom: 2px solid #c1c1c4;
    text-align: left;
    font-weight: 700;
}

tbody td {
    padding: .71875em;
    border-bottom: 1px solid #e8e8e9;
}

tbody tr:nth-child(even) {
    background: #fafafa;
}

/*------------------------------------*\
	== Layout
\*------------------------------------*/

#header {
    background-color: #5091C5;
}

header img {
    height: 75px;
    vertical-align: middle;
}

.menu-kad li {
	float: right;
}

footer li,
aside li {
    display: inline-block;
}

aside li:last-child {
    float: right;
    font-size: 1.2em;
    text-transform: uppercase;
}

footer ul,
aside ul,
.menu-kad ul {
    margin: 0;
}

.menu-kad a {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 1.6em 0.65em;
    font-size: 1.3em;
    color: #fff;
    background: url(img/bkg-link-header.gif) center 100px repeat-x;
    -webkit-transition: background-position .15s ease-in-out, color .1s ease-in-out;
    -moz-transition: background-position .15s ease-in-out, color .1s ease-in-out;
    -o-transition: background-position .15s ease-in-out, color .1s ease-in-out;
    transition: background-position .15s ease-in-out, color .1s ease-in-out
}

.menu-kad a:hover {
	background-position: center 0;
	color: #ff5a00;
}

.menu-kad .current_page_item {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.menu-kad .current_page_item:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.bandeauInfos {
    background-color: #eee;
    margin-bottom: 3.3em;
    padding: 0.75em 0;
    font-size: 1.2em;
}

.bandeauInfos p {
    padding-right: 0.65em;
}

.espace-personnel {
   margin-top: 3.3em;
}

main {
    margin-bottom: 3.3em;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 1.1em;
}

.subtitle {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.liste-kines {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.menu-sitemap-container ul {
    color: #000;
    list-style: square;
    padding: 0;
    margin: 1em;
}

.menu-sitemap-container a {
    color: #000;
}

figure {
  margin: 0;
}

.presentation p {
    margin-top: 0.5em;
}

.presentation p + p {
    margin-top: -0.8em;
}

.presentation img,
.page-content img {
    border: 6px solid #eee;
}

.liste-kines ul {
  list-style-type: disc;
  margin-left: 2em;
}

footer {
    width: 100%;
    margin-top: 6em;
    margin-bottom: 1em;
    font-size: 0.75em;
    text-align: center;
    background-color: #f9f9f9;
    color: #000;
}

footer li {
    margin-right: 1em;
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    color: #000;
}


/*------------------------------------*\
	== Espace Personnel
\*------------------------------------*/

.mdp {
    color: #000;
}

.login,
.login2,
.add-rdv{
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.login #login-form label,
.add-rdv form label {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
}

.login .login-submit input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 1em;
    padding: 0 1em 0 1em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 2em;
    height: 2em;
    white-space: nowrap;
    background: #ff5a00;
    color: #fff;
    border: none;
    border-radius: 3px;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.login .login-submit > input:hover {
    opacity: 1;
    color: #fff;
}

.connect .btn {
    color: #fff;
    float: right;
    margin-top: 1.5em;
}

.connect label,
.fiche-patient form label {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 300;
}

.planning thead th {
    text-align: center;
}

.fiche-patient {
    margin-top: 2em;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.fiche-patient .btn {
    margin: 0 0 1em 0;
}

.list-assistants {
    margin-top: -0.5em;
}

.list-assistants li a {
    color: #5091c5;
}

/*------------------------------------*\
	== Box
\*------------------------------------*/

.box2 {
	padding: 1em 1.2em;
}

.box--color1 {
	background: #eee;
}

.box2 + .box2 {
    margin-top: 1.3em;
}

/*------------------------------------*\
	== Grid
\*------------------------------------*/

.wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

footer .wrap {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.table {
    display: table;
    width: 100%;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    vertical-align: top;
}

.grid {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}


[class*="col-"] {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-1 {
	width: 8.33%;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33%;
}

.col-5 {
	width: 41.66%;
}

.col-6{
	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.col-11 {
	width: 91.66%;
}

.col-12 {
	width: 100%;
}

@media screen and (max-width: 675px) {
    [class*="col-"] {
        float: none;
        width: auto;
    }

    [class*="col-"] + [class*="col-"] {
        margin-top: 1.3em;
    }

}

@media screen and (min-width: 481px) and (max-width: 675px) {
    .col-6 {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-6 + .col-6 {
        margin-top: 0;
    }
}

.grid:before,
.grid:after,
.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}

.grid:after,
.clearfix:after {
    clear: both;
}

.full-width {
  margin-left: -10px; /*demi-gouttière*/
  margin-right: -10px; /*demi-gouttière*/
}

/*------------------------------------*\
	== Dash Icons
\*------------------------------------*/

.dashicons-calendar-alt:before {
    font-size: 1.1em;
}

.dashicons-clock:before {
    font-size: 1.2em;
    margin-left: -0.1em;
}

.dashicons-yes:before {
    font-size: 2em;
    line-height: 0.7em;
    margin-left: -0.3em;
}

.dashicons-admin-site:before {
    font-size: 1.2em;
    margin-left: -0.2em;
}

table .dashicons {
    font-size: 1.7em;
}

.dashicons-arrow-left-alt2:before,
.dashicons-arrow-right-alt2:before{
    font-size: 2.3em;
    line-height: 0.7em;
    color: #ff5a00;
}

.dashicons-arrow-left-alt2:before {
    margin-left: -0.6em;
}

.dashicons-edit:before {
    margin-left: -1em;
}

.dashicons-trash:before {
    margin-left: 1em;
}


/*------------------------------------*\
	== Button
\*------------------------------------*/

.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 1em;
    padding: 0 1em 0 1em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 2em;
    height: 2em;
    white-space: nowrap;
    background: #ff5a00;
    color: #fff;
    border: none;
    border-radius: 3px;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.btn--secondary {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 1em;
    padding: 0 1em 0 1em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 2em;
    height: 2em;
    white-space: nowrap;
    background: #5091c5;
    color: #fff;
    border: none;
    border-radius: 3px;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.btn:active {
    top: 1px;
}

.btn:hover,
.btn--secondary:hover {
    opacity: 1;
    color: #fff;
}

.btn--small {
    font-size: .75em;
    margin-top: 0;
    display: inline-block;
}

/*------------------------------------*\
	== Helper
\*------------------------------------*/

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

 .txt-left {
    text-align: left;
 }

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

 .txt-right {
    text-align: right;
 }

/*
 * Spacing Helper
 * p, m = padding, margin
 * a,t,r,b,l = all,top,right,bottom,left
 * s,m,l,n = small,medium,large,none
 */

.man { margin: 0 !important }
.mtn { margin-top: 0 !important }
.mbn { margin-bottom: 0 !important }

.mas { margin: 20px !important }
.mts { margin-top: 20px !important }
.mbs { margin-bottom: 20px !important }
.mls { margin-left: 20px !important }

.mam { margin: 40px !important }
.mtm { margin-top: 40px !important }
.mbm { margin-bottom: 40px !important }

.mal { margin: 80px !important }
.mtl { margin-top: 80px !important }
.mbl { margin-bottom: 80px !important }

/*------------------------------------*\
	== Media Queries
\*------------------------------------*/



@media (max-width: 900px) {

    .bandeauInfos {
        text-align: center;
    }

    .bandeauInfos li:last-child {
        float: none;
        display: block;
        margin-top: 0.3em;
    }
}

@media screen and (min-width: 676px) and (max-width: 980px) {

    #header .wrap {
        padding: 0 1em;
    }
}

@media (max-width: 715px) {

    header img {
        height: 60px;
    }

}

@media (max-width: 675px) {

    #header .table {
        width: initial;
    }

    .cell {
        display: block;
    }

    header {
        margin: 0.7em 0;
        text-align: center;
    }

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

    .box--color1 {
        background: none;
    }
}

 @media (max-width: 480px) {

    .menu-kad a {
        font-size: 1.1em;
    }

    .bandeauInfos {
        font-size: 0.9em;
    }
}

 @media (max-width: 360px) {

    .menu-kad a {
        font-size: 1em;
    }

    .bandeauInfos {
        font-size: 0.8em;
    }
}