@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,500;1,700&display=swap');
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	[class*="col-"] {
		width: 100%;
	}
}

body{
	font-family: "Montserrat", sans-serif;
	color: #2f3372;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	background: #f3f6f9;
}
a{
	color: #00984b;
	text-decoration: underline;
	text-underline-offset: 5px;
}
h2{
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 20px;
}
header#top-bar{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 10px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
}
.flex-maj{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.corbeille{
	width: 200px;
	height: 150px;
	border: solid 1px red;
	background-image: url("https://www.acs-traduction.com/img/logo-livraison-methode.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
form{
	padding: 30px;
}

form label{
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.2px;
	margin: 0 0 16px;
	font-weight: 600;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]){
	height: 38px;
	color: #2f3372;
	padding: 0 0 0 12px;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px rgba(0,0,0,0.02);
	margin: 0 0 20px;
	transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-webkit-transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
form input:not([type="checkbox"]):not([type="radio"]):focus{
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 3px rgba(0,0,0,0.08);	
	outline: none;
}
form input[type="submit"],
button,
a.bouton.btn {
	border-radius: 3px;
	border: none;
	box-shadow: none;
	background: #77cc6d;
	color: white;
	font-size: 16px;
	padding: 10px 30px;
	cursor: pointer;
	margin: 0 0 20px;
	transition: .3s;
	text-decoration: none;
}

a.bouton.btn {
	margin-top: 30px;
}


a.bouton.btn:hover,
a.bouton.btn:focus {
	background: #00984b;
}

.back {
	margin-bottom: 30px;
	align-self: flex-start;
}

form input[type="submit"]:hover,
button:hover {
	background: #00984b;
}


form input[type="submit"] {
	background: #77cc6d;
}

form input[type="submit"]:hover {
	background: #00984b;
}

fieldset{
	border: 0 none;
	margin: 30px 0 0;
	padding: 0 30px;
}

div.wrap.rc fieldset {
	display: flex;
	padding-top: 0;
	margin: 20px 0;
}

#secondaire {
	background: #f3f6f9;
	height: calc(100vh - 250px);
	position: fixed;
	overflow-y : scroll;
}

#secondaire + .rc {
	background: #fff;
	min-height: calc(100vh - 204px);
	margin-left: 28%;
	padding: 30px;
}

#secondaire + .rc  h1 {
	margin-bottom: 20px;
	font-weight: 700;
}

#secondaire + .rc  h2,
#secondaire + .rc  h3 {
	margin: 10px 0;
	font-weight: 600;
}

#secondaire + .rc h2 ~ a {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}


#secondaire + .rc p {
	line-height: 2em;
	margin-top: 1em;
}

#secondaire + .rc ol,
#secondaire + .rc ul {
	margin: 20px;
}

#secondaire + .rc ol li,
#secondaire + .rc ul li {
	padding: 5px;
}

#secondaire + .rc a:hover 

#secondaire fieldset {
	padding-top: 0;
}

#secondaire fieldset legend {
	font-weight: 700;
	line-height: 1.2;
	font-size: 18px;
	color: #2f3372;
	margin: 0 0 1rem;
}

#secondaire .fas,
#secondaire .far {
	background: #fff;
	padding: 10px;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #191c24;
}

#secondaire fieldset li {
	display: flex;
	border-radius: 0 30px 30px 0;
	padding: 8px 0;
}

#secondaire fieldset li a {
	padding: 0 0 0 14px;
	height: auto;
	position: relative;
	line-height: 1.4;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;

}

div.wrap.rc fieldset legend {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	margin-left: 0;
	padding: 0;
}

fieldset div {
	background: #F3F6F9;
	padding: 30px;
	width: 100%;
	border-radius: 5px;
}

fieldset div li:hover {
	background: none;
}

