.in {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

header {
    height: 40px;
    line-height: 40px;
    background: #37276a;
    color: white;
    padding-left: 10px;
    font-size: 12px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

header span.t {
    display: inline-block;
    background: orange;
    padding-left: 20px;
    color: #37276a;
    line-height: 40px;
    height: 40px;
    align-content: center;
    position: relative;
    padding-right: 20px;
    /* flex-grow: 1; */
    margin-left: 10px;
    /* text-align: center; */
    vertical-align: middle;
}

header span.t a {
    color: white;
    font-size: 29px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    text-decoration:none;
}

a {
    color: #fab619;
    text-decoration: none;
    padding-right: 20px;
    font-weight: bold;
    flex-grow: 1;
    text-align: right;
}

header span.t:before {
    position: absolute;
    content: "";
    border: solid 10px transparent;
    border-left-color: #37276a;
    left: 0;
    top: 10px;
}

img#logo {
    margin: 30px 0;
}

.col1 {
    width: 100%;
    margin-right: 40px;
    position: relative;
    max-width: 100%;
    display: flex;
}

.garantie {
    width: 310px;
    background: orange;
    color: white;
    font-size: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col1-2 {
    display: flex;
    margin-top: 30px;
}

.raisons {
    padding-left: 20px;
}

.garantie > div {
    padding: 10px;
}

.garantie small {
    display: block;
    font-size: 14px;
}

.raisons b {
    color: #fab412;
    font-size: 22px;
}

.raisons span {
    display: block;
    padding-left: 63px;
    color: #fab412;
    font-size: 14px;
    position: relative;
    min-height: 36px;
    /* height: 30px; */
    /* width: 30px; */
    /* padding: 10px; */
    margin-top: 7px;
    margin-bottom: 7px;
}

.raisons span b {
    display: block;
    font-weight: normal;
    color: #37276a;
    text-transform: uppercase;
    font-size: 16px;
}

hr {
    background: transparent;
    border: none;
    border-top: solid 2px orange;
    background: orange;
    min-height: 2px;
}

.raisons u {
    position: absolute;
    top: 50%;
    left: 0;
    /* width: 30px; */
    /* height: 30px; */
    /* padding: 10px; */
    background: #eaeaea;
    border-radius: 100%;
    /* padding: 10px; */
    margin-top: -20px;
    /* padding: 20px; */
    width: 40px;
    height: 40px;
    /* padding: 5px; */
    text-align: center;
    line-height: 58px;
}

.raisons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.hr {
    display: block;
    border-top: solid 2px #fab412;
    min-height: 0;
    margin-top: 3px;
    /* margin-bottom: 3px; */
}

.raisons u img {
    width: 26px;
}

.col2 {
    width: 320px;
    min-width: 280px;
    max-width: 320px;
    position: relative;
}

div#content {
    display: flex;
    /* margin: auto; */
    /* max-width: 618px; */
    /* width: calc(100% - 10px); */
}

h2 {
    margin: 0;
    padding: 10px;
    background: orange;
    color: white;
    font-weight: normal;
    font-size: 24px;
}

.col2 > div > div {
    padding: 10px;
    background: #e4e4e4;
    font-size: 15px;
    color: #37276a;
}

label {
    display: block;
    margin-top: 20px;
    font-weight: bolder;
    vertical-align: top;
}

label::after {content: "*";font-size: 10px;color: red;align-content: top;vertical-align: top;margin-bottom: 20px;margin-left: 5px;/* line-height: 1px; */}

input {
    display: block;
    width: 100%;
    padding: 5px 2px;
    border: solid 1px #37276a;
    box-sizing: border-box;
    color: #37276a;
}

button {
    display: block;
    background: orange;
    border: none;
    color: #37276a;
    font-weight: bolder;
    font-size: 20px;
    padding: 10px;
    padding-right: 50px;
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    cursor: pointer;
}

button img {
    position: absolute;
    right: 5px;
    top: 5px;
    height: calc(100% - 10px);
}

span.checkbox {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.checkbox input {
    width: 40px;
}

span.checkbox label {
    margin: 0;
}

span.checkbox label::after {content: "";}

span.rectification {
    font-size: 12px;
    margin-bottom: 40px;
    display: block;
    position: absolute;
    width: 100%;
    margin-top: 10px;
}

.rectification a {
    color: black;
    font-weight: normal;
    text-decoration: underline;
}

@media screen and ( max-width:1000px )
{
    div#content {
        display: block;
        margin: auto;
        max-width: 618px;
        width: calc(100% - 20px);
        /* background: red; */
        position: relative;
    }

    .col2
    {
        margin-top:20px;
    }
    .col1 img
    {
        width:100%;
    }
    h1,
    .col3
    {

    max-width: 618px;
    width: calc(100% - 20px);
    margin-left:auto;
    margin-right:auto;
    }
    .col3
    {
        flex-direction:column;
    }
    .col3 > div
    {
        width:100%!important;
        margin-bottom:20px;
    }

}

@media screen and ( max-width:770px )
{
    img#logo
    {
        margin:30px auto 10px auto;
        display:block;

    }
    header {
        display:block;
        margin:0;
        height:auto;
        padding: 0;
        text-align: center;
        position: relative;
    }
    header span {
        display:block;
        margin: 0!important;
        width:100%;
        box-sizing: border-box;
        height: auto!important;
        padding: 0!important;
    }
    header a
    {
        display:block;
    }
}

@media screen and (max-width: 560px)
{
    .col1-2
    {
        display:block;
    }
    .garantie
    {
        width:100%;
        margin-bottom:20px;
    }
    .raisons
    {
        padding:0;
    }
}


.img {
    background: #555;
    width: 100%;
    background-image: url('mains.png');
    background-position: center center;
    background-size: cover;
    position: relative;
}

.arguments {
    background: #ececec;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
}

.arguments {
    height: 100%;
    width: 100%;
    flex-grow: 1;
    color: #37276a;
    font-size: 23px;
    font-weight: bold;
    /* padding: 20px; */
    box-sizing: border-box;
}
.arguments > div
{
    height:100%;
    width:100%;
    flex-grow:1;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.arguments > div:nth-child(2) {
    background: white;
    color: #fab412;
}

span.prix sup {
    font-size: 30px;
}

span.prix {
    BACKGROUND: orange;
    color: #37276a;
    font-weight: bold;
    font-size: 62px;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 20px;
    border-radius: 100%;
    left: -29px;
    top: 33%;
}

@media screen and (max-width:1000px)
{
    .col2
    {
        max-width:100%;
        width:100%;
    }
    .rectification  
    {
        position:relative!important;
        display:block;
        padding-bottom:10px;
    }
}

h1 {
    border-bottom: solid 4px orange;
    color: #37276a;
    padding-bottom: 10px;
    padding-top: 20px;
}

.col3 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.col3 > div {
    width: 30%;
    background: #e4e4e4;
    color: #37276a;
}

.col3 > div > div {
    background: #37276a;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.col3 > div > span {
    padding: 20px 20px 0 20px;
    display: block;
    font-size: 20px;
    color: #37276a;
}

.col3 > div > span img {
    /* display: inline-block; */
    /* background: white; */
    /* border: solid 20px white; */
    /* border-radius: 100%; */
    position: absolute;
    top: 6px;
    left: 10px;
}

.col3 > div > p {
    padding: 5px 20px;
    font-size: 14px;
}

.col3 > div > span > span {
    background: white;
    width: 42px;
    height: 42px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 10px;
}

@media screen and ( max-width:500px )
{
    .col1
    {
        min-width:200px;
        font-size:30px;
    }
    .arguments
    {
        font-size:20px;
  
    }
    .img
    {
        width:60%;
    }
}