.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}*,
body {
font-family: 'Inter', sans-serif;
}
*,
*::before,
*::after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
border: 0;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
font-size: 100%;
}
img {
max-width: 100%;
height: auto;
}
img.attachment-post-thumbnail {
max-width: 926px;
width: 100%;
height: auto;
max-height: 488px;
object-fit: cover;
}
.container {
padding: 101px 20px 0px 20px;
min-height: calc(100vh - 91px);
}
@media (max-width: 868px) {
.container {
padding: 101px 20px 0px 20px;
}
}
button {
outline: 0;
}
.cta,
.menu-item > a {
text-transform: uppercase;
font-weight: 500;
}
#dotOrange {
color: var(--main-color);
}
.primaryButton,
.secondaryButton,
.thirdButton,
.wpcf7-submit {
color: white !important;
background-color: var(--main-color);
padding: 15px 25px;
text-transform: uppercase;
border-radius: 5px;
display: inline-block;
justify-content: center;
text-align: center;
cursor: pointer;
transition: 0.2s ease-in-out;
}
.primaryButton:hover,
.secondaryButton:hover,
.thirdButton:hover,
.wpcf7-submit:hover {
color: white;
background-color: var(--main-color);
transform: translateY(-3px);
transition: 0.2s ease-in-out;
}
.secondaryButton {
background-color: white;
border-color: white;
color: var(--dark-color) !important;
}
.secondaryButton:hover {
background-color: var(--grey-color);
color: var(--main-color);
}
.thirdButton {
background-color: transparent;
border: 1px solid var(--dark-color);
color: var(--dark-color) !important;
}
.thirdButton:hover {
background-color: var(--dark-color);
color: white !important;
}
@media (max-width: 468px) {
.primaryButton,
.secondaryButton,
.thirdButton,
.wpcf7-submit {
width: 100%;
}
}
:root {
--main-color: #FF5100;
--action-color: #ffddc3;
--dark-color: #0D0D0D;
--light-grey-color: #F4F3F1;
--grey-color: #EAE8E4;
--dark-grey-color: #D6D1CA;
}
h1 {
font-weight: 600;
font-size: 2.75rem;
line-height: 120%;
}
h2 {
font-weight: 600;
font-size: 2.125rem;
line-height: 120%;
}
h3 {
font-weight: 600;
font-size: 1.625rem;
line-height: 120%;
}
h4 {
font-weight: 600;
font-size: 1.375rem;
line-height: 120%;
}
h5 {
font-weight: 600;
font-size: 1.125rem;
line-height: 120%;
}
h6 {
font-weight: 600;
font-size: 1rem;
line-height: 120%;
}
p {
font-weight: 400;
font-size: 1.125rem;
line-height: 160%;
}
li {
font-weight: 400;
font-size: 1.125rem;
list-style: none;
line-height: 160%;
margin-left: 0px;
}
a,
a:visited {
font-weight: 400;
font-size: 1.125rem;
line-height: 110%;
text-decoration: none;
text-decoration-skip-ink: auto;
color: var(--dark-color);
transition: 0.2s ease-in-out;
}
a:hover {
text-decoration: none;
text-decoration-skip-ink: auto;
color: var(--main-color);
transition: 0.2s ease-in-out;
}
@media (max-width: 868px) {
h1 {
font-size: 2rem;
line-height: 120%;
}
h2 {
font-size: 1.625rem;
line-height: 120%;
}
h3 {
font-size: 1.35rem;
line-height: 120%;
}
h4 {
font-size: 1.125rem;
line-height: 120%;
}
h5 {
font-size: 1rem;
line-height: 120%;
}
h6 {
font-size: 0.875rem;
line-height: 120%;
}
p {
font-size: 1rem;
line-height: 150%;
}
li {
font-size: 1rem;
line-height: 150%;
margin-left: 20px;
}
a,
a:visited {
font-size: 1rem;
line-height: 110%;
}
}
@font-face {
font-family: 'Inter';
src: url(//gtsystem-informatique.fr/wp-content/themes/blanko/assets/fonts/Inter-VariableFont_slnt,wght.ttf) format('truetype');
font-weight: 300 600;
font-display: swap;
font-style: normal;
}
footer {
display: flex;
align-items: center;
justify-content: space-between;
padding: 32px 20px;
text-align: center;
background-color: #FFF;
min-height: 91px;
}
footer #textFooter {
font-size: 1rem;
}
@media (max-width: 868px) {
footer {
padding: 32px 20px;
flex-direction: column;
}
#textFooter {
margin-bottom: 20px;
}
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 17px 20px;
position: fixed;
width: 100vw;
background-color: #FFF;
min-height: 80px;
z-index: 999;
border-bottom: 1px solid var(--grey-color);
}
header .branding {
display: flex;
align-items: center;
}
header .branding .wrapper-logo {
display: flex;
align-items: center;
margin-right: 20px;
}
header .branding .wrapper-logo img {
max-height: 40px;
}
header .branding #site-title {
font-size: 1.25rem;
font-weight: 400;
}
header .branding #site-description {
font-size: 1rem;
font-weight: 400;
}
header .menu {
display: flex;
}
header .menu li {
margin-left: 32px;
list-style: none;
}
header .menu li a {
font-size: 1rem;
}
header #menu {
display: flex;
align-items: center;
}
header #menu #cta-telephone {
display: inline-flex;
align-items: center;
margin-left: 32px;
padding: 10px 15px;
border-radius: 5px;
background-color: var(--main-color);
color: white;
font-size: 1rem;
}
header #wrapper-burger-menu {
height: 30px;
width: 30px;
cursor: pointer;
z-index: 999;
}
header .burger-menu,
header .burger-menu::after,
header .burger-menu::before {
height: 3px;
width: 30px;
background-color: var(--dark-color);
}
header .burger-menu {
display: none;
position: relative;
top: 15px;
}
header .burger-menu::after {
content: "";
position: absolute;
top: 10px;
}
header .burger-menu:before {
content: "";
position: absolute;
top: -10px;
}
header .burger-menu.open {
transform: rotate(-45deg);
top: 15px;
transition: 0.2s ease-in-out;
}
header .burger-menu.open::after {
transform: rotate(90deg);
transition: 0.2s ease-in-out;
top: 0px;
}
header .burger-menu.open::before {
display: none;
} @media (max-width: 1300px) {
header {
padding: 15px 20px;
}
header #menu {
display: none;
flex-direction: column;
position: absolute;
justify-content: center;
background-color: #FFF;
left: 0;
top: 0;
width: 100%;
height: auto;
opacity: 1;
z-index: 999;
padding: 20px;
border-bottom: 2px solid var(--grey-color);
}
header #menu .menu {
flex-direction: column;
text-align: center;
}
header #menu li {
margin-right: 0;
margin: 15px 0;
}
header #menu #cta-telephone {
margin-left: 0;
margin-top: 20px;
margin-bottom: 20px;
}
header #menu.open {
display: flex;
align-items: left;
top: 80px;
z-index: 998;
}
header .menu.open a {
text-align: center;
width: fit-content;
}
header .burger-menu {
display: flex;
}
}
.wrapper-error404 {
background-color: var(--light-grey-color);
display: flex;
justify-content: center;
align-items: center;
min-height: calc(100vh - 223px);
border-radius: 15px;
}
.content-error-page {
padding: 20px;
}
.content-error-page p {
margin: 16px 0;
}
.wrapper-button {
display: flex;
flex-direction: row;
gap: 20px;
}
@media (max-width: 868px) {
.wrapper-error-page {
margin-top: 50px;
}
}
@media (max-width: 668px) {
.wrapper-button {
flex-direction: column;
}
}
.wrapperHero {
background: url(https://gtsystem-informatique.fr/wp-content/uploads/2022/11/gtsystem-hero.webp) no-repeat;
background-size: cover;
background-position: center;
height: 536px;
min-height: 536px;
border-radius: 15px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.wrapperHero .wrapperHeroContent {
width: 1440px;
max-width: 1440px;
margin: 78px;
}
.wrapperHero .wrapperHeroContent h1,
.wrapperHero .wrapperHeroContent p {
max-width: 610px;
}
.wrapperHero .wrapperHeroContent h1,
.wrapperHero .wrapperHeroContent p {
color: white;
}
.wrapperHero .wrapperHeroContent p {
margin: 24px 0;
}
.wrapperHero .wrapperHeroContent #service {
margin-left: 15px;
}
@media (max-width: 868px) {
.wrapperHero {
height: auto;
}
.wrapperHero .wrapperHeroContent {
margin: 32px 20px;
}
}
@media (max-width: 468px) {
.wrapperHero .wrapperHeroContent #service {
margin-left: 0;
margin-top: 16px;
}
}
.wrapperServices {
max-width: 1164px;
margin: 0px auto 128px auto;
padding-top: 88px;
}
.wrapperServices .wSContent h2 {
max-width: 640px;
}
.wrapperServices .wSContent .wSCPlus {
display: flex;
justify-content: space-between;
margin: 48px 0 72px 0;
gap: 20px;
}
.wrapperServices .wSContent .wSCPlus .cardService {
background-color: var(--light-grey-color);
border-radius: 10px;
padding: 24px;
max-width: calc(25% - 20px);
min-width: calc(25% - 20px);
gap: 8px;
}
.wrapperServices .wSContent .wSCPlus .cardService h4 {
margin-top: 8px;
font-weight: 400;
}
.wrapperServices .wSContent .wrapperCardServices {
display: flex;
justify-content: space-between;
margin-top: 40px;
gap: 20px;
}
.wrapperServices .wSContent .wrapperCardServices .cardServices {
padding: 32px;
border: 2px solid var(--grey-color);
border-radius: 15px;
max-width: calc(33% - 20px);
min-width: calc(33% - 20px);
}
.wrapperServices .wSContent .wrapperCardServices .cardServices h3 {
margin-bottom: 24px;
}
@media (max-width: 1024px) {
.wrapperServices .wSContent .wrapperCardServices {
flex-wrap: wrap;
margin-top: 32px;
}
.wrapperServices .wSContent .wrapperCardServices .cardServices {
max-width: 100% !important;
width: 100%;
}
.wrapperServices .wSContent .wSCPlus {
flex-wrap: wrap;
gap: 16px;
}
.wrapperServices .wSContent .wSCPlus .cardService {
min-width: calc(50% - 8px);
}
}
@media (max-width: 468px) {
.wrapperServices {
margin: 0 auto 48px auto;
padding-top: 48px;
}
.wrapperServices .wSContent .wSCPlus {
margin: 24px 0 32px 0;
}
.wrapperServices .wSContent .wSCPlus .cardService {
min-width: 100%;
min-height: 0;
}
.wrapperServices .wSContent .wrapperCardServices .cardServices {
padding: 24px;
}
.wrapperServices .wSContent .wrapperCardServices .cardServices h3 {
margin-bottom: 16px;
}
}
.wrapperMore {
background-color: var(--light-grey-color);
border-radius: 15px;
padding: 264px 0 96px 0;
position: relative;
display: flex;
justify-content: center;
margin-top: 296px;
}
.wrapperMore .wAccessible {
display: flex;
align-items: center;
position: absolute;
top: -168px;
background: url(https://gtsystem-informatique.fr/wp-content/uploads/2022/11/gtsystem-service.webp) no-repeat;
background-size: cover;
background-position: center;
height: 336px;
min-height: 336px;
border-radius: 15px;
width: calc(100% - 40px);
max-width: 1164px;
margin: 0 20px;
}
.wrapperMore .wAccessible .wAContent {
margin: 72px;
max-width: 473px;
}
.wrapperMore .wAccessible .wAContent h3 {
margin-bottom: 24px;
color: white;
}
.wrapperMore .wMFormation {
max-width: 1164px;
margin: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.wrapperMore .wMFormation .wMFTitle {
max-width: 295px;
margin-right: 80px;
}
.wrapperMore .wMFormation .wMFTitle h2 {
margin-bottom: 12px;
}
.wrapperMore .wMFormation .wMFCard {
padding: 40px;
background-color: white;
border-radius: 15px;
}
.wrapperMore .wMFormation .wMFCard h3 {
max-width: 480px;
margin-bottom: 24px;
}
@media (max-width: 868px) {
.wrapperMore {
padding: 241px 0 64px 0;
margin-top: 232px;
}
.wrapperMore .wAccessible {
height: auto;
}
.wrapperMore .wAccessible .wAContent {
margin: 32px;
}
.wrapperMore .wMFormation {
flex-direction: column;
align-items: flex-start;
}
.wrapperMore .wMFormation .wMFTitle {
margin-bottom: 32px;
max-width: 100%;
margin-right: 0;
}
.wrapperMore .wMFormation .wMFCard {
padding: 24px;
}
}
.wrapperRepaMobile {
display: flex;
align-items: center;
max-width: 1164px;
margin: 72px auto 24px auto;
gap: 60px;
}
.wrapperRepaMobile .wrapperImageRepaMobile {
width: 50%;
}
.wrapperRepaMobile .wrapperImageRepaMobile img {
width: 100%;
}
.wrapperRepaMobile .repaMobile {
width: 50%;
}
.wrapperRepaMobile .repaMobile p {
margin: 20px 0;
}
@media (max-width: 1024px) {
.wrapperRepaMobile {
flex-wrap: wrap;
gap: 16px;
margin: 48px auto 0 auto;
}
.wrapperRepaMobile .wrapperImageRepaMobile, .wrapperRepaMobile .repaMobile {
width: 100%;
}
}
@media (max-width: 468px) {
.wrapperHero .wrapperHeroContent #service {
margin-left: 0;
margin-top: 16px;
}
}
.home-wrapper-avis {
max-width: 1164px;
margin: 0 auto;
margin-bottom: 88px;
padding-bottom: 88px;
border-bottom: 2px white solid;
}
.home-wrapper-avis .wrapper-avis-title h2 {
margin-bottom: 8px;
}
.home-wrapper-avis .wrapper-avis {
display: flex;
justify-content: space-between;
margin-top: 64px;
}
.home-wrapper-avis .wrapper-avis .box-avis {
padding: 32px;
background-color: white;
border-radius: 15px;
max-width: 375px;
}
.home-wrapper-avis .wrapper-avis .box-avis .auteur-avis {
margin-top: 24px;
}
.home-wrapper-avis .wrapper-avis .avis-deux {
margin: 0 20px;
}
@media (max-width: 1204px) {
.home-wrapper-avis {
margin-bottom: 48px;
padding-bottom: 48px;
}
.home-wrapper-avis .wrapper-avis {
flex-wrap: wrap;
margin-top: 32px;
}
.home-wrapper-avis .wrapper-avis .box-avis {
max-width: 100%;
width: 100%;
margin: 16px 0;
}
.home-wrapper-avis .wrapper-avis .box-avis .auteur-avis {
margin-top: 16px;
}
.home-wrapper-avis .wrapper-avis .avis-deux {
margin: 0;
}
}
.wrapper-contact-page {
background-color: var(--light-grey-color);
display: flex;
justify-content: center;
align-items: center;
min-height: calc(100vh - 223px);
border-radius: 15px;
}
.wrapper-contact-page .wrapper-contact {
width: 1204px;
padding: 88px 20px;
display: flex;
justify-content: space-between;
}
.wrapper-contact-page .wrapper-contact .contact-info {
max-width: 335px;
width: 100%;
margin-bottom: 48px;
margin-right: 20px;
}
.wrapper-contact-page .wrapper-contact .contact-info .text-info {
margin-top: 24px;
padding-bottom: 32px;
border-bottom: 2px solid white;
}
.wrapper-contact-page .wrapper-contact .contact-info ul {
margin-top: 24px;
padding-bottom: 32px;
border-bottom: 2px solid white;
}
.wrapper-contact-page .wrapper-contact .contact-info ul .un,
.wrapper-contact-page .wrapper-contact .contact-info ul .deux,
.wrapper-contact-page .wrapper-contact .contact-info ul .trois,
.wrapper-contact-page .wrapper-contact .contact-info ul .quatre {
display: flex;
align-items: center;
}
.wrapper-contact-page .wrapper-contact .contact-info ul .deux, .wrapper-contact-page .wrapper-contact .contact-info ul .trois, .wrapper-contact-page .wrapper-contact .contact-info ul .quatre {
margin-top: 8px;
}
.wrapper-contact-page .wrapper-contact .contact-info h3 {
margin-top: 32px;
}
.wrapper-contact-page .wrapper-contact .contact-info p.text-dimanche {
margin: 8px 0;
}
.wrapper-contact-page .wrapper-contact .contact-info .wrapper-horaires {
display: flex;
}
.wrapper-contact-page .wrapper-contact .contact-info .wrapper-horaires .box-horaires-horaires {
margin-left: 8px;
}
.wrapper-contact-page .wrapper-contact .contact-info .wrapper-horaires p {
background-color: white;
border-radius: 5px;
margin-top: 8px;
padding: 10px;
text-align: center;
}
.wrapper-contact-page .wrapper-contact .wpcf7 {
max-width: 522px;
width: 100%;
background-color: white;
border-radius: 15px;
padding: 48px 32px 16px 32px;
margin-left: 40px;
}
.wrapper-contact-page .wrapper-contact .wpcf7 p {
margin-bottom: 16px;
}
.wrapper-contact-page .wrapper-contact .wpcf7 .wpcf7-form-control {
width: 100%;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size: 1.125rem;
font-weight: 300;
margin-top: 8px;
margin-bottom: 4px;
}
.wrapper-contact-page .wrapper-contact .wpcf7 input:focus, .wrapper-contact-page .wrapper-contact .wpcf7 textarea:focus {
outline: 2px solid var(--dark-color);
}
.wrapper-contact-page .wrapper-contact .wpcf7 .wpcf7-text {
outline: 1px solid var(--grey-color);
padding: 12px 16px;
}
.wrapper-contact-page .wrapper-contact .wpcf7 .wpcf7-textarea {
max-width: 100%;
min-width: 100%;
min-height: 100px;
height: 150px;
outline: 1px solid var(--grey-color);
padding: 12px 16px;
}
.wrapper-contact-page .wrapper-contact .wpcf7 .wpcf7-list-item {
margin: 0;
margin-bottom: 8px;
}
.wrapper-contact-page .wrapper-contact .wpcf7 .wpcf7-submit {
border: 2px solid var(--main-color);
color: white !important;
background-color: var(--main-color);
padding: 12px 25px;
-webkit-padding: 12px 25px;
-moz-padding: 12px 25px;
text-transform: uppercase;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 500px;
display: inline-block;
justify-content: center;
text-align: center;
cursor: pointer;
transition: 0.2s ease-in-out;
font-size: 1rem;
margin-top: 0;
margin-bottom: 0;
outline: 0px;
}
.wrapper-contact-page .wrapper-contact .wpcf7 .wpcf7-submit:hover {
color: white !important;
background-color: var(--main-color);
margin-top: -4px;
margin-bottom: 4px;
transition: 0.2s ease-in-out;
}
.wrapper-contact-page .wrapper-contact .wpcf7 .wpcf7-submit:focus {
outline: transparent;
}
span.wpcf7-not-valid-tip {
font-size: 0.95rem !important;
}
[data-class=wpcf7cf_group], .wpcf7cf_remove, .wpcf7cf_add {
margin-top: -24px;
}
.checkbox {
margin: 24px 0;
}
.checkbox p {
display: flex;
align-items: center;
}
.checkbox input[type=checkbox] {
appearance: none;
background-color: #fff;
margin: 0;
margin-right: 8px;
min-width: 20px;
height: 20px;
border: 1px solid var(--grey-color);
border-radius: 4px;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.checkbox .form-control + .form-control {
margin-top: 1em;
}
.checkbox input[type=checkbox]::before {
content: "";
width: 0.9em;
height: 0.9em;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em var(--form-control-color);
background-color: CanvasText;
border-radius: 2px;
}
.checkbox input[type=checkbox]:checked::before {
transform: scale(1);
}
.checkbox label {
display: flex;
align-items: flex-start;
font-weight: 300;
font-size: 18px;
} #post-511 .wrapper-content {
max-width: 768px;
margin: 80px auto;
}
#post-511 .wrapper-content h1 {
margin: 48px 0;
}
#post-511 .wrapper-content h2 {
margin: 48px 0 24px 0;
}
#post-511 .wrapper-content a {
color: var(--main-color);
}
#post-511 .wrapper-content a:hover {
text-decoration: underline;
}
#post-511 .wrapper-content ul {
margin-top: 16px;
}
#post-511 .wrapper-content ul li {
list-style: inside;
margin-left: 20px;
margin-top: 8px;
}
@media (max-width: 868px) {
#post-511 .wrapper-content {
margin: 0px auto 32px auto;
}
#post-511 .wrapper-content h1 {
margin: 32px 0;
}
#post-511 .wrapper-content h2 {
margin: 32px 0 16px 0;
}
#post-511 .wrapper-content ul {
margin-top: 12px;
}
#post-511 .wrapper-content ul li {
margin-left: 10px;
margin-top: 4px;
}
}
@media (max-width: 868px) {
.checkbox label {
font-size: 16px;
}
}
.checkbox.last {
margin-bottom: 32px;
}
.wpcf7-spinner {
display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: red;
background-color: red;
padding: 20px;
border-radius: 5px;
margin: 24px 0;
color: white;
}
.selectMobile {
padding: 12px 12px;
border: var(--grey-color) 1px solid;
}
.selectMobile:focus, .selectMobile:visited, .selectMobile:active {
border: var(--dark-color) 2px solid;
}
#pSelect {
margin-bottom: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
background-color: #46b450;
padding: 20px;
border-radius: 5px;
margin: 24px 0;
color: white;
}
@media (max-width: 768px) {
.wrapper-contact-page .wrapper-contact {
flex-wrap: wrap;
padding: 48px 20px;
}
.wrapper-contact-page .wrapper-contact {
width: 100%;
}
.wrapper-contact-page .wrapper-contact .contact-info {
width: 100%;
max-width: 100%;
}
.wrapper-contact-page .wrapper-contact .wpcf7 {
width: 100%;
max-width: 100%;
margin-left: 0;
padding: 24px;
}
}
.wrapperml {
max-width: 768px;
margin: auto;
padding: 56px 0 88px 0;
}
.wrapperml h1 {
margin-bottom: 32px;
}
.wrapperml h2 {
margin-top: 64px;
margin-bottom: 16px;
}
section.footerContact {
background-color: var(--light-grey-color);
border-radius: 15px;
padding: 88px 40px;
}
section.footerContact .wrapperFooterContact {
min-height: 100px;
max-width: 1164px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
section.footerContact .wrapperFooterContact .titleFC {
max-width: 375px;
}
section.footerContact .wrapperFooterContact ul {
margin: 0 40px;
max-width: 295px;
}
section.footerContact .wrapperFooterContact ul .un,
section.footerContact .wrapperFooterContact ul .deux,
section.footerContact .wrapperFooterContact ul .trois {
display: flex;
align-items: center;
}
section.footerContact .wrapperFooterContact ul .deux {
margin: 8px 0;
}
section.footerContact .wrapperFooterContact ul .quatre {
margin-top: 16px;
}
section.footerContact .wrapperFooterContact .contactFC {
max-width: 305px;
}
section.footerContact .wrapperFooterContact .contactFC p {
margin-bottom: 24px;
}
@media (max-width: 868px) {
.wrapperml {
padding: 0 0 64px 0;
}
.wrapperml h2 {
margin-top: 48px;
}
section.footerContact {
padding: 36px 20px;
}
section.footerContact .wrapperFooterContact {
flex-direction: column;
}
section.footerContact .wrapperFooterContact .titleFC {
max-width: 100%;
}
section.footerContact .wrapperFooterContact ul {
margin: 40px 0px;
max-width: 100%;
}
section.footerContact .wrapperFooterContact .contactFC {
max-width: 100%;
}
section.footerContact .wrapperFooterContact .contactFC p {
margin-bottom: 36px;
}
}
.wrapperMobile {
background: url(https://gtsystem-informatique.fr/wp-content/uploads/2022/12/gtsystem-hero-reparation-mobile.webp) no-repeat;
background-size: cover;
background-position: center;
height: 536px;
min-height: 536px;
border-radius: 15px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.wrapperMobile .wrapperHeroContent {
width: 1440px;
max-width: 1440px;
margin: 78px;
}
.wrapperMobile .wrapperHeroContent h1,
.wrapperMobile .wrapperHeroContent p {
max-width: 572px;
}
.wrapperMobile .wrapperHeroContent h1,
.wrapperMobile .wrapperHeroContent p {
color: white;
}
.wrapperMobile .wrapperHeroContent p {
margin: 24px 0;
}
.wrapperMobile .wrapperHeroContent #service {
margin-left: 15px;
}
@media (max-width: 868px) {
.wrapperMobile {
height: auto;
}
.wrapperMobile .wrapperHeroContent {
margin: 32px 20px;
}
}
.cardServices.mobile {
min-width: calc(25% - 20px) !important;
max-width: calc(25% - 20px) !important;
}
.wrapper-image-article {
display: flex;
justify-content: center;
}
.wrapper-image-article img {
border-radius: 15px;
}
.wrapper-content-article {
max-width: 690px;
margin: 32px auto 128px auto;
}
.wrapper-content-article .bleu,
.wrapper-content-article .vert,
.wrapper-content-article .orange,
.wrapper-content-article .rouge {
padding: 32px;
border-radius: 10px;
}
.wrapper-content-article .bleu {
background-color: #E3ECF2;
color: #447392;
}
.wrapper-content-article .vert {
background-color: #E3F2E7;
color: #449259;
}
.wrapper-content-article .orange {
background-color: transparent;
color: var(--main-color);
border: 2px solid var(--main-color);
}
.wrapper-content-article .rouge {
background-color: #fff3f3;
color: #FA2C2C;
}
.wrapper-content-article h1 {
margin: 32px 0 64px 0;
}
.wrapper-content-article p,
.wrapper-content-article ul,
.wrapper-content-article h2 {
margin: 56px 0;
}
.wrapper-content-article .auteurDate {
margin-top: 32px;
margin-bottom: 16px;
}
.wrapper-content-article li {
font-weight: 300;
font-size: 1.125rem;
list-style: inside;
line-height: 200%;
}
.wrapper-content-article a {
color: var(--main-color);
text-decoration: underline;
font-size: 1.125rem;
font-weight: 300;
}
.lastPostArticle {
max-width: 1185px;
margin: 96px auto;
display: flex;
flex-wrap: wrap;
}
.lastPostArticle .wrapperTitle,
.lastPostArticle .card {
padding: 40px;
border-radius: 15px;
width: 375px;
height: 375px;
position: relative;
}
.lastPostArticle .wrapperTitle {
background-color: white;
border: 2px solid #E0E0E0;
margin: 0 10px 20px 10px;
position: relative;
}
.lastPostArticle .wrapperTitle h2 {
margin-bottom: 24px;
}
.lastPostArticle .wrapperTitle #buttonBlog {
position: absolute;
bottom: 40px;
}
.lastPostArticle .card {
overflow: hidden;
display: flex;
justify-content: center;
align-items: flex-end;
padding-bottom: 40px;
margin: 0 10px 20px 10px;
}
.lastPostArticle .card .attachment-post-thumbnail {
position: absolute;
min-height: 100%;
width: auto;
bottom: 0;
}
.lastPostArticle .card .linearLayer {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #212121);
bottom: 0;
left: 0;
}
.lastPostArticle .card .cardContent {
position: relative;
}
.lastPostArticle .card .cardContent h3 {
max-width: 295px;
color: white;
margin-bottom: 16px;
text-align: left;
}
.lastPostArticle .card .cardContent .buttonPost {
padding: 10px 25px;
border: 1px solid white;
color: white;
border-radius: 5px;
transition: 0.2s ease-in-out;
display: inline-flex;
}
.lastPostArticle .card .cardContent .buttonPost:hover {
background-color: white;
color: var(--dark-color);
transition: 0.2s ease-in-out;
transform: translateY(-3px);
}
.tag {
font-weight: 600;
font-size: 1rem;
line-height: 120%;
text-transform: uppercase;
color: var(--main-color);
margin-bottom: 24px;
}
@media (max-width: 1225px) {
.tag {
margin-bottom: 16px;
}
.lastPostArticle {
margin: 64px auto;
}
.lastPostArticle .wrapperTitle,
.lastPostArticle .card {
width: calc(50% - 20px);
margin: 0 10px;
margin-bottom: 24px;
height: 275px;
position: relative;
}
.lastPostArticle .card {
display: flex;
justify-content: flex-start;
align-items: flex-end;
}
.lastPostArticle .card .attachment-post-thumbnail,
.lastPostArticle .card .linearLayer {
left: 0;
min-width: 100%;
min-height: 100%;
}
.lastPostArticle .card .cardContent {
text-align: left;
}
}
@media (max-width: 768px) {
.lastPostArticle {
margin: 64px auto;
}
.lastPostArticle .wrapperTitle,
.lastPostArticle .card {
width: 100%;
margin: 0;
margin-bottom: 24px;
position: relative;
}
.lastPostArticle .wrapperTitle #buttonBlog,
.lastPostArticle .card #buttonBlog {
position: relative;
margin-top: 40px;
}
}
@media (max-width: 868px) {
.wrapper-content-article {
margin: 32px auto 64px auto;
}
.wrapper-content-article p,
.wrapper-content-article ul,
.wrapper-content-article h2,
.wrapper-content-article h1 {
margin: 32px 0;
}
.wrapper-content-article .bleu,
.wrapper-content-article .vert,
.wrapper-content-article .orange,
.wrapper-content-article .rouge {
padding: 24px;
}
}
.heroArticleBlog {
width: 100%;
background-color: var(--light-grey-color);
border-radius: 15px;
}
.heroArticleBlog .lastArticleBlog {
max-width: 1204px;
padding: 64px 20px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.heroArticleBlog .lastArticleBlog .lABContent {
margin-right: 20px;
max-width: 572px;
}
.heroArticleBlog .lastArticleBlog .lABContent h1 {
margin: 24px 0;
}
.heroArticleBlog .lastArticleBlog .wrapper-image-article-blog {
position: relative;
min-height: 488px;
max-height: 488px;
max-width: 572px;
width: 100%;
overflow: hidden;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.heroArticleBlog .lastArticleBlog .wrapper-image-article-blog img {
position: absolute;
min-height: 100%;
width: auto;
}
a.img-article-blog-link {
min-width: 100%;
min-height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.wrapper-categories {
max-width: 1164px;
margin: 48px auto -72px auto;
}
.wrapper-categories .categories-tag {
margin-top: 32px;
}
.wrapper-categories .categories-tag .categoryTag {
padding: 12px 25px;
background: white;
border: 1px solid var(--grey-color);
border-radius: 5px;
display: inline-block;
margin-right: 20px;
margin-bottom: 16px;
}
.wrapper-categories .categories-tag .categoryTag:hover {
background-color: var(--light-grey-color);
cursor: pointer;
}
@media (max-width: 1225px) {
.wrapper-categories {
margin-bottom: -32px;
padding: 0 10px;
}
}
.trait {
content: "";
width: 99px;
height: 4px;
background-color: var(--main-color);
border-radius: 4px;
margin-bottom: 32px;
}
@media (max-width: 868px) {
.heroArticleBlog .lastArticleBlog {
flex-direction: column;
padding: 40px 20px;
}
.heroArticleBlog .lastArticleBlog .lABContent {
margin-right: 0px;
max-width: 100%;
margin-bottom: 32px;
}
.heroArticleBlog .lastArticleBlog .wrapper-image-article-blog {
max-width: 100%;
min-height: 288px;
max-height: 288px;
}
.wrapper-categories {
padding: 0;
}
}
iframe {
width: 100%;
border-radius: 15px;
height: 39vh;
}
.wp-block-button__link {
color: #fff!important;
background-color: #FF5100!important;
text-decoration: none!important;
text-transform: uppercase!important;
font-weight: 500!important;
}.aawp-clearfix:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.aawp-clearfix{display:inline-block}html[xmlns] .aawp-clearfix{display:block}* html .aawp-clearfix{height:1%}#elementor-editor-wrapper .icon-aawp:before,.elementor-edit-area .icon-aawp:before{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/block-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:30px}.aawp .align-center{text-align:center}.aawp .aawp-button,.aawp-button{background-color:#fff;border:1px solid #ccc!important;box-sizing:border-box;color:#333!important;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:19px;margin:0;padding:7px 12px 6px;text-align:center;text-decoration:none!important}.aawp .aawp-button:hover,.aawp-button:hover{text-decoration:none!important}.aawp .aawp-button:active,.aawp .aawp-button:focus,.aawp-button:active,.aawp-button:focus{box-shadow:none;outline:none;text-decoration:none!important}.aawp .aawp-button:visited,.aawp-button:visited{color:#333!important}.aawp .aawp-button:focus,.aawp .aawp-button:hover,.aawp-button:focus,.aawp-button:hover{background-color:#fafafa;border:1px solid #ccc!important;color:#333!important}.aawp .aawp-button.rounded,.aawp-button.rounded{border-radius:3px}.aawp .aawp-button.shadow,.aawp-button.shadow{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-button.aawp-button--amazon,.aawp-button.aawp-button--amazon{background:#f0c14b;background:linear-gradient(180deg,#f7dfa5,#f0c14b) repeat scroll 0 0 transparent;border-color:#9c7e31 #90742d #786025!important;border-radius:3px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4);color:#111!important}.aawp .aawp-button.aawp-button--amazon:active,.aawp .aawp-button.aawp-button--amazon:focus,.aawp .aawp-button.aawp-button--amazon:hover,.aawp-button.aawp-button--amazon:active,.aawp-button.aawp-button--amazon:focus,.aawp-button.aawp-button--amazon:hover{background:#eeb933;background:linear-gradient(180deg,#f5d78e,#eeb933) repeat scroll 0 0 transparent;color:#111!important}.aawp .aawp-button.aawp-button--blue,.aawp-button.aawp-button--blue{background-color:#3498db;border-color:#3498db!important;color:#fff!important}.aawp .aawp-button.aawp-button--blue:visited,.aawp-button.aawp-button--blue:visited{color:#fff!important}.aawp .aawp-button.aawp-button--blue:focus,.aawp .aawp-button.aawp-button--blue:hover,.aawp-button.aawp-button--blue:focus,.aawp-button.aawp-button--blue:hover{background-color:#2b94d9;border:1px solid #3498db!important;color:#fff!important}.aawp .aawp-button.aawp-button--red,.aawp-button.aawp-button--red{background-color:#e74c3c;border-color:#e74c3c!important;color:#fff!important}.aawp .aawp-button.aawp-button--red:visited,.aawp-button.aawp-button--red:visited{color:#fff!important}.aawp .aawp-button.aawp-button--red:focus,.aawp .aawp-button.aawp-button--red:hover,.aawp-button.aawp-button--red:focus,.aawp-button.aawp-button--red:hover{background-color:#e64433;border:1px solid #e74c3c!important;color:#fff!important}.aawp .aawp-button.aawp-button--green,.aawp-button.aawp-button--green{background-color:#27ae60;border-color:#27ae60!important;color:#fff!important}.aawp .aawp-button.aawp-button--green:visited,.aawp-button.aawp-button--green:visited{color:#fff!important}.aawp .aawp-button.aawp-button--green:focus,.aawp .aawp-button.aawp-button--green:hover,.aawp-button.aawp-button--green:focus,.aawp-button.aawp-button--green:hover{background-color:#25a65b;border:1px solid #27ae60!important;color:#fff!important}.aawp .aawp-button.aawp-button--yellow,.aawp-button.aawp-button--yellow{background-color:#ffdf88;border-color:#ffdf88!important;color:#333!important}.aawp .aawp-button.aawp-button--yellow:visited,.aawp-button.aawp-button--yellow:visited{color:#333!important}.aawp .aawp-button.aawp-button--yellow:focus,.aawp .aawp-button.aawp-button--yellow:hover,.aawp-button.aawp-button--yellow:focus,.aawp-button.aawp-button--yellow:hover{background-color:#ffdc7e;border:1px solid #ffdf88!important;color:#333!important}.aawp .aawp-button.aawp-button--orange,.aawp-button.aawp-button--orange{background-color:#f39c12;border-color:#f39c12!important;color:#fff!important}.aawp .aawp-button.aawp-button--orange:visited,.aawp-button.aawp-button--orange:visited{color:#fff!important}.aawp .aawp-button.aawp-button--orange:focus,.aawp .aawp-button.aawp-button--orange:hover,.aawp-button.aawp-button--orange:focus,.aawp-button.aawp-button--orange:hover{background-color:#ef970c;border:1px solid #f39c12!important;color:#fff!important}.aawp .aawp-button.aawp-button--dark,.aawp-button.aawp-button--dark{background-color:#363636;border-color:#363636!important;color:#fff!important}.aawp .aawp-button.aawp-button--dark:visited,.aawp-button.aawp-button--dark:visited{color:#fff!important}.aawp .aawp-button.aawp-button--dark:focus,.aawp .aawp-button.aawp-button--dark:hover,.aawp-button.aawp-button--dark:focus,.aawp-button.aawp-button--dark:hover{background-color:#313131;border:1px solid #363636!important;color:#fff!important}.aawp .aawp-button.aawp-button--icon,.aawp-button.aawp-button--icon{padding-left:32px;position:relative}.aawp .aawp-button.aawp-button--icon:before,.aawp-button.aawp-button--icon:before{background-position:9px;background-repeat:no-repeat;background-size:14px 14px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.aawp .aawp-button.aawp-button--icon-amazon-black:before,.aawp-button.aawp-button--icon-amazon-black:before{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-amazon-black.svg)}.aawp .aawp-button.aawp-button--icon-black:before,.aawp-button.aawp-button--icon-black:before{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-cart-black.svg)}.aawp .aawp-button.aawp-button--icon-amazon-white:before,.aawp-button.aawp-button--icon-amazon-white:before{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-amazon-white.svg)}.aawp .aawp-button.aawp-button--icon-white:before,.aawp-button.aawp-button--icon-white:before{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-cart-white.svg)}a.aawp-star-rating,a.aawp-star-rating:active,a.aawp-star-rating:focus,a.aawp-star-rating:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp-star-rating{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v1.svg);background-size:16px 16px;display:inline-block;height:16px;position:relative;width:80px}.aawp-star-rating,.aawp-star-rating>span{background-position:0;background-repeat:repeat-x;vertical-align:middle}.aawp-star-rating>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v1-active.svg);background-size:16px 16px;bottom:0;display:block;height:16px;left:0;position:absolute;top:0;width:80px}.aawp-star-rating--medium,.aawp-star-rating--medium>span{background-size:20px 20px;height:20px;width:100px}.aawp-star-rating--large,.aawp-star-rating--large>span{background-size:30px 30px;height:30px;width:150px}.aawp-star-rating--v2{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v2.svg)}.aawp-star-rating--v2>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v2-active.svg)}.aawp-star-rating--v3{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v3.svg)}.aawp-star-rating--v3>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v3-active.svg)}.aawp-star-rating--v4{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v4.svg)}.aawp-star-rating--v4>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v4-active.svg)}.aawp-star-rating--v5{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v5.svg)}.aawp-star-rating--v5>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v5-active.svg)}.aawp-star-rating--v6{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v6.svg)}.aawp-star-rating--v6>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v6-active.svg)}.aawp-star-rating--v7{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v7.svg)}.aawp-star-rating--v7>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/v7-active.svg)}.aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/wayl.svg)}.aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/stars/wayl-active.svg)}.aawp-star-rating--wayl.aawp-star-rating--small,.aawp-star-rating--wayl.aawp-star-rating--small>span{background-size:12px 16px;height:16px;width:60px}.aawp-star-rating--wayl.aawp-star-rating--medium,.aawp-star-rating--wayl.aawp-star-rating--medium>span{background-size:15px 20px;height:20px;width:75px}.aawp-star-rating--wayl.aawp-star-rating--large,.aawp-star-rating--wayl.aawp-star-rating--large>span{background-size:23px 30px;height:30px;width:115px}.aawp-product{margin:0 0 30px;position:relative;width:100%}.aawp-product .aawp-product__title{word-wrap:break-word}.aawp-product__ribbon{font-size:12px;font-weight:400;line-height:20px;padding:0 20px;text-transform:uppercase}.aawp-product__ribbon--sale{background:#27ae60;border-bottom-left-radius:2px;color:#fff}.aawp-product__ribbon--bestseller{background:#e47911;border-bottom-right-radius:2px;color:#fff}.aawp-product__ribbon--new{background:#d9534f;border-bottom-right-radius:2px;color:#fff}.aawp.aawp-box.box--widget,.widget .aawp-box{box-sizing:border-box;margin-bottom:15px;padding:15px 10px 10px}.aawp.aawp-box.box--widget *,.aawp.aawp-box.box--widget :after,.aawp.aawp-box.box--widget :before,.widget .aawp-box *,.widget .aawp-box :after,.widget .aawp-box :before{box-sizing:border-box}.aawp.aawp-box.box--widget:last-child,.widget .aawp-box:last-child{margin-bottom:0}.aawp.aawp-box.box--widget.sale,.widget .aawp-box.sale{padding-top:30px}.aawp.aawp-box.box--widget .aawp-box__thumb,.widget .aawp-box .aawp-box__thumb{float:none;margin-bottom:10px;width:100%}.aawp.aawp-box.box--widget .aawp-box__image,.widget .aawp-box .aawp-box__image{margin-bottom:5px;max-width:120px}.aawp.aawp-box.box--widget .aawp-box__content,.widget .aawp-box .aawp-box__content{margin-left:0;padding-left:0}.aawp.aawp-box.box--widget .aawp-box__title,.widget .aawp-box .aawp-box__title{font-size:14px!important;line-height:1.3!important;text-align:center}.aawp.aawp-box.box--widget .aawp-box__footer,.widget .aawp-box .aawp-box__footer{margin-left:0;padding-left:0;text-align:center}.aawp.aawp-box.box--widget .aawp-box__footer p,.widget .aawp-box .aawp-box__footer p{margin:0}.aawp.aawp-box.box--widget .aawp-box__rating,.widget .aawp-box .aawp-box__rating{margin-left:0}.aawp.aawp-box.box--widget .aawp-box__pricing,.widget .aawp-box .aawp-box__pricing{margin:0 0 10px}.aawp.aawp-box.box--widget .aawp-box__price,.widget .aawp-box .aawp-box__price{line-height:1!important;margin-bottom:5px}.aawp.aawp-box.box--widget .aawp-box__price--old,.widget .aawp-box .aawp-box__price--old{font-size:13px!important}.aawp.aawp-box.box--widget .aawp-box__price--saved,.widget .aawp-box .aawp-box__price--saved{margin-top:0}.aawp.aawp-box.box--widget .aawp-box__price--current,.widget .aawp-box .aawp-box__price--current{display:block!important;font-size:18px!important;margin:0}.aawp.aawp-box.box--widget .aawp-box__prime,.widget .aawp-box .aawp-box__prime{margin:5px 0 0!important}.aawp.aawp-box.box--widget .aawp-box__btn,.widget .aawp-box .aawp-box__btn{margin-left:0;margin-top:5px}.aawp.aawp-box.box--widget .aawp-box__info,.widget .aawp-box .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static;text-align:center}.aawp.aawp-box.box--widget.inline-info .aawp-box__thumb,.widget .aawp-box.inline-info .aawp-box__thumb{margin-bottom:10px}.aawp.aawp-box.box--widget .aawp-box__description,.aawp.aawp-box.box--widget .aawp-box__reviews,.widget .aawp-box .aawp-box__description,.widget .aawp-box .aawp-box__reviews{display:none}.aawp .aawp-product--horizontal{zoom:1;background:#fff;border:1px solid #ececec;display:block;font-size:15px;line-height:1.6;max-width:100%;padding:20px;white-space:normal}.aawp .aawp-product--horizontal:after,.aawp .aawp-product--horizontal:before{content:" ";display:table}.aawp .aawp-product--horizontal:after{clear:both}.aawp .aawp-product--horizontal.aawp-product--ribbon{padding-top:35px}@media (min-width:769px){.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__thumb{width:250px}.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content{margin-left:250px;padding-left:40px}}.aawp .aawp-product--horizontal .aawp-product__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__thumb{float:none;width:100%}}.aawp .aawp-product--horizontal .aawp-product__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-height:200px;max-width:100%;width:auto}.aawp .aawp-product--horizontal .aawp-product__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--horizontal .aawp-product__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--horizontal .aawp-product__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__content{margin:0;padding:0}}.aawp .aawp-product--horizontal .aawp-product__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--horizontal .aawp-product__description{margin:0}.aawp .aawp-product--horizontal .aawp-product__description>p{margin:0 0 5px}.aawp .aawp-product--horizontal .aawp-product__description>p:empty{display:none}.aawp .aawp-product--horizontal .aawp-product__description>ul{list-style-position:outside!important;list-style-type:disc;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--horizontal .aawp-product__description>ul li{word-wrap:break-word;background:none;margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__description{display:none}}.aawp .aawp-product--horizontal .aawp-product__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__footer{margin:0;padding:0}}.aawp .aawp-product--horizontal .aawp-product__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--current:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--horizontal .aawp-product__pricing:empty{display:none;margin:0}.aawp .aawp-product--horizontal .aawp-product__pricing span+span{margin-left:15px}.aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-premium,.aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__pricing{margin-bottom:0}}.aawp .aawp-product--horizontal .aawp-product__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--horizontal .aawp-product__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--horizontal .aawp-product__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__price--current{font-size:16px}}.aawp .aawp-product--horizontal .aawp-product__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--horizontal .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--horizontal .aawp-product__ribbon{padding:0 15px;position:absolute}.aawp .aawp-product--horizontal .aawp-product__ribbon--bestseller,.aawp .aawp-product--horizontal .aawp-product__ribbon--new{left:-1px;top:-1px}.aawp .aawp-product--horizontal .aawp-product__ribbon--sale{right:-1px;top:-1px}.aawp .aawp-product--horizontal .aawp-product__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--horizontal.aawp-product--inline-info .aawp-product__thumb{margin-bottom:30px}}.aawp .aawp-product--horizontal.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--horizontal.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--horizontal.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-vertical{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;min-width:100%;padding:15px;position:relative;white-space:normal}.aawp .aawp-product--widget-vertical:after,.aawp .aawp-product--widget-vertical:before{content:" ";display:table}.aawp .aawp-product--widget-vertical:after{clear:both}@media (max-width:480px){.aawp .aawp-product--widget-vertical{margin-bottom:15px}}.aawp .aawp-product--widget-vertical.ribbon{padding-top:35px}.aawp .aawp-product--widget-vertical .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--widget-vertical .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp .aawp-product--widget-vertical .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--widget-vertical .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--widget-vertical .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--widget-vertical .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--widget-vertical .aawp-box__description{margin:0}.aawp .aawp-product--widget-vertical .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--widget-vertical .aawp-box__description>p:empty{display:none}.aawp .aawp-product--widget-vertical .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--widget-vertical .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__description{display:none}}.aawp .aawp-product--widget-vertical .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--widget-vertical .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--widget-vertical .aawp-box__pricing:empty{display:none}.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-premium,.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--widget-vertical .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--widget-vertical .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--widget-vertical .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--widget-vertical .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--widget-vertical .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--widget-vertical .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp .aawp-product--widget-vertical .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp .aawp-product--widget-vertical .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp .aawp-product--widget-vertical .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--widget-vertical.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp .aawp-product--widget-vertical.aawp-product--ribbon{padding-top:25px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon{padding:0 10px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon--sale{position:absolute;right:-1px;top:-1px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon--bestseller,.aawp .aawp-product--widget-vertical .aawp-product__ribbon--new{left:-1px;position:absolute;top:-1px}.aawp .aawp-product--widget-vertical .aawp-product__image-link{border:none;box-shadow:none;margin:0;outline:none;text-decoration:none}.aawp .aawp-product--widget-vertical .aawp-product__image-link:active,.aawp .aawp-product--widget-vertical .aawp-product__image-link:focus,.aawp .aawp-product--widget-vertical .aawp-product__image-link:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--widget-vertical .aawp-product__image{display:block;height:auto;margin:0 auto;max-height:200px;max-width:100%;-o-object-fit:contain;object-fit:contain;width:100%\9}.aawp .aawp-product--widget-vertical .aawp-product__content{position:relative}.aawp .aawp-product--widget-vertical .aawp-product__title{border:none;box-shadow:none;display:block;font-size:14px;font-weight:700;line-height:1.3;margin-top:10px;outline:none;text-align:center;text-decoration:none}.aawp .aawp-product--widget-vertical .aawp-product__meta{margin-top:5px;text-align:center}.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-check-prime,.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-star-rating{margin:0 5px}.aawp .aawp-product--widget-vertical .aawp-product__reviews{color:#666;display:inline-block;font-size:14px;line-height:14px;vertical-align:-10%}.aawp .aawp-product--widget-vertical .aawp-product__footer{text-align:center}.aawp .aawp-product--widget-vertical .aawp-product__footer .aawp-button{margin-top:10px}.aawp .aawp-product--widget-vertical .aawp-product__pricing{margin-top:10px;width:100%}.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-check-prime{display:block;margin:7px auto 0}.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--current:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing:empty{display:none;margin:0}.aawp .aawp-product--widget-vertical .aawp-product__price{line-height:18px;margin:0 5px}.aawp .aawp-product--widget-vertical .aawp-product__price--old{color:#666;font-size:13px;text-decoration:line-through}.aawp .aawp-product--widget-vertical .aawp-product__price--current{font-size:18px;font-weight:700}.aawp .aawp-product--widget-vertical .aawp-product__info{color:#666;display:block;font-size:11px;margin-top:10px;text-align:center}.aawp .aawp-product--widget-vertical.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--widget-vertical.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current{color:#e2e2e2}.thrv_wrapper div.aawp,.thrv_wrapper div.aawp div{box-sizing:border-box}.thrv_wrapper .aawp .aawp-product--vertical{min-width:auto}.foo-table tbody tr td a.aawp-button{padding-bottom:inherit;padding-right:inherit;padding-top:inherit}.aawp,.aawp *,.aawp :after,.aawp :before,.aawp div,.aawp div *,.aawp div :after,.aawp div :before,.aawp span,.aawp span *,.aawp span :after,.aawp span :before{box-sizing:border-box}.aawp-credits,.aawp-disclaimer{font-size:12px}.aawp a.aawp-check-premium,.aawp a.aawp-check-premium:active,.aawp a.aawp-check-premium:focus,.aawp a.aawp-check-premium:hover,.aawp a.aawp-check-premium:visited,.aawp a.aawp-check-prime,.aawp a.aawp-check-prime:active,.aawp a.aawp-check-prime:focus,.aawp a.aawp-check-prime:hover,.aawp a.aawp-check-prime:visited,a.aawp-check-premium,a.aawp-check-premium:active,a.aawp-check-premium:focus,a.aawp-check-premium:hover,a.aawp-check-premium:visited,a.aawp-check-prime,a.aawp-check-prime:active,a.aawp-check-prime:focus,a.aawp-check-prime:hover,a.aawp-check-prime:visited{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-check-premium,.aawp-check-premium{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-check-premium.png);display:inline-block;height:16px;vertical-align:middle;width:75px}.aawp-link{position:relative}.aawp-link-icon-container{border:none;box-shadow:none;display:inline-block;height:16px;outline:none;overflow:visible;position:relative;text-decoration:none;width:16px}.aawp-link-icon-container--large{width:66px}.aawp-link-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;bottom:-2px;display:block;height:16px;left:0;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:absolute;transition:all .5s;width:16px}.aawp-link-icon.amazon{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-amazon.svg)}.aawp-link-icon.cart{background-color:#fff;background-color:hsla(0,0%,100%,.8);background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-cart-black.svg)}.aawp-link-icon.amazon-logo{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-amazon-logo.png);bottom:-5px;height:20px;width:66px}.aawp-link-icon-container:hover .aawp-link-icon,.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon{height:30px;width:30px}.aawp-link-icon-container:hover .aawp-link-icon.amazon-logo,.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon.amazon-logo{height:30px;width:99px}.aawp.aawp-box{zoom:1;background:#fff;border:1px solid #ececec;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;padding:20px;position:relative;white-space:normal}.aawp.aawp-box,.aawp.aawp-box *,.aawp.aawp-box :after,.aawp.aawp-box :before{box-sizing:border-box}.aawp.aawp-box:after,.aawp.aawp-box:before{content:" ";display:table}.aawp.aawp-box:after{clear:both}@media (max-width:480px){.aawp.aawp-box{margin-bottom:15px}}.aawp.aawp-box.ribbon{padding-top:35px}.aawp.aawp-box .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp.aawp-box .aawp-box__thumb{float:none;width:100%}}.aawp.aawp-box .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp.aawp-box .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp.aawp-box .aawp-box__rating .aawp-star-rating,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:active,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:focus,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp.aawp-box .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp.aawp-box .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp.aawp-box .aawp-box__content{margin:0;padding:0}}.aawp.aawp-box .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp.aawp-box .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp.aawp-box .aawp-box__description{margin:0}.aawp.aawp-box .aawp-box__description>p{margin:0 0 5px}.aawp.aawp-box .aawp-box__description>p:empty{display:none}.aawp.aawp-box .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp.aawp-box .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp.aawp-box .aawp-box__description{display:none}}.aawp.aawp-box .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp.aawp-box .aawp-box__footer{margin:0;padding:0}}.aawp.aawp-box .aawp-box__pricing{display:block;margin-bottom:5px}.aawp.aawp-box .aawp-box__pricing:empty{display:none}.aawp.aawp-box .aawp-box__pricing span+span{margin-left:15px}.aawp.aawp-box .aawp-box__pricing span+span.aawp-check-premium,.aawp.aawp-box .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp.aawp-box .aawp-box__pricing{margin-bottom:0}}.aawp.aawp-box .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp.aawp-box .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp.aawp-box .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp.aawp-box .aawp-box__price--current{font-size:16px}}.aawp.aawp-box .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp.aawp-box .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp.aawp-box .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp.aawp-box .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp.aawp-box .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp.aawp-box .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp.aawp-box .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp.aawp-box.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp.aawp-responsive-table{-webkit-overflow-scrolling:touch;overflow-y:scroll}@media (min-width:768px){.aawp.aawp-responsive-table{overflow:visible}}.aawp.aawp-table{border:none;border-collapse:collapse;border-spacing:0;box-sizing:border-box;font-size:14px;line-height:1.4;margin:0 0 30px;table-layout:auto;width:100%}.aawp.aawp-table tr{border:none}.aawp.aawp-table td,.aawp.aawp-table th{padding:5px;vertical-align:top}.aawp.aawp-table th{border:none;border-bottom:2px solid #ccc;font-size:16px;text-align:center;white-space:nowrap}.aawp.aawp-table td{border:none;border-bottom:1px solid #ccc;text-align:center;vertical-align:middle}.aawp.aawp-table a{text-decoration:none}.aawp.aawp-table .position{font-weight:700;max-width:30px}.aawp.aawp-table .thumb img{display:block;height:auto;margin:0 auto;max-width:100%;width:100%\9}.aawp.aawp-table .title{min-width:150px;text-align:left}.aawp.aawp-table .description ul{margin:0;padding:0}.aawp.aawp-table .links{white-space:nowrap}.aawp-responsive-table-note{color:#666;font-size:14px}@media (min-width:768px){.aawp-responsive-table-note{display:none}}.aawp-box{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;padding:20px;position:relative;white-space:normal}.aawp-box:after,.aawp-box:before{content:" ";display:table}.aawp-box:after{clear:both}@media (max-width:480px){.aawp-box{margin-bottom:15px}}.aawp-box.ribbon{padding-top:35px}.aawp-box .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp-box .aawp-box__thumb{float:none;width:100%}}.aawp-box .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp-box .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp-box .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp-box .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp-box .aawp-box__content{margin:0;padding:0}}.aawp-box .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp-box .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp-box .aawp-box__description{margin:0}.aawp-box .aawp-box__description>p{margin:0 0 5px}.aawp-box .aawp-box__description>p:empty{display:none}.aawp-box .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp-box .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp-box .aawp-box__description{display:none}}.aawp-box .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp-box .aawp-box__footer{margin:0;padding:0}}.aawp-box .aawp-box__pricing{display:block;margin-bottom:5px}.aawp-box .aawp-box__pricing:empty{display:none}.aawp-box .aawp-box__pricing span+span{margin-left:15px}.aawp-box .aawp-box__pricing span+span.aawp-check-premium,.aawp-box .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp-box .aawp-box__pricing{margin-bottom:0}}.aawp-box .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp-box .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp-box .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp-box .aawp-box__price--current{font-size:16px}}.aawp-box .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp-box .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp-box .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp-box .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp-box .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp-box .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp-box .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp-box.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp-not-available-info,.aawp-not-available-notice{font-size:80%}.aawp-not-available-info{color:#4189a5}.aawp-not-available-notice{color:#f0ad4e}.aawp.aawp-box.light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp.aawp-box.dark{background:#232f3e;color:#f2f2f2}.aawp.aawp-box.dark .aawp-box__title,.aawp.aawp-box.dark .aawp-box__title:visited{color:#fff}.aawp.aawp-box.dark .aawp-box__title:focus,.aawp.aawp-box.dark .aawp-box__title:hover{color:#f2f2f2}.aawp.aawp-box.dark .aawp-box__price--current{color:#fff}.aawp.aawp-box.dark .aawp-box__info,.aawp.aawp-box.dark .aawp-box__price--old,.aawp.aawp-box.dark .aawp-box__reviews{color:#ccc}.aawp.aawp-box.dark .aawp-box__bestseller{left:0;top:0}.aawp.aawp-box.dark .aawp-box__sale{right:0;top:0}.aawp-grid{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 -2%}.aawp-grid__item{margin:0 2%;width:100%}@media (min-width:481px){.aawp-grid__item{display:flex}.aawp-grid__item>*{max-width:100%}}@media (min-width:601px){.aawp-grid--col-2 .aawp-grid__item{width:46%}.aawp-grid--col-3 .aawp-grid__item{width:29.33333333%}.aawp-grid--col-4 .aawp-grid__item{width:21%}.aawp-grid--col-5 .aawp-grid__item{width:16%}.aawp-grid--col-6 .aawp-grid__item{width:12.66666667%}}@media (min-width:601px) and (max-width:1024px){.aawp-grid--col-3 .aawp-grid__item,.aawp-grid--col-4 .aawp-grid__item,.aawp-grid--col-5 .aawp-grid__item,.aawp-grid--col-6 .aawp-grid__item{width:46%}}.aawp table.aawp-table{border:none;border-collapse:collapse;border-spacing:0;display:block;font-size:16px;margin:10px 0 30px}.aawp table.aawp-table,.aawp table.aawp-table tbody,.aawp table.aawp-table td,.aawp table.aawp-table th,.aawp table.aawp-table thead,.aawp table.aawp-table tr{border:none;display:block}.aawp table.aawp-table thead tr{left:-9999px;position:absolute;top:-9999px}.aawp table.aawp-table tr{margin-bottom:20px}.aawp table.aawp-table tr:nth-child(odd){background-color:#fafafa}.aawp table.aawp-table th{border:none}.aawp table.aawp-table td{border:1px solid #ededed;border-bottom:none;padding:10px}.aawp table.aawp-table td:last-child{border-bottom:1px solid #ededed}.aawp table.aawp-table td:before{content:attr(data-label) ": ";display:inline-block;font-weight:700;width:125px}.aawp table.aawp-table td img{display:inline-block;height:auto;margin:0 auto;max-height:200px;max-width:100%;width:100%\9}.aawp table.aawp-table td.aawp-table__td-position{font-weight:700;text-align:center}.aawp table.aawp-table td.aawp-table__td-position:before{content:attr(data-label) "";margin-right:5px;width:auto}.aawp table.aawp-table td.aawp-table__td-links,.aawp table.aawp-table td.aawp-table__td-thumb,.aawp table.aawp-table td.aawp-table__td-title{text-align:center}.aawp table.aawp-table td .aawp-product__reviews,.aawp table.aawp-table td.aawp-table__td-links:before,.aawp table.aawp-table td.aawp-table__td-thumb:before,.aawp table.aawp-table td.aawp-table__td-title:before{display:none}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price{display:inline-block;margin-right:10px;vertical-align:middle}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old{color:#666;font-size:11.2px;text-decoration:line-through}@media (min-width:800px){.aawp table.aawp-table{border:1px solid #ededed;display:table;font-size:14px;line-height:1.4;table-layout:auto;width:100%}.aawp table.aawp-table thead{display:table-header-group}.aawp table.aawp-table thead tr{left:auto;position:static;top:auto}.aawp table.aawp-table tbody{display:table-row-group}.aawp table.aawp-table tr{display:table-row}.aawp table.aawp-table td,.aawp table.aawp-table th{display:table-cell;padding:10px 12px;text-align:left}.aawp table.aawp-table td:before{content:"";display:none;width:auto}.aawp table.aawp-table thead{background:#fafafa}.aawp table.aawp-table tr:nth-child(odd){background:none}.aawp table.aawp-table td,.aawp table.aawp-table th{vertical-align:middle}.aawp table.aawp-table td.aawp-table__td-position,.aawp table.aawp-table td.aawp-table__th-position,.aawp table.aawp-table th.aawp-table__td-position,.aawp table.aawp-table th.aawp-table__th-position{font-weight:700;max-width:50px;white-space:nowrap}.aawp table.aawp-table td.aawp-table__td-thumb img,.aawp table.aawp-table td.aawp-table__th-thumb img,.aawp table.aawp-table th.aawp-table__td-thumb img,.aawp table.aawp-table th.aawp-table__th-thumb img{display:block;height:auto;margin:0 auto;max-height:100px;max-width:100%;max-width:65px;width:100%\9}.aawp table.aawp-table td.aawp-table__td-title,.aawp table.aawp-table td.aawp-table__th-title,.aawp table.aawp-table th.aawp-table__td-title,.aawp table.aawp-table th.aawp-table__th-title{min-width:150px;text-align:left}.aawp table.aawp-table td.aawp-table__td-rating .aawp-product__reviews,.aawp table.aawp-table td.aawp-table__th-rating .aawp-product__reviews,.aawp table.aawp-table th.aawp-table__td-rating .aawp-product__reviews,.aawp table.aawp-table th.aawp-table__th-rating .aawp-product__reviews{color:#666;display:block;font-size:12px;margin-top:5px;white-space:nowrap}.aawp table.aawp-table td.aawp-table__td-pricing,.aawp table.aawp-table td.aawp-table__th-pricing,.aawp table.aawp-table th.aawp-table__td-pricing,.aawp table.aawp-table th.aawp-table__th-pricing{white-space:nowrap}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price,.aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price{display:block;font-weight:700}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price--old,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price--old,.aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price--old{font-weight:400}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-check-prime,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-check-prime,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-check-prime,.aawp table.aawp-table th.aawp-table__th-pricing .aawp-check-prime{margin-top:5px}.aawp table.aawp-table td.aawp-table__td-links,.aawp table.aawp-table td.aawp-table__th-links,.aawp table.aawp-table th.aawp-table__td-links,.aawp table.aawp-table th.aawp-table__th-links{white-space:nowrap}.aawp table.aawp-table td.aawp-table__td-links .aawp-button,.aawp table.aawp-table td.aawp-table__th-links .aawp-button,.aawp table.aawp-table th.aawp-table__td-links .aawp-button,.aawp table.aawp-table th.aawp-table__th-links .aawp-button{word-break:break-all}.aawp table.aawp-table tr th{font-weight:700;text-align:left}.aawp table.aawp-table tr td{border-left:none;border-right:none}.aawp table.aawp-table a{border:none;box-shadow:none;outline:none;text-decoration:none}}.aawp table.aawp-comparison-table{border:none;border-collapse:separate;border-spacing:0;font-size:16px;margin:10px 0 30px}.aawp table.aawp-comparison-table,.aawp table.aawp-comparison-table tbody,.aawp table.aawp-comparison-table td,.aawp table.aawp-comparison-table th,.aawp table.aawp-comparison-table thead,.aawp table.aawp-comparison-table tr{border:none;display:block;overflow:hidden}.aawp table.aawp-comparison-table thead tr{left:-9999px;position:absolute;top:-9999px}.aawp table.aawp-comparison-table tr{margin-bottom:20px}.aawp table.aawp-comparison-table tr:nth-child(odd){background-color:#fafafa}.aawp table.aawp-comparison-table td,.aawp table.aawp-comparison-table th{border-bottom:1px solid #ededed;border-right:1px solid #ededed}.aawp table.aawp-comparison-table td{padding:10px}.aawp table.aawp-comparison-table td:before{content:attr(data-label) ": ";display:inline-block;font-weight:700;width:125px}.aawp table.aawp-comparison-table td img{display:inline-block;height:auto;max-width:100%;width:100%\9}.aawp table.aawp-comparison-table td.position{font-weight:700;text-align:center}.aawp table.aawp-comparison-table td.position:before{content:attr(data-label) "";width:auto}.aawp table.aawp-comparison-table td.links,.aawp table.aawp-comparison-table td.thumb,.aawp table.aawp-comparison-table td.title{text-align:center}.aawp table.aawp-comparison-table td.links:before,.aawp table.aawp-comparison-table td.thumb:before,.aawp table.aawp-comparison-table td.title:before{display:none}.aawp table.aawp-comparison-table td.pricing .price{display:block;line-height:20px;min-height:20px}.aawp table.aawp-comparison-table td.pricing .price--current{font-size:16px;font-weight:700}.aawp table.aawp-comparison-table td.pricing .price--old{color:#666;font-size:12px;text-decoration:line-through}@media (min-width:800px){.aawp table.aawp-comparison-table{background:#fff;border-left:1px solid #ededed;border-top:1px solid #ededed;display:table;font-size:14px;line-height:1.4;table-layout:fixed;width:100%}.aawp table.aawp-comparison-table thead{display:table-header-group}.aawp table.aawp-comparison-table thead tr{left:auto;position:static;top:auto}.aawp table.aawp-comparison-table tbody{display:table-row-group}.aawp table.aawp-comparison-table tr{display:table-row}.aawp table.aawp-comparison-table td,.aawp table.aawp-comparison-table th{display:table-cell;padding:10px 12px;text-align:left}.aawp table.aawp-comparison-table td:before{content:"";display:none;width:auto}.aawp table.aawp-comparison-table tr:nth-child(odd){background:none}.aawp table.aawp-comparison-table tr:nth-child(2n){background:#fafafa}.aawp table.aawp-comparison-table th{font-weight:700;text-align:left}.aawp table.aawp-comparison-table td{text-align:center}.aawp table.aawp-comparison-table td.thumb img{height:auto;margin:0 auto;max-height:115px;max-width:100%;width:auto}.aawp table.aawp-comparison-table td.rating .reviews{color:#666;display:block;font-size:12px;margin-top:5px;white-space:nowrap}.aawp table.aawp-comparison-table td.pricing .price{display:block;font-weight:700}.aawp table.aawp-comparison-table td.pricing .aawp-check-prime{margin-top:5px}.aawp table.aawp-comparison-table a{border:none;box-shadow:none;outline:none;text-decoration:none}}.aawp-icon-globe{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-globe.svg)}.aawp-icon-globe,.aawp-icon-yes{background-position:50%;background-repeat:no-repeat;background-size:16px;display:inline-block;height:16px;vertical-align:-15%;width:16px}.aawp-icon-yes{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-yes.svg)}.aawp-icon-no{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/img/icon-no.svg);background-position:50%;background-repeat:no-repeat;background-size:16px;display:inline-block;height:16px;vertical-align:-15%;width:16px}.aawp-tb{border-collapse:collapse;border-spacing:1px;color:#444;font-size:13px;line-height:20px;margin:20px 0 0;table-layout:fixed}.aawp-tb__data,.aawp-tb__head{background-clip:padding-box;border:1px solid #d7d7d7;padding:10px 9px;position:relative;text-align:center}.aawp-tb__head{font-weight:700;text-align:left}.aawp-tb__data,.aawp-tb__head{vertical-align:middle}.aawp-tb-ribbon{background:transparent;color:#fff;display:none;font-size:13px;line-height:20px;padding:10px 5px;text-align:center}.aawp-tb-thumb{display:block;margin:10px}.aawp-tb-thumb img{background-color:transparent;box-shadow:none;display:block;float:none;height:150px;max-width:100%;-o-object-fit:contain;object-fit:contain;opacity:1;width:150px}.aawp-tb__data--highlight .aawp-tb-thumb img,.aawp-tb__row--highlight .aawp-tb-thumb img{border:none;box-shadow:none}.aawp-tb--desktop{display:table;margin-bottom:1.75em;width:100%}@media (max-width:767px){.aawp-tb--desktop{display:none}}.aawp-tb--desktop .aawp-tb__row{display:table-row}.aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__data:not(.aawp-tb__data--highlight),.aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__head{background-color:#f5f5f5}.aawp-tb--desktop .aawp-tb__data,.aawp-tb--desktop .aawp-tb__head{display:table-cell}.aawp-tb--desktop .aawp-tb__data,.aawp-tb--desktop .aawp-tb__data--highlight{position:relative}.aawp-tb--desktop .aawp-tb__data--highlight:after{border-left:1px solid transparent;bottom:0;content:"";display:block;left:-1px;position:absolute;top:-1px;width:0}.aawp-tb--desktop .aawp-tb-ribbon{left:-1px;position:absolute;right:0;top:-1px}.aawp-tb--desktop.aawp-tb--hide-desktop-labels .aawp-tb__head,.aawp-tb--desktop.aawp-tb--hide-labels .aawp-tb__head{display:none}.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__data,.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__head{padding-top:52px}.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb-ribbon{display:block}.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__head{width:100%}.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__head{width:50%}.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__head{width:33.33333333%}.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__head{width:25%}.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__head{width:20%}.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__head{width:16.66666667%}.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__head{width:14.28571429%}@media (max-width:1200px){.aawp-tb--desktop .aawp-tb__data:nth-child(7){display:none}}@media (max-width:1100px){.aawp-tb--desktop .aawp-tb__data:nth-child(6){display:none}}@media (max-width:1000px){.aawp-tb--desktop .aawp-tb__data:nth-child(5){display:none}}.aawp-tb--mobile{display:none}@media (max-width:767px){.aawp-tb--mobile{display:block}}.aawp-tb--mobile .aawp-tb__product{border:1px solid transparent;margin:0 0 30px;position:relative}.aawp-tb--mobile .aawp-tb__row{display:table;width:100%}.aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__data,.aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__head{background-color:#f5f5f5}.aawp-tb--mobile .aawp-tb__data,.aawp-tb--mobile .aawp-tb__head{display:table-cell}.aawp-tb--mobile .aawp-tb__data,.aawp-tb--mobile .aawp-tb__head{width:50%}.aawp-tb--mobile .aawp-tb__product--highlight .aawp-tb-ribbon{display:block}.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__head,.aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__head{display:none}.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__data,.aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__data{width:100%}.aawp-tb--mobile .aawp-tb-product-data-thumb img{background:transparent}.aawp-tb-product-data-thumb img{display:block;margin:0 auto}.aawp .aawp-product--vertical{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;min-width:100%;padding:25px 15px 15px;position:relative;white-space:normal}.aawp .aawp-product--vertical:after,.aawp .aawp-product--vertical:before{content:" ";display:table}.aawp .aawp-product--vertical:after{clear:both}@media (max-width:480px){.aawp .aawp-product--vertical{margin-bottom:15px}}.aawp .aawp-product--vertical.ribbon{padding-top:35px}.aawp .aawp-product--vertical .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--vertical .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp .aawp-product--vertical .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--vertical .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--vertical .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--vertical .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--vertical .aawp-box__description{margin:0}.aawp .aawp-product--vertical .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--vertical .aawp-box__description>p:empty{display:none}.aawp .aawp-product--vertical .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--vertical .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__description{display:none}}.aawp .aawp-product--vertical .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--vertical .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--vertical .aawp-box__pricing:empty{display:none}.aawp .aawp-product--vertical .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-premium,.aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--vertical .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--vertical .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--vertical .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--vertical .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--vertical .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--vertical .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp .aawp-product--vertical .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp .aawp-product--vertical .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp .aawp-product--vertical .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--vertical.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp .aawp-product--vertical .aawp-product__ribbon{padding:0 10px}.aawp .aawp-product--vertical .aawp-product__ribbon--sale{position:absolute;right:-1px;top:-1px}.aawp .aawp-product--vertical .aawp-product__ribbon--bestseller,.aawp .aawp-product--vertical .aawp-product__ribbon--new{left:-1px;position:absolute;top:-1px}.aawp .aawp-product--vertical .aawp-product__image{border:none;box-shadow:none;display:block;height:250px;margin:0 auto;max-width:100%;-o-object-fit:contain;object-fit:contain;width:250px}.aawp .aawp-product--vertical.aawp-product--bestseller .aawp-product__image,.aawp .aawp-product--vertical.aawp-product--new .aawp-product__image{margin-top:3px}.aawp .aawp-product--vertical .aawp-product__content{min-height:75px;position:relative}.aawp .aawp-product--vertical .aawp-product__title{border:none;box-shadow:none;display:block;font-size:16px;font-weight:700;height:40px;line-height:20px;margin-top:10px;outline:none;overflow:hidden;text-decoration:none;text-overflow:ellipsis}.aawp .aawp-product--vertical .aawp-product__meta{display:inline-block;display:block;margin-top:5px}.aawp .aawp-product--vertical .aawp-product__meta .aawp-check-prime{float:right;margin-top:7px}.aawp .aawp-product--vertical .aawp-product__reviews{color:#666;display:inline-block;font-size:14px;line-height:14px;vertical-align:-10%}.aawp .aawp-product--vertical .aawp-product__footer{text-align:right}.aawp .aawp-product--vertical .aawp-product__footer .aawp-check-prime{margin-bottom:5px}.aawp .aawp-product--vertical .aawp-product__footer .aawp-button{display:block;margin:0;width:100%}.aawp .aawp-product--vertical .aawp-product__footer .aawp-button+.aawp-button{margin-top:10px}.aawp .aawp-product--vertical .aawp-product__pricing{display:inline-block;margin-top:10px;width:100%}.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--current:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--vertical .aawp-product__pricing:empty{display:none;margin:0}.aawp .aawp-product--vertical .aawp-product__price{line-height:18px}.aawp .aawp-product--vertical .aawp-product__price--old{color:#666;float:left;font-size:14px;text-decoration:line-through}.aawp .aawp-product--vertical .aawp-product__price--current{float:right;font-size:18px;font-weight:700}.aawp .aawp-product--vertical .aawp-product__info{color:#666;display:block;font-size:11px;margin-top:10px;text-align:center}.aawp .aawp-product--vertical.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--vertical.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--vertical.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--list{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;min-width:100%;padding:10px;position:relative;white-space:normal}.aawp .aawp-product--list:after,.aawp .aawp-product--list:before{content:" ";display:table}.aawp .aawp-product--list:after{clear:both}@media (max-width:480px){.aawp .aawp-product--list{margin-bottom:15px}}.aawp .aawp-product--list.ribbon{padding-top:35px}.aawp .aawp-product--list .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--list .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp .aawp-product--list .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--list .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--list .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--list .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--list .aawp-box__description{margin:0}.aawp .aawp-product--list .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--list .aawp-box__description>p:empty{display:none}.aawp .aawp-product--list .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--list .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__description{display:none}}.aawp .aawp-product--list .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--list .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--list .aawp-box__pricing:empty{display:none}.aawp .aawp-product--list .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-premium,.aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--list .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--list .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--list .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--list .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--list .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--list .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp .aawp-product--list .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp .aawp-product--list .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp .aawp-product--list .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--list.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp .aawp-product--list:first-child.aawp-product--ribbon{margin-top:10px}.aawp .aawp-product--list.aawp-product--bestseller,.aawp .aawp-product--list.aawp-product--new{padding-top:20px}.aawp .aawp-product--list .aawp-product__ribbon{font-size:11px;line-height:18px;padding:0 20px;z-index:10}.aawp .aawp-product--list .aawp-product__ribbon--sale{border-radius:0;position:absolute;right:-5px;top:-10px}.aawp .aawp-product--list .aawp-product__ribbon--bestseller,.aawp .aawp-product--list .aawp-product__ribbon--new{left:-5px;position:absolute;top:-10px}.aawp .aawp-product--list .aawp-product__inner{display:block;position:relative}.aawp .aawp-product--list .aawp-product__image-link,.aawp .aawp-product--list .aawp-product__image-link:active,.aawp .aawp-product--list .aawp-product__image-link:focus,.aawp .aawp-product--list .aawp-product__image-link:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--list .aawp-product__image{bottom:0;display:block;height:75px;left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:75px;z-index:5}.aawp .aawp-product--list .aawp-product__content{display:block;margin-left:75px;min-height:75px;padding:3px 10px 5px}.aawp .aawp-product--list .aawp-product__title{border:none;box-shadow:none;display:block;font-size:16px;font-weight:700;line-height:20px;margin-top:5px;outline:none;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}@media (min-width:769px){.aawp .aawp-product--list .aawp-product__title{width:100%}}.aawp .aawp-product--list .aawp-product__teaser{color:#666;font-size:14px;line-height:18px;margin:5px 0 0}.aawp .aawp-product--list .aawp-product__meta{zoom:1}.aawp .aawp-product--list .aawp-product__meta:after,.aawp .aawp-product--list .aawp-product__meta:before{content:" ";display:table}.aawp .aawp-product--list .aawp-product__meta:after{clear:both}.aawp .aawp-product--list .aawp-product__price,.aawp .aawp-product--list .aawp-star-rating{margin-bottom:0}.aawp .aawp-product--list .aawp-star-rating{margin-right:10px;margin-top:-1px}.aawp .aawp-product--list .aawp-product__price{color:inherit;display:inline-block;font-size:15px;line-height:20px;margin-right:10px;vertical-align:middle}.aawp .aawp-product--list .aawp-product__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--list .aawp-product__price--current{font-weight:700}.aawp .aawp-product--list .aawp-product__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;padding:4px 6px}.aawp .aawp-product--list.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--list.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--list.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-small{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;min-width:100%;padding:5px;position:relative;white-space:normal}.aawp .aawp-product--widget-small:after,.aawp .aawp-product--widget-small:before{content:" ";display:table}.aawp .aawp-product--widget-small:after{clear:both}@media (max-width:480px){.aawp .aawp-product--widget-small{margin-bottom:15px}}.aawp .aawp-product--widget-small.ribbon{padding-top:35px}.aawp .aawp-product--widget-small .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--widget-small .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp .aawp-product--widget-small .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--widget-small .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--widget-small .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--widget-small .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--widget-small .aawp-box__description{margin:0}.aawp .aawp-product--widget-small .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--widget-small .aawp-box__description>p:empty{display:none}.aawp .aawp-product--widget-small .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--widget-small .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__description{display:none}}.aawp .aawp-product--widget-small .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--widget-small .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--widget-small .aawp-box__pricing:empty{display:none}.aawp .aawp-product--widget-small .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-premium,.aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--widget-small .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--widget-small .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--widget-small .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--widget-small .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--widget-small .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--widget-small .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp .aawp-product--widget-small .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp .aawp-product--widget-small .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp .aawp-product--widget-small .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--widget-small.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp .aawp-product--widget-small:first-child.aawp-product--ribbon{margin-top:10px}.aawp .aawp-product--widget-small.aawp-product--bestseller,.aawp .aawp-product--widget-small.aawp-product--new{padding-top:15px}.aawp .aawp-product--widget-small .aawp-product__ribbon{font-size:11px;line-height:18px;padding:0 10px;z-index:10}.aawp .aawp-product--widget-small .aawp-product__ribbon--sale{border-radius:0;position:absolute;right:-5px;top:-10px}.aawp .aawp-product--widget-small .aawp-product__ribbon--bestseller,.aawp .aawp-product--widget-small .aawp-product__ribbon--new{left:-5px;position:absolute;top:-10px}.aawp .aawp-product--widget-small .aawp-product__inner{display:block;position:relative}.aawp .aawp-product--widget-small .aawp-product__image-link,.aawp .aawp-product--widget-small .aawp-product__image-link:active,.aawp .aawp-product--widget-small .aawp-product__image-link:focus,.aawp .aawp-product--widget-small .aawp-product__image-link:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--widget-small .aawp-product__image{bottom:0;display:block;height:75px;left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:75px;z-index:5}.aawp .aawp-product--widget-small .aawp-product__content{display:block;margin-left:75px;min-height:75px;padding:3px 10px 5px}.aawp .aawp-product--widget-small .aawp-product__title{border:none;box-shadow:none;display:block;font-size:14px;font-weight:700;line-height:20px;margin-top:5px;outline:none;overflow:hidden;text-decoration:none;text-overflow:ellipsis}@media (min-width:769px){.aawp .aawp-product--widget-small .aawp-product__title{height:40px}}.aawp .aawp-product--widget-small .aawp-product__meta{zoom:1;margin-top:5px}.aawp .aawp-product--widget-small .aawp-product__meta:after,.aawp .aawp-product--widget-small .aawp-product__meta:before{content:" ";display:table}.aawp .aawp-product--widget-small .aawp-product__meta:after{clear:both}.aawp .aawp-product--widget-small .aawp-product__price,.aawp .aawp-product--widget-small .aawp-star-rating{margin-bottom:0}.aawp .aawp-product--widget-small .aawp-star-rating{margin-right:5px}.aawp .aawp-product--widget-small .aawp-product__price{color:inherit;display:inline-block;font-size:15px;font-weight:700;line-height:1;vertical-align:middle}.aawp .aawp-product--widget-small.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--widget-small.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//gtsystem-informatique.fr/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current{color:#e2e2e2}.aawp-floating-wrapper,div.aawp-floating-wrapper{box-sizing:border-box}@media (min-width:601px){.aawp-floating-wrapper--left,.aawp-floating-wrapper--right{max-width:250px}.aawp-floating-wrapper--left{float:left;margin:0 1em 1em 0}.aawp-floating-wrapper--right{float:right;margin:0 0 1em 1em}}