fieldset legend{
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.2px;
	padding: 5px;
	margin: 0 20px;
}
fieldset li{
	padding: 8px 20px;
	position: relative;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
fieldset li:hover{
	background: #fff;
}

fieldset li i{
	color: #00984b;
}
fieldset li a{
	color: #2f3372;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.2px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 0 0 45px;
	width: 100%;
	height: 100%;
}

.checkbox,
.checkbox-selector {
	display: flex;
	align-items: flex-start;
}

.checkbox input[type="checkbox"] {
	display: none;
  }
.checkbox input[type="checkbox"] + label {
	box-sizing: border-box;
	display: inline-block;
	width: 3rem;
	height: 1.5rem;
	border-radius: 1.5rem;
	padding:2px;
	background-color: #c0ceda ;
	transition: all 0.5s ;
}
.checkbox input[type="checkbox"] + label::before {
	box-sizing: border-box;
	display: block;
	content: "";
	height: calc(1.5rem - 4px);
	width: calc(1.5rem - 4px);
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.5s ;
}
.checkbox  input[type="checkbox"]:checked + label {
	background-color: #77cc6d ;
}
.checkbox input[type="checkbox"]:checked + label::before {
	margin-left: 1.5rem ;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00984b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


#secondaire + .rc ul#classement {
	margin-left: 0;
	margin-right: 0;
}

#secondaire + .rc ul#classement li {
	background: #eee;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    list-style: none;
	color: #ccc;
}

#secondaire + .rc ul#classement li span {
	color: #2f3372;
    margin-left: 10px;
}

#secondaire + .rc ul#classement li:hover {
	cursor: move;
}

#secondaire + .rc h2 i {
	margin-left: 10px;
	font-size: 20px;
    position: relative;
}

#secondaire + .rc .more h2 {
	font-size: 24px;
}


#secondaire + .rc .more ul li {
	list-style: none;
	position: relative;
}

#secondaire + .rc .more ul li label {
	padding-left: 5px;
}

#secondaire + .rc .more ul {
	margin: 0;
}

.checkbox-selector input[type="checkbox"],
#secondaire + .rc .more ul input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	width: 20px;
    height: 20px;
}

.checkbox-selector input[type="checkbox"] ~ span{
	order: 2;
    line-height: 0.8;
}

.checkbox-selector input[type="checkbox"] + label{
	order: 3;
}

.checkbox-selector input[type="checkbox"] ~ span::before,
#secondaire + .rc .more ul input[type="checkbox"] + span::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c8';
	font-size: 1.2em;  
	color: #00984b;
	margin-right: 0.3rem  ;
}

.checkbox-selector input[type="checkbox"]:checked ~ span::before,
#secondaire + .rc .more ul input[type="checkbox"]:checked + span::before {
	content:'\f14a';
	color: #00984b;
}

.corbeille {
	display: none;
}

table{
	margin: 20px 0;
}

table th,
table td {
	padding: 1rem;
}

table tr td:last-of-type {
	text-align: center;
}

table th{
	color: #212529;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.2px;
	border: 0 none;
	border-top: 1px solid #dee2e6;
	text-align: left !important;
}

table th:last-of-type {
	text-align: center !important;
}

table tr:first-of-type {
	border-bottom: 2px solid #dee2e6;
}

table tr:hover{
	background: #f9f9f9;
}
table td{
	border-color: #f1f1f1;
	font-size: 14px;
	color: #333;
	border: 0 none;
}

table td a {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	padding: .375rem .75rem;
	text-decoration: none;
	border-radius: 5px;
}

table td a.delete {
	color: #fff;
	background-color: orange;
	border-color: #28a745;
	padding: .375rem .75rem;
	text-decoration: none;
	border-radius: 5px;
}

table td a:hover {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1e7e34;
}
table td a.delete:hover {
	color: #fff;
	background-color: red;
	border-color: #1e7e34;
}

table tbody tr:nth-of-type(2n+1):not(:first-of-type) {
	background-color: rgba(0,0,0,.05);
}

/* contenu */
.wrap.container .wrap{
	padding: 0 20px;
	margin: 0;
	width: 100%;
}
.wrap.container .wrap p{
	margin-bottom: 10px;
}

body:not(.logout) .wrap.container .wrap {
	justify-content: flex-start;
	flex-direction: column;
	padding: 30px 0;
}

body:not(.logout) .wrap.container .wrap > div {
	width: 100%;
}

body:not(.logout) .wrap.container .wrap .box {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 20px;
}

body:not(.logout) .wrap.container .wrap table {
	min-width: 700px;
}

header#top-bar {
	padding: 15px 0;
}

#top-bar a {
	text-decoration: none;
}

#top-bar .profil-list {
	position: relative;
}

#top-bar .profil-list > ul {
	width: 100%;
	display: none;
}

#top-bar .profil-list > a {
	background: #77cc6d;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px;
	cursor: pointer;
}

#top-bar .profil-list > a.active + ul {
	display: block;
	min-width: 190px;
	right: 0;
}

#top-bar .profil-list:hover > a {
	background: #00984b;
}

#top-bar .profil-list > ul {
	position: absolute;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
	opacity: 0;
	transition: .3s;
}

#top-bar .profil-list:hover > ul {
	opacity: 1;
}

#top-bar .profil-list > ul li {
	padding: 10px;
}

#top-bar .profil-list > ul li:not(:last-of-type) {
	border-bottom: 1px solid #eee;

}

#top-bar .profil-list > ul li a {
	color: #2f3372;
}

#main-menu .rc {
	display: flex;
	align-items: center;
}

#bottom {
	bottom: 0;
	padding: 20px;
	background: #fff;
	display: flex;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 3px;
}

#bottom a {
	text-decoration: none;
	margin: 0 10px;
	color: #333;
}

#bottom .wrap {
	text-align: center;
}

main.wrap.container {
	padding-bottom: 0;
	padding-top: 112px;
	min-height: calc(100vh - 204px);
}

.wrap.container .wrap {
	padding: 30px 30px 100px;
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.wrap.container .wrap .important {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
}

.wrap.container .wrap form {
	border: 1px solid #ddd;
	width: 370px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrap.container .wrap form ul li {
	list-style: none;
}

body.logout .wrap.container .wrap form[action="/contact-support"],
body:not(.logout) .wrap.container .wrap form {
	width: 100%;
	align-items: flex-start;
}

body.logout .wrap.container .wrap form[action="/contact-support"] p,
body:not(.logout) .wrap.container .wrap form  p {
	width: 100%;
}

body.logout .wrap.container .wrap form[action="/contact-support"]  input:not([type="submit"]):not([type="checkbox"]),
body.logout .wrap.container .wrap form[action="/contact-support"]  textarea,
body:not(.logout) .wrap.container .wrap form input:not([type="submit"]):not([type="checkbox"]),
body:not(.logout) .wrap.container .wrap form textarea {
	width: 100%;
	border: 1px solid #ddd;
}

body:not(.logout) .wrap.container #secondaire + .rc .wrap form ul {
	margin-left: 0;
	margin-right: 0;
}

form input[type="submit"] {
	margin-bottom: 0;
}

.wrap.container .wrap p {
	text-align: left;
	line-height: 1.6;
}

.wrap.container .wrap p.bouton-profil {
	text-align: center;
	margin-top: 30px;
}

.bouton-profil a {
	background: #77cc6d;
	color: #fff;
	padding: 10px;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px;
	line-height: 22px;
}

.bouton-profil a:hover,
.bouton-profil a:focus {
	background: #00984b;
}

.mainmenu ul {
	display: flex;
}

.mainmenu ul li {
	padding: 0 15px;
}

.logout main.wrap.container {
	display: flex;
	justify-content: center;
}

#resultat {
	display: flex;
}

#proposition {
	margin-right: 20px;
}

#proposition[name="refuser"] {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.profil-wrap {
	width: calc(100% + 80px);
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

div.wrap.rc .profil-wrap fieldset {
	padding: 0 15px;
}

body:not(.logout) .wrap.container .wrap form p:last-of-type {
	text-align: center;
}

form select {
	/* Reset Select */
	appearance: none;
	outline: 0;
	border: 0;
	box-shadow: none;
	/* Personalize */
	flex: 1;
	padding: 0.8em 1em;
	color: #2f3372;
	background-color: transparent;
	border: 1px solid #ddd;
	background-image: none;
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
}

form select option {
	padding: 5px 0;
}

/* Remove IE arrow */
form select::-ms-expand {
	display: none;
}

/* Custom Select wrapper */
form .select {
	position: relative;
	display: flex;
	border-radius: .25em;
	overflow: hidden;
	flex-direction: column;
	margin-bottom: 30px !important;
}
/* Arrow */
form .select::after {
	content: '\25BC';
    position: absolute;
    top: 30px;
    right: 0;
    padding: 2px 10px;
    background-color: #77cc6d;
    transition: .25s all ease;
    pointer-events: none;
    height: 34px;
	border-radius: 0 5px 5px 0;
	color: #fff;
}
/* Transition */
form .select:hover::after {
	color: #2f3372;
}

body:not(.logout) .wrap.container .wrap form .box {
	margin-bottom: 20px;
	margin-top: 0;
	width: 100%;
	border: 1px solid;
    padding: 15px;
	overflow: hidden;
}

body:not(.logout) .wrap.container .wrap form .box input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

body:not(.logout) .wrap.container .wrap form .box input[type="file"] + label {
    font-size: 0.7rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
	text-transform: none;
	margin: 0;
}

body:not(.logout) .wrap.container .wrap form .box input[type="file"]:focus + label,
body:not(.logout) .wrap.container .wrap form .box input[type="file"].has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

body:not(.logout) .wrap.container .wrap form .box input[type="file"] + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

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

body:not(.logout) .wrap.container .wrap th.textCenter a {
	margin: 5px;
}

/*ajustement ACSTraduction*/
.accepter{color: green;}
.probleme{color: red;}
.attente{color: inherit;}

.wrap.container .wrap .textRight
{
	text-align:  right;
}

@media only screen and (min-width: 992px) {
	#secondaire.scroll {
		overflow-y: scroll;
	}

	#secondaire fieldset {
		padding: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#secondaire {
		position: fixed;
	}

	#secondaire fieldset {
		padding: 0;
	}

	#secondaire + .rc {
		margin-left: 28%;
		padding-bottom: 100px;
	}

	body:not(.logout) .wrap.container .wrap table {
		min-width: 620px;
	}

	h2 {
		font-size: 28px;
	}

	.bouton-profil a {
		padding: 10px;
	}

	#bottom {
		position: fixed;
	}

	.table {
		overflow-x: scroll;
	}
}


/* Extra small devices "Tabs" */
@media only screen and (max-width: 991px) {
	div.wrap.rc .profil-wrap fieldset {
		width: 100%;
	}

	body:not(.logout) .wrap.container .wrap {
		padding: 0 0 0 20px;
		display: block;
	}

	main.wrap.container {
		flex-direction: column;
		min-height: auto;
		padding-bottom: 100px;
	}
	
	#secondaire + .rc,
	#secondaire {
		height: auto;
		margin-bottom: 30px;
		margin-left: 0;
		width: 100%;
		min-height: auto;
		position: relative;
		padding-left: 0;
	}

	#bottom {
		position: fixed;
	}

	h2 {
		font-size: 28px;
		padding: 0 30px;
	}

	body:not(.logout) .wrap.container .wrap a {
		margin: 0 30px;
	}

	#secondaire fieldset {
		padding: 0;
	}

	body:not(.logout) .wrap.container .wrap div.table {
		overflow-x: scroll;
	}

	#secondaire + .rc h2 {
		padding: 0;
	}


	#resultat .rc {
		flex-direction: column;
	}

	#resultat .rc .xlg-6 {
		width: 100%;
	}

}


@media only screen and (max-width: 991px) and (min-width: 768px){
	body:not(.logout) .wrap.container .wrap > div:not(.table) {
		padding: 0 0 0 30px;
		display: block;
	}

	body:not(.logout) .wrap.container .wrap > div .xlg-6 {
		width: 100%;
	}

	#resultat {
		justify-content: center;
	}

}

/* Extra small devices "mobile phones" */
@media only screen and (max-width: 767px) {
	.xlg-6 {
		width: 100%;
	}


	#secondaire + .rc h2, #secondaire + .rc h3 {
		padding: 0;
		font-size: 24px;
		white-space: break-spaces;
	}

	/*.mainmenu {
		padding-top: 20px;
	}*/

	#secondaire + .rc {
		padding: 20px;
		margin-left: 0;
		width: calc(100%);
	}

	header#top-bar {
		padding: 5px 0;
	}

	#logo img {
		height: 60px;
	}

	#top-bar .profil-list {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	#main-menu .rc {
		justify-content: flex-start;
	}

	main.wrap.container {
		padding-top: 80px;
	}

	body:not(.logout) .wrap.container #secondaire + .rc .wrap {
		padding-left: 0;
	}
}

@media only screen and (max-width: 467px) {
	body:not(.logout) .wrap.container .wrap div.table {
		width: calc(100% - 60px);
	}

	#main-menu .rc {
		display: inline-block;
	}

	#bottom p {
		font-size: 0;
	}

	#bottom a {
		display: block;
		font-size: 16px;
		line-height: 40px;
	}

	main.wrap.container {
		padding-bottom: 180px;
	}
}

@media only screen and (max-height: 600px) and (max-width: 1023px) {
	#bottom {
		position: static;
	}

	header#top-bar {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.profil-list {
		bottom: -54px;
	}

	main.wrap.container {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-height: 400px) {
	#top-bar .profil-list > ul {
		max-height: 160px;
		overflow-y: scroll;
	}
}

@media only screen and (max-width: 360px) {
	body:not(.logout) .wrap.container .wrap form {
		left: -20px;
    	position: relative;
	}
}